summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-10-23Fix USBDEBUG build on ILP32skrll
2022-10-23Trailing whitespace.skrll
2022-10-21aq(4): Remove incorrect ASSERT_SLEEPABLE introduced in 1.33.riastradh
2022-10-21frag6: don't use spin mutex for frag6_lockozaki-r
2022-10-21Fix build after previous.skrll
2022-10-21ugen(4): convert to USBHIST style debugging.mrg
2022-10-20Do what the comment says and reserve ranges that do and do not have theskrll
2022-10-20Add the "memory" clobber in two places that it's needed.skrll
2022-10-20Remove an empty lineskrll
2022-10-20Move the fdt_memory_remove_reserved call out of fdt_build_bootconfigskrll
2022-10-20Trailing whitespace.skrll
2022-10-20KNFskrll
2022-10-20Add a KASSERT to check that tlb_asid_t is a large enough type.skrll
2022-10-19dwiic(4): Don't try processing interrupts before attach completes.riastradh
2022-10-19dwiic(4): Don't try to attach children if dwiic_attach failed.riastradh
2022-10-19PR/56836: Andrew Cagney: IPv6 ESN tunneling IPcomp has corrupt headerchristos
2022-10-19Add AMD cpuid Fn8000_000a x2AVIC, VNMI and IBSVIRT from APM Vol. 3 Rev. 3.34.msaitoh
2022-10-19Fix typo. No functional change. OK'd by knakahara.msaitoh
2022-10-18VSXLEN=64 supports 16-bit ASID space so change tlb_asid_t to be bigskrll
2022-10-18Some fixes from Simon.skrll
2022-10-18Correct XSEGSHIFT for RV32 caseskrll
2022-10-18remove a stray commentskrll
2022-10-18KNFskrll
2022-10-17aq(4): Annotate boolean parameters with names for legibility.riastradh
2022-10-17aq(4): Unconditionally halt callout in aq_stop.riastradh
2022-10-17Fix previous by using roundup (and not howmany).skrll
2022-10-17add pcie capability and read request size linux compat, some pci root supportmrg
2022-10-16Use complete cpu name strings for readability.tsutsui
2022-10-16Use a consistent pointer variable. No functional change.tsutsui
2022-10-16tlb_update_addr gets called with the KERNEL_PID (ASID) so handle thisskrll
2022-10-16Re-orgnaise a litte. From Simon.skrll
2022-10-16Map the DTB using VM_KERNEL_DTB_BASE and CONSADDR using VM_KERNEL_IO_BASEskrll
2022-10-16Use a local labelskrll
2022-10-16More register re-orgskrll
2022-10-16Fix after register re-orgskrll
2022-10-15fix various typos in documentation and comments.andvar
2022-10-15pci_resource(9): Fix whitespace.riastradh
2022-10-15pci_resource(9): vmem_create and vmem_add never fail with VM_SLEEP.riastradh
2022-10-15virtio(4): Use __BIT, not inline shift.riastradh
2022-10-15virtio(4): Use howmany from sys/param.h instead of open-coding it.riastradh
2022-10-15virtio(4): Sprinkle KNF.riastradh
2022-10-15Add PQUIRK_ONLYBIG for Oracle OCI BlockVolumes.jmcneill
2022-10-15More register use re-org.skrll
2022-10-15Shuffle some register usageskrll
2022-10-15Comment re-arragementskrll
2022-10-15Remove unnecessary register assignmentsskrll
2022-10-15kobj(9): Rephrase kobj_load and kobj_affix positively.riastradh
2022-10-15kobj(9): Fix kobj_read_mem error branches.riastradh
2022-10-15kobj(9): Avoid arithmetic overflow in overflow detection.riastradh
2022-10-15kobj(9): Forbid reading negative offsets.riastradh