summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | PM: domains: Move the verification of in-params from genpd_add_device()Ulf Hansson2023-06-161-3/+6
| | | * | | | PM: domains: fix integer overflow issues in genpd_parse_state()Nikita Zhandarovich2023-05-241-3/+3
| | | |/ / /
| | * / / / PM: suspend: Fix pm_suspend_target_state handling for !CONFIG_PMKai-Heng Feng2023-05-241-5/+0
| | |/ / /
* | | | | Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-261-0/+7
|\ \ \ \ \
| * | | | | mm: Add support for unaccepted memoryKirill A. Shutemov2023-06-061-0/+7
| | |_|_|/ | |/| | |
* | | | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-4/+2
|\ \ \ \ \
| * | | | | driver core: return bool from driver_probe_doneChristoph Hellwig2023-06-051-4/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag 'regmap-fix-v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-06-211-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | regmap: spi-avmm: Fix regmap_bus max_raw_writeRuss Weight2023-06-201-1/+1
* | | | | Merge tag 'regmap-fix-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-06-151-0/+3
|\| | | | | |_|/ / |/| | |
| * | | regmap: regcache: Don't sync read-only registersTakashi Iwai2023-06-131-0/+3
* | | | Merge tag 'char-misc-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-06-041-1/+1
|\ \ \ \
| * | | | firmware_loader: Fix a NULL vs IS_ERR() checkDan Carpenter2023-05-311-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'driver-core-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-06-041-0/+26
|\ \ \ \
| * | | | drivers: base: cacheinfo: Update cpu_map_populated during CPU HotplugK Prateek Nayak2023-05-311-0/+6
| * | | | drivers: base: cacheinfo: Fix shared_cpu_map changes in event of CPU hotplugK Prateek Nayak2023-05-311-0/+20
| |/ / /
* | | | Merge tag 'regmap-fix-v6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-05-304-6/+22
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | regmap: maple: Drop the RCU read lock while syncing registersMark Brown2023-05-241-1/+4
| * | regmap: sdw: check for invalid multi-register writes configSrinivas Kandagatla2023-05-241-0/+4
| * | regmap: Account for register length when chunkingJim Wylder2023-05-181-2/+4
| * | regmap: REGMAP_KUNIT should not select REGMAPGeert Uytterhoeven2023-05-081-3/+10
| |/
* / driver core: class: properly reference count class_dev_iter()Greg Kroah-Hartman2023-05-191-0/+2
|/
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-4/+4
|\
| * mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-4/+4
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-2718-397/+782
|\ \
| * | device property: make device_property functions take const device *Guenter Roeck2023-04-201-8/+8
| * | driver core: update comments in device_rename()Wedson Almeida Filho2023-04-201-10/+6
| * | driver core: Don't require dynamic_debug for initcall_debug probe timingStephen Boyd2023-04-201-1/+6
| * | firmware_loader: rework crypto dependenciesArnd Bergmann2023-04-201-2/+3
| * | firmware_loader: Strip off \n from customized pathFlorian Fainelli2023-04-201-4/+13
| * | Merge tag 'cacheinfo-updates-6.4' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2023-04-192-32/+103
| |\ \
| | * | cacheinfo: Add use_arch[|_cache]_info field/functionPierre Gondois2023-04-141-2/+10
| | * | arch_topology: Remove early cacheinfo error message if -ENOENTPierre Gondois2023-04-141-3/+4
| | * | cacheinfo: Check cache properties are present in DTPierre Gondois2023-04-141-0/+32
| | * | cacheinfo: Check sib_leaf in cache_leaves_are_shared()Pierre Gondois2023-04-141-3/+2
| | * | cacheinfo: Allow early level detection when DT/ACPI info is missing/brokenRadu Rendec2023-04-131-2/+2
| | * | cacheinfo: Add arch specific early level initializerRadu Rendec2023-04-131-22/+53
| | |/
| * | driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman2023-04-032-8/+6
| * | driver core: class: mark the struct class in struct class_interface constantGreg Kroah-Hartman2023-04-031-1/+1
| * | driver core: class: make class_register() take a const *Greg Kroah-Hartman2023-04-032-4/+4
| * | driver core: class: mark class_release() as taking a const *Greg Kroah-Hartman2023-04-031-1/+1
| * | driver core: remove incorrect comment for device_create*Greg Kroah-Hartman2023-04-031-6/+0
| * | Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031-5/+11
| |\ \
| * | | driver core: class: fix slab-use-after-free Read in class_register()Greg Kroah-Hartman2023-04-011-0/+1
| * | | driver core: make sysfs_dev_char_kobj staticGreg Kroah-Hartman2023-03-312-4/+3
| * | | driver core: make sysfs_dev_block_kobj staticGreg Kroah-Hartman2023-03-311-1/+3
| * | | driver core: class: remove dev_kobj from struct classGreg Kroah-Hartman2023-03-311-4/+0
| * | | driver core: clean up the logic to determine which /sys/dev/ directory to useGreg Kroah-Hartman2023-03-313-27/+14
| * | | driver core: class: remove subsystem private pointer from struct classGreg Kroah-Hartman2023-03-311-4/+0
| * | | driver core: create class_is_registered()Greg Kroah-Hartman2023-03-311-0/+25