summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2024-03-26regmap: 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-01-31rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello1-1/+1
2024-01-31rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello1-1/+1
2024-01-31PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki1-80/+68
2024-01-25software node: Let args be NULL in software_node_get_reference_argsSakari Ailus1-0/+3
2024-01-25base/node.c: initialize the accessor list before registeringGregory Price1-3/+6
2024-01-25class: fix use-after-free in class_register()Jing Xia1-0/+1
2023-12-09Merge tag 'char-misc-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds2-6/+18
2023-12-06drivers/base/cpu: crash data showing should depends on KEXEC_COREBaoquan He1-3/+3
2023-12-06mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar1-3/+15
2023-12-04regmap: fix bogus error on regcache_sync successMatthias Reichl1-2/+1
2023-11-28devcoredump: Send uevent once devcd is readyMukesh Ojha1-0/+3
2023-11-07Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+9
2023-11-03Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-51/+61
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+50
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+0
2023-11-01Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+6
2023-11-01regmap: prevent noinc writes from clobbering cacheBen Wolsieffer1-7/+9
2023-10-31Merge tag 'regmap-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds3-4/+96
2023-10-30regmap: Merge up fix for window/paging issueMark Brown3-2/+33
2023-10-27firmware_loader: Abort all upcoming firmware load request once reboot triggeredMukesh Ojha3-1/+7
2023-10-27firmware_loader: Refactor kill_pending_fw_fallback_reqs()Mukesh Ojha3-8/+8
2023-10-26regmap: Ensure range selector registers are updated after cache syncMark Brown1-0/+30
2023-10-26regmap: kunit: Add test for cache sync interaction with rangesMark Brown1-2/+64
2023-10-26regmap: kunit: Fix marking of the range window as volatileMark Brown1-1/+1
2023-10-25mm, pcp: reduce lock contention for draining high-order pagesHuang Ying1-0/+2
2023-10-25cacheinfo: calculate size of per-CPU data cache sliceHuang Ying1-1/+48
2023-10-25Merge tag 'opp-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki2-12/+42
2023-10-21driver core: Release all resources during unbind before updating device linksSaravana Kannan1-1/+1
2023-10-21driver core: class: remove boilerplate codeMaurizio Lombardi1-4/+2
2023-10-18Merge tag 'regmap-fix-v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-10-11fw loader: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2023-10-09regmap: fix NULL deref on lookupJohan Hovold1-1/+1
2023-10-07driver core: platform: Annotate struct irq_affinity_devres with __counted_byKees Cook1-1/+1
2023-10-06Merge branch 'opp/pm-domain-scmi' of git://git.kernel.org/pub/scm/linux/kerne...Sudeep Holla2-12/+42
2023-10-06PM: domains: Implement the ->set_performance_state() callback for genpdUlf Hansson1-12/+21
2023-10-06PM: domains: Introduce dev_pm_domain_set_performance_state()Ulf Hansson1-0/+21
2023-10-05drivers: base: test: Make property entry API test modularGeert Uytterhoeven2-2/+6
2023-10-05driver core: Add missing parameter description to __fwnode_link_add()Andy Shevchenko1-0/+1
2023-10-05driver core: platform: Unify the firmware node type checkAndy Shevchenko1-11/+13
2023-10-05driver core: platform: Use temporary variable in platform_device_add()Andy Shevchenko1-11/+12
2023-10-05driver core: platform: Refactor error path in a couple placesAndy Shevchenko1-9/+10
2023-10-05driver core: platform: Drop redundant check in platform_device_add()Andy Shevchenko1-3/+0
2023-10-03Merge tag 'regmap-fix-v6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2