summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | driver core: core: move to use class_to_subsys()Greg Kroah-Hartman2023-03-313-44/+81
| * | | firmware_loader: Add debug message with checksum for FW fileAmadeusz Sławiński2023-03-292-1/+59
| * | | base: soc: populate machine name in soc_device_register if emptyHeiner Kallweit2023-03-291-0/+15
| * | | driver core: class.c: convert to only use class_to_subsysGreg Kroah-Hartman2023-03-291-52/+61
| * | | driver core: class: implement class_get/put without the private pointer.Greg Kroah-Hartman2023-03-291-18/+63
| * | | driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-293-6/+6
| * | | driver core: Add CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUTSaravana Kannan2023-03-282-0/+17
| * | | driver core: bus: constify class_unregister/destroy()Greg Kroah-Hartman2023-03-281-4/+4
| * | | driver core: Add a comment to set_primary_fwnode() on nullifyingAndy Shevchenko2023-03-281-2/+6
| * | | driver core: move sysfs_dev_char_kobj out of class.hGreg Kroah-Hartman2023-03-271-0/+3
| * | | driver core: class: fix documentation for class_create()Greg Kroah-Hartman2023-03-271-1/+0
| * | | driver core: bus: move documentation for lock_key to proper location.Greg Kroah-Hartman2023-03-251-0/+1
| * | | driver core: physical_location.h remove extern from function prototypesGreg Kroah-Hartman2023-03-241-1/+1
| * | | driver core: base.h: remove extern from function prototypesGreg Kroah-Hartman2023-03-241-46/+42
| * | | driver core: class: use lock_class_key already present in struct subsys_privateGreg Kroah-Hartman2023-03-241-6/+9
| * | | device property: Constify a few fwnode APIsAndy Shevchenko2023-03-241-3/+3
| * | | device property: constify fwnode_get_phy_mode() argumentRussell King2023-03-241-1/+1
| * | | driver core: bus: constify bus_get()Greg Kroah-Hartman2023-03-231-3/+3
| * | | driver core: bus: constify driver_find()Greg Kroah-Hartman2023-03-231-1/+1
| * | | driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman2023-03-231-1/+1
| * | | driver core: bus: constantify bus_register()Greg Kroah-Hartman2023-03-232-2/+2