index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-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
2022-06-27
driver core: fw_devlink: Allow firmware to mark devices as best effort
Saravana Kannan
1
-1
/
+2
[next]