summaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\ \ \ | |_|/ |/| |
| * | regmap: Allow setting IRQ domain name suffixMatti Vaittinen2024-08-131-11/+26
| |/
* / driver core: Fix uevent_show() vs driver detach raceDan Williams2024-07-312-5/+12
|/
* Merge tag 'regmap-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2024-07-271-1/+2
|\
| * regmap: maple: work around gcc-14.1 false-positive warningArnd Bergmann2024-07-221-1/+2
* | Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-271-1/+1
|\ \
| * \ Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt2024-07-221-1/+1
| |\ \
| | * | ACPI: NUMA: replace pr_info with pr_debug in arch_acpi_numa_initHaibo Xu2024-07-221-1/+1
* | | | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-2512-143/+164
|\ \ \ \
| * | | | sysfs/cpu: Make crash_hotplug attribute world-readablePetr Tesarik2024-07-121-1/+1
| * | | | driver core: module: make module_[add|remove]_driver take a const *Greg Kroah-Hartman2024-07-102-5/+5
| * | | | driver core: make driver_find_device() take a const *Greg Kroah-Hartman2024-07-101-1/+1
| * | | | driver core: make driver_[create|remove]_file take a const *Greg Kroah-Hartman2024-07-101-2/+2
| * | | | devres: Correct code style for functions that return a pointer typeZijun Hu2024-07-041-11/+11
| * | | | devres: Initialize an uninitialized struct memberZijun Hu2024-07-041-0/+1
| * | | | devres: Fix memory leakage caused by driver API devm_free_percpu()Zijun Hu2024-07-041-1/+5
| * | | | devres: Fix devm_krealloc() wasting memoryZijun Hu2024-07-041-1/+4
| * | | | driver core: platform: Switch to use kmemdup_array()Andy Shevchenko2024-07-041-1/+1
| * | | | driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-035-6/+5
| * | | | driver core: make [device_]driver_attach take a const *Greg Kroah-Hartman2024-06-202-6/+8
| * | | | driver core: Make dev_err_probe() silent for -ENOMEMUwe Kleine-König2024-06-201-3/+14
| * | | | rust: add firmware abstractionsDanilo Krummrich2024-06-181-0/+7
| * | | | Merge tag 'v6.10-rc4' into driver-core-nextGreg Kroah-Hartman2024-06-171-45/+3
| |\ \ \ \
| * | | | | driver core: mark async_driver as a const *Greg Kroah-Hartman2024-06-132-8/+9
| * | | | | driver core: make driver_detach() take a const *Greg Kroah-Hartman2024-06-132-3/+3
| * | | | | driver core: make device_release_driver_internal() take a const *Greg Kroah-Hartman2024-06-132-2/+2
| * | | | | driver core: driver: mark driver_add/remove_groups constantGreg Kroah-Hartman2024-06-132-4/+4
| * | | | | driver core: platform: fix ups for constant struct device_driverGreg Kroah-Hartman2024-06-131-6/+6
| * | | | | auxbus: make to_auxiliary_drv accept and return a constant pointerGreg Kroah-Hartman2024-06-131-4/+4
| * | | | | drivers: arch_topology: use __free attribute instead of of_node_put()Vincenzo Mezzela2024-06-111-30/+26
| * | | | | drivers: arch_topology: Refactor do-while loopsVincenzo Mezzela2024-06-111-52/+55
| * | | | | Merge tag 'platform-remove-void-step-b' of https://git.kernel.org/pub/scm/lin...Greg Kroah-Hartman2024-06-071-8/+2
| |\ \ \ \ \
| | * | | | | platform: Make platform_driver::remove() return voidUwe Kleine-König2024-05-271-8/+2
| | | |_|/ / | | |/| | |