summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-04-302-1/+20
|\
| * topology: Fix up build warning in topology_is_visible()Greg Kroah-Hartman2022-04-231-3/+1
| * arch_topology: Do not set llc_sibling if llc_id is invalidWang Qing2022-04-201-1/+1
| * topology: make core_mask include at least cluster_siblingsDarren Hart2022-04-201-0/+9
| * topology/sysfs: Hide PPIN on systems that do not support it.Tony Luck2022-04-201-0/+12
* | net: mdio: don't defer probe forever if PHY IRQ provider is missingVladimir Oltean2022-04-081-0/+1
|/
* Merge tag 'devprop-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-291-16/+16
|\
| * device property: Don't split fwnode_get_irq*() APIs in the codeAndy Shevchenko2022-02-141-16/+16
| * Merge branch 'i2c/alert-for-acpi' of git://git.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki2022-02-141-0/+29
| |\
* | \ Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-287-192/+227
|\ \ \
| * | | drivers/base/dd.c : Remove the initial value of the global variablelizhe2022-03-181-1/+1
| * | | devres: fix typos in commentsJulia Lawall2022-03-181-2/+2
| * | | base: soc: Make soc_device_match() simpler and easier to readGeert Uytterhoeven2022-03-181-8/+6
| * | | driver core: dd: fix return value of __setup handlerRandy Dunlap2022-03-181-1/+1
| * | | driver core: Refactor sysfs and drv/bus remove hooksRob Herring2022-03-181-20/+14
| * | | driver core: Refactor multiple copies of device cleanupRob Herring2022-03-181-30/+16
| * | | Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman2022-02-283-21/+45
| |\ \ \
| * | | | component: Add common helper for compare/release functionsYong Wu2022-02-251-0/+58
| * | | | firmware_loader: EXTRA_FIRMWARE does not support compressed filesRandy Dunlap2022-02-251-0/+5
| * | | | driver core: cleanup double words commentsTom Rix2022-02-221-2/+2
| * | | | platform: use dev_err_probe() in platform_get_irq_byname()Sergey Shtylyov2022-02-081-3/+3
| * | | | devtmpfs: drop redundant fs parameters from internal fsAnthony Iliopoulos2022-02-041-2/+0
| * | | | component: Replace most references to 'master' with 'aggregate device'Stephen Boyd2022-01-311-123/+119
* | | | | Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-261-0/+29
|\ \ \ \ \
| * \ \ \ \ Merge tag 'irq-api-2022-02-21' of git://git.kernel.org/pub/scm/linux/kernel/g...Wolfram Sang2022-02-231-7/+34
| |\ \ \ \ \ | | | |_|/ / | | |/| | / | | |_|_|/ | |/| | |
| * | | | device property: Add fwnode_irq_get_bynameAkhil R2022-01-281-0/+29
| | |/ / | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-223-48/+148
|\ \ \ \
| * | | | drivers/base/memory: clarify adding and removing of memory blocksDavid Hildenbrand2022-03-221-18/+20
| * | | | drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand2022-03-222-13/+101
| * | | | drivers/base/node: rename link_mem_sections() to register_memory_block_under_...David Hildenbrand2022-03-221-2/+3
| * | | | drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-222-13/+18
| * | | | drivers/base/memory: add memory block to memory group after registration succ...David Hildenbrand2022-03-221-3/+5
| * | | | mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei2022-03-221-0/+2
| | |_|/ | |/| |
* | | | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-221-1/+1
|\ \ \ \
| * | | | Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar2022-03-152-14/+11
| |\| | |
| * | | | Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar2022-02-211-7/+34
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-161-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'regmap-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2022-03-213-3/+16
|\ \ \ \
| * | | | regmap: allow a defined reg_base to be added to every addressColin Foster2022-03-182-0/+7
| * | | | regmap: add configurable downshift for addressesColin Foster2022-03-182-0/+6
| * | | | regmap: irq: cleanup commentsTom Rix2022-02-141-2/+2
| * | | | regmap-irq: Fix typo in commentLuca Ceresoli2022-01-241-1/+1
| |/ / /
* | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-213-3/+3
|\ \ \ \
| * | | | block: remove genhd.hChristoph Hellwig2022-02-023-3/+3
| |/ / /
* | | | Merge tag 'pm-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-03-215-26/+43
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'Rafael J. Wysocki2022-03-184-24/+34
| |\ \ \ \ \ \ | | | | | |_|/ | | | | |/| |
| | | * | | | PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove()Shawn Guo2022-03-011-1/+1
| | | * | | | PM: domains: use dev_err_probe() to simplify error handlingAhmad Fatoum2022-03-011-15/+6
| | | * | | | PM: domains: Prevent power off for parent unless child is in deepest stateUlf Hansson2022-03-011-0/+19
| | | |/ / /
| | * | | | PM: sleep: Add device name to suspend_report_result()Youngjin Jang2022-03-081-5/+5