summaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | driver core: Fix error handling in driver API device_rename()Zijun Hu2024-07-311-5/+10
| * | driver core: Fix size calculation of symlink name for devlink_(add|remove)_sy...Zijun Hu2024-07-311-2/+6
* | | Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-261-28/+13
|\ \ \
| * \ \ Merge 6.11-rc3 into char-misc-nextGreg Kroah-Hartman2024-08-122-5/+12
| |\ \ \ | | | |/ | | |/|
| * | | drivers: cacheinfo: use __free attribute instead of of_node_put()Vincenzo Mezzela2024-07-311-28/+13
| | |/ | |/|
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2024-09-241-0/+1
|\ \ \
| * | | platform: Add test managed platform_device/driver APIsStephen Boyd2024-07-301-0/+1
| |/ /
* | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-212-163/+62
|\ \ \
| * | | arch_numa: switch over to numa_memblksMike Rapoport (Microsoft)2024-09-042-141/+61
| * | | arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)2024-09-041-20/+1
| * | | arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2024-09-041-2/+0
| | |/ | |/|
* | | Merge tag 'pmdomain-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds2024-09-181-0/+45
|\ \ \
| * | | PM: domains: add device managed version of dev_pm_domain_attach|detach_list()Dikshita Agarwal2024-08-201-0/+45
| | |/ | |/|
* | | regmap: kunit: Add coverage of spinlocked regmapsMark Brown2024-09-021-1/+16
* | | regcache: use map->alloc_flags also for allocating cacheMarek Szyprowski2024-08-283-3/+3
* | | regmap: Use locking during kunit testsMark Brown2024-08-231-2/+0
* | | regmap: Hold the regmap lock when allocating and freeing the cacheMark Brown2024-08-232-0/+5
* | | regmap IRQ support for devices with multiple IRQsMark Brown2024-08-131-11/+26
|\ \ \ | |_|/ |/| |