aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* vnic: work_done here only used for debugWarner Losh2022-10-251-1/+6
* genet: cnt here is write only and can be removedWarner Losh2022-10-251-2/+2
* x86/include/elf.h: make inclusion blocks for elf32.h and elf64.h similarKonstantin Belousov2022-10-251-6/+3
* i386: move hard-coded load address for PIE below default linker baseKonstantin Belousov2022-10-251-2/+2
* arm, arm64: tweak hard-coded load addresses for PIE binariesKonstantin Belousov2022-10-252-2/+2
* physmem: Add physmem_excluded to query if a region is excludedWarner Losh2022-10-252-0/+15
* efi: Add linux memory reserve table defniitionsWarner Losh2022-10-251-0/+30
* bhyve: Address some signed/unsigned comparison warningsMark Johnston2022-10-251-2/+2
* netmap(4): Fix a typo in a source code commentGordon Bergling2022-10-251-1/+1
* smartpqi(4): Fix two typos in kernel error messagesGordon Bergling2022-10-252-2/+2
* arcmsr(4): Fix a typo in a source code commentGordon Bergling2022-10-251-1/+1
* firewire(4): Fix a typo in an error messageGordon Bergling2022-10-251-1/+1
* ocs_fc(4): Fix a typo in an error messageGordon Bergling2022-10-251-1/+1
* netpfil: Fix two typos in source code commentsGordon Bergling2022-10-251-2/+2
* net8021: Fix a typo in a kernel error messageGordon Bergling2022-10-251-1/+1
* opencrypto: fix null esp cryptKonstantin Belousov2022-10-251-1/+5
* LinuxKPI: seq_file add "private" versions.Bjoern A. Zeeb2022-10-242-0/+36
* dpaa2: cleanup some include filesBjoern A. Zeeb2022-10-242-4/+0
* Rack and BBR broken with the new timewait state purge.Randall Stewart2022-10-241-1/+4
* if_ovpn: avoid netisr_queue name conflictsKristof Provost2022-10-241-4/+4
* acpi_ged: Module build no longer needs to define INTRNGWarner Losh2022-10-241-3/+0
* config.mk: All options in DEFAULTS are now defined in opt_global.hWarner Losh2022-10-241-0/+7
* config: Make ISAPNP be in opt_dontuse.hWarner Losh2022-10-241-1/+1
* DEFAULTS: move intrng to DEFAULTS for its platforms.Warner Losh2022-10-247-5/+3
* zfs: Fix a pair of bugs in zfs_fhtovp()Mark Johnston2022-10-241-1/+2
* acpi_ged: fix build with ACPI_DEBUGGleb Smirnoff2022-10-241-1/+1
* cache: add cache_assert_no_entriesMateusz Guzik2022-10-242-0/+15
* acpi_ged: fix build, as module and non INTRNG case.Takanori Watanabe2022-10-242-2/+2
* acpi_ged: New driver to ACPI generic event deviceTakanori Watanabe2022-10-245-1/+281
* bridge: default to not filtering L3Kristof Provost2022-10-241-2/+2
* arm64: Hyper-V: fix couple more commit errors caused by duplicated linesWei Hu2022-10-242-288/+0
* if_ovpn: add sysctls for netisr_queue() and crypto_dispatch_async()Kristof Provost2022-10-241-3/+24
* LinuxKPI: add MSEC_PER_SECBjoern A. Zeeb2022-10-231-0/+2
* LinuxKPI: 802.11: add MO tracingBjoern A. Zeeb2022-10-233-16/+62
* time(3): Fix spelling.Hans Petter Selasky2022-10-231-2/+2
* acpi: Create cppc_notify sysctl before it is checkedTom Jones2022-10-231-8/+8
* time(3): Optimize tvtohz() function.Hans Petter Selasky2022-10-233-46/+70
* time(3): Declare the minimum and maximum hz values supported.Hans Petter Selasky2022-10-232-0/+18
* LinuxKPI: 802.11: add changes to support debugfs in iwlwifiBjoern A. Zeeb2022-10-221-11/+22
* iwlwifi: prepare to support debugfsBjoern A. Zeeb2022-10-227-6/+870
* iwlwifi: constify another argument of iwl_print_hex_dump()Bjoern A. Zeeb2022-10-222-0/+8
* linprocfs: Add net/route.John Grafton2022-10-222-1/+80
* x86/busdma: Limit reserved pages if low nsegsColin Percival2022-10-221-0/+1
* Increase the maximum size of the journaled soft-updates journal.Kirk McKusick2022-10-211-1/+0
* arm64: Hyper-V: fix a commit error caused duplicated lines in vmbus_aarch64.cWei Hu2022-10-211-157/+0
* arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 2)Souradeep Chakrabarti2022-10-214-0/+670
* arm64: Hyper-V: vmbus: use the IRQ resource from vmbus_resSouradeep Chakrabarti2022-10-211-1/+3
* tcp: ECN preparations for ECN++, AccECN (tcp_respond)Richard Scheffenegger2022-10-208-17/+35
* xhci(4): Don't allocate an IRQ vector if hw.usb.xhci.use_polling=1 is set.Hans Petter Selasky2022-10-201-1/+1
* arm: Remove unused ffs.SWarner Losh2022-10-201-58/+0