aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* if_wg: use proper barriers around pkt->p_stateKyle Evans2024-03-221-6/+4
* LinuxKPI: Queue skbuffs at tail in __skb_queue_tailTom Coldrick2024-03-221-1/+1
* zlib: use more memory for a small deflate speedup.Xin LI2024-03-211-1/+1
* UFS: panic rather than forcibly unmount the root fsChuck Silvers2024-03-201-0/+3
* netinet/tcp_var.h: always define IS_FASTOPEN() for kernel compilation envKonstantin Belousov2024-03-201-1/+3
* netlink: fix route protocol constant values to match LinuxMarek Zarychta2024-03-181-2/+2
* psci: split off psci_reboot from psci_shutdownAndriy Gapon2024-03-161-5/+20
* syscon_power: do reboot after shutdown_panic is executedAndriy Gapon2024-03-161-1/+3
* ata_da: add quirk to disable NCQ TRIM for Samsung 860/870 SSDsAndriy Gapon2024-03-161-0/+16
* scsi_da: add 4K quirks for Samsung SSD 860 and 870Andriy Gapon2024-03-161-0/+16
* ugen: fix USB_IFACE_DRIVER_ACTIVE after detaching a driverAndriy Gapon2024-03-161-4/+2
* vnet: add CURVNET_ASSERT_SET for !VIMAGEMateusz Guzik2024-03-151-0/+1
* nullfs_mount(): fix whitespaceKonstantin Belousov2024-03-131-1/+1
* nullfs: add -o cacheKonstantin Belousov2024-03-131-6/+9
* nullfs_mount(): remove unneeded castKonstantin Belousov2024-03-131-2/+2
* nullfs: Add the vfs.nullfs.cache_nodes sysctl to control nocache defaultSeigo Tanimura2024-03-131-1/+10
* Hyper-V: vPCI: limit 64 cpus for msi/msix interrupt handlingWei Hu2024-03-121-0/+7
* vnet: add CURVNET_ASSERT_SETMateusz Guzik2024-03-111-0/+4
* Eliminate unnecessary UFS1 integrity checks.Kirk McKusick2024-03-111-1/+0
* snd_hda: add 32-bit memory quirk for Creative Sound Blaster Audigy FXGleb Smirnoff2024-03-112-0/+2
* linux: require vnet(9) context in ifname_bsd_to_linux_name()Gleb Smirnoff2024-03-111-2/+2
* Hyper-V: vPCI: fix cpu id mis-mapping in vmbus_pcib_map_msi()Wei Hu2024-03-111-1/+9
* getblkx(9): be more tolerant but also strict with the buffer size checksKonstantin Belousov2024-03-081-2/+10
* Eliminate unnecessary UFS1 integrity checks.Kirk McKusick2024-03-051-2/+0
* ipsec esp: avoid dereferencing freed secasindexKonstantin Belousov2024-03-041-0/+7
* carp(4): Fix a typo in a source code commentGordon Bergling2024-03-031-1/+1
* bxe(4): Fix two typos in a kernel messagesGordon Bergling2024-03-031-2/+2
* vge(4): Fix a typo in a source code commentGordon Bergling2024-03-031-1/+1
* zfs: merge openzfs/zfs@fb6d53206 (zfs-2.1-release) into stable/13Martin Matuska2024-03-01139-1140/+4158
* fs/msdosfs fatblock: use ulmin() rather than min()Konstantin Belousov2024-03-011-1/+1
* kern: fix panic with disabled ttysEd Maste2024-02-291-3/+4
* tcp: cubic - restart epoch after RTORichard Scheffenegger2024-02-281-0/+1
* tcp: prevent div by zero in cc_htcpRichard Scheffenegger2024-02-281-3/+3
* kern_racct.c: Don't compile if RACCT undefinedOlivier Certner2024-02-272-5/+1
* kern_rctl.c: Minimal includes when RCTL not definedOlivier Certner2024-02-271-2/+6
* umtxvar.h: Add missing includeOlivier Certner2024-02-271-0/+2
* sched: sched_switch(): Factorize sleepqueue flagsOlivier Certner2024-02-272-6/+4
* if_hn: Fix two typos in source code commentsGordon Bergling2024-02-272-2/+2
* umcs(4): Fix two typos in source code commentsGordon Bergling2024-02-251-2/+2
* sk(4): Fix a typo in a source code commentGordon Bergling2024-02-252-2/+2
* bge(4): Fix some typos in source code commentsGordon Bergling2024-02-251-4/+4
* random(4): Fix a typo in a source code commentGordon Bergling2024-02-251-1/+1
* vge(4): Fix a typo in a source code commentGordon Bergling2024-02-251-1/+1
* uath(4): Fix a typo in a source code commentGordon Bergling2024-02-251-1/+1
* net80211: Fix two typos in kernel messagesGordon Bergling2024-02-241-2/+2
* msdosfs: fix potential inode collision on FAT12 and FAT16Stefan Eßer2024-02-233-5/+24
* acpi: Defer reserving resources for ACPI devicesJohn Baldwin2024-02-231-5/+17
* iov.h: Fix a typo in a source code commentGordon Bergling2024-02-221-1/+1
* MFC: MFV: zlib 1.3.1.Xin LI2024-02-2119-98/+137
* sctp(4): Fix a typo in a source code commentGordon Bergling2024-02-211-1/+1