summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2025-11-26driver core: Check drivers_autoprobe for all added devicesVincent Liu
2025-11-26driver core: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-11-26driver core: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-11-26tick/nohz: Expose housekeeping CPUs in sysfsAaron Tomlin
2025-11-26tick/nohz: avoid showing '(null)' if nohz_full= not setAaron Tomlin
2025-11-26sysfs/cpu: Use DEVICE_ATTR_RO for nohz_full attributeAaron Tomlin
2025-11-26firmware_loader: make RUST_FW_LOADER_ABSTRACTIONS select FW_LOADERAlexandre Courbot
2025-11-20Merge back material related to system sleep for 6.19Rafael J. Wysocki
2025-11-20software node: allow referencing firmware nodesBartosz Golaszewski
2025-11-20software node: increase the reference of the swnode by its fwnodeBartosz Golaszewski
2025-11-20software node: read the reference args via the fwnode APIBartosz Golaszewski
2025-11-19PM: wakeup: Add out-of-band system wakeup support for devicesPeng Fan
2025-11-19devres: Remove unused devm_free_percpu()Andy Shevchenko
2025-11-18PM: sleep: core: Fix runtime PM enabling in device_resume_early()Rafael J. Wysocki
2025-11-17Merge back earlier material related to system sleep for 6.19Rafael J. Wysocki
2025-11-16mm: change type of parameter for memory_notifyIsrael Batista
2025-11-16mm: change type of state in struct memory_blockIsrael Batista
2025-11-16drivers/base/node: fold unregister_node() into unregister_one_node()Donet Tom
2025-11-16drivers/base/node: fold register_node() into register_one_node()Donet Tom
2025-11-16convert ramfs and tmpfsAl Viro
2025-11-14PM: Introduce new PMSG_POWEROFF eventMario Limonciello (AMD)
2025-11-14Merge back earlier runtime PM changes for 6.19Rafael J. Wysocki
2025-11-14syscore: Pass context data to callbacksThierry Reding
2025-11-12PM: wakeup: Update after recent wakeup source removal ordering changeRafael J. Wysocki
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton
2025-11-08PM: wakeup: Delete timer before removing wakeup source from listKaushlendra Kumar
2025-11-07regmap: sdw-mbq: Reorder regmap_mbq_context struct for better packingCharles Keepax
2025-11-06ASoC: qcom: q6dsp: fixes and updatesMark Brown
2025-11-04regmap: i3c: Use ARRAY_SIZE()Andy Shevchenko
2025-11-04firmware: don't copy kernel credsChristian Brauner
2025-11-03PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse()Dan Williams
2025-11-01Merge tag 'regmap-fix-v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-10-31regcache: maple: Split ->populate() from ->init()Andy Shevchenko
2025-10-31regcache: flat: Split ->populate() from ->init()Andy Shevchenko
2025-10-31regcache: flat: Remove unneeded check and error message for -ENOMEMAndy Shevchenko
2025-10-31regcache: rbtree: Split ->populate() from ->init()Andy Shevchenko
2025-10-31regcache: Add ->populate() callback to separate from ->init()Andy Shevchenko
2025-10-29PM: runtime: fix typos in runtime.c commentsMalaya Kumar Rout
2025-10-29rust: device: introduce Device::drvdata()Danilo Krummrich
2025-10-29regmap: warn users about uninitialized flat cacheSander Vanheule
2025-10-29regmap: add flat cache with sparse validitySander Vanheule
2025-10-29Add SDCA UMP/FDL supportMark Brown
2025-10-27platform: Add firmware-agnostic irq and affinity retrieval interfaceMarc Zyngier
2025-10-27regmap: sdw-mbq: Don't assume the regmap device is the SoundWire slaveCharles Keepax
2025-10-27Merge 6.18-rc3 into driver-core-nextGreg Kroah-Hartman
2025-10-23regmap: slimbus: fix bus_context pointer in regmap init callsAlexey Klimov
2025-10-23PM: runtime: docs: Update pm_runtime_allow/forbid() documentationRafael J. Wysocki
2025-10-22arch_topology: move parse_acpi_topology() to common codeYunhui Cui