summaryrefslogtreecommitdiff
path: root/sys/arch/arm64
AgeCommit message (Expand)Author
2017-12-24Generate SIGBUS/BUS_ADRALN when we see a SP Alignment Exception from userland.Mark Kettenis
2017-12-23Remove stray space.Mark Kettenis
2017-12-20Sync C mutex implementations.Martin Pieuchot
2017-12-18Generate SIGBUS/BUS_ADRALN when we see a PC Alignment Exception from userland.Mark Kettenis
2017-12-17Add wsdisplay options needed for X and VT switching.Mark Kettenis
2017-12-16Enable sxirsb(4).Mark Kettenis
2017-12-14fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, soPhilip Guenther
2017-12-11In uvm Chuck decided backing store would not be allocated proactivelyTheo de Raadt
2017-12-04Change __mp_lock_held() to work with an arbitrary CPU info structure andMartin Pieuchot
2017-11-13Add support for the i2c controller variant found on the Allwinner A31 andMark Kettenis
2017-11-04Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At theFlorian Obser
2017-10-24R_AARCH64_NONE should be zero, not 256. The latter was a deprecatedPhilip Guenther
2017-10-24In ld scripts, an output section with no input sections is always markedPhilip Guenther
2017-10-24Attach syscon(4) early. Also attach psci(4) early such that cpuresetfnMark Kettenis
2017-10-13Use gap.o on arm64. After the recent llvm/lld 5.0.0 update the linkerJonathan Gray
2017-10-04Due to changes in LLD where sections are sorted in a different way,Patrick Wildt
2017-10-01set MAXSSIZ to the same value as on all other architectures (32MB)Christian Weisgerber
2017-09-28When option DDB_STRUCTINFO was removed from the kernel, too much fromPatrick Wildt
2017-09-21Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller usedPatrick Wildt
2017-09-19Enable syscon(4).Patrick Wildt
2017-09-16The copyin(9) family of functions should return EFAULT for all memoryPhilip Guenther
2017-09-12Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarMartin Pieuchot
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andPhilip Guenther
2017-08-29remove uneeded includes after recent fdt header changesJonathan Gray
2017-08-28swap ualea for urngJasper Lievisse Adriaanse
2017-08-28Add rkpmic(4), a driver for the RK808 Power Management IC. For now, thisMark Kettenis
2017-08-27Add rkiic(4) a driver for the i2c controllers found on the Rockchip RK3399.Mark Kettenis
2017-08-27arm64 performance: use cache zeroing function in pmap_zero_page()Dale Rahn
2017-08-27Add glass console support for arm64. This uses the "stdout-path" propertyMark Kettenis
2017-08-27Clear second return register on exec.Mark Kettenis
2017-08-25Add rktemp(4), a driver for the temperature sensors on the Rockchip RK3399Mark Kettenis
2017-08-23If the firmware provides a framebuffer through the Graphics Output Protocol,Mark Kettenis
2017-08-23Add code to attach framebuffers found under /chosen. Taken from armv7.Mark Kettenis
2017-08-22Some small cleanups to reduce the diffs to the armv7 efiboot.Mark Kettenis
2017-08-20Add Cortex-A55 and Cortex-A75 part numbers.Jonathan Gray
2017-08-14Generate SIGILL for EXCP_UNKNOWN.Mark Kettenis
2017-08-12Use ctfstrip(1) by default to strip kernels.Martin Pieuchot
2017-08-12Clear pcb_fpcpu of the child upon fork. Not clearing it is probably notMark Kettenis
2017-08-11Add rkdwusb(4) here as well.Mark Kettenis
2017-08-11Add glue for the USB3 controller on the rk3399-firefly.Mark Kettenis
2017-08-11Have bus_dmamem_map() store the virtual address of the mapping such thatMark Kettenis
2017-08-09Fix format strings to make the kernel build on arm64 again after theJonathan Gray
2017-08-09fix format stringsJonathan Gray
2017-08-09remove duplicated PAGE macros and drop type suffixJonathan Gray
2017-08-08Arm64 compilers like many others anymore will use floating point registersDale Rahn
2017-08-07Add "machine exit" and "machine poweroff" commands to the arm64 and armv7Mark Kettenis
2017-08-06Fix TCR definitions to avoid integer overflow. Rename TCR_ASID_16 to TCR_ASMark Kettenis
2017-08-05Do not enable fpu until after AST state is checked and processed.Dale Rahn
2017-07-31Back out previous commit but handle the case where the device path consistsMark Kettenis