summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-191-4/+4
|\
| * arch/topology: Fix variable naming to avoid shadowingVincent Guittot2024-05-151-4/+4
* | Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-05-172-2/+2
|\ \
| * | crash: add a new kexec flag for hotplug supportSourabh Jain2024-04-232-2/+2
* | | Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-05-151-0/+23
|\ \ \
| * \ \ Merge tag 'drm-xe-next-2024-04-23' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie2024-04-241-0/+23
| |\ \ \
| | * | | Merge drm/drm-next into drm-xe-nextThomas Hellström2024-04-1222-312/+730
| | |\| |
| | * | | devcoredump: Add dev_coredump_put()José Roberto de Souza2024-04-111-0/+23
* | | | | Merge tag 'regmap-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2024-05-1410-256/+769
|\ \ \ \ \
| * | | | | regmap: kunit: Fix an NULL vs IS_ERR() checkDan Carpenter2024-04-151-3/+3
| * | | | | regmap: spi: Add missing MODULE_DESCRIPTION()Andy Shevchenko2024-04-101-0/+1
| * | | | | regmap: Drop capitalisation in MODULE_DESCRIPTION()Andy Shevchenko2024-04-104-4/+4
| * | | | | regmap: kunit: Add some test cases and a few smallMark Brown2024-04-097-257/+826
| |\ \ \ \ \
| | * | | | | regmap: kunit: Add test cases for regmap_read_bypassed()Richard Fitzgerald2024-04-081-0/+131
| | * | | | | regmap: kunit: Add cache-drop test with multiple cache blocksRichard Fitzgerald2024-04-081-0/+103
| | * | | | | regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed allocRichard Fitzgerald2024-04-081-3/+1
| | * | | | | regmap: kunit: Use a KUnit action to call regmap_exit()Richard Fitzgerald2024-04-081-55/+7
| | * | | | | regmap: kunit: Add more cache-sync testsRichard Fitzgerald2024-04-081-4/+122
| | * | | | | regmap: kunit: Add more cache-drop testsRichard Fitzgerald2024-04-081-0/+135
| | * | | | | regmap: kunit: Run non-sparse cache tests at non-zero register addressesRichard Fitzgerald2024-04-081-29/+57
| | * | | | | regmap: kunit: Run sparse cache tests at non-zero register addressesRichard Fitzgerald2024-04-081-22/+45
| | * | | | | regmap: kunit: Introduce struct for test case parametersRichard Fitzgerald2024-04-081-116/+95
| | * | | | | regmap: kunit: Create a struct device for the regmapRichard Fitzgerald2024-04-084-42/+87
| | * | | | | regmap: kunit: Fix warnings of implicit casts to __le16 and __be16Richard Fitzgerald2024-04-081-7/+7
| * | | | | | regmap: maple: Remove second semicolonColin Ian King2024-03-251-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2024-05-142-7/+10
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-powercap'Rafael J. Wysocki2024-05-132-7/+10
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | | | |_|/ / | | |/| | |
| | | * | | Merge back earlier system-wide PM changes for 6.10.Rafael J. Wysocki2024-04-112-7/+10
| | |/| | |
| | | * | | PM: sleep: Take advantage of %ps to simplify debug outputLen Brown2024-04-081-3/+3
| | | * | | PM: wakeup: make device_wakeup_disable() return voidDhruva Gole2024-04-031-4/+7
| | | |/ /
* | | | | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-131-13/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot2024-04-241-13/+13
| | |/ / | |/| |
* | | | regmap: Add regmap_read_bypassed()Richard Fitzgerald2024-04-081-0/+37
| |/ / |/| |
* | | Merge tag 'regmap-fix-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-04-051-3/+3
|\ \ \
| * | | regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald2024-03-291-2/+2
| * | | regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald2024-03-271-1/+1
| |/ /
* / / driver core: Introduce device_link_wait_removal()Herve Codina2024-03-261-3/+23
|/ /
* | Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-218-94/+118
|\ \
| * | device: core: Log warning for devices pending deferred probe on timeoutNícolas F. R. A. Prado2024-03-071-1/+1
| * | driver: core: Use dev_* instead of pr_* so device metadata is addedNícolas F. R. A. Prado2024-03-071-14/+12
| * | driver: core: Log probe failure as error and with device metadataNícolas F. R. A. Prado2024-03-071-2/+2
| * | driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode linkSaravana Kannan2024-03-071-1/+8
| * | driver core: Adds flags param to fwnode_link_add()Saravana Kannan2024-03-071-2/+3
| * | device property: Don't use "proxy" headersAndy Shevchenko2024-03-072-6/+18
| * | driver core: Move fw_devlink stuff to where it belongsAndy Shevchenko2024-03-072-56/+58
| * | firmware_loader: Suppress warning on FW_OPT_NO_WARN flagMukesh Ojha2024-03-071-6/+10
| * | platform-msi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-03-071-3/+3
| * | Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman2024-02-193-30/+66
| |\ \
| * | | driver core: component: fix spellosRandy Dunlap2024-01-301-2/+2
| * | | driver core: cpu: make cpu_subsys constGreg Kroah-Hartman2024-01-301-1/+1
| | |/ | |/|