Age | Commit message (Expand) | Author |
2023-10-05 | driver core: Add missing parameter description to __fwnode_link_add() | Andy Shevchenko |
2023-09-12 | driver core: return an error when dev_set_name() hasn't happened | Andy Shevchenko |
2023-09-01 | Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-08-30 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2023-08-22 | driver core: Call in reversed order in device_platform_notify_remove() | Andy Shevchenko |
2023-08-22 | driver core: Return proper error code when dev_set_name() fails | Andy Shevchenko |
2023-08-12 | drivers: base: Free devm resources when unregistering a device | David Gow |
2023-08-04 | driver core: Replace kstrdup() + strreplace() with kstrdup_and_replace() | Andy Shevchenko |
2023-08-01 | swiotlb: make io_tlb_default_mem local to swiotlb.c | Petr Tesarik |
2023-04-20 | driver core: update comments in device_rename() | Wedson Almeida Filho |
2023-04-03 | driver core: class: remove struct class_interface * from callbacks | Greg Kroah-Hartman |
2023-04-03 | driver core: remove incorrect comment for device_create* | Greg Kroah-Hartman |
2023-03-31 | driver core: make sysfs_dev_char_kobj static | Greg Kroah-Hartman |
2023-03-31 | driver core: make sysfs_dev_block_kobj static | Greg Kroah-Hartman |
2023-03-31 | driver core: clean up the logic to determine which /sys/dev/ directory to use | Greg Kroah-Hartman |
2023-03-31 | driver core: core: move to use class_to_subsys() | Greg Kroah-Hartman |
2023-03-28 | driver core: Add CONFIG_FW_DEVLINK_SYNC_STATE_TIMEOUT | Saravana Kannan |
2023-03-28 | driver core: Add a comment to set_primary_fwnode() on nullifying | Andy Shevchenko |
2023-03-17 | driver core: device: make device_create*() take a const struct class * | Greg Kroah-Hartman |
2023-03-17 | driver core: device: mark struct class in struct device as constant | Greg Kroah-Hartman |
2023-03-17 | driver core: device: make device_destroy() take a const class * | Greg Kroah-Hartman |
2023-03-17 | drivers: remove struct module * setting from struct class | Greg Kroah-Hartman |
2023-03-10 | driver core: Make state_synced device attribute writeable | Saravana Kannan |
2023-03-10 | driver core: Add fw_devlink.sync_state command line param | Saravana Kannan |
2023-03-06 | driver core: remove CONFIG_SYSFS_DEPRECATED and CONFIG_SYSFS_DEPRECATED_V2 | Greg Kroah-Hartman |
2023-02-25 | driver core: fw_devlink: Print full path and name of fwnode | Saravana Kannan |
2023-02-25 | driver core: fw_devlink: Avoid spurious error message | Saravana Kannan |
2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-02-14 | Revert "driver core: add error handling for devtmpfs_create_node()" | Greg Kroah-Hartman |
2023-02-10 | driver core: add error handling for devtmpfs_create_node() | Longlong Xia |
2023-02-10 | driver core: bus: add bus_get_dev_root() function | Greg Kroah-Hartman |
2023-02-08 | driver core: fw_devlink: Make cycle detection more robust | Saravana Kannan |
2023-02-08 | driver core: fw_devlink: Consolidate device link flag computation | Saravana Kannan |
2023-02-08 | driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle | Saravana Kannan |
2023-02-08 | driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links | Saravana Kannan |
2023-02-08 | driver core: fw_devlink: Improve check for fwnode with no device/driver | Saravana Kannan |
2023-02-08 | driver core: fw_devlink: Don't purge child fwnode's consumer links | Saravana Kannan |
2023-02-08 | driver core: make kobj_type structures constant | Thomas Weißschuh |
2023-02-02 | drivers/base: Remove CONFIG_SRCU | Paul E. McKenney |
2023-01-27 | kobject: kset_uevent_ops: make uevent() callback take a const * | Greg Kroah-Hartman |
2023-01-27 | driver core: device_get_devnode() should take a const * | Greg Kroah-Hartman |
2023-01-20 | driver core: fix resource leak in device_add() | Zhengchao Shao |
2023-01-18 | driver core: bus: move bus notifier logic into bus.c | Greg Kroah-Hartman |
2023-01-11 | driver core: fix potential null-ptr-deref in device_add() | Yang Yingliang |
2022-11-22 | kobject: kset_uevent_ops: make name() callback take a const * | Greg Kroah-Hartman |
2022-11-22 | kobject: kset_uevent_ops: make filter() callback take a const * | Greg Kroah-Hartman |
2022-11-22 | kobject: make kobject_get_ownership() take a constant kobject * | Greg Kroah-Hartman |
2022-11-10 | driver core: Use kstrtobool() instead of strtobool() | Christophe JAILLET |
2022-11-10 | driver core: remove devm_device_remove_group() | Greg Kroah-Hartman |
2022-11-10 | driver core: remove devm_device_remove_groups() | Greg Kroah-Hartman |