summaryrefslogtreecommitdiffstats
path: root/drivers/base/bus.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Driver core: add new device to bus's list before probingAlan Stern2009-09-151-13/+10
* trivial: fix grammo in bus_for_each_dev() kerneldocAlex Chiang2009-06-121-1/+1
* Driver Core: do not oops when driver_unregister() is called for unregistered ...Kay Sievers2009-05-281-1/+3
* driver core: move knode_bus into private structureGreg Kroah-Hartman2009-03-241-13/+27
* driver-core: do not register a driver with bus_type not registeredDave Young2009-03-241-0/+2
* driver core: check bus->match without holding device lockMing Lei2009-03-241-1/+1
* Revert "driver core: move knode_bus into private structure"Greg Kroah-Hartman2009-01-091-27/+13
* driver core: move knode_bus into private structureGreg Kroah-Hartman2009-01-061-13/+27
* driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-6/+6
* Driver core: add bus_sort_breadthfirst() functionGreg Kroah-Hartman2008-10-161-0/+50
* Driver core: make bus_find_device_by_name() more robustPeter Korsgaard2008-10-161-3/+1
* bus_remove_device: be more careful about incomplete initializationRafael J. Wysocki2008-04-221-1/+2