summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2023-10-18Merge tag 'regmap-fix-v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-09regmap: fix NULL deref on lookupJohan Hovold
2023-10-03Merge tag 'regmap-fix-v6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-09-22regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald
2023-09-12driver core: return an error when dev_set_name() hasn't happenedAndy Shevchenko
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2023-08-30Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-29Merge tag 'regmap-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2023-08-24crash: memory and CPU hotplug sysfs attributesEric DeVolder
2023-08-22driver core: Call in reversed order in device_platform_notify_remove()Andy Shevchenko
2023-08-22driver core: Return proper error code when dev_set_name() failsAndy Shevchenko
2023-08-21mm,thp: fix nodeN/meminfo output alignmentHugh Dickins
2023-08-21mm/memory_hotplug: embed vmem_altmap details in memory blockAneesh Kumar K.V
2023-08-16drivers: base: test: Add missing MODULE_* macros to root device testsMaxime Ripard
2023-08-16drivers: base: test: Add missing MODULE_* macros for platform devices testsMaxime Ripard
2023-08-12drivers: base: Free devm resources when unregistering a deviceDavid Gow
2023-08-12drivers: base: Add basic devm tests for platform devicesMaxime Ripard
2023-08-12drivers: base: Add basic devm tests for root devicesMaxime Ripard
2023-08-12base/node: Remove duplicated includeGUO Zihua
2023-08-11driver core: cpu: Fix the fallback cpu_show_gds() nameBorislav Petkov (AMD)
2023-08-10driver core: cpu: Make cpu_show_not_affected() staticBorislav Petkov (AMD)
2023-08-10driver core: cpu: Unify redundant silly stubsBorislav Petkov (AMD)
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-08-07Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-08-05driver/base/cpu: Retry online operation if -EBUSYWaiman Long
2023-08-05driver core: Call dma_cleanup() on the test_remove pathJason Gunthorpe
2023-08-05driver core: test_async: fix an error codeDan Carpenter
2023-08-04driver core: Replace kstrdup() + strreplace() with kstrdup_and_replace()Andy Shevchenko
2023-08-04of: Move of_platform_register_reconfig_notifier() into DT coreRob Herring
2023-08-01swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik
2023-07-30regmap: Merge up fixes from Linus' treeMark Brown
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)
2023-07-24PM: sleep: wakeirq: drop unused enable helpersJohan Hovold
2023-07-24PM: sleep: wakeirq: fix wake irq armingJohan Hovold
2023-07-23regmap: Fix the type used for a bitmap pointerChristophe JAILLET
2023-07-23regmap: Merge up fixes from mainlineMark Brown
2023-07-21regmap: Remove dynamic allocation warnings for rbtree and mapleMark Brown
2023-07-21regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter
2023-07-20regmap: maple: Use alloc_flags for memory allocationsGuenter Roeck
2023-07-20regmap: Reject fast_io regmap configurations with RBTREE and MAPLE cachesGuenter Roeck
2023-07-20regmap: Disable locking for RBTREE and MAPLE unit testsGuenter Roeck
2023-07-19x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon
2023-07-19regcache: Push async I/O request down into the rbtree cacheMark Brown
2023-07-18regmap: Provide test for regcache_reg_present()Mark Brown
2023-07-18regmap: Let users check if a register is cachedMark Brown
2023-07-17regmap: Account for register length in SMBus I/O limitsMark Brown