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.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-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
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-13
drivers: base: Free devm resources when unregistering a device
David Gow
1
-0
/
+11
2023-04-20
driver core: update comments in device_rename()
Wedson Almeida Filho
1
-10
/
+6
2023-04-03
driver core: class: remove struct class_interface * from callbacks
Greg Kroah-Hartman
1
-6
/
+4
2023-04-03
driver core: remove incorrect comment for device_create*
Greg Kroah-Hartman
1
-6
/
+0
2023-03-31
driver core: make sysfs_dev_char_kobj static
Greg Kroah-Hartman
1
-1
/
+3
2023-03-31
driver core: make sysfs_dev_block_kobj static
Greg Kroah-Hartman
1
-1
/
+3
2023-03-31
driver core: clean up the logic to determine which /sys/dev/ directory to use
Greg Kroah-Hartman
1
-18
/
+4
2023-03-31
driver core: core: move to use class_to_subsys()
Greg Kroah-Hartman
1
-43
/
+78
2023-03-28
driver core: Add CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT
Saravana Kannan
1
-0
/
+5
2023-03-28
driver core: Add a comment to set_primary_fwnode() on nullifying
Andy Shevchenko
1
-2
/
+6
2023-03-17
driver core: device: make device_create*() take a const struct class *
Greg Kroah-Hartman
1
-3
/
+3
2023-03-17
driver core: device: mark struct class in struct device as constant
Greg Kroah-Hartman
1
-5
/
+5
2023-03-17
driver core: device: make device_destroy() take a const class *
Greg Kroah-Hartman
1
-1
/
+1
2023-03-17
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
1
-1
/
+0
2023-03-10
driver core: Make state_synced device attribute writeable
Saravana Kannan
1
-4
/
+1
2023-03-10
driver core: Add fw_devlink.sync_state command line param
Saravana Kannan
1
-0
/
+58
2023-03-06
driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2
Greg Kroah-Hartman
1
-37
/
+0
2023-02-25
driver core: fw_devlink: Print full path and name of fwnode
Saravana Kannan
1
-3
/
+3
2023-02-25
driver core: fw_devlink: Avoid spurious error message
Saravana Kannan
1
-3
/
+3
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-170
/
+319
2023-02-14
Revert "driver core: add error handling for devtmpfs_create_node()"
Greg Kroah-Hartman
1
-5
/
+1
2023-02-10
driver core: add error handling for devtmpfs_create_node()
Longlong Xia
1
-1
/
+5
2023-02-10
driver core: bus: add bus_get_dev_root() function
Greg Kroah-Hartman
1
-3
/
+11
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
1
-2
/
+2
2023-02-03
drivers/base: Remove CONFIG_SRCU
Paul E. McKenney
1
-42
/
+0
2023-01-27
kobject: kset_uevent_ops: make uevent() callback take a const *
Greg Kroah-Hartman
1
-2
/
+2
2023-01-27
driver core: device_get_devnode() should take a const *
Greg Kroah-Hartman
1
-1
/
+1
2023-01-20
driver core: fix resource leak in device_add()
Zhengchao Shao
1
-1
/
+1
2023-01-18
driver core: bus: move bus notifier logic into bus.c
Greg Kroah-Hartman
1
-10
/
+3
2023-01-11
driver core: fix potential null-ptr-deref in device_add()
Yang Yingliang
1
-0
/
+1
2022-11-22
kobject: kset_uevent_ops: make name() callback take a const *
Greg Kroah-Hartman
1
-2
/
+2
2022-11-22
kobject: kset_uevent_ops: make filter() callback take a const *
Greg Kroah-Hartman
1
-2
/
+2
2022-11-22
kobject: make kobject_get_ownership() take a constant kobject *
Greg Kroah-Hartman
1
-4
/
+4
2022-11-10
driver core: Use kstrtobool() instead of strtobool()
Christophe JAILLET
1
-3
/
+4
2022-11-10
driver core: remove devm_device_remove_group()
Greg Kroah-Hartman
1
-22
/
+0
2022-11-10
driver core: remove devm_device_remove_groups()
Greg Kroah-Hartman
1
-17
/
+0
2022-11-09
driver core: class: make namespace and get_ownership take const *
Greg Kroah-Hartman
1
-2
/
+2
2022-09-24
driver core: use IS_ERR_OR_NULL() helper in device_create_groups_vargs()
Yang Yingliang
1
-1
/
+1
2022-09-24
Merge 1707c39ae309 ("Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/...
Greg Kroah-Hartman
1
-1
/
+1
2022-09-15
Revert "driver core: Set fw_devlink.strict=1 by default"
Greg Kroah-Hartman
1
-1
/
+1
2022-09-01
drivers: base: Print error code on synthetic uevent failure
Brian Norris
1
-1
/
+1
2022-08-04
Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+116
2022-07-01
PM: runtime: Fix supplier device management during consumer probe
Rafael J. Wysocki
1
-0
/
+10
2022-07-01
PM: runtime: Redefine pm_runtime_release_supplier()
Rafael J. Wysocki
1
-1
/
+2
[next]