Age | Commit message (Expand) | Author |
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 |
2021-02-27 | Add apldart(4), a driver for the IOMMU on Apple M1 SoCs. | Mark Kettenis |
2021-02-26 | Add aplcpie(4), a (minimal) driver for the PCIe host bridge on Apple M1 SoCs. | Mark Kettenis |
2021-02-25 | Add some infrastructure in the PCI chipset tag for pci_probe_device_hook() | Patrick Wildt |
2021-02-25 | we don't have to cast to caddr_t when calling m_copydata anymore. | David Gwynne |
2021-02-23 | Add aplintc(4), a driver for the interrupt controller found on | Mark Kettenis |
2021-02-23 | sparc64/clock.c: use ANSI-style function definitions | cheloha |
2021-02-23 | Make more efficient clearing interrupts on all processors at boot time. | Kenji Aoyama |
2021-02-23 | remove some unused includes | Jonathan Gray |
2006-10-06 | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with | Miod Vallat |
2021-02-23 | timecounting: use C99-style initialization for all timecounter structs | cheloha |
2021-02-22 | Terminate backtrace of secondary processors in ddb. | Mark Kettenis |
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-20 | Fix disestablishing of PCI interrupt handlers. | Visa Hankala |
2021-02-18 | Make kernel ld.script similar to octeon's on loongson and sgi. | Visa Hankala |
2021-02-18 | handle "simple-pm-bus" in simplebus | Jonathan Gray |
2021-02-17 | Skip gp initialization in loongson bootblocks | Visa Hankala |
2021-02-17 | Do not reprogram address filter after MII status change | Visa Hankala |
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-16 | some phy are not needed anymore since the ethernet drivers went away | Theo de Raadt |
2021-02-15 | While it should be possible to use "normal uncachable" mappings for | Mark Kettenis |
2021-02-14 | Enable clocks and adjust for removal of subnodes in upstream Linux | Mark Kettenis |
2021-02-14 | Enable clocks. | Mark Kettenis |
2021-02-14 | Raise match priority to beat syscon(4). | Mark Kettenis |