summaryrefslogtreecommitdiffstats
path: root/include/net (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-23driver core: bus: move dev_root out of struct bus_typeGreg Kroah-Hartman3-8/+24
2023-03-22cpuidle: move to use bus_get_dev_root()Greg Kroah-Hartman3-5/+12
2023-03-22ACPI: LPIT: move to use bus_get_dev_root()Greg Kroah-Hartman1-5/+11
2023-03-22EDAC/sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman2-12/+18
2023-03-21tpm: Fix a possible dereference of ERR_PTR in tpm_init()Harshit Mogalapalli1-1/+2
2023-03-17irqchip/mbigen: move to use bus_get_dev_root()Greg Kroah-Hartman1-5/+8
2023-03-17cpufreq: amd-pstate: move to use bus_get_dev_root()Greg Kroah-Hartman1-14/+10
2023-03-17s390/smp: move to use bus_get_dev_root()Greg Kroah-Hartman1-3/+9
2023-03-17s390/topology: move to use bus_get_dev_root()Greg Kroah-Hartman1-1/+10
2023-03-17sh: intc: move to use bus_get_dev_root()Greg Kroah-Hartman1-1/+9
2023-03-17sh: dma-sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman1-1/+7
2023-03-17powerpc/fsl: move to use bus_get_dev_root()Greg Kroah-Hartman1-4/+15
2023-03-17powerpc/pseries: move to use bus_get_dev_root()Greg Kroah-Hartman2-13/+25
2023-03-17powerpc/powernv: move to use bus_get_dev_root()Greg Kroah-Hartman2-4/+15
2023-03-17powerpc/sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman1-2/+12
2023-03-17arm64: cpufeature: move to use bus_get_dev_root()Greg Kroah-Hartman1-1/+9
2023-03-17x86/umwait: move to use bus_get_dev_root()Greg Kroah-Hartman1-2/+6
2023-03-17x86/microcode: move to use bus_get_dev_root()Greg Kroah-Hartman1-4/+9
2023-03-17workqueue: move to use bus_get_dev_root()Greg Kroah-Hartman1-1/+7
2023-03-17cpu/hotplug: move to use bus_get_dev_root()Greg Kroah-Hartman1-6/+17
2023-03-17platform/x86: intel-uncore-freq: move to use bus_get_dev_root()Greg Kroah-Hartman1-3/+9
2023-03-17platform/x86: ibm_rtl: move to use bus_get_dev_root()Greg Kroah-Hartman1-4/+14
2023-03-17cpufreq: move to use bus_get_dev_root()Greg Kroah-Hartman2-3/+11
2023-03-17sched/debug: Put sched/domains files under the verbose flagPhil Auld1-3/+49
2023-03-17driver core: device: make device_create*() take a const struct class *Greg Kroah-Hartman2-5/+5
2023-03-17driver core: device: mark struct class in struct device as constantGreg Kroah-Hartman2-6/+6
2023-03-17tpm: fix up the tpm_class shutdown_pre pointer when createdGreg Kroah-Hartman3-2/+3
2023-03-17driver core: device: make device_destroy() take a const class *Greg Kroah-Hartman2-2/+2
2023-03-17driver core: class: make class_create/remove_file*() options constGreg Kroah-Hartman2-7/+7
2023-03-17driver core: class: make class_find_device*() options constGreg Kroah-Hartman2-14/+13
2023-03-17driver core: class: make class_for_each_device() options constGreg Kroah-Hartman2-2/+2
2023-03-17driver core: class: make class_dev_iter_init() options constGreg Kroah-Hartman2-4/+4
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman140-145/+144
2023-03-17driver core: class: remove struct module owner out of struct classGreg Kroah-Hartman2-17/+10
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman37-39/+0
2023-03-17driver core: class: specify the module owner in __class_register()Greg Kroah-Hartman2-7/+8
2023-03-17kobject: align stacktrace levels to logging messageThomas Weißschuh1-3/+3
2023-03-17kobject: define common logging prefixThomas Weißschuh1-13/+15
2023-03-17devres: Pass unique name of the resource to devm_add_action_or_reset()Andy Shevchenko1-3/+5
2023-03-10devres: Pass unique name of the resource to devm_add_action()Andy Shevchenko2-6/+10
2023-03-10device property: Clarify description of returned value in some functionsAndy Shevchenko1-34/+90
2023-03-10driver core: Make state_synced device attribute writeableSaravana Kannan4-5/+36
2023-03-10driver core: Add fw_devlink.sync_state command line paramSaravana Kannan4-0/+79
2023-03-07driver core: class: fix block class problem when removing CONFIG_SYSFS_DEPREC...Greg Kroah-Hartman1-6/+0
2023-03-06driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2Greg Kroah-Hartman6-103/+8
2023-03-05Linux 6.3-rc1v6.3-rc1Linus Torvalds1-2/+2
2023-03-05cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds4-72/+72
2023-03-05Remove Intel compiler supportMasahiro Yamada11-287/+5
2023-03-05Adding VFS co-maintainerAl Viro1-0/+1
2023-03-04mm: avoid gcc complaint about pointer castingLinus Torvalds1-2/+8