summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2026-01-05Merge back a commit related to system sleep for 6.20Rafael J. Wysocki-3/+4
2025-12-16scsi: scsi_transport_fc: Introduce encryption group in fc_rport attributeSarah Catania-0/+8
2025-12-16PM: runtime: Do not clear needs_force_resume with enabled runtime PMRafael J. Wysocki-10/+12
2025-12-15PM: sleep: Do not flag runtime PM workqueue as freezableRafael J. Wysocki-3/+4
2025-12-10Merge tag 'pm-6.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-18/+4
2025-12-08Merge tag 'i3c/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds-4/+4
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2025-12-06Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds-0/+38
2025-12-05Merge tag 'driver-core-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-39/+157
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-43/+51
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-56/+40
2025-12-04Merge tag 'pmdomain-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds-0/+1
2025-12-04Merge tag 'gpio-updates-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+24
2025-12-04PM: runtime: Make pm_runtime_barrier() return voidBrian Norris-12/+2
2025-12-04PM: runtime: Stop checking pm_runtime_barrier() return codeBrian Norris-6/+2
2025-12-04Merge tag 'regmap-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds-59/+175
2025-12-04Merge tag 'sound-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-11/+12
2025-12-02Merge tag 'pm-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-83/+68
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-22/+1
2025-12-02Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-15/+56
2025-12-02regmap: i3c: switch to use i3c_xfer from i3c_priv_xferFrank Li-4/+4
2025-12-01Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc...Linus Torvalds-3/+3
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-34/+25
2025-11-28Merge branch 'pm-sleep'Rafael J. Wysocki-76/+52
2025-11-28Merge branches 'pm-core' and 'pm-runtime'Rafael J. Wysocki-7/+16
2025-11-26ASoC: stm32: sai: fix device and OF node leaks onMark Brown-9/+16
2025-11-26driver core: Check drivers_autoprobe for all added devicesVincent Liu-3/+10
2025-11-26driver core: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-1/+1
2025-11-26driver core: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-1/+1
2025-11-26tick/nohz: Expose housekeeping CPUs in sysfsAaron Tomlin-0/+14
2025-11-26tick/nohz: avoid showing '(null)' if nohz_full= not setAaron Tomlin-1/+4
2025-11-26sysfs/cpu: Use DEVICE_ATTR_RO for nohz_full attributeAaron Tomlin-3/+4
2025-11-26firmware_loader: make RUST_FW_LOADER_ABSTRACTIONS select FW_LOADERAlexandre Courbot-1/+1
2025-11-20Merge back material related to system sleep for 6.19Rafael J. Wysocki-76/+52
2025-11-20software node: allow referencing firmware nodesBartosz Golaszewski-2/+22
2025-11-20software node: increase the reference of the swnode by its fwnodeBartosz Golaszewski-1/+1
2025-11-20software node: read the reference args via the fwnode APIBartosz Golaszewski-3/+1
2025-11-19PM: wakeup: Add out-of-band system wakeup support for devicesPeng Fan-0/+1
2025-11-19devres: Remove unused devm_free_percpu()Andy Shevchenko-25/+0
2025-11-18PM: sleep: core: Fix runtime PM enabling in device_resume_early()Rafael J. Wysocki-9/+16
2025-11-17Merge back earlier material related to system sleep for 6.19Rafael J. Wysocki-76/+52
2025-11-16mm: change type of parameter for memory_notifyIsrael Batista-2/+2
2025-11-16mm: change type of state in struct memory_blockIsrael Batista-1/+1
2025-11-16drivers/base/node: fold unregister_node() into unregister_one_node()Donet Tom-21/+17
2025-11-16drivers/base/node: fold register_node() into register_one_node()Donet Tom-32/+20
2025-11-16convert ramfs and tmpfsAl Viro-1/+1
2025-11-14PM: Introduce new PMSG_POWEROFF eventMario Limonciello (AMD)-0/+5
2025-11-14Merge back earlier runtime PM changes for 6.19Rafael J. Wysocki-7/+16
2025-11-14syscore: Pass context data to callbacksThierry Reding-43/+51