aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2024-05-14Merge tag 'regmap-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2024-05-14Merge tag 'pm-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-05-13Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-powercap'Rafael J. Wysocki
2024-04-24sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot
2024-04-15regmap: kunit: Fix an NULL vs IS_ERR() checkDan Carpenter
2024-04-11Merge back earlier system-wide PM changes for 6.10.Rafael J. Wysocki
2024-04-10regmap: spi: Add missing MODULE_DESCRIPTION()Andy Shevchenko
2024-04-10regmap: Drop capitalisation in MODULE_DESCRIPTION()Andy Shevchenko
2024-04-09regmap: kunit: Add some test cases and a few smallMark Brown
2024-04-08regmap: kunit: Add test cases for regmap_read_bypassed()Richard Fitzgerald
2024-04-08regmap: kunit: Add cache-drop test with multiple cache blocksRichard Fitzgerald
2024-04-08regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed allocRichard Fitzgerald
2024-04-08regmap: kunit: Use a KUnit action to call regmap_exit()Richard Fitzgerald
2024-04-08regmap: kunit: Add more cache-sync testsRichard Fitzgerald
2024-04-08regmap: kunit: Add more cache-drop testsRichard Fitzgerald
2024-04-08regmap: kunit: Run non-sparse cache tests at non-zero register addressesRichard Fitzgerald
2024-04-08regmap: kunit: Run sparse cache tests at non-zero register addressesRichard Fitzgerald
2024-04-08regmap: kunit: Introduce struct for test case parametersRichard Fitzgerald
2024-04-08regmap: kunit: Create a struct device for the regmapRichard Fitzgerald
2024-04-08regmap: kunit: Fix warnings of implicit casts to __le16 and __be16Richard Fitzgerald
2024-04-08PM: sleep: Take advantage of %ps to simplify debug outputLen Brown
2024-04-08regmap: Add regmap_read_bypassed()Richard Fitzgerald
2024-04-05Merge tag 'regmap-fix-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-04-03PM: wakeup: make device_wakeup_disable() return voidDhruva Gole
2024-03-29regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald
2024-03-27regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald
2024-03-26driver core: Introduce device_link_wait_removal()Herve Codina
2024-03-25regmap: maple: Remove second semicolonColin Ian King
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-16Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2024-03-13Merge tag 'pmdomain-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds
2024-03-13Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2024-03-12cxl/region: Deal with numa nodes not enumerated by SRATDave Jiang
2024-03-12base/node / ACPI: Enumerate node access class for 'struct access_coordinate'Dave Jiang
2024-03-12Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-03-11Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-11x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-11Merge branch 'pm-runtime'Rafael J. Wysocki
2024-03-11Merge branch 'pm-sleep'Rafael J. Wysocki
2024-03-07device: core: Log warning for devices pending deferred probe on timeoutNícolas F. R. A. Prado
2024-03-07driver: core: Use dev_* instead of pr_* so device metadata is addedNícolas F. R. A. Prado
2024-03-07driver: core: Log probe failure as error and with device metadataNícolas F. R. A. Prado
2024-03-07driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode linkSaravana Kannan
2024-03-07driver core: Adds flags param to fwnode_link_add()Saravana Kannan
2024-03-07device property: Don't use "proxy" headersAndy Shevchenko
2024-03-07driver core: Move fw_devlink stuff to where it belongsAndy Shevchenko