Age | Commit message (Expand) | Author |
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 |
2021-10-24 | #define open O_* flags in libsa/stand.h, so that bootblocks can use | Theo de Raadt |
2021-10-24 | Constify struct cfattach. | Martin Pieuchot |
2021-10-24 | Unlock top part of UVM fault handler on mips64. | Visa Hankala |
2021-10-24 | Now that ampintcmsi(4)'s establish function returns a pointer to the | Patrick Wildt |
2021-10-24 | Stop setting etype in the MD crypto code. So far we have set the etype | Patrick Wildt |
2021-10-24 | extra 0 fields in cfdriver are not needed | Theo de Raadt |
2021-10-23 | Retire asynchronous crypto API as it is no longer required by any driver and | Tobias Heider |
2021-10-21 | Initialize interrupts to G1NS by configuring IGROUPR and IGRPMODR. This | Patrick Wildt |
2021-10-21 | Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They require | Alexander Bluhm |
2021-10-21 | Have ampintcmsi(4) go through the list of interrupt controllers to find the | Patrick Wildt |
2021-10-13 | The kernel crypto framework sometimes returned an error, sometimes | Alexander Bluhm |
2021-10-12 | Add (minimal) accounting for wired pages in userland pmaps. | Mark Kettenis |
2021-10-10 | Don't advertise MSI support if we don't have an MSI interrupt controller. | Mark Kettenis |
2021-10-10 | Only check whether we have an MSI interrupt controller when we try to | Mark Kettenis |
2021-10-09 | grow media for additional firmwares | Theo de Raadt |
2021-10-07 | Use correct index variable. | Mark Kettenis |
2021-10-07 | Remove unused TLB routines. | Visa Hankala |
2021-10-07 | Remove struct members that were used by the R4000 EoP workaround. | Visa Hankala |
2021-10-07 | Use tabs instead of spaces. | Visa Hankala |
2021-10-07 | Remove a stale comment. | Visa Hankala |
2021-10-07 | trapsignal() can be called without KERNEL_LOCK, adjust code accordingly. | Claudio Jeker |
2021-10-06 | Change sendsig() interface so that the MD code does not need to access | Claudio Jeker |
2021-10-06 | Add openbsd,dma-constraint property to /chosen node on armv7 | Visa Hankala |
2021-10-05 | cleanup conf.c, and bring in wd(4) support | Theo de Raadt |
2021-10-05 | wd(4) device node support was missing, add it. | Theo de Raadt |
2021-10-04 | grow i386 media for new realtek firmwares | Theo de Raadt |
2021-09-25 | Fix a possible race condition in spc_msgin(). | Kenji Aoyama |
2021-09-25 | Add $OpenBSD$ keyword and correct spelling. | Kenji Aoyama |
2021-09-25 | Add gpiocharger(4) for arm64 | Klemens Nanni |