summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-12-28selftests/ublk: add test for async partition scanMing Lei3-4/+81
2025-12-28ublk: scan partition in async wayMing Lei1-3/+32
2025-12-28tools/sched_ext: update scx_show_state.py for scx_aborting changeKohei Enju1-2/+1
2025-12-28tools/sched_ext: fix scx_show_state.py for scx_root changeKohei Enju1-2/+5
2025-12-28block,bfq: fix aux stat accumulation destinationshechenglong1-1/+1
2025-12-28af_unix: don't post cmsg for SO_INQ unless explicitly asked forJens Axboe1-3/+8
2025-12-28Merge tag 'counter-fixes-for-6.19' of ssh://gitolite.kernel.org/pub/scm/linux...Greg Kroah-Hartman2-8/+15
2025-12-28PM: sleep: Fix suspend_test() at the TEST_CORE levelRafael J. Wysocki1-3/+6
2025-12-28w1: fix redundant counter decrement in w1_attach_slave_device()Haoxiang Li1-2/+0
2025-12-28net: mana: Fix use-after-free in reset service rescan pathDipayaan Roy1-1/+1
2025-12-28net: avoid prefetching NULL pointersEric Dumazet1-3/+5
2025-12-28net: bridge: Describe @tunnel_hash member in net_bridge_vlan_group structBagas Sanjaya1-0/+1
2025-12-28net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_writeDeepanshu Kartikey1-2/+7
2025-12-28net: usb: asix: validate PHY address before useDeepanshu Kartikey2-5/+6
2025-12-28net: mdio: rtl9300: use scoped for loopsRosen Penev1-4/+2
2025-12-28tools build: Fix the common set of features test wrt libopensslArnaldo Carvalho de Melo1-1/+1
2025-12-27mcb: Add missing modpost build supportJose Javier Rodriguez Barbarin2-0/+12
2025-12-27kbuild: fix compilation of dtb specified on command-line without make ruleThomas De Schampheleire1-12/+14
2025-12-27Revert "scripts/clang-tools: Handle included .c files in gen_compile_commands"Nicolas Schier1-128/+7
2025-12-27Merge tag 'spi-fix-v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-16/+22
2025-12-27net: dsa: b53: skip multicast entries for fdb_dump()Jonas Gorski1-0/+3
2025-12-27Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Paolo Abeni8-18/+31
2025-12-27Merge tag 'regulator-fix-v6.19-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-5/+5
2025-12-27Merge tag 'drm-fixes-2025-12-27' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds36-372/+347
2025-12-27bng_en: update module descriptionRajashekar Hudumula3-6/+6
2025-12-27iio: core: add separate lockdep class for info_exist_lockRasmus Villemoes2-1/+5
2025-12-27Merge tag 'drm-msm-fixes-2025-12-26' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie36-372/+347
2025-12-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-9/+21
2025-12-27md: Fix forward incompatibility from configurable logical block sizeLi Nan1-4/+44
2025-12-27md: Fix logical_block_size configuration being overwrittenLi Nan1-1/+3
2025-12-27md: suspend array while updating raid_disks via sysfsFengWei Shih1-2/+2
2025-12-27md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_...Tuo Li1-4/+6
2025-12-27Merge tag 'v6.19-rc2-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+2
2025-12-27Merge tag 'driver-core-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-5/+32
2025-12-27Merge tag 'efi-fixes-for-v6.19-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+6
2025-12-26Merge tag 'block-6.19-20251226' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+2
2025-12-26landlock: Fix spellingMickaël Salaün1-1/+1
2025-12-26landlock: Clean up hook_ptrace_access_check()Mickaël Salaün1-2/+2
2025-12-26landlock: Improve erratum documentationMickaël Salaün1-1/+1
2025-12-26landlock: Remove useless includeMickaël Salaün1-1/+0
2025-12-26landlock: Fix wrong type usageTingmao Wang1-1/+1
2025-12-26selftests/landlock: NULL-terminate unix pathname addressesMatthieu Buffet2-25/+20
2025-12-26selftests/landlock: Remove invalid unix socket bind()Matthieu Buffet1-3/+0
2025-12-26selftests/landlock: Add missing connect(minimal AF_UNSPEC) testMatthieu Buffet1-1/+13
2025-12-26selftests/landlock: Fix TCP bind(AF_UNSPEC) test caseMatthieu Buffet2-1/+16
2025-12-26landlock: Fix TCP handling of short AF_UNSPEC addressesMatthieu Buffet1-51/+67
2025-12-26landlock: Fix formattingMickaël Salaün1-1/+2
2025-12-26Merge tag 'io_uring-6.19-20251226' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-12-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds14-180/+93
2025-12-26Merge tag 'v6.19-rc2-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-69/+70