summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2024-03-08driver: core: Use dev_* instead of pr_* so device metadata is addedNĂ­colas F. R. A. Prado1-14/+12
2024-03-08driver: core: Log probe failure as error and with device metadataNĂ­colas F. R. A. Prado1-2/+2
2024-03-08driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode linkSaravana Kannan1-1/+8
2024-03-08driver core: Adds flags param to fwnode_link_add()Saravana Kannan1-2/+3
2024-03-08device property: Don't use "proxy" headersAndy Shevchenko2-6/+18
2024-03-08driver core: Move fw_devlink stuff to where it belongsAndy Shevchenko2-56/+58
2024-03-08firmware_loader: Suppress warning on FW_OPT_NO_WARN flagMukesh Ojha1-6/+10
2024-03-08platform-msi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2024-03-06block: make block_class constantRicardo B. Marliere1-1/+1
2024-03-05PM: sleep: wakeirq: fix wake irq warning in system suspendQingliang Li1-1/+3
2024-02-26regmap: kunit: Add a test for ranges in combination with windowsMark Brown1-0/+66
2024-02-24crash: split crash dumping code out from kexec_core.cBaoquan He1-3/+3
2024-02-22PM: runtime: add tracepoint for runtime_status changesVilas Bhat1-0/+1
2024-02-22mm and cache_info: remove unnecessary CPU cache info updateHuang Ying1-6/+44
2024-02-22mm/memory_hotplug: introduce MEM_PREPARE_ONLINE/MEM_FINISH_OFFLINE notifiersSumanth Korikkar1-1/+22
2024-02-19Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman3-30/+66
2024-02-17Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-13/+26
2024-02-15platform-msi: Remove unused interfacesThomas Gleixner1-14/+2
2024-02-15platform-msi: Prepare for real per device domainsThomas Gleixner1-0/+103
2024-02-14PM: domains: Add helper functions to attach/detach multiple PM domainsUlf Hansson1-0/+134
2024-02-12PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus1-2/+33
2024-02-12regmap: kunit: Ensure that changed bytes are actually differentMark Brown1-16/+38
2024-02-07regmap: kunit: fix raw noinc write test wrappingBen Wolsieffer1-1/+2
2024-02-05regmap: rework ->max_register handlingJan Dakinevich4-6/+11
2024-02-05PM: sleep: Call dpm_async_fn() directly in each suspend phaseRafael J. Wysocki1-36/+25
2024-02-05PM: sleep: Move devices to new lists earlier in each suspend phaseRafael J. Wysocki1-21/+3
2024-02-05PM: sleep: Move some assignments from under a lockRafael J. Wysocki1-7/+21
2024-02-05PM: sleep: stats: Log errors right after running suspend callbacksRafael J. Wysocki1-36/+13
2024-02-05PM: sleep: stats: Call dpm_save_failed_step() at most once per phaseRafael J. Wysocki1-3/+17
2024-02-05PM: sleep: stats: Define suspend_stats next to the code using itRafael J. Wysocki1-1/+0
2024-02-05PM: sleep: stats: Use an array of step failure countersRafael J. Wysocki1-13/+9
2024-02-02driver core: fw_devlink: Improve logs for cycle detectionSaravana Kannan1-2/+9
2024-02-02driver core: fw_devlink: Improve detection of overlapping cyclesSaravana Kannan1-2/+7
2024-02-02driver core: Fix device_link_flag_is_sync_state_only()Saravana Kannan1-2/+4
2024-01-31topology: Set capacity_freq_ref in all casesVincent Guittot1-7/+6
2024-01-31driver core: component: fix spellosRandy Dunlap1-2/+2
2024-01-31driver core: cpu: make cpu_subsys constGreg Kroah-Hartman1-1/+1
2024-01-26PM: sleep: Relocate two device PM core functionsRafael J. Wysocki1-29/+29
2024-01-26PM: sleep: Simplify dpm_suspended_list walk in dpm_resume()Rafael J. Wysocki1-11/+5
2024-01-19Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-1/+1
2024-01-19Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-6/+6
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-48/+94
2024-01-18Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+36
2024-01-18Merge tag 'pm-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-54/+65
2024-01-16Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-qos' into pmRafael J. Wysocki2-54/+65
2024-01-13Merge tag 'media/v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-0/+28
2024-01-13Merge tag 'pmdomain-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds3-3848/+0
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2024-01-11Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+1
2024-01-10PM: sleep: Restore asynchronous device resume optimizationRafael J. Wysocki1-53/+64