summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* PM: sleep: wakeirq: fix wake irq warning in system suspendQingliang Li2024-04-031-1/+3
* regmap: kunit: Ensure that changed bytes are actually differentMark Brown2024-03-261-16/+38
* x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta2024-03-151-0/+3
* pmdomain: core: Move the unused cleanup to a _sync initcallKonrad Dybcio2024-02-231-1/+1
* driver core: fw_devlink: Improve detection of overlapping cyclesSaravana Kannan2024-02-231-2/+7
* driver core: Fix device_link_flag_is_sync_state_only()Saravana Kannan2024-02-231-2/+4
* arm64: irq: set the correct node for VMAP stackHuang Shijie2024-02-051-1/+1
* rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello2024-01-311-1/+1
* rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello2024-01-311-1/+1
* PM: sleep: Fix possible deadlocks in core system-wide PM codeRafael J. Wysocki2024-01-311-80/+68
* software node: Let args be NULL in software_node_get_reference_argsSakari Ailus2024-01-251-0/+3
* base/node.c: initialize the accessor list before registeringGregory Price2024-01-251-3/+6
* class: fix use-after-free in class_register()Jing Xia2024-01-251-0/+1
* Merge tag 'char-misc-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-12-091-0/+3
|\
| * devcoredump: Send uevent once devcd is readyMukesh Ojha2023-11-281-0/+3
* | Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-082-6/+18
|\ \
| * | drivers/base/cpu: crash data showing should depends on KEXEC_COREBaoquan He2023-12-061-3/+3
| * | mm/memory_hotplug: add missing mem_hotplug_lockSumanth Korikkar2023-12-061-3/+15
| |/
* / regmap: fix bogus error on regcache_sync successMatthias Reichl2023-12-041-2/+1
|/
* Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-11-071-7/+9
|\
| * regmap: prevent noinc writes from clobbering cacheBen Wolsieffer2023-11-011-7/+9
* | Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-11-0310-51/+61
|\ \
| * | firmware_loader: Abort all upcoming firmware load request once reboot triggeredMukesh Ojha2023-10-273-1/+7
| * | firmware_loader: Refactor kill_pending_fw_fallback_reqs()Mukesh Ojha2023-10-273-8/+8
| * | driver core: Release all resources during unbind before updating device linksSaravana Kannan2023-10-211-1/+1
| * | driver core: class: remove boilerplate codeMaurizio Lombardi2023-10-211-4/+2
| * | driver core: platform: Annotate struct irq_affinity_devres with __counted_byKees Cook2023-10-071-1/+1
| * | drivers: base: test: Make property entry API test modularGeert Uytterhoeven2023-10-052-2/+6
| * | driver core: Add missing parameter description to __fwnode_link_add()Andy Shevchenko2023-10-051-0/+1
| * | driver core: platform: Unify the firmware node type checkAndy Shevchenko2023-10-051-11/+13
| * | driver core: platform: Use temporary variable in platform_device_add()Andy Shevchenko2023-10-051-11/+12
| * | driver core: platform: Refactor error path in a couple placesAndy Shevchenko2023-10-051-9/+10
| * | driver core: platform: Drop redundant check in platform_device_add()Andy Shevchenko2023-10-051-3/+0
* | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-1/+50
|\ \ \
| * | | mm, pcp: reduce lock contention for draining high-order pagesHuang Ying2023-10-251-0/+2
| * | | cacheinfo: calculate size of per-CPU data cache sliceHuang Ying2023-10-251-1/+48
| |/ /
* | | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-11-011-1/+0
|\ \ \
| * | | fw loader: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-111-1/+0
| |/ /
* | | Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-5/+6
|\ \ \
| * \ \ Merge branch 'opp/pm-domain-scmi' of git://git.kernel.org/pub/scm/linux/kerne...Sudeep Holla2023-10-062-12/+42
| |\ \ \
| * | | | PM: domains: Allow genpd providers to manage OPP tables directly by its FWUlf Hansson2023-09-211-5/+6
| | |/ / | |/| |
* | | | Merge tag 'regmap-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2023-10-313-4/+96
|\ \ \ \
| * \ \ \ regmap: Merge up fix for window/paging issueMark Brown2023-10-303-2/+33
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | regmap: Ensure range selector registers are updated after cache syncMark Brown2023-10-261-0/+30
| * | | | regmap: kunit: Add test for cache sync interaction with rangesMark Brown2023-10-261-2/+64
| * | | | regmap: kunit: Fix marking of the range window as volatileMark Brown2023-10-261-1/+1
| * | | | regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET2023-09-111-1/+1
* | | | | Merge tag 'opp-updates-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki2023-10-252-12/+42
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | PM: domains: Implement the ->set_performance_state() callback for genpdUlf Hansson2023-10-061-12/+21
| * | | | PM: domains: Introduce dev_pm_domain_set_performance_state()Ulf Hansson2023-10-061-0/+21
| |/ / /