summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra3-5/+5
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-118/+77
2024-11-21Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2024-11-20Merge tag 'pmdomain-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds1-1/+20
2024-11-20Merge tag 'spi-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-28/+101
2024-11-20Merge tag 'regmap-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds5-5/+54
2024-11-15driver core: Constify bin_attribute definitionsThomas Weißschuh2-22/+22
2024-11-13firmware_loader: Fix possible resource leak in fw_log_firmware_info()Gaosheng Cui1-3/+2
2024-11-12Merge tag 'ti-driver-soc-for-v6.13' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-0/+1
2024-11-12drivers: core: fw_devlink: Fix excess parameter description in docstringAmit Vadhavana1-1/+1
2024-11-12driver core: class: Correct WARN() message in APIs class_(for_each|find)_devi...Zijun Hu1-2/+2
2024-11-10cacheinfo: Use of_property_present() for non-boolean propertiesRob Herring (Arm)1-3/+3
2024-11-06ACPI: processor: Move arch_init_invariance_cppc() call laterMario Limonciello1-1/+5
2024-11-05drivers: core: fw_devlink: Make the error message a bit more usefulSaravana Kannan1-2/+2
2024-11-05driver core: fw_devlink: Stop trying to optimize cycle detection logicSaravana Kannan1-31/+24
2024-11-05driver core: Constify attribute arguments of binary attributesThomas Weißschuh2-4/+4
2024-11-05Merge 6.12-rc6 into driver-core-nextGreg Kroah-Hartman2-12/+40
2024-11-04driver core: constify devlink classBartosz Golaszewski1-1/+1
2024-11-04driver core: Put device attribute @wakeup_last_time_ms and its show() togetherZijun Hu1-8/+9
2024-11-04cacheinfo: Don't opencode per_cpu_cacheinfo()Nikolay Borisov1-7/+2
2024-11-04driver core: auxiliary bus: Spelling s/pecific/specific/Geert Uytterhoeven1-1/+1
2024-11-03Merge tag 'driver-core-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-12/+5
2024-11-01regmap: irq: Set lockdep class for hierarchical IRQ domainsAndy Shevchenko1-0/+4
2024-10-31regmap: maple: Provide lockdep (sub)class for maple tree's internal lockCristian Ciocaltea3-0/+5
2024-10-29regmap: kunit: Fix repeated test paramCheng-Cheng Lo1-1/+1
2024-10-29regmap: Merge up fixes from v6.12-rc3Mark Brown2-11/+16
2024-10-29Revert "driver core: Fix uevent_show() vs driver detach race"Greg Kroah-Hartman2-12/+5
2024-10-26cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams1-0/+35
2024-10-25PM: QoS: Export dev_pm_qos_read_valueMarkus Schneider-Pargmann1-0/+1
2024-10-14devres: Fix page faults when tracing devres from unloaded modulesKeita Morisaki1-3/+3
2024-10-14drivers/base: Remove unused auxiliary_find_deviceDr. David Alan Gilbert1-29/+0
2024-10-14firmware_loader: Reorganize kerneldoc parameter namesJulia Lawall1-1/+1
2024-10-11Merge tag 'pmdomain-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-10/+15
2024-10-10PM: domains: Support required OPPs in dev_pm_domain_attach_list()Ulf Hansson1-1/+20
2024-10-10PM: domains: Fix alloc/free in dev_pm_domain_attach|detach_list()Ulf Hansson1-10/+15
2024-10-08driver core: Add device probe log helper dev_warn_probe()Dragan Simic1-28/+101
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-30regmap: Specifically test writing 0 as a value to sparse cachesMark Brown1-0/+43
2024-09-30regmap-irq: Consistently use memset32() in regmap_irq_thread()Andy Shevchenko1-4/+1
2024-09-27Merge tag 'driver-core-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds12-150/+155
2024-09-26Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-28/+13
2024-09-25Revert "driver core: don't always lock parent in shutdown"Greg Kroah-Hartman1-2/+2
2024-09-25Revert "driver core: separate function to shutdown one device"Greg Kroah-Hartman1-36/+30
2024-09-25Revert "driver core: shut down devices asynchronously"Greg Kroah-Hartman2-57/+1
2024-09-25Revert "driver core: fix async device shutdown hang"Greg Kroah-Hartman1-9/+1
2024-09-24Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-0/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-163/+62
2024-09-21driver core: fix async device shutdown hangStuart Hayes1-1/+9
2024-09-18Merge tag 'pmdomain-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds1-0/+45
2024-09-13driver core: attribute_container: Remove unused functionsDr. David Alan Gilbert1-47/+1