summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-12loop: Avoid updating block size under exclusive ownerJan Kara1-8/+30
2025-07-12block: fix kobject leak in blk_unregister_queueMing Lei1-0/+1
2025-07-12Merge tag 'batadv-next-pullrequest-20250710' of git://git.open-mesh.org/linux...Jakub Kicinski14-92/+45
2025-07-12Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski14-69/+378
2025-07-12Merge tag 'pci-v6.16-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-8/+51
2025-07-12Merge tag 'drm-fixes-2025-07-12' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds27-89/+187
2025-07-12Revert "eventpoll: Fix priority inversion problem"Linus Torvalds1-134/+324
2025-07-12net: ll_temac: Fix incorrect PHY node reference in debug messageAlok Tiwari1-1/+1
2025-07-12selftests/net: packetdrill: add --mss option to three testsEric Dumazet3-0/+8
2025-07-12Merge branch 'netdevsim-support-setting-a-permanent-address'Jakub Kicinski7-18/+123
2025-07-12selftests: net: add netdev-l2addr.sh for testing L2 address functionalityToke Høiland-Jørgensen3-0/+83
2025-07-12net: netdevsim: Support setting dev->perm_addr on port creationToke Høiland-Jørgensen4-18/+40
2025-07-12selftests: flip local/remote endpoints in iou-zcrx.pyVishwanath Seshagiri1-49/+49
2025-07-12sfc: falcon: refactor and document ef4_ethtool_get_rxfh_fieldsEdward Cree1-4/+8
2025-07-12net: emaclite: Fix missing pointer increment in aligned_read()Alok Tiwari1-1/+1
2025-07-12Merge branch 'net_sched-act-extend-rcu-use-in-dump-methods'Jakub Kicinski19-120/+133
2025-07-12net_sched: act_skbedit: use RCU in tcf_skbedit_dump()Eric Dumazet2-11/+10
2025-07-12net_sched: act_police: use RCU in tcf_police_dump()Eric Dumazet2-10/+11
2025-07-12net_sched: act_pedit: use RCU in tcf_pedit_dump()Eric Dumazet2-10/+11
2025-07-12net_sched: act_nat: use RCU in tcf_nat_dump()Eric Dumazet2-13/+13
2025-07-12net_sched: act_mpls: use RCU in tcf_mpls_dump()Eric Dumazet2-11/+11
2025-07-12net_sched: act_ctinfo: use RCU in tcf_ctinfo_dump()Eric Dumazet2-12/+12
2025-07-12net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet2-11/+14
2025-07-12net_sched: act_ct: use RCU in tcf_ct_dump()Eric Dumazet2-16/+16
2025-07-12net_sched: act_csum: use RCU in tcf_csum_dump()Eric Dumazet2-9/+10
2025-07-12net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet2-8/+11
2025-07-12net_sched: act: annotate data-races in tcf_lastuse_update() and tcf_tm_dump()Eric Dumazet1-9/+14
2025-07-12eth: fbnic: fix ubsan complaints about OOB accessesJakub Kicinski1-4/+4
2025-07-12virtio_net: simplify tx queue wake condition checkLiming Wu1-12/+10
2025-07-12selftests/tc-testing: Add tests for restrictions on netem duplicationWilliam Liu2-3/+83
2025-07-12net/sched: Restrict conditions for adding duplicating netems to qdisc treeWilliam Liu1-0/+40
2025-07-12locking/rwsem: Use OWNER_NONSPINNABLE directly instead of OWNER_SPINNABLEJinliang Zheng1-3/+1
2025-07-12rust: sync: Add #[must_use] to Lock::try_lock()Jason Devers1-0/+2
2025-07-12locking/mutex: Mark devm_mutex_init() as __must_checkThomas Weißschuh1-4/+7
2025-07-12leds: lp8860: Check return value of devm_mutex_init()Thomas Weißschuh1-1/+3
2025-07-12spi: spi-nxp-fspi: Check return value of devm_mutex_init()Thomas Weißschuh1-1/+3
2025-07-12Merge tag 'amd-drm-next-6.17-2025-07-11' of https://gitlab.freedesktop.org/ag...Simona Vetter26-239/+270
2025-07-12vfio/pci: Separate SR-IOV VF dev_setAlex Williamson1-1/+1
2025-07-12vfio/pds: Fix missing detach_ioas opBrett Creeley1-0/+1
2025-07-12lib/crypto: x86/poly1305: Fix performance regression on short messagesEric Biggers1-0/+8
2025-07-12lib/crypto: x86/poly1305: Fix register corruption in no-SIMD contextsEric Biggers1-1/+39
2025-07-12lib/crypto: arm64/poly1305: Fix register corruption in no-SIMD contextsEric Biggers1-1/+2
2025-07-12lib/crypto: arm/poly1305: Fix register corruption in no-SIMD contextsEric Biggers1-1/+2
2025-07-11ext4: remove unnecessary duplicate check in ext4_map_blocks()Dan Carpenter1-2/+1
2025-07-11vfio: Prevent open_count decrement to negativeJacob Pan1-1/+2
2025-07-11vfio: Fix unbalanced vfio_df_close call in no-iommu modeJacob Pan2-4/+7
2025-07-11erofs: fix large fragment handlingGao Xiang3-7/+8
2025-07-11drm/xe: Normalize default param valuesLucas De Marchi1-12/+23
2025-07-11drm/xe/migrate: Fix alignment checkLucas De Marchi1-2/+2
2025-07-11perf python: Set index error for invalid thread/cpu map itemsIan Rogers1-2/+6