summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2026-03-28Merge tag 'regmap-fix-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+26
2026-03-27driver core: auxiliary bus: Drop auxiliary_dev_pm_opsRafael J. Wysocki1-6/+0
2026-03-27device property: Make modifications of fwnode "flags" thread safeDouglas Anderson1-12/+12
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-33/+109
2026-03-23Merge tag 'v7.0-rc5' into driver-core-nextDanilo Krummrich5-33/+110
2026-03-22Merge tag 'driver-core-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-33/+109
2026-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2026-03-19regmap: mdio: make it depend on PHYLIBHeiner Kallweit1-1/+1
2026-03-18devres: rename and export set_node_dbginfo()Danilo Krummrich2-7/+9
2026-03-18devres: add devres_node_remove()Danilo Krummrich2-0/+17
2026-03-18devres: export devres_node_init() and devres_node_add()Danilo Krummrich2-4/+7
2026-03-18devres: move struct devres_node into base.hDanilo Krummrich2-12/+12
2026-03-18devres: remove unnecessary unlocks in devres_release_group()Danilo Krummrich1-6/+3
2026-03-18devres: use guard(spinlock_irqsave) where applicableDanilo Krummrich1-17/+6
2026-03-18devres: add free_node callback to struct devres_nodeDanilo Krummrich1-12/+45
2026-03-18devres: 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-06regmap: 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-03regmap: 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-23regcache: Split regcache_count_cacheable_registers() helperAndy Shevchenko1-11/+19
2026-02-23regcache: 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-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert '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-19Merge 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