summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2021-03-10Let MAIR comment catch up with reality.kettenis1-2/+5
2021-03-10Fix typo for ATS attribute member in IORT root complex struct.patrick1-2/+2
2021-03-10spellingjsg68-162/+162
2021-03-10pmap_avail_setup() is the only place physmem is calculated, delete a bunchderaadt1-9/+2
2021-03-09Node without a "status" property should be considered enabled as well.kettenis1-3/+3
2021-03-09Issuing FIOSETOWN and TIOCSPGRP ioctl commands on a tun(4) device leaksanton1-2/+3
2021-03-09Shorten the if_cloners_lock name preventing it from being truncated inanton1-2/+2
2021-03-09Recognize Apple Firestorm cores.kettenis1-1/+3
2021-03-09Add support for 30-bit color modes.kettenis1-2/+4
2021-03-09Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8)bluhm2-31/+157
2021-03-09Add initial bits for Check Point UTM-1 EDGE N.visa3-3/+15
2021-03-09ofw_read_mem_regions() can skip calculation of physmem. pmap.cderaadt1-5/+1
2021-03-08Enable ixl(4).patrick2-2/+4
2021-03-08Revert commitid: AZrsCSWEYDm7XWuv;claudio3-10/+14
2021-03-08We no longer "accept" RAs in the kernel, delete misleading comment.florian1-2/+1
2021-03-08Add another Type Cover devicejcs1-1/+2
2021-03-08regenjcs2-4/+9
2021-03-08Add Surface Pro Type Coverjcs1-1/+2
2021-03-08Allow uhidev child devices to claim selective report idsjcs16-57/+74
2021-03-08Add support for sdhc(4) on Raspberry Pi in ACPI mode.kettenis1-2/+8
2021-03-08Add support for rk809 as seen on the Rock Pi N10 with the rk3399pro. Addkurt1-57/+262
2021-03-08Revise the ASID allocation sheme to avoid a hang when running out of freekettenis2-31/+120
2021-03-08Move a KERNEL_ASSERT_LOCKED() from single_thread_clear() to cursig().mpi1-6/+3
2021-03-08Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semantic.mpi3-14/+10
2021-03-08Remove the workaround which identified Go executables, and permitted themderaadt1-7/+2
2021-03-07Explicitly align kernel text.mortimer2-5/+6
2021-03-07Fix aml_store() to work properly when the lvalue is a reference ofyasuoka1-3/+4
2021-03-07Pass standard DMA tag to acpi(4) table drivers.patrick1-1/+2
2021-03-07ansijsg17-636/+262
2021-03-07ansijsg10-279/+115
2021-03-07ansijsg5-61/+24
2021-03-07ansijsg35-816/+320
2021-03-07use uint64_t ethernet addresses for compares in carp.dlg3-17/+16
2021-03-06Since with the current design there's one device per domain, and onepatrick1-17/+11
2021-03-06One major issue talked about in research papers is reducing the overheadpatrick1-61/+103
2021-03-06ansijsg7-18/+13
2021-03-05ansijsg2-14/+6
2021-03-05ansijsg15-250/+113
2021-03-05ansijsg4-53/+20
2021-03-05ansijsg2-88/+42
2021-03-05deregisterjsg5-32/+32
2021-03-05ansijsg8-202/+78
2021-03-05pass the uint64_t dst ethernet address from ether_input to bridges.dlg6-29/+26
2021-03-05ansijsg1-3/+2
2021-03-05ansijsg1-9/+5
2021-03-05work with 64bit ethernet addresses in ether_input().dlg1-9/+10
2021-03-05Improve readability of softc accesses.patrick1-13/+20
2021-03-05Introduce an IOVA allocator instead of mapping pages 1:1. Mapping pages 1:1patrick2-105/+128
2021-03-05Extend the commented code that shows which additional mappings are needed,patrick1-6/+24
2021-03-04Turns out the cores on Apple's M1 SoC only support 8-bit ASIDs.kettenis1-52/+57