aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
Commit message (Expand)AuthorAgeFilesLines
* arm: allow the debug stuff in CP14 to be disabled at compile timeAdrian Chadd2021-10-181-0/+1
* ipq4018: add TCSR definitions from Linux.Adrian Chadd2021-10-181-1/+1
* Restore PPS_SYNC in NOTESKonstantin Belousov2021-10-121-0/+6
* Enable PPS_SYNC on amd64, arm64 and armv7Konstantin Belousov2021-10-101-6/+0
* riscv: move signal delivery code to exec_machdep.cKonstantin Belousov2021-10-081-0/+2
* arm: move signal delivery code to exec_machdep.cKonstantin Belousov2021-10-081-0/+1
* arm64: move signal delivery code to exec_machdep.cKonstantin Belousov2021-10-081-0/+2
* i386: move signal delivery code to exec_machdep.cKonstantin Belousov2021-10-081-0/+1
* nvme: Only reset once on attach.Warner Losh2021-10-011-0/+1
* Add a gic interface to allocate MSI interruptsAndrew Turner2021-10-012-0/+2
* bluetooth: complete removal of ng_h4Warner Losh2021-09-301-1/+0
* LinuxKPI: Remove FreeBSD struct resource from all LKPI headersVladimir Kondratyev2021-09-291-0/+2
* sdhci_xenon: add ACPI supportBartlomiej Grzesik2021-09-291-0/+1
* sdhci_xenon: split driver file into generic file and fdt partsBartlomiej Grzesik2021-09-291-1/+2
* cxgbe(4): Update firmwares to 1.26.2.0.Navdeep Parhar2021-09-281-3/+3
* kernel: Disable errors for -Walloca-larger-than for GCC.John Baldwin2021-09-251-1/+2
* Drop cloudabiKonstantin Belousov2021-09-216-105/+0
* amd64: move signal handling and register structures manipulations into exec_m...Konstantin Belousov2021-09-211-0/+1
* mmc: switch mmc_helper to device_ apiBartlomiej Grzesik2021-09-201-0/+1
* e1000: remove duplicated phy codesGuinan Sun2021-09-171-0/+2
* ena: fix building in-kernel driverArtur Rojek2021-09-161-0/+2
* infiniband: Disable -Wredundant-decl warnings.John Baldwin2021-09-151-1/+1
* Remove nonexistent include path for arm64 crypto files.John Baldwin2021-09-151-2/+2
* kcov: Integrate with KMSANMark Johnston2021-09-141-1/+1
* x86: duplicate acpi_wakeup.c per i386 and amd64Konstantin Belousov2021-09-133-1/+2
* Add EPOCH_TRACE to NOTES to get LINT coverage.John Baldwin2021-09-111-0/+2
* vmd(4): Major driver refactoringAlexander Motin2021-09-032-2/+2
* syscalls.master: switch to CAPENABLED flagsBrooks Davis2021-09-011-1/+0
* Don't error out on unused but set variables with clang 13Dimitry Andric2021-08-291-2/+5
* Add support for Lewisburg GPIO through P2SBArnaud Ysmal2021-08-261-0/+3
* powerpc: retire bcmpMateusz Guzik2021-08-231-1/+0
* riscv: retire bcmpMateusz Guzik2021-08-231-1/+0
* arm64: retire bcmpMateusz Guzik2021-08-231-1/+0
* arm64: retire bzeroMateusz Guzik2021-08-231-1/+0
* arm64: add read_frequently, read_mostluy and exclusive_cache_line to linker s...Mateusz Guzik2021-08-231-0/+15
* Microsoft Azure Network Adapter(MANA) VF supportWei Hu2021-08-201-0/+6
* kvm_clock: KVM paravirtual clock supportAdam Fenn2021-08-141-1/+2
* x86: files: Make sys/x86/x86/pvclock.c optionalAdam Fenn2021-08-141-1/+1
* powerpc/pseries: Allow radix pmap in pseries for ISA 3.0Justin Hibbits2021-08-121-1/+1
* Add the KMSAN runtimeMark Johnston2021-08-111-0/+2
* conf: Add a KMSAN kernel optionMark Johnston2021-08-112-0/+7
* Remove duplicate entry for arm/mv/armada38x/armada38x_rtc.cScott Long2021-08-091-1/+0
* fu740_pci_dw: Add SiFive FU740 PCIe controller driverJessica Clarke2021-08-071-0/+2
* arm: enable stack-smashing protectionMitchell Horne2021-08-041-2/+1
* enetc_mdio: Support building the driver as a loadable module.Kornel Duleba2021-08-031-2/+2
* Introduce driver for Freescale Felix switchMarcin Wojtas2021-08-031-0/+2
* Add missing file to sys/conf/files after 469884cf04a9b92677c7c83e229ca6b8814f...Hans Petter Selasky2021-08-021-0/+2
* amd64: do not assume that kernel is loaded at 2M physicalKonstantin Belousov2021-07-311-3/+2
* LinuxKPI: Make FPU sections thread-safe and use the NOCTX flag.Hans Petter Selasky2021-07-313-10/+0
* Simplify kernel sanitizer interceptorsMark Johnston2021-07-301-2/+4