aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Add link from if_iwlwifi(4) to iwlwifi(4)Li-Wen Hsu2024-02-221-0/+1
* | acpi: Defer reserving resources for ACPI devicesJohn Baldwin2024-02-221-5/+17
* | arm: Set NEW_PCIB in DEFAULTS rather than a subset of kernel configsJessica Clarke2024-02-223-2/+2
* | x86/ucode: add support for early loading of CPU ucode on AMD.Chuck Silvers2024-02-227-178/+316
* | Add missing .endifWarner Losh2024-02-221-0/+1
* | loader: Mark BEARSSL broken on powerpcWarner Losh2024-02-221-0/+3
* | vge(4): Fix a typo in a source code commentGordon Bergling2024-02-221-1/+1
* | loader: These files have no copyrightable materialWarner Losh2024-02-224-0/+8
* | libsa: Remove redundant sys/cdefs.hWarner Losh2024-02-22165-185/+3
* | loader: return errors from writing ZFS labelsWarner Losh2024-02-221-1/+1
* | kboot: Implement write support for hostdiskWarner Losh2024-02-221-7/+8
* | arm64: Tell userspace when BTI is supportedAndrew Turner2024-02-221-4/+2
* | arm64: Enable BTI in the kernel ELF loaderAndrew Turner2024-02-221-0/+73
* | Add a BTI sysarchAndrew Turner2024-02-222-1/+49
* | arm64: Add BTI support to pmapAndrew Turner2024-02-222-20/+263
* | sk(4): Fix a typo in a source code commentGordon Bergling2024-02-222-2/+2
* | uath(4): Fix a typo in a source code commentGordon Bergling2024-02-221-1/+1
* | random(4): Fix a typo in a source code commentGordon Bergling2024-02-221-1/+1
* | x86/xen: use correct printf specifier.Roger Pau Monné2024-02-221-1/+1
* | umcs(4): Fix two typos in source code commentsGordon Bergling2024-02-221-2/+2
* | x86/xen: implement early init hookRoger Pau Monné2024-02-224-112/+22
* | x86/cpu: introduce an optional hook for early hypervisor initializationRoger Pau Monné2024-02-221-1/+7
* | x86/xen: replace xen_cpuid_base with hv_baseRoger Pau Monné2024-02-222-7/+7
* | x86/xen: do video console fixup as part of early initializationRoger Pau Monné2024-02-222-83/+87
* | x86/xen: move shared page setup to early init handlerRoger Pau Monné2024-02-222-14/+43
* | x86/xen: introduce a Xen early init functionRoger Pau Monné2024-02-223-5/+55
* | x86/xen: remove parameter from fixup_console()Roger Pau Monné2024-02-221-3/+12
* | x86/xen: fill hypercall page with int3Roger Pau Monné2024-02-221-1/+1
* | x86/cpu: improve hypervisor detectionRoger Pau Monné2024-02-221-2/+15
* | x86/xen: introduce non-hypercall based emergency printRoger Pau Monné2024-02-223-5/+22
* | x86/xen: fix out of bounds access to the event channel masks on resumeRoger Pau Monné2024-02-222-4/+11
* | nextboot: check unlink, but only warn on !ENOENTWarner Losh2024-02-221-1/+2
* | linux_pwd_onexec: do not abort image activation if emul path does not existKonstantin Belousov2024-02-221-11/+3
* | fdlopen(3): do not create a new object mapping if already loadedKonstantin Belousov2024-02-221-2/+3
* | bcm5974(4): Properly assign MT-slot on Apple Magic TrackpadVladimir Kondratyev2024-02-211-5/+7
* | bcm5974(4): Respect HID_DEBUG option and fix debugging printfVladimir Kondratyev2024-02-211-1/+3
* | bcm5974(4): Report proper width and depth for Apple Magic TrackpadsVladimir Kondratyev2024-02-211-2/+2
* | Import the kernel parts of bhyve/arm64Andrew Turner2024-02-2134-13/+11066
* | arm64: Add TF_LR, it will be used by bhyve asmAndrew Turner2024-02-211-0/+1
* | arm64: Add a macro to find a VM fault addressAndrew Turner2024-02-211-0/+2
* | arm64: Add the TCR_EL2.PS maskAndrew Turner2024-02-211-0/+1
* | arm64: Add ISS_MSR_REG for ESR_ELx.ISS valuesAndrew Turner2024-02-211-0/+6
* | iicbus/mux/pca954x: add support for PCA9546 I2C SwitchBjoern A. Zeeb2024-02-211-1/+10
* | arm64: Add more spsr_el1 register valuesAndrew Turner2024-02-211-0/+7
* | loader/efi: Make gcc friendlier by move md_devWarner Losh2024-02-211-1/+2
* | loader: Retire CTASSERTWarner Losh2024-02-214-11/+6
* | libsys auxv.c: add fences needed to ensure that flag worksKonstantin Belousov2024-02-211-3/+4
* | arm64: Fix the has_hyp checkAndrew Turner2024-02-211-1/+1
* | arm64: Add in_vhe() to find if the kernel is in VHEAndrew Turner2024-02-212-0/+9
* | arm64: Use the new CurrentEL macrosAndrew Turner2024-02-211-2/+2