summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
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
2025-10-22firmware_loader: Replace simple_strtol() with kstrtoint()Kaushlendra Kumar
2025-10-22firmware_loader: Only call cancel when upload is activeKaushlendra Kumar
2025-10-22arch_topology: Fix incorrect error check in topology_parse_cpu_capacity()Kaushlendra Kumar
2025-10-20PM: dpm_watchdog: add module param to backtrace all CPUsSergey Senozhatsky
2025-10-20PM: sleep: Introduce CALL_PM_OP() macro to simplify codeKaushlendra Kumar
2025-10-17devcoredump: Fix circular locking dependency with devcd->mutex.Maarten Lankhorst
2025-10-17driver core: fw_devlink: Don't warn about sync_state() pendingUlf Hansson
2025-10-14mm/memory_hotplug: Remove MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar
2025-10-13PM: sleep: Replace snprintf() with scnprintf() in show_trace_dev_match()Kaushlendra Kumar
2025-10-07Merge tag 'pm-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2025-10-07Merge branches 'pm-core' and 'pm-runtime'Rafael J. Wysocki
2025-10-05Merge tag 'mm-stable-2025-10-03-16-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-04Merge tag 'cxl-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2025-10-04Merge tag 'riscv-for-linus-6.18-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-10-03drivers/base: move memory_block_add_nid() into the callerHannes Reinecke
2025-10-03mm/memory_hotplug: activate node before adding new memory blocksHannes Reinecke
2025-10-03drivers/base/memory: add node id parameter to add_memory_block()Hannes Reinecke
2025-10-03PM: runtime: Fix error checking for kunit_device_register()Dan Carpenter
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-01Merge tag 'pm-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-10-01Merge tag 'pinctrl-v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-10-01Merge tag 'regmap-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-09-29Merge tag 'vfs-6.18-rc1.async' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-29PM: runtime: Add auto-cleanup macros for "resume and get" operationsRafael J. Wysocki
2025-09-29Merge branches 'pm-core', 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki