summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2024-12-08Merge tag 'x86_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-12-06Merge tag 'fixes-2024-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-06Merge tag 'regmap-fix-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-12-06cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPURicardo Neri
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-12-02regmap: detach regmap from dev on regmap_exitCosmin Tanislav
2024-12-02regmap: Use correct format specifier for logging range errorsMark Brown
2024-12-01arch_numa: Restore nid checks before registering a memblock with a nodeMarc Zyngier
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-20Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-11-20Merge tag 'pmdomain-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds
2024-11-20Merge tag 'spi-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2024-11-20Merge tag 'regmap-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2024-11-15driver core: Constify bin_attribute definitionsThomas Weißschuh
2024-11-13firmware_loader: Fix possible resource leak in fw_log_firmware_info()Gaosheng Cui
2024-11-12Merge tag 'ti-driver-soc-for-v6.13' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann
2024-11-12drivers: core: fw_devlink: Fix excess parameter description in docstringAmit Vadhavana
2024-11-12driver core: class: Correct WARN() message in APIs class_(for_each|find)_devi...Zijun Hu
2024-11-10cacheinfo: Use of_property_present() for non-boolean propertiesRob Herring (Arm)
2024-11-06ACPI: processor: Move arch_init_invariance_cppc() call laterMario Limonciello
2024-11-05drivers: core: fw_devlink: Make the error message a bit more usefulSaravana Kannan
2024-11-05driver core: fw_devlink: Stop trying to optimize cycle detection logicSaravana Kannan
2024-11-05driver core: Constify attribute arguments of binary attributesThomas Weißschuh
2024-11-05Merge 6.12-rc6 into driver-core-nextGreg Kroah-Hartman
2024-11-04driver core: constify devlink classBartosz Golaszewski
2024-11-04driver core: Put device attribute @wakeup_last_time_ms and its show() togetherZijun Hu
2024-11-04cacheinfo: Don't opencode per_cpu_cacheinfo()Nikolay Borisov
2024-11-04driver core: auxiliary bus: Spelling s/pecific/specific/Geert Uytterhoeven
2024-11-03Merge tag 'driver-core-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-01regmap: irq: Set lockdep class for hierarchical IRQ domainsAndy Shevchenko
2024-10-31regmap: maple: Provide lockdep (sub)class for maple tree's internal lockCristian Ciocaltea
2024-10-29regmap: kunit: Fix repeated test paramCheng-Cheng Lo
2024-10-29regmap: Merge up fixes from v6.12-rc3Mark Brown
2024-10-29Revert "driver core: Fix uevent_show() vs driver detach race"Greg Kroah-Hartman
2024-10-25cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams
2024-10-25PM: QoS: Export dev_pm_qos_read_valueMarkus Schneider-Pargmann
2024-10-14devres: Fix page faults when tracing devres from unloaded modulesKeita Morisaki
2024-10-14drivers/base: Remove unused auxiliary_find_deviceDr. David Alan Gilbert
2024-10-14firmware_loader: Reorganize kerneldoc parameter namesJulia Lawall
2024-10-11Merge tag 'pmdomain-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-10-10PM: domains: Support required OPPs in dev_pm_domain_attach_list()Ulf Hansson
2024-10-10PM: domains: Fix alloc/free in dev_pm_domain_attach|detach_list()Ulf Hansson
2024-10-08driver core: Add device probe log helper dev_warn_probe()Dragan Simic
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-30regmap: Specifically test writing 0 as a value to sparse cachesMark Brown
2024-09-30regmap-irq: Consistently use memset32() in regmap_irq_thread()Andy Shevchenko
2024-09-27Merge tag 'driver-core-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-09-26Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-25Revert "driver core: don't always lock parent in shutdown"Greg Kroah-Hartman
2024-09-25Revert "driver core: separate function to shutdown one device"Greg Kroah-Hartman