aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2023-10-18Merge tag 'regmap-fix-v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-10-09regmap: fix NULL deref on lookupGravatar Johan Hovold 1-1/+1
2023-10-03Merge tag 'regmap-fix-v6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+2
2023-09-22regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeGravatar Richard Fitzgerald 1-1/+2
2023-09-12driver core: return an error when dev_set_name() hasn't happenedGravatar Andy Shevchenko 1-0/+2
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 10-12/+387
2023-08-30Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-3/+2
2023-08-30Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 1-3/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-0/+26
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-12/+19
2023-08-29Merge tag 'regmap-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Linus Torvalds 7-176/+88
2023-08-24crash: memory and CPU hotplug sysfs attributesGravatar Eric DeVolder 2-0/+26
2023-08-22driver core: Call in reversed order in device_platform_notify_remove()Gravatar Andy Shevchenko 1-3/+3
2023-08-22driver core: Return proper error code when dev_set_name() failsGravatar Andy Shevchenko 1-7/+6
2023-08-21mm,thp: fix nodeN/meminfo output alignmentGravatar Hugh Dickins 1-2/+2
2023-08-21mm/memory_hotplug: embed vmem_altmap details in memory blockGravatar Aneesh Kumar K.V 1-10/+17
2023-08-16drivers: base: test: Add missing MODULE_* macros to root device testsGravatar Maxime Ripard 1-0/+4
2023-08-16drivers: base: test: Add missing MODULE_* macros for platform devices testsGravatar Maxime Ripard 1-0/+4
2023-08-12drivers: base: Free devm resources when unregistering a deviceGravatar David Gow 3-4/+11
2023-08-12drivers: base: Add basic devm tests for platform devicesGravatar Maxime Ripard 2-0/+223
2023-08-12drivers: base: Add basic devm tests for root devicesGravatar Maxime Ripard 4-0/+118
2023-08-12base/node: Remove duplicated includeGravatar GUO Zihua 1-1/+0
2023-08-11driver core: cpu: Fix the fallback cpu_show_gds() nameGravatar Borislav Petkov (AMD) 1-2/+2
2023-08-10driver core: cpu: Make cpu_show_not_affected() staticGravatar Borislav Petkov (AMD) 1-8/+2
2023-08-10driver core: cpu: Unify redundant silly stubsGravatar Borislav Petkov (AMD) 1-68/+19
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+8
2023-08-07Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-0/+8
2023-08-05driver/base/cpu: Retry online operation if -EBUSYGravatar Waiman Long 1-0/+19
2023-08-05driver core: Call dma_cleanup() on the test_remove pathGravatar Jason Gunthorpe 1-0/+2
2023-08-05driver core: test_async: fix an error codeGravatar Dan Carpenter 1-1/+1
2023-08-04driver core: Replace kstrdup() + strreplace() with kstrdup_and_replace()Gravatar Andy Shevchenko 1-3/+2
2023-08-04of: Move of_platform_register_reconfig_notifier() into DT coreGravatar Rob Herring 1-1/+1
2023-08-01swiotlb: make io_tlb_default_mem local to swiotlb.cGravatar Petr Tesarik 1-3/+1
2023-07-30regmap: Merge up fixes from Linus' treeGravatar Mark Brown 2-53/+9
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationGravatar Borislav Petkov (AMD) 1-0/+8
2023-07-24PM: sleep: wakeirq: drop unused enable helpersGravatar Johan Hovold 1-49/+0
2023-07-24PM: sleep: wakeirq: fix wake irq armingGravatar Johan Hovold 2-4/+9
2023-07-23regmap: Fix the type used for a bitmap pointerGravatar Christophe JAILLET 1-1/+1
2023-07-23regmap: Merge up fixes from mainlineGravatar Mark Brown 7-13/+17
2023-07-21regmap: Remove dynamic allocation warnings for rbtree and mapleGravatar Mark Brown 1-9/+0
2023-07-21regmap: rbtree: Use alloc_flags for memory allocationsGravatar Dan Carpenter 1-5/+5
2023-07-20regmap: maple: Use alloc_flags for memory allocationsGravatar Guenter Roeck 1-8/+8
2023-07-20regmap: Reject fast_io regmap configurations with RBTREE and MAPLE cachesGravatar Guenter Roeck 1-0/+9
2023-07-20regmap: Disable locking for RBTREE and MAPLE unit testsGravatar Guenter Roeck 1-0/+5
2023-07-19x86/speculation: Add Gather Data Sampling mitigationGravatar Daniel Sneddon 1-0/+8
2023-07-19regcache: Push async I/O request down into the rbtree cacheGravatar Mark Brown 2-3/+4
2023-07-18regmap: Provide test for regcache_reg_present()Gravatar Mark Brown 1-0/+40
2023-07-18regmap: Let users check if a register is cachedGravatar Mark Brown 1-0/+23
2023-07-17regmap: Account for register length in SMBus I/O limitsGravatar Mark Brown 1-4/+4