index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-14
Revert "devtmpfs: remove return value of devtmpfs_delete_node()"
Greg Kroah-Hartman
2
-6
/
+6
2023-02-11
driver core: cpu: don't hand-override the uevent bus_type callback.
Greg Kroah-Hartman
1
-14
/
+14
2023-02-11
devtmpfs: remove return value of devtmpfs_delete_node()
Longlong Xia
2
-6
/
+6
2023-02-10
devtmpfs: add debug info to handle()
Longlong Xia
1
-2
/
+10
2023-02-10
driver core: add error handling for devtmpfs_create_node()
Longlong Xia
1
-1
/
+5
2023-02-10
driver core: bus: update my copyright notice
Greg Kroah-Hartman
1
-0
/
+1
2023-02-10
driver core: bus: add bus_get_dev_root() function
Greg Kroah-Hartman
3
-6
/
+38
2023-02-09
PM: domains: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-4
/
+1
2023-02-09
driver core: bus: constify bus_unregister()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-09
driver core: bus: constify some internal functions
Greg Kroah-Hartman
1
-2
/
+2
2023-02-09
driver core: bus: constify bus_get_kset()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-09
driver core: bus: constify bus_register/unregister_notifier()
Greg Kroah-Hartman
1
-2
/
+2
2023-02-09
driver core: remove private pointer from struct bus_type
Greg Kroah-Hartman
1
-4
/
+0
2023-02-09
driver core: create bus_is_registered()
Greg Kroah-Hartman
3
-1
/
+18
2023-02-09
driver core: bus: clean up driver_find()
Greg Kroah-Hartman
1
-8
/
+15
2023-02-09
driver core: move driver_find() to bus.c
Greg Kroah-Hartman
2
-27
/
+27
2023-02-09
driver core: bus: clean up bus_sort_breadthfirst()
Greg Kroah-Hartman
1
-6
/
+5
2023-02-09
driver core: bus: bus iterator cleanups
Greg Kroah-Hartman
1
-6
/
+12
2023-02-09
driver core: bus: bus_add/remove_driver() cleanups
Greg Kroah-Hartman
1
-13
/
+26
2023-02-09
driver core: bus: bus_register/unregister_notifier() cleanups
Greg Kroah-Hartman
1
-5
/
+23
2023-02-09
driver core: bus: bus_get_kset() cleanup
Greg Kroah-Hartman
1
-1
/
+10
2023-02-09
driver core: bus: subsys_interface_register/unregister() cleanups
Greg Kroah-Hartman
1
-16
/
+29
2023-02-09
driver core: bus: bus_register/unregister() cleanups
Greg Kroah-Hartman
1
-28
/
+26
2023-02-09
driver core: bus: bus_add/probe/remove_device() cleanups
Greg Kroah-Hartman
1
-33
/
+54
2023-02-09
driver core: bus: sysfs function cleanups
Greg Kroah-Hartman
1
-6
/
+29
2023-02-09
driver core: bus: convert bus_create/remove_file to be constant
Greg Kroah-Hartman
1
-11
/
+17
2023-02-09
driver core: bus: constantify the bus_find_* functions
Greg Kroah-Hartman
1
-3
/
+3
2023-02-09
driver core: bus: implement bus_get/put() without the private pointer
Greg Kroah-Hartman
1
-8
/
+53
2023-02-09
driver core: add local subsys_get and subsys_put functions
Greg Kroah-Hartman
1
-0
/
+13
2023-02-08
driver core: fw_devlink: Make cycle detection more robust
Saravana Kannan
1
-119
/
+129
2023-02-08
driver core: fw_devlink: Consolidate device link flag computation
Saravana Kannan
1
-13
/
+15
2023-02-08
driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle
Saravana Kannan
1
-10
/
+40
2023-02-08
driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links
Saravana Kannan
1
-10
/
+18
2023-02-08
driver core: fw_devlink: Improve check for fwnode with no device/driver
Saravana Kannan
1
-2
/
+38
2023-02-08
driver core: fw_devlink: Don't purge child fwnode's consumer links
Saravana Kannan
1
-18
/
+79
2023-02-08
driver core: make kobj_type structures constant
Thomas Weißschuh
4
-6
/
+6
2023-02-08
drivers: base: dd: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-08
drivers: base: component: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-03
mm: memory-failure: add memory failure stats to sysfs
Jiaqi Yan
1
-0
/
+3
2023-02-03
drivers/base: Remove CONFIG_SRCU
Paul E. McKenney
1
-42
/
+0
2023-02-02
devtmpfs: convert to pr_fmt
Longlong Xia
1
-8
/
+8
2023-02-01
driver core: bus: move lock_class_key into dynamic structure
Greg Kroah-Hartman
2
-1
/
+6
2023-02-01
driver core: platform: simplify __platform_driver_probe()
Greg Kroah-Hartman
1
-11
/
+15
2023-02-01
driver core: platform: removed unneeded variable from __platform_driver_probe()
Greg Kroah-Hartman
1
-4
/
+4
2023-01-31
cacheinfo: Initialize variables in fetch_cache_info()
Pierre Gondois
1
-1
/
+1
2023-01-31
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
2
-7
/
+13
2023-01-31
regmap: apply reg_base and reg_downshift for single register ops
Daniel Golle
1
-0
/
+6
2023-01-31
driver core: soc: remove layering violation for the soc_bus
Greg Kroah-Hartman
1
-1
/
+3
2023-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+13
2023-01-27
kobject: kset_uevent_ops: make uevent() callback take a const *
Greg Kroah-Hartman
1
-2
/
+2
[prev]
[next]