aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-08-15nbd: factor out a nbd_genl_foreach_sockYang Erkun1-66/+62
2026-08-15nbd: skip queue freeze when setting size at device startupYang Erkun1-1/+5
2026-08-15nbd: remove queue freeze in nbd_add_socketYang Erkun1-9/+0
2026-08-15nbd: clear queue limits on disconnectYang Erkun1-17/+26
2026-08-15nbd: disallow NBD_SET_SOCK on an active deviceYang Erkun1-0/+7
2026-08-15nbd: simplify find_fallback() by removing redundant logicLong Li1-23/+14
2026-08-15drbd: don't leak the shared secret to unprivileged netlink dumpsChristoph Böhmwalder1-14/+25
2026-08-15block: mtip32xx: synchronize ioctls with device removalHongyan Xu2-0/+9
2026-08-15ublk: avoid teardown retry loop on xarray allocation failureYao Sang1-17/+14
2026-08-15null_blk: fix UBSAN shift-out-of-bounds when zone_size is 0 or overflowsRik van Riel1-2/+8
2026-08-15Merge tag 'md-7.3-20260809' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into for-7.3/blockJens Axboe13-400/+1277
2026-08-15loop: Fix recently introduced lock inversionBart Van Assche1-1/+1
2026-08-15swim3: Add missing MODULE_DESCRIPTIONNathan Chancellor1-0/+1
2026-08-15ublk: reject non-power-of-2 zone sizes in SET_PARAMSYao Sang1-1/+1
2026-08-15null_blk: serialize configfs attribute updates with device setupNiklas Cassel1-3/+11
2026-08-15null_blk: serialize configfs attribute shows with the lockZizhi Wo1-0/+2
2026-08-15null_blk: serialize configfs attribute stores with the lockZizhi Wo1-14/+3
2026-08-15null_blk: convert file-scope mutex users to guard(mutex)Zizhi Wo1-29/+17
2026-08-15null_blk: reject per-device queue resize for shared tag setZizhi Wo1-0/+9
2026-08-15null_blk: clean up null_del_dev() to use cached dev pointerZizhi Wo1-2/+2
2026-08-15null_blk: free zones array on device power-offZizhi Wo1-3/+13
2026-08-15null_blk: free global tag_set on init error pathZizhi Wo1-0/+2
2026-08-15null_blk: move unregister_blkdev() after destroying dev in null_exit()Zizhi Wo1-2/+2
2026-08-15null_blk: register configfs subsystem after creating default devicesZizhi Wo1-10/+6
2026-08-15null_blk: use DEFINE_MUTEX for the file-scope mutexZizhi Wo1-3/+1
2026-08-15mailbox: cix: fix DT property name string typo and use dev_err_probe()Surendra Singh Chouhan1-10/+6
2026-08-15mailbox: riscv-sbi-mpxy: validate RPMI notification lengthsPengpeng Hou1-2/+10
2026-08-15mailbox: bcm2835: use platform_get_irq and simplify probeRosen Penev1-17/+15
2026-08-15mailbox: qcom-ipcc: fix duplicate channel allocation across holesAnup Vishwakarma1-6/+11
2026-08-15mailbox: mchp-ipc-sbi: Add null check for devm_kasprintf()Griffin Kroah-Hartman1-0/+2
2026-08-15mailbox: Remove redundant dev_err()/dev_err_probe()Pan Chuang17-61/+20
2026-08-15mailbox: exynos: Add support for Exynos850 mailboxAlexey Klimov1-6/+66
2026-08-15mailbox: pcc: Fix command timeout due to missed interruptHuisong Li1-14/+27
2026-08-15mailbox: pcc: Check shared memory signature on requestSudeep Holla1-5/+31
2026-08-15mailbox: pcc: Notify clients on polled completionSudeep Holla1-1/+9
2026-08-15mailbox: rockchip: drop unneeded runtime pointer (pclk)Linmao Li1-4/+4
2026-08-15mailbox: rockchip: disable pclk on probe failure and unbindLinmao Li1-13/+4
2026-08-15mailbox: qcom-cpucp: handle NULL data in send_data callbackJia Yang1-0/+8
2026-08-15mailbox: qcom-cpucp: fix PREEMPT_RT self-deadlock in IRQ handlerJia Yang1-3/+14
2026-08-15mailbox: arm_mhuv2: Use generic firmware property APIsKunihiko Hayashi1-3/+2
2026-08-15mailbox: arm_mhuv2: Convert channel translation to fw_xlate()Kunihiko Hayashi1-5/+5
2026-08-15cpufreq: intel_pstate: Avoid using DESIRED_PERF when DEC is enabledRafael J. Wysocki1-4/+9
2026-08-15cpufreq: intel_pstate: Consolidate HWP P-states initializationRafael J. Wysocki1-59/+54
2026-08-15Merge tag 'soc-fixes-7.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+3
2026-08-15fbdev: atyfb: Convert to managed PCI and ioremap APIShixiong Ou1-29/+18
2026-08-15fbdev: matrox: Convert to managed PCI and ioremap APIShixiong Ou1-20/+10
2026-08-15fbdev: savage: Convert to managed PCI and ioremap APIShixiong Ou1-10/+6
2026-08-15fbdev: nvidia: Convert to managed PCI and ioremap APIShixiong Ou1-13/+6
2026-08-15fbdev: aty128fb: Convert to managed PCI and ioremap APIShixiong Ou1-28/+12
2026-08-14Merge tag 'input-for-v7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-10/+13