Age | Commit message (Expand) | Author |
2021-12-09 | Make the clockpad work in "raw" mode. | Mark Kettenis |
2021-12-09 | Fix cpuid leaf clamping to let through cpuid(0x15) when we have an | Philip Guenther |
2021-12-09 | Add aplpmgr(4), a driver for the power management controller found on | Mark Kettenis |
2021-12-09 | We only have one syscall table: inline sysent/SYS_MAXSYSCALL and | Philip Guenther |
2021-12-07 | Delete an #if block that dates from rev 1.1 and hasn't been enabled | Philip Guenther |
2021-12-07 | Add missing kernel unlock in error path. | Anton Lindqvist |
2021-12-06 | Start to delete emulation support: since we're Just ELF, make | Philip Guenther |
2021-12-06 | Implement DMA address translation for "raw" loads as well. | Mark Kettenis |
2021-12-06 | Implement DMA address translation for "raw" loads as well. | Mark Kettenis |
2021-12-06 | zero correct var in cpu_dump() | Jonathan Gray |
2021-12-04 | vmm(4): reload vmcs after possible sleep points | Dave Voutila |
2021-12-03 | - support I2C connected PMIC, add "early 1" to sxitwi. | SASANO Takayoshi |
2021-12-01 | Fix booting from an IDE block device on the Sun Blade 100. Apparently | Mark Kettenis |
2021-11-30 | add ixl(4) | Theo de Raadt |
2021-11-30 | enable uhid/fido | Theo de Raadt |
2021-11-29 | vmm(4): bump remote vmclear spinout ticks | Dave Voutila |
2021-11-27 | free() with nullptr is OK, but not if the size is unitialized, and the | Theo de Raadt |
2021-11-27 | stop building kernels with -Wno-uninitialized on clang archs | Jonathan Gray |
2021-11-26 | The IORT table usually only contains single mappings. While on the LX2K there | Patrick Wildt |
2021-11-26 | avoid clang -Wsometimes-uninitialized warning when DDB is not defined | Jonathan Gray |
2021-11-26 | avoid clang -Wsometimes-uninitialized warning when MULTIPROCESSOR is not | Jonathan Gray |
2021-11-23 | limit a variable to the scope inside #ifdef where it is used | Theo de Raadt |
2021-11-22 | Enable iicmux(4) and pcyrtc(4). | Mark Kettenis |
2021-11-22 | Hack alert! Apple M1 systems still don't work with an MP kernel. | Mark Kettenis |
2021-11-22 | vmm(4): copyout guest state on VM_EXIT_NONE | Dave Voutila |
2021-11-19 | Correct the CPUID() and CPUID_LEAF() macros to not include a trailing | Philip Guenther |
2021-11-14 | Make sure efiboot is built with RELA/REL relocations and not RELR, | Philip Guenther |
2021-11-13 | Catch up with (proposed) Linux device tree bindings. | Mark Kettenis |
2021-11-12 | Add support for controlling keyboard LEDs. | Mark Kettenis |
2021-11-12 | Use a mutex to lock the bus such that we can safely access the bus from | Mark Kettenis |
2021-11-11 | The Apple DART has a nifty feature that allows us protection of subranges | Mark Kettenis |
2021-11-11 | Retire switch(4) it never really was production ready and the OpenFlow | Claudio Jeker |
2021-11-09 | Add gpiokeys(4) for arm64 | Klemens Nanni |
2021-11-09 | Sort gpio{leds,charger} | Klemens Nanni |
2021-11-07 | Enable igc(4). | Patrick Wildt |
2021-11-02 | Remove trailing whitespace | Mike Larkin |
2021-11-02 | Enable igc(4). | Patrick Wildt |
2021-11-01 | Remove backwards compat code. | Mark Kettenis |
2021-11-01 | Catch up with the Linux device tree bindings. Put the USB DARTs into bypass | Mark Kettenis |
2021-11-01 | Add support for the keyboard/touchpad on Apple M1 laptops. | Mark Kettenis |
2021-10-31 | Add aplspi(4), a driver for the SPI controller found on the Apple M1 SoC. | Mark Kettenis |
2021-10-30 | Add GPIO functionality (including support for using GPIOs as interrupt pins). | Mark Kettenis |
2021-10-26 | Improve unhibernate performance (30% on some machines, another upcoming diff | Theo de Raadt |
2021-10-26 | Enable vmx(4) on arm64. Tested using VMware Fusion on the Apple M1. | Patrick Wildt |
2021-10-26 | Only flush freshly mapped uncached/device mappings if we have a vm_page for it, | Patrick Wildt |
2021-10-26 | Allocate fresh memory to put our device tree into, to make sure we have least | Patrick Wildt |
2021-10-26 | Remove more occurences of O_RDONLY in our bootloaders. | Patrick Wildt |
2021-10-25 | typos in comments, from jj, reported by Elyes Haouas on irc | Stuart Henderson |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-24 | Constify struct cfattach. | Martin Pieuchot |