summaryrefslogtreecommitdiffstats
path: root/drivers/base/bus.c
Commit message (Expand)AuthorAgeFilesLines
* driver core: hold dev's parent lock when neededMartin Liu2018-05-311-8/+8
* drivers: base: omit redundant interationsGimcuan Hui2017-12-181-1/+1
* driver core: Remove redundant license textGreg Kroah-Hartman2017-12-071-3/+0
* driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman2017-12-071-0/+1
* driver core: bus: Fix a potential double freeChristophe JAILLET2017-08-311-1/+1
* driver-core: remove struct bus_type.dev_attrsGreg Kroah-Hartman2017-06-121-36/+1
* kobject: support passing in variables for synthetic ueventsPeter Rajnoha2017-05-251-8/+2
* driver core: bus: use to_subsys_private and to_device_private_busGeliang Tang2016-02-091-3/+2
* driver core: bus: use list_for_each_entry*Geliang Tang2016-02-091-7/+3
* driver-core: add asynchronous probing support for driversDmitry Torokhov2015-05-201-8/+23
* driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao2015-03-251-2/+2
* driver core: Fix unbalanced device reference in drivers_probeAlex Williamson2014-11-071-3/+5
* Merge branch 'master' into for-nextJiri Kosina2014-02-201-2/+11
|\
| * driver-core: Fix use-after-free triggered by bus_unregister()Bart Van Assche2014-01-081-2/+11
* | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
|/
* driver-core: remove struct bus_type.drv_attrsGreg Kroah-Hartman2013-09-281-38/+2
* driver-core: remove struct bus_type.bus_attrsGreg Kroah-Hartman2013-09-281-42/+0
* driver core: add #include <linux/sysfs.h> to core files.Greg Kroah-Hartman2013-08-271-0/+1
* driver core: bus: use DRIVER_ATTR_WO()Greg Kroah-Hartman2013-08-231-9/+9
* sysfs.h: remove attr_name() macroGreg Kroah-Hartman2013-08-221-6/+6
* sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman2013-08-211-21/+2
* driver core: bus_type: add bus_groupsGreg Kroah-Hartman2013-08-121-0/+37
* driver core: bus_type: add drv_groupsGreg Kroah-Hartman2013-08-121-0/+5
* driver core: bus_type: add dev_groupsGreg Kroah-Hartman2013-08-121-0/+6
* driver core: export subsys_virtual_registerGreg Kroah-Hartman2013-05-211-0/+1
* Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-04-291-21/+52
|\
| * driver/base: implement subsys_virtual_register()Tejun Heo2013-03-121-21/+52
* | device: separate all subsys mutexesMichal Hocko2013-03-131-4/+4
|/
* Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas2013-02-031-2/+2
* driver core: fix possible missing of device probeMing Lei2013-01-171-1/+1
* driver core: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-14/+0
* driver core: move uevent call to driver_registerSebastian Ott2012-07-161-1/+0
* Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman2012-04-191-29/+17
* driver core: check start node in klist_iter_init_nodeHannes Reinecke2012-04-181-17/+29
* drivers/base/bus.c: local variables should not be exposed globallyH Hartley Sweeten2012-04-181-2/+1
* Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2012-02-021-4/+5
|\
| * kernel-doc: fix new warnings in driver-coreRandy Dunlap2012-01-231-4/+5
* | driver-core: Fix possible null reference in subsys_interface_unregisterJonghwan Choi2012-01-241-2/+4
|/
* driver-core: implement 'sysdev' functionality for regular devices and busesKay Sievers2011-12-141-19/+274
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * Fix "forcably" comment typoRobert P. J. Day2010-11-211-1/+1
* | driver-core: merge private parts of class and busKay Sievers2010-11-171-7/+6
|/
* driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2010-10-221-22/+0
* driver core: fix memory leak on one error path in bus_register()Jike Song2010-08-051-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2010-03-071-10/+10
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-2/+2
* kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-071-1/+1
* driver core: Prevent reference to freed memory on error pathPhil Carmody2009-12-231-1/+1
* Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov2009-10-301-6/+11
OpenPOWER on IntegriCloud