summaryrefslogtreecommitdiffstats
path: root/drivers/base/bus.c
AgeCommit message (Expand)AuthorLines
2022-05-19driver: base: fix UAF when driver_attach failedSchspa Shi-1/+3
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman-1/+1
2021-12-27driver core: make kobj_type constant.Wedson Almeida Filho-1/+1
2021-07-21driver: base: Replace symbolic permissions with octal permissionsJinchao Wang-3/+3
2021-06-21driver core: Flow the return code from ->probe() through to sysfs bindChristoph Hellwig-5/+1
2021-06-21driver core: Pull required checks into driver_probe_device()Jason Gunthorpe-1/+1
2021-01-27drivers: base: change 'driver_create_groups' to 'driver_add_groups' in printkJoe Pater-1/+1
2021-01-07drivers: base: remove unused function find_bus()Joe Pater-17/+0
2020-10-02drivers core: Miscellaneous changes for sysfs_emitJoe Perches-1/+1
2019-12-16device.h: move 'struct bus' stuff out to device/bus.hGreg Kroah-Hartman-0/+1
2019-07-30drivers: Introduce device lookup variants by nameSuzuki K Poulose-24/+0
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose-3/+3
2019-01-31driver core: Probe devices asynchronously instead of the driverAlexander Duyck-20/+3
2019-01-31device core: Consolidate locking and unlocking of parent and deviceAlexander Duyck-19/+4
2019-01-08driver core: drop use of BUS_ATTR()Greg Kroah-Hartman-1/+8
2019-01-08driver core: bus: convert to use BUS_ATTR_WO and RWGreg Kroah-Hartman-6/+5
2018-12-19sysfs: Disable lockdep for driver bind/unbind filesDaniel Vetter-2/+5
2018-12-06kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha-4/+8
2018-05-31driver core: hold dev's parent lock when neededMartin Liu-8/+8
2017-12-18drivers: base: omit redundant interationsGimcuan Hui-1/+1
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman-3/+0
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman-0/+1
2017-08-31driver core: bus: Fix a potential double freeChristophe JAILLET-1/+1
2017-06-12driver-core: remove struct bus_type.dev_attrsGreg Kroah-Hartman-36/+1
2017-05-25kobject: support passing in variables for synthetic ueventsPeter Rajnoha-8/+2
2016-02-09driver core: bus: use to_subsys_private and to_device_private_busGeliang Tang-3/+2
2016-02-09driver core: bus: use list_for_each_entry*Geliang Tang-7/+3
2015-05-20driver-core: add asynchronous probing support for driversDmitry Torokhov-8/+23
2015-03-25driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao-2/+2
2014-11-07driver core: Fix unbalanced device reference in drivers_probeAlex Williamson-3/+5
2014-02-20Merge branch 'master' into for-nextJiri Kosina-2/+11
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida-1/+1
2014-01-08driver-core: Fix use-after-free triggered by bus_unregister()Bart Van Assche-2/+11
2013-09-28driver-core: remove struct bus_type.drv_attrsGreg Kroah-Hartman-38/+2
2013-09-28driver-core: remove struct bus_type.bus_attrsGreg Kroah-Hartman-42/+0
2013-08-27driver core: add #include <linux/sysfs.h> to core files.Greg Kroah-Hartman-0/+1
2013-08-23driver core: bus: use DRIVER_ATTR_WO()Greg Kroah-Hartman-9/+9
2013-08-22sysfs.h: remove attr_name() macroGreg Kroah-Hartman-6/+6
2013-08-21sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman-21/+2
2013-08-12driver core: bus_type: add bus_groupsGreg Kroah-Hartman-0/+37
2013-08-12driver core: bus_type: add drv_groupsGreg Kroah-Hartman-0/+5
2013-08-12driver core: bus_type: add dev_groupsGreg Kroah-Hartman-0/+6
2013-05-21driver core: export subsys_virtual_registerGreg Kroah-Hartman-0/+1
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-21/+52
2013-03-13device: separate all subsys mutexesMichal Hocko-4/+4
2013-03-12driver/base: implement subsys_virtual_register()Tejun Heo-21/+52
2013-02-03Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas-2/+2
2013-01-17driver core: fix possible missing of device probeMing Lei-1/+1
2012-11-28driver core: remove CONFIG_HOTPLUG ifdefsBill Pemberton-14/+0
2012-07-16driver core: move uevent call to driver_registerSebastian Ott-1/+0