aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* tmpfs: save on common case relocking in tmpfs_reclaimMateusz Guzik2021-05-291-15/+4
* tmpfs: drop a redundant NULL check in tmpfs_alloc_vpMateusz Guzik2021-05-291-1/+1
* tmpfs: drop useless parent locking from tmpfs_dir_getdotdotdentMateusz Guzik2021-05-291-3/+0
* vfs: retire unused vn_seqc_write_begin_unheld*Mateusz Guzik2021-05-292-21/+2
* vfs: use the sentinel trick in locked lookup path parsingMateusz Guzik2021-05-291-1/+16
* vfs: slightly rework vn_rlimit_fsizeMateusz Guzik2021-05-291-4/+17
* Fix up macro use in lim_curMateusz Guzik2021-05-291-1/+1
* fd: use PROC_WAIT_UNLOCKED when clearing p_fd/p_pdMateusz Guzik2021-05-291-8/+29
* proc: add PROC_WAIT_UNLOCKEDMateusz Guzik2021-05-291-0/+1
* Fix userspace build after commit 6d3e78ad6c11Jason A. Harmening2021-05-291-0/+2
* VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening2021-05-2912-50/+106
* Apply r350463(43ded0a321a) to powerpc64 radix pmapJustin Hibbits2021-05-291-9/+17
* Apply r350335(5d18382b728) to powerpc64 radix pmapJustin Hibbits2021-05-291-22/+18
* Apply r355991(50079417a5c28caeca3f423b981047db76e8f5cb) to powerpc64Justin Hibbits2021-05-291-2/+2
* linux: deduplicate DUMMY() entriesEdward Tomasz Napierala2021-05-293-17/+10
* cxgbe(4): Update firmwares to 1.25.6.0.Navdeep Parhar2021-05-2911-16/+19
* linux: fix architecture returned for uname on aarch64Edward Tomasz Napierala2021-05-282-10/+4
* nvme: fix a race between failing the controller and failing requestsWarner Losh2021-05-291-1/+12
* cxgbe tom: Free pending iSCSI mbufs on connection shutdown.John Baldwin2021-05-281-0/+1
* cxgbei: Fix a race between transfer setup and a peer reset.John Baldwin2021-05-283-28/+51
* cxgbei: Support iSCSI offload on T6.John Baldwin2021-05-283-55/+395
* smartpqi: clear CCBs allocated on the stackEdward Tomasz Napierala2021-05-281-0/+3
* Newly added features and bug fixes in latest Microchip SmartPQI driverPAPANI SRIKANTH2021-05-2821-1598/+3392
* [mips/broadcom] set sysctl "hw.model" by SoC ChipCommon IDMichael Zhilin2021-05-281-0/+9
* usbhid(4): Add second set of USB transfers to work in polled mode.Vladimir Kondratyev2021-05-284-19/+73
* usbhid(4): Fix NULL pointer dereference in usbd_xfer_max_len()Vladimir Kondratyev2021-05-281-15/+49
* [bhnd] remove unused sc variableMichael Zhilin2021-05-281-5/+0
* x86: initialize initial FPU state earlierKonstantin Belousov2021-05-282-2/+2
* aic7xxx: Fix re-building firmware with -fno-commonJessica Clarke2021-05-282-2/+2
* linux: make linux64.ko loadable again on aarch64Edward Tomasz Napierala2021-05-281-0/+8
* arm64: correct END() copy-pasteo for generic_bs_faultEd Maste2021-05-281-1/+1
* Regen after 6d926e850d2.Edward Tomasz Napierala2021-05-2820-12/+1553
* linux: add new syscall numbersEdward Tomasz Napierala2021-05-285-6/+237
* ocs_fc: Fix use after free bug in ocs_hw_async_call()Ram Kishore Vegesna2021-05-281-4/+3
* ocs_fc: Fix a use after free in ocs_sport_freeRam Kishore Vegesna2021-05-281-1/+1
* nfscl: Use hash lists to improve expected search performance for opensRick Macklem2021-05-281-90/+75
* hdspe: Support for mono sound.Ruslan Bukin2021-05-271-9/+16
* ktrace: Fix a race with fork()Mark Johnston2021-05-271-21/+22
* kevent: Prohibit negative change and event list lengthsMark Johnston2021-05-271-0/+7
* ktrace: Handle negative array sizes in ktrstructarrayMark Johnston2021-05-271-0/+2
* rtwn_usb(4): Add a USB ID for the TP-Link Archer T2U v3.Dmitry Chagin2021-05-272-0/+2
* tcp: When we have an out-of-order FIN we do want to strip off the FIN bit.Randall Stewart2021-05-273-3/+18
* LinuxKPI: add HWEIGHT32()Bjoern A. Zeeb2021-05-271-0/+5
* LinuxKPI: netdevice.h remove more ifnet operating macrosBjoern A. Zeeb2021-05-271-9/+0
* OFED: migrate LinuxKPI net_device/ifnet macros into ofedBjoern A. Zeeb2021-05-275-0/+11
* mlx4: replace LinuxKPI macros with ifnet functionsBjoern A. Zeeb2021-05-273-14/+15
* cxgbe(4): Fix an incorrect assert.Navdeep Parhar2021-05-271-1/+4
* cxgbe(4): Use correct argument in call to hashdestroy.Navdeep Parhar2021-05-271-2/+2
* hwpmc: Move 4 bits of mode to extend class size to 8Aleksandr Rybalko2021-05-261-5/+5
* tcp: Use local CC data only in the correct contextRichard Scheffenegger2021-05-261-1/+9