Age | Commit message (Expand) | Author |
2021-03-05 | ansi | Jonathan Gray |
2021-03-05 | ansi | Jonathan Gray |
2021-03-05 | ansi | Jonathan Gray |
2021-03-05 | deregister | Jonathan Gray |
2021-03-05 | ansi | Jonathan Gray |
2021-03-05 | pass the uint64_t dst ethernet address from ether_input to bridges. | David Gwynne |
2021-03-05 | ansi | Jonathan Gray |
2021-03-05 | ansi | Jonathan Gray |
2021-03-05 | work with 64bit ethernet addresses in ether_input(). | David Gwynne |
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-04 | Merge issignal() and CURSIG() in preparation for turning it mp-safe. | Martin Pieuchot |
2021-03-04 | Modify `uvmexp.swpgonly' atomically, required for uvm_fault() w/o KERNEL_LOCK() | Martin Pieuchot |
2021-03-04 | Bring back previous fix for UVM vnode deadlock. | Martin Pieuchot |
2021-03-03 | off by one | Jonathan Gray |
2021-03-03 | Remove bogus (and pointless) pmap_activate(9) call. | Mark Kettenis |
2021-03-03 | Add a configurable button mapping for tap gestures on touchpads. | Ulf Brosziewski |
2021-03-03 | clean up span ports as span ports, not bridge ports. | David Gwynne |
2021-03-02 | fix an assert in veb_p_ioctl() that failed when called by a span port. | David Gwynne |
2021-03-02 | include of netinet/in.h here is incorrect, because net/route.h will pull | Theo de Raadt |
2021-03-02 | Fix the deadlock between uvn_io() and uvn_flush() by restarting the fault. | Martin Pieuchot |
2021-03-02 | Revert the fix for the deadlock between uvn_io() and uvn_flush(). | Martin Pieuchot |
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-03-01 | Transactions on the AXI bus contain a Stream ID. SMMUs filter | Patrick Wildt |
2021-03-01 | The ep-gpios property is optional on the Rockchip PCIe controller. | Patrick Wildt |
2021-03-01 | Refactor ip_fragment() and ip6_fragment(). Use a mbuf list to | Alexander Bluhm |
2021-03-01 | If an anon is associated with a page, acquire its lock before any modification. | Martin Pieuchot |
2021-03-01 | Move the top part of uvm_fault_lower(), the lookup, in its own function. | Martin Pieuchot |
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 | Implement IOMMU OFW API for on-SoC/non-PCI devices. | Patrick Wildt |
2021-02-28 | Issue call to IOMMU OFW API to collect an IOMMU-sprinkled DMA tag. | Patrick Wildt |
2021-02-28 | big numbers need suffixes on some platforms. fix LACP_ADDR_SLOW_E64. | David Gwynne |
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-27 | Replace stray direct call of f_event with filter_event(). | Visa Hankala |
2021-02-27 | Rework route_input() and rtm_sendup(). While we perform foreach loop | mvs |