aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sys/modules: simplify a little by moving syscons to x86 onlyWarner Losh2022-10-281-2/+2
* sys/modules: tidy up a bit by moving _hyperv to aarch64 sectionWarner Losh2022-10-281-3/+1
* Enable more extres options when FDT is missingAndrew Turner2022-10-281-17/+17
* Only include regdev_if.h when it's neededAndrew Turner2022-10-281-0/+2
* Fix the includes in regulator_fixed.cAndrew Turner2022-10-281-1/+2
* Only include phydev_if.h when neededAndrew Turner2022-10-282-2/+2
* Include sys/systm.h in phy_usb.c for KASSERTAndrew Turner2022-10-281-0/+1
* Allow clk_fixed.c to be built without FDTAndrew Turner2022-10-281-0/+4
* Remove unneeded headers from clk_link.cAndrew Turner2022-10-281-2/+0
* riscv: improve parsing of riscv,isa property stringsMitchell Horne2022-10-282-27/+169
* acpica: Fix the botched mergeJung-uk Kim2022-10-282-200/+0
* acpica: Merge ACPICA 20221020Jung-uk Kim2022-10-286-19/+20
* acpica: Import ACPICA 20221020Jung-uk Kim2022-10-2852-284/+2121
* arm64: Implement cpu_ptrace().Olivier Houchard2022-10-272-0/+40
* script: Handle a missing 's' stamp gracefully.Dag-Erling Smørgrav2022-10-271-0/+2
* script: Further usage string nits.Dag-Erling Smørgrav2022-10-271-2/+2
* script: Use size_t / ssize_t where needed.Dag-Erling Smørgrav2022-10-271-3/+3
* hyperv: Don't build on 32-bit armWarner Losh2022-10-271-0/+2
* Add a LINT-ACPI arm64 configAndrew Turner2022-10-271-0/+5
* Stop building FDT-only modules in an ACPI only kernelAndrew Turner2022-10-272-2/+11
* kboot: Add hostfsWarner Losh2022-10-275-1/+291
* stand/kboot: Make FDT fixup per-archWarner Losh2022-10-276-63/+129
* bhyve: Implement MSR_MISC_FEATURES_ENABLESWarner Losh2022-10-272-0/+2
* split: reset errno prior to getline()Math Ieu2022-10-271-1/+1
* Make sure error is defined in dpaa2Andrew Turner2022-10-271-1/+1
* Increase MAX_APIC_ID safeguard to 0x800Ed Maste2022-10-271-1/+1
* Allow the extres regulator code to build without FDTAndrew Turner2022-10-273-3/+5
* Only build if_mvneta.c when FDT is definedAndrew Turner2022-10-271-1/+1
* Fix xdma_if.m in an ACPI only kernelAndrew Turner2022-10-271-0/+4
* Mark FDT only drivers as suchAndrew Turner2022-10-272-17/+17
* Remove an unneeded cpu_dcache_wb_range from arm64Andrew Turner2022-10-271-2/+4
* arm64: add a std.ec2 configKyle Evans2022-10-272-0/+16
* netlink: use (void) for function definitions with no argumentsEd Maste2022-10-276-10/+11
* bhyve: Remove an unused parameter from pci_nvme_append_iov_req()Mark Johnston2022-10-271-8/+6
* bhyve: Fix an apparent pointer arithmetic bug in the xhci emulationMark Johnston2022-10-271-17/+10
* bhyve: Make sure that the VNC version is initializedMark Johnston2022-10-271-2/+5
* script: Add usage string for playback mode.Dag-Erling Smørgrav2022-10-271-0/+2
* script: Correct -F in man page and usage string.Dag-Erling Smørgrav2022-10-272-5/+4
* arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final)Souradeep Chakrabarti2022-10-2720-552/+164
* stress2: Added a newfs(8) test scenarioPeter Holm2022-10-271-0/+57
* stress2: Added a regression test for a ffs validate_sblock() fixPeter Holm2022-10-271-0/+53
* MFV: Restore the ability to process files from stdin immediately.Xin LI2022-10-273-17/+25
|\
| * Use the -n flag to produce immediate results and kill the short-lived -I.Christos Zoulas2022-10-273-21/+11
| * In immediate mode, print with the current width.Christos Zoulas2022-10-271-3/+3
| * PR/397: dadv: Restore the ability of processing filenames from stdinChristos Zoulas2022-10-273-24/+42
* | psci: set psci_present as early as possibleKyle Evans2022-10-271-1/+1
* | ffs validate_sblock(): avoid 32bit mul overflowKonstantin Belousov2022-10-271-2/+2
* | vfs_lookup(): Minor performance optimizationsJason A. Harmening2022-10-271-34/+40
* | vfs_busy(): fix wording in commentJason A. Harmening2022-10-271-2/+1
* | Remove witness directives from crossmp locking VOPsJason A. Harmening2022-10-271-10/+3