summaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9 days1-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 Torvalds9 days1-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 Torvalds9 days1-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 Torvalds9 days5-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
| * Revert "driver core: shut down devices asynchronously"Greg Kroah-Hartman2024-09-252-57/+1
| * Revert "driver core: fix async device shutdown hang"Greg Kroah-Hartman2024-09-251-9/+1
| * driver core: fix async device shutdown hangStuart Hayes2024-09-211-1/+9
| * driver core: attribute_container: Remove unused functionsDr. David Alan Gilbert2024-09-131-47/+1
| * driver core: Trivially simplify ((struct device_private *)curr)->device->p to...Zijun Hu2024-09-111-1/+1
| * devres: Correclty strip percpu address space of devm_free_percpu() argumentUros Bizjak2024-09-031-1/+1
| * driver core: Make parameter check consistent for API cluster device_(for_each...Zijun Hu2024-09-031-3/+3
| * driver core: shut down devices asynchronouslyStuart Hayes2024-09-032-1/+57
| * driver core: separate function to shutdown one deviceStuart Hayes2024-09-031-30/+36
| * driver core: don't always lock parent in shutdownStuart Hayes2024-09-031-2/+2
| * platform: Make platform_bus_type constantKunwu Chan2024-09-031-1/+1
| * driver core: class: Check namespace relevant parameters in class_register()Zijun Hu2024-09-032-1/+12
| * driver:base:core: Adding a "Return:" line in comment for device_link_add()Yuesong Li2024-09-031-0/+3
| * drivers/base: Introduce device_match_t for device finding APIsZijun Hu2024-09-034-5/+4
| * firmware_loader: Block path traversalJann Horn2024-09-031-0/+30
| * driver core: Use 2-argument strscpy()Andy Shevchenko2024-08-221-1/+1
| * driver core: Make use of returned value of dev_err_probe()Andy Shevchenko2024-08-221-4/+2
| * driver core: Use guards for simple mutex locksAndy Shevchenko2024-08-221-28/+22
| * driver core: Use kasprintf() instead of fixed buffer formattingAndy Shevchenko2024-08-221-38/+32
| * driver core: Sort headersAndy Shevchenko2024-08-221-7/+7
| * driver core: Fix a potential null-ptr-deref in module_add_driver()Jinjie Ruan2024-08-131-5/+9
| * Merge 6.11-rc3 into driver-core-nextGreg Kroah-Hartman2024-08-122-5/+12
| |\
| * | driver core: bus: Fix double free in driver API bus_register()Zijun Hu2024-07-311-0/+2
| * | driver core: bus: Add simple error handling for buses_init()Zijun Hu2024-07-311-1/+6
| * | driver core: Remove unused parameter for virtual_device_parent()Zijun Hu2024-07-313-4/+4
| * | driver core: bus: Return -EIO instead of 0 when show/store invalid bus attributeZijun Hu2024-07-311-2/+4