summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2026-04-05drivers/base/memory: fix stale reference to memory_block_add_nid()Kexin Sun
2026-04-05mm: name the anonymous MMOP enum as enum mmopGregory Price
2026-04-04driver core: make software nodes available earlierBartosz Golaszewski
2026-04-03software node: remove software_node_exit()Bartosz Golaszewski
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-02drivers/base/memory: fix stale reference to memory_block_add_nid()Kexin Sun
2026-04-02device property: Document how to check for the property presenceAndy Shevchenko
2026-03-30driver core: Make deferred_probe_timeout default a Kconfig optionHans de Goede
2026-03-30driver core: simplify __device_set_driver_override() clearing logicGui-Dong Han
2026-03-27Merge tag 'regmap-fix-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-03-27driver core: auxiliary bus: Drop auxiliary_dev_pm_opsRafael J. Wysocki
2026-03-26device property: Make modifications of fwnode "flags" thread safeDouglas Anderson
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-22Merge tag 'v7.0-rc5' into driver-core-nextDanilo Krummrich
2026-03-21Merge tag 'driver-core-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-18regmap: mdio: make it depend on PHYLIBHeiner Kallweit
2026-03-18devres: rename and export set_node_dbginfo()Danilo Krummrich
2026-03-18devres: add devres_node_remove()Danilo Krummrich
2026-03-18devres: export devres_node_init() and devres_node_add()Danilo Krummrich
2026-03-18devres: move struct devres_node into base.hDanilo Krummrich
2026-03-17devres: remove unnecessary unlocks in devres_release_group()Danilo Krummrich
2026-03-17devres: use guard(spinlock_irqsave) where applicableDanilo Krummrich
2026-03-17devres: add free_node callback to struct devres_nodeDanilo Krummrich
2026-03-17devres: don't require ARCH_DMA_MINALIGN for devres actionsDanilo Krummrich
2026-03-17devres: add devres_node_init()Danilo Krummrich
2026-03-17devres: add devres_node_add()Danilo Krummrich
2026-03-17devres: fix missing node debug info in devm_krealloc()Danilo Krummrich
2026-03-17driver core: platform: use generic driver_override infrastructureDanilo Krummrich
2026-03-17driver core: generalize driver_override in struct deviceDanilo Krummrich
2026-03-16PM: runtime: Fix a race condition related to device removalBart Van Assche
2026-03-16regmap: Synchronize cache for the page selectorAndy Shevchenko
2026-03-16regmap: Synchronize cache for the page selectorAndy Shevchenko
2026-03-13driver core: auxiliary bus: Introduce dev_is_auxiliary()Rafael J. Wysocki
2026-03-13driver: core: constify groups array argument in device_add_groups and device_...Heiner Kallweit
2026-03-12base: soc: rename and export soc_device_get_machine()Bartosz Golaszewski
2026-03-12base: soc: order includes alphabeticallyBartosz Golaszewski
2026-03-12device core: Fix kernel-doc warnings in base.hDan Williams
2026-03-09Merge tag 'v7.0-rc3' into driver-core-nextDanilo Krummrich
2026-03-05regmap: Simplify devres handlingKrzysztof Kozlowski
2026-03-05regcache: Move HW readback after cache initialisationAndy Shevchenko
2026-03-05regcache: Allocate and free reg_defaults on the same levelAndy Shevchenko
2026-03-05regcache: Move count check and cache_bypass assignment to the callerAndy Shevchenko
2026-03-03regcache: Factor out regcache_hw_exit() helperAndy Shevchenko
2026-03-03Revert "driver core: enforce device_lock for driver_match_device()"Danilo Krummrich
2026-03-02regmap: Merge up v7.0-rc2Mark Brown
2026-03-02regcache: Amend printf() specifiers when printing registersAndy Shevchenko
2026-03-02regcache: Define iterator inside for-loop and align their typesAndy Shevchenko
2026-03-02driver core: platform: fix various formatting issuesDmitry Torokhov
2026-03-02driver core: platform: allow attaching software nodes when creating devicesDmitry Torokhov