summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2024-04-10driver core: Introduce device_link_wait_removal()Herve Codina1-3/+23
2024-04-10regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald1-2/+2
2024-04-10regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald1-1/+1
2024-04-03PM: sleep: wakeirq: fix wake irq warning in system suspendQingliang Li1-1/+3
2024-03-27regmap: kunit: Ensure that changed bytes are actually differentMark Brown1-16/+38
2024-03-15x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta1-0/+3
2024-02-23pmdomain: core: Move the unused cleanup to a _sync initcallKonrad Dybcio1-1/+1
2024-02-23driver core: fw_devlink: Improve detection of overlapping cyclesSaravana Kannan1-2/+7
2024-02-23driver core: Fix device_link_flag_is_sync_state_only()Saravana Kannan1-2/+4
2024-02-05arm64: irq: set the correct node for VMAP stackHuang Shijie1-1/+1
2024-02-01rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello1-1/+1
2024-02-01rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello1-1/+1
2024-02-01PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki1-80/+68
2024-01-26software node: Let args be NULL in software_node_get_reference_argsSakari Ailus1-0/+3
2024-01-26base/node.c: initialize the accessor list before registeringGregory Price1-3/+6
2024-01-26class: fix use-after-free in class_register()Jing Xia1-0/+1
2023-12-13devcoredump: Send uevent once devcd is readyMukesh Ojha1-0/+3
2023-12-13mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar1-3/+15
2023-12-13drivers/base/cpu: crash data showing should depends on KEXEC_COREBaoquan He1-3/+3
2023-12-13regmap: fix bogus error on regcache_sync successMatthias Reichl1-2/+1
2023-11-28driver core: Release all resources during unbind before updating device linksSaravana Kannan1-1/+1
2023-11-28regmap: Ensure range selector registers are updated after cache syncMark Brown1-0/+30
2023-11-20regmap: prevent noinc writes from clobbering cacheBen Wolsieffer1-7/+9
2023-11-20regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-10-18Merge tag 'regmap-fix-v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-10-09regmap: fix NULL deref on lookupJohan Hovold1-1/+1
2023-10-03Merge tag 'regmap-fix-v6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2023-09-22regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald1-1/+2
2023-09-12driver core: return an error when dev_set_name() hasn't happenedAndy Shevchenko1-0/+2
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-12/+387
2023-08-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-3/+2
2023-08-31Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-08-30Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds1-3/+1
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2-0/+26
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-12/+19
2023-08-29Merge tag 'regmap-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds7-176/+88
2023-08-25crash: memory and CPU hotplug sysfs attributesEric DeVolder2-0/+26
2023-08-22driver core: Call in reversed order in device_platform_notify_remove()Andy Shevchenko1-3/+3
2023-08-22driver core: Return proper error code when dev_set_name() failsAndy Shevchenko1-7/+6
2023-08-21mm,thp: fix nodeN/meminfo output alignmentHugh Dickins1-2/+2
2023-08-21mm/memory_hotplug: embed vmem_altmap details in memory blockAneesh Kumar K.V1-10/+17
2023-08-16drivers: base: test: Add missing MODULE_* macros to root device testsMaxime Ripard1-0/+4
2023-08-16drivers: base: test: Add missing MODULE_* macros for platform devices testsMaxime Ripard1-0/+4
2023-08-12drivers: base: Free devm resources when unregistering a deviceDavid Gow3-4/+11
2023-08-12drivers: base: Add basic devm tests for platform devicesMaxime Ripard2-0/+223
2023-08-12drivers: base: Add basic devm tests for root devicesMaxime Ripard4-0/+118
2023-08-12base/node: Remove duplicated includeGUO Zihua1-1/+0
2023-08-11driver core: cpu: Fix the fallback cpu_show_gds() nameBorislav Petkov (AMD)1-2/+2
2023-08-10driver core: cpu: Make cpu_show_not_affected() staticBorislav Petkov (AMD)1-8/+2
2023-08-10driver core: cpu: Unify redundant silly stubsBorislav Petkov (AMD)1-68/+19