summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2026-02-03revocable: Add KUnit test for provider lifetime racesTzung-Bi Shih1-0/+41
2026-02-03revocable: Fix races in revocable_alloc() using RCUTzung-Bi Shih2-54/+59
2026-02-02PM: wakeup: Handle empty list in wakeup_sources_walk_start()Samuel Wu1-3/+1
2026-02-02driver core: fix inverted "locked" suffix of driver_match_device()Danilo Krummrich3-8/+8
2026-01-28regmap: reg_default_cb for flat cache defaultsMark Brown7-7/+128
2026-01-27regcache: Demote defaults readback from HW to debug printMarek Vasut1-1/+1
2026-01-27regmap: add KUnit coverage for reg_default_cb callbackSheetal1-0/+91
2026-01-27regmap: Add reg_default_cb callback for flat cache defaultsSheetal4-1/+26
2026-01-26Merge tag 'driver-core-6.19-rc7-deferred' into driver-core-nextDanilo Krummrich3-2/+11
2026-01-26Merge tag 'v6.19-rc7' into driver-core-nextDanilo Krummrich3-6/+11
2026-01-24Merge tag 'driver-core-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2026-01-22driver-core: move devres_for_each_res() to base.hDanilo Krummrich1-0/+4
2026-01-21driver core: faux: stop using static struct deviceGreg Kroah-Hartman1-7/+11
2026-01-21revocable: Remove redundant synchronize_srcu() callTzung-Bi Shih1-1/+0
2026-01-20revocable: fix missing module license and descriptionDanilo Krummrich1-0/+3
2026-01-19driver core: make pinctrl_bind_pins() privateBartosz Golaszewski2-0/+11
2026-01-16driver core: attribute_container: change return type to voidDaniel Gomez2-9/+3
2026-01-16devtmpfs: Replace simple_strtoul with kstrtoint in mount_paramThorsten Blum1-2/+1
2026-01-16devtmpfs: make 'devtmpfs_context_ops' staticBen Dooks1-1/+1
2026-01-16revocable: Add Kunit test casesTzung-Bi Shih3-0/+150
2026-01-16revocable: Revocable resource managementTzung-Bi Shih2-1/+243
2026-01-16driver core: enforce device_lock for driver_match_device()Gui-Dong Han3-2/+11
2026-01-16rust: driver: drop device private data post unbindDanilo Krummrich1-0/+2
2026-01-15regmap: Enable REGMAP when REGMAP_SLIMBUS is enabledGeert Uytterhoeven1-1/+1
2026-01-12regmap: Fix race condition in hwspinlock irqsave routineCheng-Yu Lee1-1/+3
2026-01-06arm64: topology: Handle AMU FIE setup on CPU hotplugLifeng Zheng1-1/+8
2026-01-05regmap: maple: free entry on mas_store_gfp() failureKaushlendra Kumar1-5/+6
2026-01-05Merge back a commit related to system sleep for 6.20Rafael J. Wysocki1-3/+4
2025-12-17scsi: scsi_transport_fc: Introduce encryption group in fc_rport attributeSarah Catania1-0/+8
2025-12-16PM: runtime: Do not clear needs_force_resume with enabled runtime PMRafael J. Wysocki1-10/+12
2025-12-15PM: sleep: Do not flag runtime PM workqueue as freezableRafael J. Wysocki1-3/+4
2025-12-10Merge tag 'pm-6.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-18/+4
2025-12-08Merge tag 'i3c/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds1-4/+4
2025-12-07Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-12-06Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds1-0/+38
2025-12-06Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-39/+157
2025-12-06Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-43/+51
2025-12-06Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-56/+40
2025-12-05Merge tag 'pmdomain-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds1-0/+1
2025-12-04Merge tag 'gpio-updates-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+24
2025-12-04PM: runtime: Make pm_runtime_barrier() return voidBrian Norris1-12/+2
2025-12-04PM: runtime: Stop checking pm_runtime_barrier() return codeBrian Norris1-6/+2
2025-12-04Merge tag 'regmap-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds8-59/+175
2025-12-04Merge tag 'sound-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-11/+12
2025-12-03Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds5-83/+68
2025-12-03Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-22/+1
2025-12-02Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-15/+56
2025-12-02regmap: i3c: switch to use i3c_xfer from i3c_priv_xferFrank Li1-4/+4
2025-12-02Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds1-3/+3