summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
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
2025-11-12PM: wakeup: Update after recent wakeup source removal ordering changeRafael J. Wysocki-6/+10
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton-1/+1
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton-1/+1
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton-1/+1
2025-11-08PM: wakeup: Delete timer before removing wakeup source from listKaushlendra Kumar-7/+1
2025-11-07regmap: sdw-mbq: Reorder regmap_mbq_context struct for better packingCharles Keepax-1/+2
2025-11-06ASoC: qcom: q6dsp: fixes and updatesMark Brown-4/+2
2025-11-04regmap: i3c: Use ARRAY_SIZE()Andy Shevchenko-2/+3
2025-11-04firmware: don't copy kernel credsChristian Brauner-34/+25
2025-11-03PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse()Dan Williams-0/+38
2025-11-01Merge tag 'regmap-fix-v6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+2
2025-10-31regcache: maple: Split ->populate() from ->init()Andy Shevchenko-26/+21
2025-10-31regcache: flat: Split ->populate() from ->init()Andy Shevchenko-9/+18
2025-10-31regcache: flat: Remove unneeded check and error message for -ENOMEMAndy Shevchenko-9/+1
2025-10-31regcache: rbtree: Split ->populate() from ->init()Andy Shevchenko-14/+17
2025-10-31regcache: Add ->populate() callback to separate from ->init()Andy Shevchenko-0/+17
2025-10-29PM: runtime: fix typos in runtime.c commentsMalaya Kumar Rout-3/+3
2025-10-29rust: device: introduce Device::drvdata()Danilo Krummrich-0/+16
2025-10-29regmap: warn users about uninitialized flat cacheSander Vanheule-12/+6
2025-10-29regmap: add flat cache with sparse validitySander Vanheule-11/+115
2025-10-29Add SDCA UMP/FDL supportMark Brown-11/+12
2025-10-27platform: Add firmware-agnostic irq and affinity retrieval interfaceMarc Zyngier-15/+56
2025-10-27regmap: sdw-mbq: Don't assume the regmap device is the SoundWire slaveCharles Keepax-11/+12
2025-10-27Merge 6.18-rc3 into driver-core-nextGreg Kroah-Hartman-55/+85
2025-10-23regmap: slimbus: fix bus_context pointer in regmap init callsAlexey Klimov-4/+2
2025-10-23PM: runtime: docs: Update pm_runtime_allow/forbid() documentationRafael J. Wysocki-4/+13
2025-10-22arch_topology: move parse_acpi_topology() to common codeYunhui Cui-1/+95
2025-10-22firmware_loader: Replace simple_strtol() with kstrtoint()Kaushlendra Kumar-2/+8
2025-10-22firmware_loader: Only call cancel when upload is activeKaushlendra Kumar-2/+4
2025-10-22arch_topology: Fix incorrect error check in topology_parse_cpu_capacity()Kaushlendra Kumar-1/+1
2025-10-20PM: dpm_watchdog: add module param to backtrace all CPUsSergey Senozhatsky-0/+10
2025-10-20PM: sleep: Introduce CALL_PM_OP() macro to simplify codeKaushlendra Kumar-60/+25
2025-10-17devcoredump: Fix circular locking dependency with devcd->mutex.Maarten Lankhorst-53/+83
2025-10-17driver core: fw_devlink: Don't warn about sync_state() pendingUlf Hansson-1/+1
2025-10-14mm/memory_hotplug: Remove MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar-22/+1
2025-10-13PM: sleep: Replace snprintf() with scnprintf() in show_trace_dev_match()Kaushlendra Kumar-3/+1