index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
driver core: Fix uevent_show() vs driver detach race
Dan Williams
2024-07-31
1
-5
/
+8
*
driver core: Make dev_err_probe() silent for -ENOMEM
Uwe Kleine-König
2024-06-20
1
-3
/
+14
*
drivers: core: synchronize really_probe() and dev_uevent()
Dirk Behme
2024-06-04
1
-0
/
+3
*
driver core: remove devm_device_add_groups()
Greg Kroah-Hartman
2024-06-04
1
-45
/
+0
*
driver core: Add device_show_string() helper for sysfs attributes
Lukas Wunner
2024-05-04
1
-0
/
+9
*
Merge 6.9-rc5 into driver-core-next
Greg Kroah-Hartman
2024-04-23
1
-3
/
+23
|
\
|
*
driver core: Introduce device_link_wait_removal()
Herve Codina
2024-03-26
1
-3
/
+23
*
|
driver core: Remove unused platform_notify, platform_notify_remove
Bjorn Helgaas
2024-03-27
1
-8
/
+0
|
/
*
driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode link
Saravana Kannan
2024-03-07
1
-1
/
+8
*
driver core: Adds flags param to fwnode_link_add()
Saravana Kannan
2024-03-07
1
-2
/
+3
*
driver core: Move fw_devlink stuff to where it belongs
Andy Shevchenko
2024-03-07
1
-0
/
+58
*
driver core: fw_devlink: Improve logs for cycle detection
Saravana Kannan
2024-02-02
1
-2
/
+9
*
driver core: fw_devlink: Improve detection of overlapping cycles
Saravana Kannan
2024-02-02
1
-2
/
+7
*
driver core: Fix device_link_flag_is_sync_state_only()
Saravana Kannan
2024-02-02
1
-2
/
+4
*
driver core: Better advertise dev_err_probe()
Uwe Kleine-König
2023-12-15
1
-4
/
+5
*
driver core: Enable fw_devlink=rpm by default
Saravana Kannan
2023-12-07
1
-1
/
+1
*
driver core: make device_is_dependent() static
Greg Kroah-Hartman
2023-11-28
1
-1
/
+1
*
driver core: Add missing parameter description to __fwnode_link_add()
Andy Shevchenko
2023-10-05
1
-0
/
+1
*
driver core: return an error when dev_set_name() hasn't happened
Andy Shevchenko
2023-09-12
1
-0
/
+2
*
Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-09-01
1
-10
/
+20
|
\
|
*
driver core: Call in reversed order in device_platform_notify_remove()
Andy Shevchenko
2023-08-22
1
-3
/
+3
|
*
driver core: Return proper error code when dev_set_name() fails
Andy Shevchenko
2023-08-22
1
-7
/
+6
|
*
drivers: base: Free devm resources when unregistering a device
David Gow
2023-08-12
1
-0
/
+11
*
|
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2023-08-31
1
-3
/
+2
|
\
\
|
*
|
driver core: Replace kstrdup() + strreplace() with kstrdup_and_replace()
Andy Shevchenko
2023-08-05
1
-3
/
+2
|
|
/
*
/
swiotlb: make io_tlb_default_mem local to swiotlb.c
Petr Tesarik
2023-08-01
1
-3
/
+1
|
/
*
driver core: update comments in device_rename()
Wedson Almeida Filho
2023-04-20
1
-10
/
+6
*
driver core: class: remove struct class_interface * from callbacks
Greg Kroah-Hartman
2023-04-03
1
-6
/
+4
*
driver core: remove incorrect comment for device_create*
Greg Kroah-Hartman
2023-04-03
1
-6
/
+0
*
driver core: make sysfs_dev_char_kobj static
Greg Kroah-Hartman
2023-03-31
1
-1
/
+3
*
driver core: make sysfs_dev_block_kobj static
Greg Kroah-Hartman
2023-03-31
1
-1
/
+3
*
driver core: clean up the logic to determine which /sys/dev/ directory to use
Greg Kroah-Hartman
2023-03-31
1
-18
/
+4
*
driver core: core: move to use class_to_subsys()
Greg Kroah-Hartman
2023-03-31
1
-43
/
+78
*
driver core: Add CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT
Saravana Kannan
2023-03-28
1
-0
/
+5
*
driver core: Add a comment to set_primary_fwnode() on nullifying
Andy Shevchenko
2023-03-28
1
-2
/
+6
*
driver core: device: make device_create*() take a const struct class *
Greg Kroah-Hartman
2023-03-17
1
-3
/
+3
*
driver core: device: mark struct class in struct device as constant
Greg Kroah-Hartman
2023-03-17
1
-5
/
+5
*
driver core: device: make device_destroy() take a const class *
Greg Kroah-Hartman
2023-03-17
1
-1
/
+1
*
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
2023-03-17
1
-1
/
+0
*
driver core: Make state_synced device attribute writeable
Saravana Kannan
2023-03-10
1
-4
/
+1
*
driver core: Add fw_devlink.sync_state command line param
Saravana Kannan
2023-03-10
1
-0
/
+58
*
driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2
Greg Kroah-Hartman
2023-03-06
1
-37
/
+0
*
driver core: fw_devlink: Print full path and name of fwnode
Saravana Kannan
2023-02-25
1
-3
/
+3
*
driver core: fw_devlink: Avoid spurious error message
Saravana Kannan
2023-02-25
1
-3
/
+3
*
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-02-24
1
-170
/
+319
|
\
|
*
Revert "driver core: add error handling for devtmpfs_create_node()"
Greg Kroah-Hartman
2023-02-14
1
-5
/
+1
|
*
driver core: add error handling for devtmpfs_create_node()
Longlong Xia
2023-02-10
1
-1
/
+5
|
*
driver core: bus: add bus_get_dev_root() function
Greg Kroah-Hartman
2023-02-10
1
-3
/
+11
|
*
driver core: fw_devlink: Make cycle detection more robust
Saravana Kannan
2023-02-08
1
-119
/
+129
|
*
driver core: fw_devlink: Consolidate device link flag computation
Saravana Kannan
2023-02-08
1
-13
/
+15
[next]