aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* intr/powerpc: cleanup extraneous spaces in PowerMAC CPC HT driverElliott Mitchell2025-10-301-10/+10
* vchiq: fix another logging format string for 32/64 bitMarco Devesas Campos2025-10-303-23/+21
* vchiq: logging/tracing refactoringMarco Devesas Campos2025-10-301-12/+54
* nfs_clvfsops.c: Allow long directory mount pathsRick Macklem2025-10-291-3/+5
* linuxkpi: gracefully handle page lookup failure in lkpi_vmf_insert_pfn_prot_l...Austin Shafer2025-10-291-0/+4
* linuxkpi: add stub implementation of pm_vt_switch_(un)registerAustin Shafer2025-10-291-0/+14
* nhi: Fix a race with interrupt teardown during detachJohn Baldwin2025-10-293-3/+9
* acpi_gpiobus: implement bus_child_deletedAhmad Khalifa2025-10-293-1/+19
* gpiobus: use bus_generic_detach when detachingAhmad Khalifa2025-10-291-1/+1
* dtrace/arm64: properly traverse the symbol tableKonrad Witaszczyk2025-10-291-1/+1
* ale(4): Fix typo in a kernel messageGordon Bergling2025-10-291-1/+1
* acpi(4): Fix typo in a panic messageGordon Bergling2025-10-291-1/+1
* tegra210: Fix typo in a kernel messageGordon Bergling2025-10-291-2/+2
* arm/ti: Fix typo in a KASSERT messageGordon Bergling2025-10-291-1/+1
* arm/mv: Fix typo in a kernel error messageGordon Bergling2025-10-291-1/+1
* geom(4): Fix typo in a kernel messageGordon Bergling2025-10-291-1/+1
* usb(4): Fix typos in upgt(4) and zyd(4)Gordon Bergling2025-10-292-4/+4
* audit(4): Fix a typo in an kernel error messageGordon Bergling2025-10-291-1/+1
* aic7xxx: Fix a couple of typos in device messagesGordon Bergling2025-10-292-5/+5
* nfsclient: Fix a typo in a panic messageGordon Bergling2025-10-291-1/+1
* cam: Fix three typos in kernel messagesGordon Bergling2025-10-293-3/+3
* nfs_commonsubs.c: Get rid of variable used as a constantRick Macklem2025-10-291-2/+1
* random: remove hifn(4)David E. O'Brien2025-10-2811-3654/+0
* bus: Revert "bus: Take the topolock in driver_module_handler()"Warner Losh2025-10-281-16/+0
* nvme: Remove a todo commentWarner Losh2025-10-281-4/+0
* bus: Take the topolock in driver_module_handler()Warner Losh2025-10-281-0/+16
* nfs_clrpcops.c: NFSM_DISSECT() reply for each dir separatelyRick Macklem2025-10-281-3/+7
* vmm: Fix routines which create maps of the guest physical address spaceMark Johnston2025-10-284-40/+46
* sys/dev/md: cleanup includesKonstantin Belousov2025-10-281-5/+3
* nfs_commonsubs.c: Add a sanity check for nid_ngroupRick Macklem2025-10-281-4/+9
* Revert "isa: Use gone_in_dev(9) for deprecation message"Ed Maste2025-10-281-2/+2
* fusefs(5): Fix a couple of typos in kernel messagesGordon Bergling2025-10-282-2/+2
* virtio(4): Fix a couple of typos in kernel messagesGordon Bergling2025-10-282-6/+6
* ocs_fc(4): Fix a couple of typos in kernel messagesGordon Bergling2025-10-286-9/+9
* hyper-v: Fix a couple of typos in kernel messagesGordon Bergling2025-10-283-5/+5
* arm/nvidia/tegra: Fix a couple of typos in kernel messagesGordon Bergling2025-10-284-6/+6
* tcp: improve credential handling in syncacheMichael Tuexen2025-10-271-5/+9
* xilinx pci: Codasip Prime board supportRuslan Bukin2025-10-271-13/+19
* ipfw: Retire obsolete compat codeEd Maste2025-10-276-943/+29
* acpi: in acpi_stype_sysctl() use same logic as in acpi_sleep_state_sysctl()Gleb Smirnoff2025-10-271-2/+2
* gdb: Make development a bit easierMark Johnston2025-10-272-4/+37
* gdb: Improve doc stringsMark Johnston2025-10-273-6/+4
* net: Remove useless field annotationsMark Johnston2025-10-271-4/+4
* altq: Clear stats structures in get_class_stats()Mark Johnston2025-10-273-0/+6
* net: Validate interface group names in ioctl handlersMark Johnston2025-10-271-8/+26
* nfs_clrpcops.c: Check for too large a write replyRick Macklem2025-10-271-2/+2
* nfs_clrpcops.c: Fix two possible large NFSM_DISSECT()sRick Macklem2025-10-271-5/+6
* nfs_clrpcops.c: Add sanity checks for the slot cntsRick Macklem2025-10-271-1/+8
* kexec: Add dummy headers for arm, i386, powerpc, and riscvJustin Hibbits2025-10-274-0/+153
* amd64: Add kexec supportJustin Hibbits2025-10-277-0/+467