summaryrefslogtreecommitdiff
path: root/drivers/base/bus.c
AgeCommit message (Expand)Author
2023-02-09driver core: bus: subsys_interface_register/unregister() cleanupsGreg Kroah-Hartman
2023-02-09driver core: bus: bus_register/unregister() cleanupsGreg Kroah-Hartman
2023-02-09driver core: bus: bus_add/probe/remove_device() cleanupsGreg Kroah-Hartman
2023-02-09driver core: bus: sysfs function cleanupsGreg Kroah-Hartman
2023-02-09driver core: bus: convert bus_create/remove_file to be constantGreg Kroah-Hartman
2023-02-09driver core: bus: constantify the bus_find_* functionsGreg Kroah-Hartman
2023-02-09driver core: bus: implement bus_get/put() without the private pointerGreg Kroah-Hartman
2023-02-08driver core: make kobj_type structures constantThomas Weißschuh
2023-02-01driver core: bus: move lock_class_key into dynamic structureGreg Kroah-Hartman
2023-01-18driver core: bus: move bus notifier logic into bus.cGreg Kroah-Hartman
2023-01-10driver core: move struct subsys_dev_iter to a local fileGreg Kroah-Hartman
2023-01-10driver core: make subsys_dev_iter_exit() staticGreg Kroah-Hartman
2023-01-10driver core: make subsys_dev_iter_next() staticGreg Kroah-Hartman
2023-01-10driver core: make subsys_dev_iter_init() staticGreg Kroah-Hartman
2023-01-10driver core: remove subsys_find_device_by_id()Greg Kroah-Hartman
2023-01-10driver core: make bus_get_device_klist() staticGreg Kroah-Hartman
2022-11-22kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman
2022-05-19driver: base: fix UAF when driver_attach failedSchspa Shi
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman
2021-12-27driver core: make kobj_type constant.Wedson Almeida Filho
2021-07-21driver: base: Replace symbolic permissions with octal permissionsJinchao Wang
2021-06-21driver core: Flow the return code from ->probe() through to sysfs bindChristoph Hellwig
2021-06-21driver core: Pull required checks into driver_probe_device()Jason Gunthorpe
2021-01-27drivers: base: change 'driver_create_groups' to 'driver_add_groups' in printkJoe Pater
2021-01-07drivers: base: remove unused function find_bus()Joe Pater
2020-10-02drivers core: Miscellaneous changes for sysfs_emitJoe Perches
2019-12-16device.h: move 'struct bus' stuff out to device/bus.hGreg Kroah-Hartman
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2019-01-31driver core: Probe devices asynchronously instead of the driverAlexander Duyck
2019-01-31device core: Consolidate locking and unlocking of parent and deviceAlexander Duyck
2019-01-08driver core: drop use of BUS_ATTR()Greg Kroah-Hartman
2019-01-08driver core: bus: convert to use BUS_ATTR_WO and RWGreg Kroah-Hartman
2018-12-19sysfs: Disable lockdep for driver bind/unbind filesDaniel Vetter
2018-12-06kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha
2018-05-31driver core: hold dev's parent lock when neededMartin Liu
2017-12-18drivers: base: omit redundant interationsGimcuan Hui
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman
2017-08-31driver core: bus: Fix a potential double freeChristophe JAILLET
2017-06-12driver-core: remove struct bus_type.dev_attrsGreg Kroah-Hartman
2017-05-25kobject: support passing in variables for synthetic ueventsPeter Rajnoha
2016-02-09driver core: bus: use to_subsys_private and to_device_private_busGeliang Tang
2016-02-09driver core: bus: use list_for_each_entry*Geliang Tang
2015-05-20driver-core: add asynchronous probing support for driversDmitry Torokhov
2015-03-25driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao
2014-11-07driver core: Fix unbalanced device reference in drivers_probeAlex Williamson
2014-02-20Merge branch 'master' into for-nextJiri Kosina
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida
2014-01-08driver-core: Fix use-after-free triggered by bus_unregister()Bart Van Assche