index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-23
driver core: bus: move dev_root out of struct bus_type
Greg Kroah-Hartman
3
-8
/
+24
2023-03-22
cpuidle: move to use bus_get_dev_root()
Greg Kroah-Hartman
3
-5
/
+12
2023-03-22
ACPI: LPIT: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-5
/
+11
2023-03-22
EDAC/sysfs: move to use bus_get_dev_root()
Greg Kroah-Hartman
2
-12
/
+18
2023-03-21
tpm: Fix a possible dereference of ERR_PTR in tpm_init()
Harshit Mogalapalli
1
-1
/
+2
2023-03-17
irqchip/mbigen: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-5
/
+8
2023-03-17
cpufreq: amd-pstate: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-14
/
+10
2023-03-17
s390/smp: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-3
/
+9
2023-03-17
s390/topology: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-1
/
+10
2023-03-17
sh: intc: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-1
/
+9
2023-03-17
sh: dma-sysfs: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-1
/
+7
2023-03-17
powerpc/fsl: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-4
/
+15
2023-03-17
powerpc/pseries: move to use bus_get_dev_root()
Greg Kroah-Hartman
2
-13
/
+25
2023-03-17
powerpc/powernv: move to use bus_get_dev_root()
Greg Kroah-Hartman
2
-4
/
+15
2023-03-17
powerpc/sysfs: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-2
/
+12
2023-03-17
arm64: cpufeature: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-1
/
+9
2023-03-17
x86/umwait: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-2
/
+6
2023-03-17
x86/microcode: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-4
/
+9
2023-03-17
workqueue: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-1
/
+7
2023-03-17
cpu/hotplug: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-6
/
+17
2023-03-17
platform/x86: intel-uncore-freq: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-3
/
+9
2023-03-17
platform/x86: ibm_rtl: move to use bus_get_dev_root()
Greg Kroah-Hartman
1
-4
/
+14
2023-03-17
cpufreq: move to use bus_get_dev_root()
Greg Kroah-Hartman
2
-3
/
+11
2023-03-17
sched/debug: Put sched/domains files under the verbose flag
Phil Auld
1
-3
/
+49
2023-03-17
driver core: device: make device_create*() take a const struct class *
Greg Kroah-Hartman
2
-5
/
+5
2023-03-17
driver core: device: mark struct class in struct device as constant
Greg Kroah-Hartman
2
-6
/
+6
2023-03-17
tpm: fix up the tpm_class shutdown_pre pointer when created
Greg Kroah-Hartman
3
-2
/
+3
2023-03-17
driver core: device: make device_destroy() take a const class *
Greg Kroah-Hartman
2
-2
/
+2
2023-03-17
driver core: class: make class_create/remove_file*() options const
Greg Kroah-Hartman
2
-7
/
+7
2023-03-17
driver core: class: make class_find_device*() options const
Greg Kroah-Hartman
2
-14
/
+13
2023-03-17
driver core: class: make class_for_each_device() options const
Greg Kroah-Hartman
2
-2
/
+2
2023-03-17
driver core: class: make class_dev_iter_init() options const
Greg Kroah-Hartman
2
-4
/
+4
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
140
-145
/
+144
2023-03-17
driver core: class: remove struct module owner out of struct class
Greg Kroah-Hartman
2
-17
/
+10
2023-03-17
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
37
-39
/
+0
2023-03-17
driver core: class: specify the module owner in __class_register()
Greg Kroah-Hartman
2
-7
/
+8
2023-03-17
kobject: align stacktrace levels to logging message
Thomas Weißschuh
1
-3
/
+3
2023-03-17
kobject: define common logging prefix
Thomas Weißschuh
1
-13
/
+15
2023-03-17
devres: Pass unique name of the resource to devm_add_action_or_reset()
Andy Shevchenko
1
-3
/
+5
2023-03-10
devres: Pass unique name of the resource to devm_add_action()
Andy Shevchenko
2
-6
/
+10
2023-03-10
device property: Clarify description of returned value in some functions
Andy Shevchenko
1
-34
/
+90
2023-03-10
driver core: Make state_synced device attribute writeable
Saravana Kannan
4
-5
/
+36
2023-03-10
driver core: Add fw_devlink.sync_state command line param
Saravana Kannan
4
-0
/
+79
2023-03-07
driver core: class: fix block class problem when removing CONFIG_SYSFS_DEPREC...
Greg Kroah-Hartman
1
-6
/
+0
2023-03-06
driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2
Greg Kroah-Hartman
6
-103
/
+8
2023-03-05
Linux 6.3-rc1
v6.3-rc1
Linus Torvalds
1
-2
/
+2
2023-03-05
cpumask: re-introduce constant-sized cpumask optimizations
Linus Torvalds
4
-72
/
+72
2023-03-05
Remove Intel compiler support
Masahiro Yamada
11
-287
/
+5
2023-03-05
Adding VFS co-maintainer
Al Viro
1
-0
/
+1
2023-03-04
mm: avoid gcc complaint about pointer casting
Linus Torvalds
1
-2
/
+8
[next]