Age | Commit message (Expand) | Author |
2021-03-19 | another unfortunate action to cope with relentless kernel growth | Theo de Raadt |
2021-03-17 | Add missing memory clobbers to "data" barriers. | Mark Kettenis |
2021-03-17 | Always use an allocated buffer for {Read,Write}Blocks() to make | YASUOKA Masahiko |
2021-03-16 | Node without a "status" property should be considered enabled as well. | Mark Kettenis |
2021-03-16 | Make sure that switching the console from serial to framebuffer works | Mark Kettenis |
2021-03-16 | acpi_intr_disestablish() should free its own cookie. | Patrick Wildt |
2021-03-16 | Bump MAXTSIZ to 256MB on i386. | Kurt Miller |
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 | Change API of acpiiort(4). It was written as a hook before, taking the | Patrick Wildt |
2021-03-15 | Add acpi_iommu_device_map(), which replaces the DMA tag with one that | Patrick Wildt |
2021-03-15 | Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instances | Theo de Raadt |
2021-03-13 | We can use memory marked as EfiBootServicesCode or EfiBootServicesData | Mark Kettenis |
2021-03-11 | spelling | Jonathan Gray |
2021-03-11 | Add SMP support. | Mark Kettenis |
2021-03-11 | grow media a little | Theo de Raadt |
2006-10-06 | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with | Miod Vallat |
2021-03-10 | Let MAIR comment catch up with reality. | Mark Kettenis |
2021-03-10 | pmap_avail_setup() is the only place physmem is calculated, delete a bunch | Theo de Raadt |
2021-03-09 | Node without a "status" property should be considered enabled as well. | Mark Kettenis |
2021-03-09 | Recognize Apple Firestorm cores. | Mark Kettenis |
2021-03-09 | Add initial bits for Check Point UTM-1 EDGE N. | Visa Hankala |
2021-03-09 | ofw_read_mem_regions() can skip calculation of physmem. pmap.c | Theo de Raadt |
2021-03-08 | Enable ixl(4). | Patrick Wildt |
2021-03-08 | Revise the ASID allocation sheme to avoid a hang when running out of free | Mark Kettenis |
2021-03-07 | Explicitly align kernel text. | mortimer |
2021-03-06 | Since with the current design there's one device per domain, and one | Patrick Wildt |
2021-03-06 | One major issue talked about in research papers is reducing the overhead | Patrick Wildt |
2021-03-06 | ansi | Jonathan Gray |
2021-03-05 | Improve readability of softc accesses. | Patrick Wildt |
2021-03-05 | Introduce an IOVA allocator instead of mapping pages 1:1. Mapping pages 1:1 | Patrick Wildt |
2021-03-05 | Extend the commented code that shows which additional mappings are needed, | Patrick Wildt |
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-04 | Tweak whitespace and adjust prototypes. | Visa Hankala |
2021-03-04 | Combine octeon_pcibusvar.h into octeon_pcibus.c to reduce scatter. | Visa Hankala |
2021-03-04 | Update clock interrupt count atomically. | Visa Hankala |
2021-03-03 | Remove bogus (and pointless) pmap_activate(9) call. | Mark Kettenis |
2021-03-02 | Do *not* delay while waiting for IOTLB invalidation to complete. A 1ms | Patrick Wildt |
2021-03-01 | Update the MSI addresses for the Armada 8040. This chunk will only be | Patrick Wildt |
2021-03-01 | Instead of sprinkling the device's DMA tag, always return a new DMA tag | Patrick Wildt |
2021-02-28 | Have acpipci(4) look for a matching SMMU in the IORT. | Patrick Wildt |
2021-02-28 | Enable acpiiort(4), add smmu(4) but keep disabled. | Patrick Wildt |
2021-02-28 | acpiiort(4) and smmu(4) | Patrick Wildt |
2021-02-28 | Add smmu(4), a driver the ARM System MMU. This IOMMU is basically a | Patrick Wildt |
2021-02-28 | Add acpiiort(4), a driver for the ACPI I/O Remapping Table. This table | Patrick Wildt |
2021-02-28 | Add memory attributes for stage-2 pagetables. | Patrick Wildt |
2021-02-28 | Issue call to IOMMU OFW API to collect an IOMMU-sprinkled DMA tag. | Patrick Wildt |
2021-02-28 | Issue call to IOMMU OFW API to collect an IOMMU-sprinkled DMA tag. | Patrick Wildt |
2021-02-27 | apldart(4) is needed here as well. | Mark Kettenis |