Age | Commit message (Expand) | Author |
2018-01-05 | Make arm64 use the MI mplock implementation. Avoid <sys/mplock.h> being | Mark Kettenis |
2018-01-04 | Implement support for calling EFI runtime services and use it to implement | Mark Kettenis |
2018-01-02 | Enable rkpcie(4). | Mark Kettenis |
2017-12-31 | Enable sxitemp(4). | Mark Kettenis |
2017-12-31 | Enable sypwr(4). | Mark Kettenis |
2017-12-31 | Tighten the permissions used in the early stage page tables somewhat. | Mark Kettenis |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-30 | Add copyin32 implementation. | Mark Kettenis |
2017-12-30 | Implement CPU_BUSY_CYCLE and intr_disable/restore. | Mark Kettenis |
2017-12-29 | Use register_t instead of uint32_t in smc/hmc calls such that arguments | Mark Kettenis |
2017-12-27 | Initialize memhook such that /dev/mem access doesn't attempt to map pages | Mark Kettenis |
2017-12-27 | Turns out linker scripts in lld are still subtly broken and aligning | Mark Kettenis |
2017-12-24 | Re-enable the code that unmaps the startup code. This was temporarily | Mark Kettenis |
2017-12-24 | For systems where the cpu node in the device tree has a "clocks" property, | Mark Kettenis |
2017-12-24 | Generate SIGBUS/BUS_ADRALN when we see a SP Alignment Exception from userland. | Mark Kettenis |
2017-12-23 | Remove stray space. | Mark Kettenis |
2017-12-20 | Sync C mutex implementations. | Martin Pieuchot |
2017-12-18 | Generate SIGBUS/BUS_ADRALN when we see a PC Alignment Exception from userland. | Mark Kettenis |
2017-12-17 | Add wsdisplay options needed for X and VT switching. | Mark Kettenis |
2017-12-16 | Enable sxirsb(4). | Mark Kettenis |
2017-12-14 | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so | Philip Guenther |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-12-04 | Change __mp_lock_held() to work with an arbitrary CPU info structure and | Martin Pieuchot |
2017-11-13 | Add support for the i2c controller variant found on the Allwinner A31 and | Mark Kettenis |
2017-11-04 | Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At the | Florian Obser |
2017-10-24 | R_AARCH64_NONE should be zero, not 256. The latter was a deprecated | Philip Guenther |
2017-10-24 | In ld scripts, an output section with no input sections is always marked | Philip Guenther |
2017-10-24 | Attach syscon(4) early. Also attach psci(4) early such that cpuresetfn | Mark Kettenis |
2017-10-13 | Use gap.o on arm64. After the recent llvm/lld 5.0.0 update the linker | Jonathan Gray |
2017-10-04 | Due to changes in LLD where sections are sorted in a different way, | Patrick Wildt |
2017-10-01 | set MAXSSIZ to the same value as on all other architectures (32MB) | Christian Weisgerber |
2017-09-28 | When option DDB_STRUCTINFO was removed from the kernel, too much from | Patrick Wildt |
2017-09-21 | Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller used | Patrick Wildt |
2017-09-19 | Enable syscon(4). | Patrick Wildt |
2017-09-16 | The copyin(9) family of functions should return EFAULT for all memory | Philip Guenther |
2017-09-12 | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar | Martin Pieuchot |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-08-29 | remove uneeded includes after recent fdt header changes | Jonathan Gray |
2017-08-28 | swap ualea for urng | Jasper Lievisse Adriaanse |
2017-08-28 | Add rkpmic(4), a driver for the RK808 Power Management IC. For now, this | Mark Kettenis |
2017-08-27 | Add rkiic(4) a driver for the i2c controllers found on the Rockchip RK3399. | Mark Kettenis |
2017-08-27 | arm64 performance: use cache zeroing function in pmap_zero_page() | Dale Rahn |
2017-08-27 | Add glass console support for arm64. This uses the "stdout-path" property | Mark Kettenis |
2017-08-27 | Clear second return register on exec. | Mark Kettenis |
2017-08-25 | Add rktemp(4), a driver for the temperature sensors on the Rockchip RK3399 | Mark Kettenis |
2017-08-23 | If the firmware provides a framebuffer through the Graphics Output Protocol, | Mark Kettenis |
2017-08-23 | Add code to attach framebuffers found under /chosen. Taken from armv7. | Mark Kettenis |
2017-08-22 | Some small cleanups to reduce the diffs to the armv7 efiboot. | Mark Kettenis |
2017-08-20 | Add Cortex-A55 and Cortex-A75 part numbers. | Jonathan Gray |