aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2026-03-17devres: don't require ARCH_DMA_MINALIGN for devres actionsDanilo Krummrich1-45/+105
2026-03-17devres: add devres_node_init()Danilo Krummrich1-6/+9
2026-03-17devres: add devres_node_add()Danilo Krummrich1-8/+9
2026-03-17devres: fix missing node debug info in devm_krealloc()Danilo Krummrich1-0/+2
2026-03-17driver core: platform: use generic driver_override infrastructureDanilo Krummrich1-32/+5
2026-03-17driver core: generalize driver_override in struct deviceDanilo Krummrich3-1/+104
2026-03-16PM: runtime: Fix a race condition related to device removalBart Van Assche1-0/+1
2026-03-16regmap: Synchronize cache for the page selectorAndy Shevchenko1-4/+26
2026-03-16regmap: Synchronize cache for the page selectorAndy Shevchenko1-4/+26
2026-03-13driver core: auxiliary bus: Introduce dev_is_auxiliary()Rafael J. Wysocki1-0/+10
2026-03-13driver: core: constify groups array argument in device_add_groups and device_...Heiner Kallweit1-2/+3
2026-03-12base: soc: rename and export soc_device_get_machine()Bartosz Golaszewski1-8/+5
2026-03-12base: soc: order includes alphabeticallyBartosz Golaszewski1-5/+5
2026-03-12device core: Fix kernel-doc warnings in base.hDan Williams1-38/+41
2026-03-09Merge tag 'v7.0-rc3' into driver-core-nextDanilo Krummrich2-11/+2
2026-03-05regmap: Simplify devres handlingKrzysztof Kozlowski1-13/+10
2026-03-05regcache: Move HW readback after cache initialisationAndy Shevchenko1-12/+15
2026-03-05regcache: Allocate and free reg_defaults on the same levelAndy Shevchenko1-19/+15
2026-03-05regcache: Move count check and cache_bypass assignment to the callerAndy Shevchenko1-4/+4
2026-03-03regcache: Factor out regcache_hw_exit() helperAndy Shevchenko1-6/+9
2026-03-03Revert "driver core: enforce device_lock for driver_match_device()"Danilo Krummrich2-11/+2
2026-03-02regmap: Merge up v7.0-rc2Mark Brown1-14/+13
2026-03-02regcache: Amend printf() specifiers when printing registersAndy Shevchenko1-2/+2
2026-03-02regcache: Define iterator inside for-loop and align their typesAndy Shevchenko2-8/+7
2026-03-02driver core: platform: fix various formatting issuesDmitry Torokhov1-28/+21
2026-03-02driver core: platform: allow attaching software nodes when creating devicesDmitry Torokhov1-1/+8
2026-02-22regcache: Split regcache_count_cacheable_registers() helperAndy Shevchenko1-11/+19
2026-02-22regcache: Remove duplicate check in regcache_hw_init()Andy Shevchenko1-3/+0
2026-02-23device property: Allow secondary lookup in fwnode_get_next_child_node()Andy Shevchenko1-14/+13
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds35-72/+72
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook42-91/+87
2026-02-18Merge tag 'pm-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-4/+7
2026-02-16Merge tag 'pinctrl-v7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2-0/+11
2026-02-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+8
2026-02-11Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-22/+31
2026-02-11PM: sleep: wakeirq: Update outdated documentation commentsWang Jiayue1-4/+7
2026-02-11Merge tag 'regmap-v6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds6-3/+119
2026-02-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+8
2026-02-09Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2026-02-06Revert "revocable: Revocable resource management"Johan Hovold1-225/+0
2026-02-06Revert "revocable: Add Kunit test cases"Johan Hovold3-295/+0
2026-02-05driver core: remove device_change_owner() exportGreg Kroah-Hartman1-1/+0
2026-02-04Merge branch 'pm-sleep'Rafael J. Wysocki3-9/+11
2026-02-04driver core: disable revocable code from buildGreg Kroah-Hartman2-2/+2
2026-02-03PM: sleep: wakeirq: harden dev_pm_clear_wake_irq() against racesGui-Dong Han1-3/+6
2026-02-03driver core: cpu: Convert /sys/devices/system/cpu/isolated to use HK_TYPE_DOM...Frederic Weisbecker1-1/+1
2026-02-03revocable: Add KUnit test for concurrent accessTzung-Bi Shih1-0/+104
2026-02-03revocable: fix SRCU index corruption by requiring caller-provided storageTzung-Bi Shih2-67/+43