aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-12Backmerge tag 'v6.14-rc6' into drm-nextDave Airlie1-0/+1
2025-03-11Merge tag 'drm-xe-next-2025-03-07' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie2-1/+14
2025-02-28Merge drm/drm-next into drm-xe-nextLucas De Marchi28-181/+675
2025-02-27drivers: base: component: add function to query the bound statusHeiko Stuebner1-0/+14
2025-02-25drivers: base: component: Add debug message for unbindLucas De Marchi1-0/+3
2025-02-25drivers: base: devres: Fix find_group() documentationLucas De Marchi1-1/+4
2025-02-25drivers: base: devres: Allow to release group on device releaseLucas De Marchi1-0/+7
2025-02-20drivers: core: fix device leak in __fw_devlink_relax_cycles()Luca Ceresoli1-0/+1
2025-02-16Merge tag 'driver-core-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-1/+235
2025-02-13Merge tag 'regmap-fix-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2025-02-13driver core: add a faux bus for use when a simple device/bus is neededGreg Kroah-Hartman4-1/+235
2025-02-09PM: sleep: core: Restrict power.set_active propagationRafael J. Wysocki1-12/+9
2025-02-05regmap-irq: Add missing kfree()Jiasheng Jiang1-0/+2
2025-01-31Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2025-01-30Merge tag 'pm-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-9/+20
2025-01-29Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2025-01-29PM: sleep: core: Synchronize runtime PM status of parents and childrenRafael J. Wysocki1-9/+20
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-122/+122
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-01-25mm: add build-time option for hotplug memory default online typeGregory Price1-2/+2
2025-01-24Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+39
2025-01-22Merge tag 'acpi-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+1
2025-01-22Merge tag 'pm-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-7/+46
2025-01-22Merge tag 'regmap-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds5-40/+211
2025-01-20Merge branches 'pm-sleep', 'pm-cpuidle' and 'pm-em'Rafael J. Wysocki3-7/+46
2025-01-20Merge branches 'acpi-battery', 'acpi-fan' and 'acpi-misc'Rafael J. Wysocki1-3/+1
2025-01-18Merge patch series "riscv: Add support for xtheadvector"Palmer Dabbelt1-0/+3
2025-01-18riscv: Add ghostwrite vulnerabilityCharlie Jenkins1-0/+3
2025-01-17PM: sleep: wakeirq: Introduce device-managed variant of dev_pm_set_wake_irq()Peng Fan1-0/+26
2025-01-15devcoredump: Constify 'struct bin_attribute'Thomas Weißschuh1-5/+5
2025-01-15devcoredump: Define 'struct bin_attribute' through macroThomas Weißschuh1-6/+2
2025-01-14PM: sleep: Allow configuring the DPM watchdog to warn earlier than panicDouglas Anderson1-5/+19
2025-01-13device property: Split property reading bool and presence test opsRob Herring (Arm)2-0/+39
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman1-4/+20
2025-01-10devres: add devm_remove_action_nowarn()Danilo Krummrich1-5/+18
2025-01-10drivers: core: remove device_link argument from class_compat_[create|remove]_...Heiner Kallweit1-28/+3
2025-01-10driver core: Move two simple APIs for finding child device to headerZijun Hu1-32/+0
2025-01-10driver core: Introduce device_iter_t for device iterating APIsZijun Hu4-6/+6
2025-01-10driver core: Correct API device_for_each_child_reverse_from() prototypeZijun Hu1-2/+2
2025-01-10driver core: Correct parameter check for API device_for_each_child_reverse_fr...Zijun Hu1-1/+1
2025-01-10driver core: Move true expression out of if condition in 3 device finding APIsZijun Hu3-6/+15
2025-01-10driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()Zijun Hu1-1/+8
2025-01-10firmware_loader: Constify 'struct bin_attribute'Thomas Weißschuh1-7/+7
2025-01-10devcoredump: cleanup some commentsRandy Dunlap1-2/+4
2025-01-07Expand SoundWire MBQ register map supportMark Brown1-22/+197
2025-01-07regmap: sdw-mbq: Add support for SDCA deferred controlsCharles Keepax1-14/+115
2025-01-07regmap: sdw-mbq: Add support for further MBQ register sizesCharles Keepax1-20/+94
2025-01-07topology: Keep the cpumask unchanged when printing cpumapLi Huafei1-4/+20
2025-01-03driver core: Introduce an device matching API device_match_type()Zijun Hu1-0/+6