summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-08-17can: rockchip: add RK3588 CAN supportCunhao Lu3-2/+34
2026-08-17can: tcan4x5x: put tcan into sleep when removing driverSean Nyekjaer1-4/+27
2026-08-17regulator: tps65185: wait for the IC to wake before the first I2C accessMario Rugiero1-0/+6
2026-08-17clk: ti: composite: resolve parent clocks by DT index, not by nameMathieu Dubois-Briand1-12/+14
2026-08-17clk: ti: mux: resolve parent clocks by DT index, not by nameMathieu Dubois-Briand1-9/+11
2026-08-17clk: devres: fix cleanup in devm_clk_get_optional_enabled_with_rate()Onur Özkan1-2/+10
2026-08-17clk: zynq: pll: Fix kernel-doc after determine_rate() conversionBabanpreet Singh1-4/+4
2026-08-17Merge tag 'clk-misc-round-two-for-v7.3' of ssh://github.com/masneyb/linux int...Stephen Boyd42-146/+2657
2026-08-17Merge tag 'clk-misc-for-v7.3' of ssh://github.com/masneyb/linux into clk-pileStephen Boyd76-331/+1604
2026-08-17io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()Joanne Koong1-11/+11
2026-08-17Merge branch 'for-next' into for-linusTakashi Iwai2-0/+11
2026-08-17auxdisplay: charlcd: cancel backlight work on registration failureHongyan Xu1-7/+14
2026-08-17net: ionic: Fetch RCQ sign bit from firmwareAbhijit Gangurde1-1/+5
2026-08-16hwmon: (emc1403) Drop hysteresis for low limit temperatureMarius Cristea1-16/+11
2026-08-16hwmon: (coretemp) Fix core_data leak on CPUs without PTSSzymon Wilczek1-0/+1
2026-08-16hwmon: (max6621) fix negative temperature offset and crit readingsCong Nguyen1-2/+2
2026-08-16hwmon: (max6621) fix temperature clamp rangeCong Nguyen1-2/+2
2026-08-16Merge tag 'timers_urgent_for_v7.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+23
2026-08-16wifi: mt76: mt7921: refactor regd update to fix recursive mutex deadlockCharlie-cy Wu3-12/+22
2026-08-16Revert "i2c: designware: defer probe if child GpioInt controllers are not bound"Linus Torvalds1-80/+0
2026-08-16Merge tag 'pinctrl-qcom-updates-for-v7.3-rc1' of git://git.kernel.org/pub/scm...Linus Walleij9-127/+2160
2026-08-16Merge tag 'pinctrl-qcom-fixes-for-v7.2' of git://git.kernel.org/pub/scm/linux...Linus Walleij6-20/+27
2026-08-16Merge tag 'block-7.2-20260815' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+25
2026-08-15nbd: add pre_defined_connections module parameter for pre-created devicesYang Erkun1-1/+15
2026-08-15nbd: remove queue freeze for newly created nbd from netlink pathYang Erkun1-4/+9
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/gi...Jens 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