summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
110 min.Merge remote-tracking branch 'drm/drm-next' into drm-tipJohn Harrison1-0/+23
2024-04-24Merge tag 'drm-xe-next-2024-04-23' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie1-0/+23
2024-04-12Merge drm/drm-next into drm-xe-nextThomas Hellström22-312/+730
2024-04-11devcoredump: Add dev_coredump_put()José Roberto de Souza1-0/+23
2024-04-08regmap: Add regmap_read_bypassed()Richard Fitzgerald1-0/+37
2024-04-05Merge tag 'regmap-fix-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2024-03-29regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald1-2/+2
2024-03-27regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald1-1/+1
2024-03-26driver core: Introduce device_link_wait_removal()Herve Codina1-3/+23
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-94/+118
2024-03-16Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-3/+4
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-10/+69
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-154/+153
2024-03-13Merge tag 'pmdomain-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-0/+134
2024-03-13Merge tag 'regmap-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds5-6/+77
2024-03-12cxl/region: Deal with numa nodes not enumerated by SRATDave Jiang1-0/+1
2024-03-12base/node / ACPI: Enumerate node access class for 'struct access_coordinate'Dave Jiang1-3/+3
2024-03-12Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+3
2024-03-11Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+105
2024-03-11x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta1-0/+3
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2024-03-11Merge branch 'pm-runtime'Rafael J. Wysocki1-2/+34
2024-03-11Merge branch 'pm-sleep'Rafael J. Wysocki2-152/+119
2024-03-07device: core: Log warning for devices pending deferred probe on timeoutNícolas F. R. A. Prado1-1/+1
2024-03-07driver: core: Use dev_* instead of pr_* so device metadata is addedNícolas F. R. A. Prado1-14/+12
2024-03-07driver: core: Log probe failure as error and with device metadataNícolas F. R. A. Prado1-2/+2
2024-03-07driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode linkSaravana Kannan1-1/+8
2024-03-07driver core: Adds flags param to fwnode_link_add()Saravana Kannan1-2/+3
2024-03-07device property: Don't use "proxy" headersAndy Shevchenko2-6/+18
2024-03-07driver core: Move fw_devlink stuff to where it belongsAndy Shevchenko2-56/+58
2024-03-07firmware_loader: Suppress warning on FW_OPT_NO_WARN flagMukesh Ojha1-6/+10
2024-03-07platform-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-23crash: 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-21mm/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