summaryrefslogtreecommitdiff
path: root/drivers/base/bus.c
Commit message (Expand)AuthorAge
* driver core: bus: use to_subsys_private and to_device_private_busGeliang Tang2016-02-09
* driver core: bus: use list_for_each_entry*Geliang Tang2016-02-09
* driver-core: add asynchronous probing support for driversDmitry Torokhov2015-05-20
* driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao2015-03-25
* driver core: Fix unbalanced device reference in drivers_probeAlex Williamson2014-11-07
* Merge branch 'master' into for-nextJiri Kosina2014-02-20
|\
| * driver-core: Fix use-after-free triggered by bus_unregister()Bart Van Assche2014-01-08
* | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-19
|/
* driver-core: remove struct bus_type.drv_attrsGreg Kroah-Hartman2013-09-28
* driver-core: remove struct bus_type.bus_attrsGreg Kroah-Hartman2013-09-28
* driver core: add #include <linux/sysfs.h> to core files.Greg Kroah-Hartman2013-08-27
* driver core: bus: use DRIVER_ATTR_WO()Greg Kroah-Hartman2013-08-23
* sysfs.h: remove attr_name() macroGreg Kroah-Hartman2013-08-22
* sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman2013-08-21
* driver core: bus_type: add bus_groupsGreg Kroah-Hartman2013-08-12
* driver core: bus_type: add drv_groupsGreg Kroah-Hartman2013-08-12
* driver core: bus_type: add dev_groupsGreg Kroah-Hartman2013-08-12
* driver core: export subsys_virtual_registerGreg Kroah-Hartman2013-05-21
* Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-04-29
|\
| * driver/base: implement subsys_virtual_register()Tejun Heo2013-03-12
* | device: separate all subsys mutexesMichal Hocko2013-03-13
|/
* Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas2013-02-03
* driver core: fix possible missing of device probeMing Lei2013-01-17
* driver core: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-28
* driver core: move uevent call to driver_registerSebastian Ott2012-07-16
* Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman2012-04-19
* driver core: check start node in klist_iter_init_nodeHannes Reinecke2012-04-18
* drivers/base/bus.c: local variables should not be exposed globallyH Hartley Sweeten2012-04-18
* Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman2012-02-02
|\
| * kernel-doc: fix new warnings in driver-coreRandy Dunlap2012-01-23
* | driver-core: Fix possible null reference in subsys_interface_unregisterJonghwan Choi2012-01-24
|/
* driver-core: implement 'sysdev' functionality for regular devices and busesKay Sievers2011-12-14
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-13
|\
| * Fix "forcably" comment typoRobert P. J. Day2010-11-21
* | driver-core: merge private parts of class and busKay Sievers2010-11-17
|/
* driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2010-10-22
* driver core: fix memory leak on one error path in bus_register()Jike Song2010-08-05
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman2010-03-07
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-07
* kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-07
* driver core: Prevent reference to freed memory on error pathPhil Carmody2009-12-23
* Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov2009-10-30
* Driver core: add new device to bus's list before probingAlan Stern2009-09-15
* trivial: fix grammo in bus_for_each_dev() kerneldocAlex Chiang2009-06-12
* Driver Core: do not oops when driver_unregister() is called for unregistered ...Kay Sievers2009-05-28
* driver core: move knode_bus into private structureGreg Kroah-Hartman2009-03-24
* driver-core: do not register a driver with bus_type not registeredDave Young2009-03-24
* driver core: check bus->match without holding device lockMing Lei2009-03-24
* Revert "driver core: move knode_bus into private structure"Greg Kroah-Hartman2009-01-09