summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
9 daysPM: runtime: Do not clear needs_force_resume with enabled runtime PMRafael J. Wysocki1-10/+12
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
2025-12-02Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-34/+25
2025-11-28Merge branch 'pm-sleep'Rafael J. Wysocki4-76/+52
2025-11-28Merge branches 'pm-core' and 'pm-runtime'Rafael J. Wysocki1-7/+16
2025-11-27ASoC: stm32: sai: fix device and OF node leaks onMark Brown1-9/+16
2025-11-26driver core: Check drivers_autoprobe for all added devicesVincent Liu2-3/+10
2025-11-26driver core: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-11-26driver core: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-11-26tick/nohz: Expose housekeeping CPUs in sysfsAaron Tomlin1-0/+14
2025-11-26tick/nohz: avoid showing '(null)' if nohz_full= not setAaron Tomlin1-1/+4
2025-11-26sysfs/cpu: Use DEVICE_ATTR_RO for nohz_full attributeAaron Tomlin1-3/+4
2025-11-26firmware_loader: make RUST_FW_LOADER_ABSTRACTIONS select FW_LOADERAlexandre Courbot1-1/+1
2025-11-21Merge back material related to system sleep for 6.19Rafael J. Wysocki4-76/+52
2025-11-20software node: allow referencing firmware nodesBartosz Golaszewski1-2/+22
2025-11-20software node: increase the reference of the swnode by its fwnodeBartosz Golaszewski1-1/+1
2025-11-20software node: read the reference args via the fwnode APIBartosz Golaszewski1-3/+1
2025-11-19PM: wakeup: Add out-of-band system wakeup support for devicesPeng Fan1-0/+1
2025-11-19devres: Remove unused devm_free_percpu()Andy Shevchenko1-25/+0
2025-11-18PM: sleep: core: Fix runtime PM enabling in device_resume_early()Rafael J. Wysocki1-9/+16
2025-11-17Merge back earlier material related to system sleep for 6.19Rafael J. Wysocki4-76/+52
2025-11-17mm: change type of parameter for memory_notifyIsrael Batista1-2/+2
2025-11-17mm: change type of state in struct memory_blockIsrael Batista1-1/+1
2025-11-17drivers/base/node: fold unregister_node() into unregister_one_node()Donet Tom1-21/+17
2025-11-17drivers/base/node: fold register_node() into register_one_node()Donet Tom1-32/+20
2025-11-16convert ramfs and tmpfsAl Viro1-1/+1
2025-11-14PM: Introduce new PMSG_POWEROFF eventMario Limonciello (AMD)1-0/+5
2025-11-14Merge back earlier runtime PM changes for 6.19Rafael J. Wysocki1-7/+16
2025-11-14syscore: Pass context data to callbacksThierry Reding2-43/+51
2025-11-12PM: wakeup: Update after recent wakeup source removal ordering changeRafael J. Wysocki1-6/+10
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton1-1/+1
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton1-1/+1