Age | Commit message (Expand) | Author |
2021-04-02 | Fix Dale's email address | Theo Buehler |
2021-03-27 | Make sure that all CPUs end up with the same bits set in SCTLR_EL1. | Mark Kettenis |
2021-03-27 | Add ARMv8.5 instruction set related CPU features. | Mark Kettenis |
2021-03-17 | Add missing memory clobbers to "data" barriers. | Mark Kettenis |
2021-03-16 | acpi_intr_disestablish() should free its own cookie. | Patrick Wildt |
2021-03-16 | Fix some correctness issues in the lowelevel kernel bringup code. | Mark Kettenis |
2021-03-15 | Add code to acpiiort(4) to look up named components in the IORT and | Patrick Wildt |
2021-03-15 | Add acpi_iommu_device_map(), which replaces the DMA tag with one that | Patrick Wildt |
2021-03-13 | We can use memory marked as EfiBootServicesCode or EfiBootServicesData | Mark Kettenis |
2021-03-11 | spelling | Jonathan Gray |
2021-03-10 | Let MAIR comment catch up with reality. | Mark Kettenis |
2021-03-09 | Recognize Apple Firestorm cores. | Mark Kettenis |
2021-03-08 | Revise the ASID allocation sheme to avoid a hang when running out of free | Mark Kettenis |
2021-03-04 | Turns out the cores on Apple's M1 SoC only support 8-bit ASIDs. | Mark Kettenis |
2021-03-04 | Print feature that indicates a CPU core supports 16-bit ASIDs. | Mark Kettenis |
2021-03-03 | Remove bogus (and pointless) pmap_activate(9) call. | 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-11 | Call exuart(4) early attach on arm64. | Patrick Wildt |
2021-02-10 | Add a instruction barrier between writing CCSELR_EL1 and reading CCSIDR_EL1 | Mark Kettenis |
2021-01-29 | recognise Cortex-A78C | Jonathan Gray |
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 |
2020-12-19 | Apply r1.86 of amd64 acpi_machdep.c to arm64 and i386, converting a few | Jonathan Matthew |
2020-12-09 | Remove redundant TLB flush. All callers of pmap_pte_remove() were already | Mark Kettenis |
2020-12-06 | Implement acpi_intr_disestablish() for arm64. | Mark Kettenis |
2020-12-04 | Recognize Neoverse-N2. | Mark Kettenis |
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-15 | Add support for edge-triggered interrupts in acpi_intr_establish(). So | 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 |
2020-11-04 | Recognise Cortex-A78AE, Cortex-X1 and Neoverse V1. | Jonathan Gray |
2020-10-23 | Refactor page fault/error functions, normalizing their operation relative | Theo de Raadt |
2020-10-21 | last argument to pmap_fault_fixup() is unused, delete it | Theo de Raadt |
2020-10-20 | copyout(9), copyinstr(9) and copyoutstr(9) should bail out | Patrick Wildt |
2020-10-19 | Decode the UDF ("permanently undefined") instruction in ddb(4)'s arm64 | Christian Weisgerber |
2020-10-19 | replace ad-hoc illegal instruction with the architecturally defined one | Christian Weisgerber |
2020-10-18 | Fix typo. Spotted by patrick@ | Mark Kettenis |
2020-10-18 | Add code to print CPU features. | Mark Kettenis |
2020-10-16 | Architecture guarantees that the fields in ID register have the property | Mark Kettenis |
2020-10-09 | Optimize copyin(9), copyout(9) and kcopy(9) by doing 16-byte copies if | Mark Kettenis |
2020-10-08 | use access_type as the PROT_* variable for uvm_fault() consistantly | Theo de Raadt |
2020-10-07 | Remove dead marko cdev_joy_init. | jan |
2020-10-04 | Change kcopy(9) such that it does 64-bit and 32-bit copies whenever possible. | Mark Kettenis |
2020-09-25 | Add missing call to uvm_grow(9). | Mark Kettenis |
2020-09-14 | Do the uvm_map_inentry() check in data_abort() after we have done the branch | Mark Kettenis |