summaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
Commit message (Expand)AuthorAgeFilesLines
* topology: Keep the cpumask unchanged when printing cpumapLi Huafei11 days1-4/+20
* Merge tag 'x86_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-12-081-6/+8
|\
| * cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPURicardo Neri2024-12-061-6/+8
* | Merge tag 'fixes-2024-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-12-061-0/+4
|\ \
| * | arch_numa: Restore nid checks before registering a memblock with a nodeMarc Zyngier2024-12-011-0/+4
| |/
* | Merge tag 'regmap-fix-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-12-061-2/+14
|\ \
| * | regmap: detach regmap from dev on regmap_exitCosmin Tanislav2024-12-021-0/+12
| * | regmap: Use correct format specifier for logging range errorsMark Brown2024-12-021-2/+2
| |/
* / module: Convert symbol namespace to string literalPeter Zijlstra2024-12-023-5/+5
|/
* Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-11-299-118/+77
|\
| * driver core: Constify bin_attribute definitionsThomas Weißschuh2024-11-152-22/+22
| * firmware_loader: Fix possible resource leak in fw_log_firmware_info()Gaosheng Cui2024-11-131-3/+2
| * drivers: core: fw_devlink: Fix excess parameter description in docstringAmit Vadhavana2024-11-121-1/+1
| * driver core: class: Correct WARN() message in APIs class_(for_each|find)_devi...Zijun Hu2024-11-121-2/+2
| * cacheinfo: Use of_property_present() for non-boolean propertiesRob Herring (Arm)2024-11-101-3/+3
| * drivers: core: fw_devlink: Make the error message a bit more usefulSaravana Kannan2024-11-051-2/+2
| * driver core: fw_devlink: Stop trying to optimize cycle detection logicSaravana Kannan2024-11-051-31/+24
| * driver core: Constify attribute arguments of binary attributesThomas Weißschuh2024-11-052-4/+4
| * Merge 6.12-rc6 into driver-core-nextGreg Kroah-Hartman2024-11-052-12/+40
| |\
| * | driver core: constify devlink classBartosz Golaszewski2024-11-041-1/+1
| * | driver core: Put device attribute @wakeup_last_time_ms and its show() togetherZijun Hu2024-11-041-8/+9
| * | cacheinfo: Don't opencode per_cpu_cacheinfo()Nikolay Borisov2024-11-041-7/+2
| * | driver core: auxiliary bus: Spelling s/pecific/specific/Geert Uytterhoeven2024-11-041-1/+1
| * | devres: Fix page faults when tracing devres from unloaded modulesKeita Morisaki2024-10-141-3/+3
| * | drivers/base: Remove unused auxiliary_find_deviceDr. David Alan Gilbert2024-10-141-29/+0
| * | firmware_loader: Reorganize kerneldoc parameter namesJulia Lawall2024-10-141-1/+1
* | | Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-211-0/+1
|\ \ \
| * \ \ Merge tag 'ti-driver-soc-for-v6.13' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2024-11-121-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | PM: QoS: Export dev_pm_qos_read_valueMarkus Schneider-Pargmann2024-10-251-0/+1
* | | | Merge tag 'pmdomain-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds2024-11-201-1/+20
|\ \ \ \
| * | | | PM: domains: Support required OPPs in dev_pm_domain_attach_list()Ulf Hansson2024-10-101-1/+20
* | | | | Merge tag 'spi-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2024-11-201-28/+101
|\ \ \ \ \
| * | | | | driver core: Add device probe log helper dev_warn_probe()Dragan Simic2024-10-081-28/+101
* | | | | | Merge tag 'regmap-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2024-11-205-5/+54
|\ \ \ \ \ \
| * | | | | | regmap: irq: Set lockdep class for hierarchical IRQ domainsAndy Shevchenko2024-11-011-0/+4
| * | | | | | regmap: maple: Provide lockdep (sub)class for maple tree's internal lockCristian Ciocaltea2024-10-313-0/+5
| * | | | | | regmap: kunit: Fix repeated test paramCheng-Cheng Lo2024-10-291-1/+1
| * | | | | | regmap: Merge up fixes from v6.12-rc3Mark Brown2024-10-292-11/+16
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | regmap: Specifically test writing 0 as a value to sparse cachesMark Brown2024-09-301-0/+43
| * | | | | | regmap-irq: Consistently use memset32() in regmap_irq_thread()Andy Shevchenko2024-09-301-4/+1
| | |_|_|/ / | |/| | | |
* | | | | | ACPI: processor: Move arch_init_invariance_cppc() call laterMario Limonciello2024-11-061-1/+5
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'driver-core-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-11-032-12/+5
|\ \ \ \ \
| * | | | | Revert "driver core: Fix uevent_show() vs driver detach race"Greg Kroah-Hartman2024-10-292-12/+5
| | |/ / / | |/| | |
* / | | | cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams2024-10-251-0/+35
|/ / / /
* | | | Merge tag 'pmdomain-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-10-111-10/+15
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | PM: domains: Fix alloc/free in dev_pm_domain_attach|detach_list()Ulf Hansson2024-10-101-10/+15
| |/
* / move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* Merge tag 'driver-core-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-09-2712-150/+155
|\
| * Revert "driver core: don't always lock parent in shutdown"Greg Kroah-Hartman2024-09-251-2/+2
| * Revert "driver core: separate function to shutdown one device"Greg Kroah-Hartman2024-09-251-36/+30