summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-27297-1289/+1684
|\
| * device property: make device_property functions take const device *Guenter Roeck2023-04-202-26/+26
| * 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-194-35/+133
| |\
| | * cacheinfo: Add use_arch[|_cache]_info field/functionPierre Gondois2023-04-142-2/+16
| | * 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 arm64 early level initializer implementationRadu Rendec2023-04-131-3/+22
| | * cacheinfo: Add arch specific early level initializerRadu Rendec2023-04-132-22/+55
| * | zram: fix up permission for the hot_add sysfs fileGreg Kroah-Hartman2023-04-181-1/+3
| * | tty: make tty_class a static const structureGreg Kroah-Hartman2023-04-034-16/+14
| * | driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman2023-04-0313-47/+28
| * | driver core: class: mark the struct class in struct class_interface constantGreg Kroah-Hartman2023-04-032-2/+2
| * | driver core: class: make class_register() take a const *Greg Kroah-Hartman2023-04-033-5/+5
| * | driver core: class: mark class_release() as taking a const *Greg Kroah-Hartman2023-04-033-3/+3
| * | driver core: remove incorrect comment for device_create*Greg Kroah-Hartman2023-04-031-6/+0
| * | MIPS: vpe-cmp: remove module owner pointer from struct class usage.Greg Kroah-Hartman2023-04-031-1/+0
| * | Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-031312-58898/+14335
| |\ \
| * | | pktcdvd: simplify the class_pktcdvd logicGreg Kroah-Hartman2023-04-021-28/+12
| * | | 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-312-3/+3
| * | | driver core: class: remove dev_kobj from struct classGreg Kroah-Hartman2023-03-313-7/+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-312-6/+0
| * | | driver core: create class_is_registered()Greg Kroah-Hartman2023-03-313-2/+28
| * | | driver core: core: move to use class_to_subsys()Greg Kroah-Hartman2023-03-313-44/+81
| * | | media: pvrusb2: clean up unneeded complexity in pvrusb2 class logicGreg Kroah-Hartman2023-03-313-64/+29
| * | | mISDN: remove unneeded mISDN_class_release()Greg Kroah-Hartman2023-03-301-6/+0
| * | | docs: driver-api: firmware_loader: fix missing argument in usage exampleConor Dooley2023-03-291-1/+2
| * | | kernfs: change kernfs_rename_lock into a read-write lock.Imran Khan2023-03-291-9/+9
| * | | kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info.Imran Khan2023-03-294-6/+8
| * | | kernfs: Introduce separate rwsem to protect inode attributes.Imran Khan2023-03-293-8/+16
| * | | firmware_loader: Add debug message with checksum for FW fileAmadeusz Sławiński2023-03-292-1/+59
| * | | soc: amlogic: meson-gx-socinfo: use new soc_device_register functionality to ...Heiner Kallweit2023-03-291-5/+0
| * | | 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-2914-48/+48
| * | | 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-282-6/+6
| * | | driver core: Add a comment to set_primary_fwnode() on nullifyingAndy Shevchenko2023-03-281-2/+6
| * | | powerpc/fsl: fix compiler warning in fsl_wakeup_sys_init()Greg Kroah-Hartman2023-03-281-1/+1
| * | | driver core: move sysfs_dev_char_kobj out of class.hGreg Kroah-Hartman2023-03-272-1/+3
| * | | device property: Remove unused struct net_device forward declarationAndy Shevchenko2023-03-271-1/+0