aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* tcp_rack: avoid gcc -Werror=pointer-to-int-cast on 32-bit archRyan Libby2024-06-281-13/+15
* tcp_bbr: avoid gcc -Werror=pointer-to-int-cast on 32-bit archRyan Libby2024-06-281-4/+5
* man filesystems: fix more xrefs after move to s4Alexander Ziaee2024-06-282-2/+2
* arm64: correct physmap bounds in pmap_bootstrap()Mitchell Horne2024-06-271-1/+1
* swap_pager: cleanup swapoff_objectDoug Moore2024-06-271-81/+103
* tcp: improve failure handling in tcp_newtcpcb()Michael Tuexen2024-06-271-0/+11
* if_genet: don't load DMA mapping when tx_queue is fullMitchell Horne2024-06-271-0/+4
* tcp: improve error handling in syncache_socket()Michael Tuexen2024-06-271-0/+1
* Fix SATA NCQ error recovery after 25375b1415Alexander Motin2024-06-273-3/+3
* rk_i2c: use the register read mode even if the read ends with IIC_M_NOSTOPAndriy Gapon2024-06-271-1/+1
* rk_i2c: emulate repeated startAndriy Gapon2024-06-271-12/+22
* ifnet: Restore curvnet earlierZhenlei Huang2024-06-271-4/+1
* nvme: avoid gcc -Werror=int-to-pointer-cast on 32-bit archRyan Libby2024-06-271-2/+4
* LinuxKPI: Add DEFINE_DEBUGFS_ATTRIBUTE_SIGNED to linux/debugfs.hVladimir Kondratyev2024-06-263-6/+35
* LinuxKPI: Remove vmas argument from get_user_pages on KPI layerVladimir Kondratyev2024-06-261-1/+14
* LinuxKPI: Add linux/nodemask.hVladimir Kondratyev2024-06-262-0/+41
* LinuxKPI: Remove linux/sched.h include from linux/kernel.h headerVladimir Kondratyev2024-06-265-1/+38
* LinuxKPI: Add header polution to compile linux/numa.hVladimir Kondratyev2024-06-263-0/+3
* LinuxKPI: Add smp_store_release and smp_load_acquire functionsVladimir Kondratyev2024-06-261-0/+3
* LinuxKPI: Remove owner argument from class_create function on KPI layerVladimir Kondratyev2024-06-261-0/+3
* LinuxKPI: Add kmap_local_page functionVladimir Kondratyev2024-06-261-0/+6
* LinuxKPI: Add rb_add_cached functionVladimir Kondratyev2024-06-261-0/+24
* x86/pci_early_quirks: Sync Intel 11th+ gen PCI IDs with LinuxVladimir Kondratyev2024-06-262-7/+45
* ofw: convert boolean_t to boolMitchell Horne2024-06-2610-25/+25
* lo: Use new KPI to create the first loop interfaceZhenlei Huang2024-06-261-11/+2
* x86_iommu: use roundup_pow_of_twoDoug Moore2024-06-261-8/+1
* arm: Start to remove the now unneeded acle-compat.hAndrew Turner2024-06-261-155/+3
* cxgbe: replace a loop with rounddown_pow_of_twoDoug Moore2024-06-261-3/+1
* sched_unpin(): assert that curthread was pinnedKonstantin Belousov2024-06-261-0/+1
* ext4_ext_tree_init: correct memset initializationRyan Libby2024-06-251-1/+1
* cdefs.h: add __inline to __always_inlineRyan Libby2024-06-251-1/+1
* isp: fix ISPCTL_ABORT_CMD switch caseMariusz Zaborski2024-06-251-0/+1
* riscv: add FPE code.Ruslan Bukin2024-06-252-1/+201
* riscv: add SBI implementation IDs.Ruslan Bukin2024-06-252-4/+29
* Revert "arm: Start to remove the now unneeded acle-compat.h"Andrew Turner2024-06-251-3/+155
* arm: Start to remove the now unneeded acle-compat.hAndrew Turner2024-06-251-155/+3
* arm64/vmm: Fix the SPAN checkAndrew Turner2024-06-251-1/+1
* hwpmc/arm64: Support the kernel booting to VHEAndrew Turner2024-06-251-0/+13
* hwpmc/arm64: fix the type for pm_arm64_evselAndrew Turner2024-06-252-4/+5
* tpm: Fix acpi attachmentWarner Losh2024-06-251-1/+1
* tpm: Fix standalone buildWarner Losh2024-06-251-0/+1
* p9fs: use M_WAITOK where appropriateEd Maste2024-06-251-6/+1
* sys/cdefs.h: Note gcc supports many __has_* macrosWarner Losh2024-06-241-1/+4
* sys/cdefs.h: Remove old arm acle-compat.h workaroundWarner Losh2024-06-241-8/+0
* Add an isp(4) tunable to default to ispfw(4) firmware.Kenneth D. Merry2024-06-243-1/+27
* Fix the isp(4) driver with 9.x firmware.Kenneth D. Merry2024-06-242-1/+15
* Mark the zfs.mount_snapshot jail parameter as boolean.Jamie Gritton2024-06-241-1/+1
* p9fs: move NULL check immediately after allocationEd Maste2024-06-241-6/+5
* vfs: move __always_inline to canonical positionRyan Libby2024-06-242-2/+2
* kern: move __always_inline to canonical positionRyan Libby2024-06-243-11/+12