aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+50
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+0
2023-11-01Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+6
2023-10-31Merge tag 'regmap-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Linus Torvalds 3-4/+96
2023-10-30regmap: Merge up fix for window/paging issueGravatar Mark Brown 3-2/+33
2023-10-26regmap: Ensure range selector registers are updated after cache syncGravatar Mark Brown 1-0/+30
2023-10-26regmap: kunit: Add test for cache sync interaction with rangesGravatar Mark Brown 1-2/+64
2023-10-26regmap: kunit: Fix marking of the range window as volatileGravatar Mark Brown 1-1/+1
2023-10-25mm, pcp: reduce lock contention for draining high-order pagesGravatar Huang Ying 1-0/+2
2023-10-25cacheinfo: calculate size of per-CPU data cache sliceGravatar Huang Ying 1-1/+48
2023-10-25Merge tag 'opp-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Rafael J. Wysocki 2-12/+42
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-11fw loader: Remove the now superfluous sentinel element from ctl_table arrayGravatar Joel Granados 1-1/+0
2023-10-09regmap: fix NULL deref on lookupGravatar Johan Hovold 1-1/+1
2023-10-06Merge branch 'opp/pm-domain-scmi' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Sudeep Holla 2-12/+42
2023-10-06PM: domains: Implement the ->set_performance_state() callback for genpdGravatar Ulf Hansson 1-12/+21
2023-10-06PM: domains: Introduce dev_pm_domain_set_performance_state()Gravatar Ulf Hansson 1-0/+21
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-21PM: domains: Allow genpd providers to manage OPP tables directly by its FWGravatar Ulf Hansson 1-5/+6
2023-09-12driver core: return an error when dev_set_name() hasn't happenedGravatar Andy Shevchenko 1-0/+2
2023-09-11regmap: debugfs: Fix a erroneous check after snprintf()Gravatar Christophe JAILLET 1-1/+1
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