aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-29Merge tag 'devprop-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-16/+16
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds7-192/+227
2022-03-26Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+29
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-48/+148
2022-03-22drivers/base/memory: clarify adding and removing of memory blocksDavid Hildenbrand1-18/+20
2022-03-22drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand2-13/+101
2022-03-22drivers/base/node: rename link_mem_sections() to register_memory_block_under_node()David Hildenbrand1-2/+3
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_dev_init()David Hildenbrand2-13/+18
2022-03-22drivers/base/memory: add memory block to memory group after registration succeededDavid Hildenbrand1-3/+5
2022-03-22mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei1-0/+2
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-03-21Merge tag 'regmap-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds3-3/+16
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+3
2022-03-21Merge tag 'pm-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds5-26/+43
2022-03-21Merge tag 'acpi-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+42
2022-03-21Merge tag 'x86_cpu_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+12
2022-03-18Merge branches 'pm-sleep', 'pm-domains' and 'pm-docs'Rafael J. Wysocki4-24/+34
2022-03-18regmap: allow a defined reg_base to be added to every addressColin Foster2-0/+7
2022-03-18regmap: add configurable downshift for addressesColin Foster2-0/+6
2022-03-18Merge branches 'acpi-ec', 'acpi-cppc', 'acpi-fan' and 'acpi-battery'Rafael J. Wysocki1-3/+42
2022-03-18drivers/base/dd.c : Remove the initial value of the global variablelizhe1-1/+1
2022-03-18devres: fix typos in commentsJulia Lawall1-2/+2
2022-03-18base: soc: Make soc_device_match() simpler and easier to readGeert Uytterhoeven1-8/+6
2022-03-18driver core: dd: fix return value of __setup handlerRandy Dunlap1-1/+1
2022-03-18driver core: Refactor sysfs and drv/bus remove hooksRob Herring1-20/+14
2022-03-18driver core: Refactor multiple copies of device cleanupRob Herring1-30/+16
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar2-14/+11
2022-03-10arch_topology: obtain cpu capacity using information from CPPCIonela Voinescu1-3/+42
2022-03-10PM: core: keep irq flags in device_pm_check_callbacks()Dmitry Baryshkov1-2/+4
2022-03-08PM: sleep: Add device name to suspend_report_result()Youngjin Jang1-5/+5
2022-03-04PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosuspend()Douglas Anderson1-0/+5
2022-03-01PM: sleep: wakeup: Fix typos in commentsTom Rix2-3/+3
2022-03-01PM: domains: Fix sleep-in-atomic bug caused by genpd_debug_remove()Shawn Guo1-1/+1
2022-03-01PM: domains: use dev_err_probe() to simplify error handlingAhmad Fatoum1-15/+6
2022-03-01PM: domains: Prevent power off for parent unless child is in deepest stateUlf Hansson1-0/+19
2022-02-28Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman3-21/+45
2022-02-25Merge tag 'regmap-fix-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-14/+6
2022-02-25Merge tag 'driver-core-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+5
2022-02-25component: Add common helper for compare/release functionsYong Wu1-0/+58
2022-02-25firmware_loader: EXTRA_FIRMWARE does not support compressed filesRandy Dunlap1-0/+5
2022-02-23Merge tag 'irq-api-2022-02-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into i2c/for-mergewindowWolfram Sang1-7/+34
2022-02-22driver core: Free DMA range map when device is releasedMÃ¥rten Lindahl1-0/+5
2022-02-22driver core: cleanup double words commentsTom Rix1-2/+2
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar1-7/+34
2022-02-17regmap-irq: Update interrupt clear register for proper resetPrasad Kumpatla1-14/+6
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker1-1/+1
2022-02-14device property: Don't split fwnode_get_irq*() APIs in the codeAndy Shevchenko1-16/+16
2022-02-14Merge branch 'i2c/alert-for-acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxRafael J. Wysocki1-0/+29
2022-02-14regmap: irq: cleanup commentsTom Rix1-2/+2
2022-02-08platform: use dev_err_probe() in platform_get_irq_byname()Sergey Shtylyov1-3/+3