Age | Commit message (Expand) | Author |
2021-02-23 | remove some unused includes | Jonathan Gray |
2021-02-23 | timecounting: use C99-style initialization for all timecounter structs | cheloha |
2021-02-22 | Enable bge(4). | Mark Kettenis |
2021-02-22 | Enable apldog(4). | Mark Kettenis |
2021-02-22 | Add apldog(4), a driver for the watchdog on Apple M1 SoCs. | Mark Kettenis |
2021-02-21 | Add cryptox(4), a driver for armv8 cryptographic extensions. | tobhe |
2021-02-21 | One CPUs that implement the VHE extension and have the E2H bit set, keep | Mark Kettenis |
2021-02-17 | Add support for FIQs. We need these to support agtimer(4) on Apple M1 SoCs | Mark Kettenis |
2021-02-16 | Introduce BUS_SPACE_MAP_POSTED such that we can distinguish between | Mark Kettenis |
2021-02-15 | While it should be possible to use "normal uncachable" mappings for | Mark Kettenis |
2021-02-11 | Call exuart(4) early attach on arm64. | Patrick Wildt |
2021-02-11 | Enable exuart(4). | Patrick Wildt |
2021-02-10 | Add a instruction barrier between writing CCSELR_EL1 and reading CCSIDR_EL1 | Mark Kettenis |
2021-02-09 | Make sure that switching the console from serial to framebuffer works | Mark Kettenis |
2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to | anton |
2021-01-29 | recognise Cortex-A78C | Jonathan Gray |
2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the | Theo de Raadt |
2021-01-26 | Recognize Apple Icestorm cores. | Mark Kettenis |
2021-01-25 | Give machdep.c a thorough cleanup that is long overdue. | Mark Kettenis |
2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. | thfr |
2021-01-19 | Enable athn(4) | Mark Kettenis |
2021-01-19 | s/KHz/kHz/ and reduce dmesg spam a bit | Mark Kettenis |
2021-01-15 | Split the IORT struct into two, as the current version not only contained | Patrick Wildt |
2021-01-15 | Move IO Remapping Table (IORT) struct defines to the common ACPI header | Patrick Wildt |
2020-12-25 | Refactor klist insertion and removal | Visa Hankala |
2020-12-19 | Apply r1.86 of amd64 acpi_machdep.c to arm64 and i386, converting a few | Jonathan Matthew |
2020-12-18 | Add glue for the USB3 controller on the i.MX8MP SoC. NXP had this glue for | Patrick Wildt |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-12-09 | Remove redundant TLB flush. All callers of pmap_pte_remove() were already | Mark Kettenis |
2020-12-06 | Implement pci_intr_disestablish(9) for acpicpi(4) on arm64. | Mark Kettenis |
2020-12-06 | Implement acpi_intr_disestablish() for arm64. | Mark Kettenis |
2020-12-06 | Add dwgpio(4) a driver for the Synopsys DesignWare GPIO controller. | Mark Kettenis |
2020-12-06 | Add missing byteswaps. | Mark Kettenis |
2020-12-04 | Recognize Neoverse-N2. | Mark Kettenis |
2020-11-29 | Enable mvsw(4). | Mark Kettenis |
2020-11-28 | ICC_DIR, used to deactive interrupts, is only needed when running in | Patrick Wildt |
2020-11-22 | ARM64's bus dma coalesces segments when they are physically contiguous, | Patrick Wildt |
2020-11-20 | Restructure cache flush operations to avoid repeated barriers. Specifically | Patrick Wildt |
2020-11-19 | Make bus_space_mmap(9) work for simplebus(4). | Mark Kettenis |
2020-11-19 | Make sure bus_space_mmap(9) works for pciecam(4). | Mark Kettenis |
2020-11-19 | Implement address translation for bus_space_mmap(9). | Mark Kettenis |
2020-11-17 | Enable imxiic(4) at ACPI. | Patrick Wildt |
2020-11-15 | Enable acpige(4) | Patrick Wildt |
2020-11-15 | Add support for edge-triggered interrupts in acpi_intr_establish(). So | Patrick Wildt |
2020-11-15 | Add support for edge-triggered interrupts to agintc(4). This is mostly | Patrick Wildt |
2020-11-14 | Enable sdhc(4) at ACPI. | Patrick Wildt |
2020-11-11 | Enable acpitz(4) and acpipwrres(4). Stop horrible jet fan noise on my | Patrick Wildt |
2020-11-09 | Enable mvpp(4). | Patrick Wildt |
2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). | Martin Pieuchot |
2020-11-06 | Clean up arm64's autoconf code. There have been quite a few unused | Patrick Wildt |