summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
2024-11-20Merge tag 'regmap-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds-5/+54
2024-11-15driver core: Constify bin_attribute definitionsThomas Weißschuh-22/+22
2024-11-13firmware_loader: Fix possible resource leak in fw_log_firmware_info()Gaosheng Cui-3/+2
2024-11-12Merge tag 'ti-driver-soc-for-v6.13' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann-0/+1
2024-11-12drivers: core: fw_devlink: Fix excess parameter description in docstringAmit Vadhavana-1/+1
2024-11-12driver core: class: Correct WARN() message in APIs class_(for_each|find)_devi...Zijun Hu-2/+2
2024-11-10cacheinfo: Use of_property_present() for non-boolean propertiesRob Herring (Arm)-3/+3
2024-11-06ACPI: processor: Move arch_init_invariance_cppc() call laterMario Limonciello-1/+5
2024-11-05drivers: core: fw_devlink: Make the error message a bit more usefulSaravana Kannan-2/+2
2024-11-05driver core: fw_devlink: Stop trying to optimize cycle detection logicSaravana Kannan-31/+24
2024-11-05driver core: Constify attribute arguments of binary attributesThomas Weißschuh-4/+4
2024-11-05Merge 6.12-rc6 into driver-core-nextGreg Kroah-Hartman-12/+40
2024-11-04driver core: constify devlink classBartosz Golaszewski-1/+1
2024-11-04driver core: Put device attribute @wakeup_last_time_ms and its show() togetherZijun Hu-8/+9
2024-11-04cacheinfo: Don't opencode per_cpu_cacheinfo()Nikolay Borisov-7/+2
2024-11-04driver core: auxiliary bus: Spelling s/pecific/specific/Geert Uytterhoeven-1/+1
2024-11-03Merge tag 'driver-core-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-12/+5
2024-11-01regmap: irq: Set lockdep class for hierarchical IRQ domainsAndy Shevchenko-0/+4
2024-10-31regmap: maple: Provide lockdep (sub)class for maple tree's internal lockCristian Ciocaltea-0/+5
2024-10-29regmap: kunit: Fix repeated test paramCheng-Cheng Lo-1/+1
2024-10-29regmap: Merge up fixes from v6.12-rc3Mark Brown-11/+16
2024-10-29Revert "driver core: Fix uevent_show() vs driver detach race"Greg Kroah-Hartman-12/+5
2024-10-25cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams-0/+35
2024-10-25PM: QoS: Export dev_pm_qos_read_valueMarkus Schneider-Pargmann-0/+1
2024-10-14devres: Fix page faults when tracing devres from unloaded modulesKeita Morisaki-3/+3
2024-10-14drivers/base: Remove unused auxiliary_find_deviceDr. David Alan Gilbert-29/+0
2024-10-14firmware_loader: Reorganize kerneldoc parameter namesJulia Lawall-1/+1
2024-10-11Merge tag 'pmdomain-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-10/+15
2024-10-10PM: domains: Support required OPPs in dev_pm_domain_attach_list()Ulf Hansson-1/+20
2024-10-10PM: domains: Fix alloc/free in dev_pm_domain_attach|detach_list()Ulf Hansson-10/+15
2024-10-08driver core: Add device probe log helper dev_warn_probe()Dragan Simic-28/+101
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-30regmap: Specifically test writing 0 as a value to sparse cachesMark Brown-0/+43
2024-09-30regmap-irq: Consistently use memset32() in regmap_irq_thread()Andy Shevchenko-4/+1
2024-09-27Merge tag 'driver-core-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-150/+155
2024-09-26Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-28/+13
2024-09-25Revert "driver core: don't always lock parent in shutdown"Greg Kroah-Hartman-2/+2
2024-09-25Revert "driver core: separate function to shutdown one device"Greg Kroah-Hartman-36/+30
2024-09-25Revert "driver core: shut down devices asynchronously"Greg Kroah-Hartman-57/+1
2024-09-25Revert "driver core: fix async device shutdown hang"Greg Kroah-Hartman-9/+1
2024-09-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-0/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-163/+62
2024-09-21driver core: fix async device shutdown hangStuart Hayes-1/+9
2024-09-18Merge tag 'pmdomain-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds-0/+45
2024-09-13driver core: attribute_container: Remove unused functionsDr. David Alan Gilbert-47/+1
2024-09-11driver core: Trivially simplify ((struct device_private *)curr)->device->p to...Zijun Hu-1/+1
2024-09-03arch_numa: switch over to numa_memblksMike Rapoport (Microsoft)-141/+61
2024-09-03arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)-20/+1
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)-2/+0
2024-09-03devres: Correclty strip percpu address space of devm_free_percpu() argumentUros Bizjak-1/+1