summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* driver core: bus: constify bus_get()Greg Kroah-Hartman2023-03-231-3/+3
* driver core: bus: constify driver_find()Greg Kroah-Hartman2023-03-232-2/+2
* driver core: bus: constify bus_rescan_devices()Greg Kroah-Hartman2023-03-232-2/+2
* driver core: bus: constantify bus_register()Greg Kroah-Hartman2023-03-233-3/+3
* driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-2322-88/+78
* driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman2023-03-233-8/+24
* cpuidle: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-223-5/+12
* ACPI: LPIT: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-221-5/+11
* EDAC/sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-222-12/+18
* tpm: Fix a possible dereference of ERR_PTR in tpm_init()Harshit Mogalapalli2023-03-211-1/+2
* irqchip/mbigen: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-5/+8
* cpufreq: amd-pstate: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-14/+10
* s390/smp: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-3/+9
* s390/topology: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+10
* sh: intc: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+9
* sh: dma-sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+7
* powerpc/fsl: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-4/+15
* powerpc/pseries: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-172-13/+25
* powerpc/powernv: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-172-4/+15
* powerpc/sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-2/+12
* arm64: cpufeature: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+9
* x86/umwait: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-2/+6
* x86/microcode: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-4/+9
* workqueue: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+7
* cpu/hotplug: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-6/+17
* platform/x86: intel-uncore-freq: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-3/+9
* platform/x86: ibm_rtl: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-4/+14
* cpufreq: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-172-3/+11
* sched/debug: Put sched/domains files under the verbose flagPhil Auld2023-03-171-3/+49
* driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman2023-03-172-5/+5
* driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman2023-03-172-6/+6
* tpm: fix up the tpm_class shutdown_pre pointer when createdGreg Kroah-Hartman2023-03-173-2/+3
* driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman2023-03-172-2/+2
* driver core: class: make class_create/remove_file*() options constGreg Kroah-Hartman2023-03-172-7/+7
* driver core: class: make class_find_device*() options constGreg Kroah-Hartman2023-03-172-14/+13
* driver core: class: make class_for_each_device() options constGreg Kroah-Hartman2023-03-172-2/+2
* driver core: class: make class_dev_iter_init() options constGreg Kroah-Hartman2023-03-172-4/+4
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-17140-145/+144
* driver core: class: remove struct module owner out of struct classGreg Kroah-Hartman2023-03-172-17/+10
* drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-1737-39/+0
* driver core: class: specify the module owner in __class_register()Greg Kroah-Hartman2023-03-172-7/+8
* kobject: align stacktrace levels to logging messageThomas Weißschuh2023-03-171-3/+3
* kobject: define common logging prefixThomas Weißschuh2023-03-171-13/+15
* devres: Pass unique name of the resource to devm_add_action_or_reset()Andy Shevchenko2023-03-171-3/+5
* devres: Pass unique name of the resource to devm_add_action()Andy Shevchenko2023-03-102-6/+10
* device property: Clarify description of returned value in some functionsAndy Shevchenko2023-03-101-34/+90
* driver core: Make state_synced device attribute writeableSaravana Kannan2023-03-104-5/+36
* driver core: Add fw_devlink.sync_state command line paramSaravana Kannan2023-03-104-0/+79
* driver core: class: fix block class problem when removing CONFIG_SYSFS_DEPREC...Greg Kroah-Hartman2023-03-071-6/+0
* driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman2023-03-066-103/+8