summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-03-09Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8)Alexander Bluhm
2021-03-09Add initial bits for Check Point UTM-1 EDGE N.Visa Hankala
2021-03-09ofw_read_mem_regions() can skip calculation of physmem. pmap.cTheo de Raadt
2021-03-08Enable ixl(4).Patrick Wildt
2021-03-08Revert commitid: AZrsCSWEYDm7XWuv;Claudio Jeker
2021-03-08We no longer "accept" RAs in the kernel, delete misleading comment.Florian Obser
2021-03-08Add another Type Cover deviceJoshua Stein
2021-03-08regenJoshua Stein
2021-03-08Add Surface Pro Type CoverJoshua Stein
2021-03-08Allow uhidev child devices to claim selective report idsJoshua Stein
2021-03-08Add support for sdhc(4) on Raspberry Pi in ACPI mode.Mark Kettenis
2021-03-08Add support for rk809 as seen on the Rock Pi N10 with the rk3399pro. AddKurt Miller
2021-03-08Revise the ASID allocation sheme to avoid a hang when running out of freeMark Kettenis
2021-03-08Move a KERNEL_ASSERT_LOCKED() from single_thread_clear() to cursig().Martin Pieuchot
2021-03-08Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semantic.Martin Pieuchot
2021-03-08Remove the workaround which identified Go executables, and permitted themTheo de Raadt
2021-03-07Explicitly align kernel text.mortimer
2021-03-07Fix aml_store() to work properly when the lvalue is a reference ofYASUOKA Masahiko
2021-03-07Pass standard DMA tag to acpi(4) table drivers.Patrick Wildt
2021-03-07ansiJonathan Gray
2021-03-07ansiJonathan Gray
2021-03-07ansiJonathan Gray
2021-03-07ansiJonathan Gray
2021-03-07use uint64_t ethernet addresses for compares in carp.David Gwynne
2021-03-06Since with the current design there's one device per domain, and onePatrick Wildt
2021-03-06One major issue talked about in research papers is reducing the overheadPatrick Wildt
2021-03-06ansiJonathan Gray
2021-03-05ansiJonathan Gray
2021-03-05ansiJonathan Gray
2021-03-05ansiJonathan Gray
2021-03-05ansiJonathan Gray
2021-03-05deregisterJonathan Gray
2021-03-05ansiJonathan Gray
2021-03-05pass the uint64_t dst ethernet address from ether_input to bridges.David Gwynne
2021-03-05ansiJonathan Gray
2021-03-05ansiJonathan Gray
2021-03-05work with 64bit ethernet addresses in ether_input().David Gwynne
2021-03-05Improve readability of softc accesses.Patrick Wildt
2021-03-05Introduce an IOVA allocator instead of mapping pages 1:1. Mapping pages 1:1Patrick Wildt
2021-03-05Extend the commented code that shows which additional mappings are needed,Patrick Wildt
2021-03-04Turns out the cores on Apple's M1 SoC only support 8-bit ASIDs.Mark Kettenis
2021-03-04Print feature that indicates a CPU core supports 16-bit ASIDs.Mark Kettenis
2021-03-04Tweak whitespace and adjust prototypes.Visa Hankala
2021-03-04Combine octeon_pcibusvar.h into octeon_pcibus.c to reduce scatter.Visa Hankala
2021-03-04Update clock interrupt count atomically.Visa Hankala
2021-03-04Merge issignal() and CURSIG() in preparation for turning it mp-safe.Martin Pieuchot
2021-03-04Modify `uvmexp.swpgonly' atomically, required for uvm_fault() w/o KERNEL_LOCK()Martin Pieuchot
2021-03-04Bring back previous fix for UVM vnode deadlock.Martin Pieuchot
2021-03-03off by oneJonathan Gray
2021-03-03Remove bogus (and pointless) pmap_activate(9) call.Mark Kettenis