summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
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
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton1-1/+1
2025-11-08PM: wakeup: Delete timer before removing wakeup source from listKaushlendra Kumar1-7/+1
2025-11-07regmap: sdw-mbq: Reorder regmap_mbq_context struct for better packingCharles Keepax1-1/+2
2025-11-06ASoC: qcom: q6dsp: fixes and updatesMark Brown1-4/+2
2025-11-04regmap: i3c: Use ARRAY_SIZE()Andy Shevchenko1-2/+3
2025-11-04firmware: don't copy kernel credsChristian Brauner1-34/+25
2025-11-04PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse()Dan Williams1-0/+38
2025-11-01Merge tag 'regmap-fix-v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+2
2025-10-31regcache: maple: Split ->populate() from ->init()Andy Shevchenko1-26/+21
2025-10-31regcache: flat: Split ->populate() from ->init()Andy Shevchenko1-9/+18
2025-10-31regcache: flat: Remove unneeded check and error message for -ENOMEMAndy Shevchenko1-9/+1
2025-10-31regcache: rbtree: Split ->populate() from ->init()Andy Shevchenko1-14/+17
2025-10-31regcache: Add ->populate() callback to separate from ->init()Andy Shevchenko2-0/+17
2025-10-29PM: runtime: fix typos in runtime.c commentsMalaya Kumar Rout1-3/+3
2025-10-29rust: device: introduce Device::drvdata()Danilo Krummrich1-0/+16
2025-10-29regmap: warn users about uninitialized flat cacheSander Vanheule1-12/+6
2025-10-29regmap: add flat cache with sparse validitySander Vanheule4-11/+115
2025-10-29Add SDCA UMP/FDL supportMark Brown1-11/+12
2025-10-27platform: Add firmware-agnostic irq and affinity retrieval interfaceMarc Zyngier1-15/+56
2025-10-27regmap: sdw-mbq: Don't assume the regmap device is the SoundWire slaveCharles Keepax1-11/+12