aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-31driver core: bus: Fix a potential double freeChristophe JAILLET1-1/+1
2017-06-12driver-core: remove struct bus_type.dev_attrsGreg Kroah-Hartman1-36/+1
2017-05-25kobject: support passing in variables for synthetic ueventsPeter Rajnoha1-8/+2
2016-02-09driver core: bus: use to_subsys_private and to_device_private_busGeliang Tang1-3/+2
2016-02-09driver core: bus: use list_for_each_entry*Geliang Tang1-7/+3
2015-05-20driver-core: add asynchronous probing support for driversDmitry Torokhov1-8/+23
2015-03-25driver core: bus: Goto appropriate labels on failure in bus_add_deviceJunjie Mao1-2/+2
2014-11-07driver core: Fix unbalanced device reference in drivers_probeAlex Williamson1-3/+5
2014-02-20Merge branch 'master' into for-nextJiri Kosina1-2/+11
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-1/+1
2014-01-08driver-core: Fix use-after-free triggered by bus_unregister()Bart Van Assche1-2/+11
2013-09-28driver-core: remove struct bus_type.drv_attrsGreg Kroah-Hartman1-38/+2
2013-09-28driver-core: remove struct bus_type.bus_attrsGreg Kroah-Hartman1-42/+0
2013-08-27driver core: add #include <linux/sysfs.h> to core files.Greg Kroah-Hartman1-0/+1
2013-08-23driver core: bus: use DRIVER_ATTR_WO()Greg Kroah-Hartman1-9/+9
2013-08-22sysfs.h: remove attr_name() macroGreg Kroah-Hartman1-6/+6
2013-08-21sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman1-21/+2
2013-08-12driver core: bus_type: add bus_groupsGreg Kroah-Hartman1-0/+37
2013-08-12driver core: bus_type: add drv_groupsGreg Kroah-Hartman1-0/+5
2013-08-12driver core: bus_type: add dev_groupsGreg Kroah-Hartman1-0/+6
2013-05-21driver core: export subsys_virtual_registerGreg Kroah-Hartman1-0/+1
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-21/+52
2013-03-13device: separate all subsys mutexesMichal Hocko1-4/+4
2013-03-12driver/base: implement subsys_virtual_register()Tejun Heo1-21/+52
2013-02-03Driver core: treat unregistered bus_types as having no devicesBjorn Helgaas1-2/+2
2013-01-17driver core: fix possible missing of device probeMing Lei1-1/+1
2012-11-28driver core: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-14/+0
2012-07-16driver core: move uevent call to driver_registerSebastian Ott1-1/+0
2012-04-19Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman1-29/+17
2012-04-18driver core: check start node in klist_iter_init_nodeHannes Reinecke1-17/+29
2012-04-18drivers/base/bus.c: local variables should not be exposed globallyH Hartley Sweeten1-2/+1
2012-02-02Merge 3.3-rc2 into the driver-core-next branch.Greg Kroah-Hartman1-4/+5
2012-01-24driver-core: Fix possible null reference in subsys_interface_unregisterJonghwan Choi1-2/+4
2012-01-23kernel-doc: fix new warnings in driver-coreRandy Dunlap1-4/+5
2011-12-14driver-core: implement 'sysdev' functionality for regular devices and busesKay Sievers1-19/+274
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-11-21Fix "forcably" comment typoRobert P. J. Day1-1/+1
2010-11-17driver-core: merge private parts of class and busKay Sievers1-7/+6
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers1-22/+0
2010-08-05driver core: fix memory leak on one error path in bus_register()Jike Song1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07Driver core: create lock/unlock functions for struct deviceGreg Kroah-Hartman1-10/+10
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-2/+2
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy1-1/+1
2009-12-23driver core: Prevent reference to freed memory on error pathPhil Carmody1-1/+1
2009-10-30Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov1-6/+11
2009-09-15Driver core: add new device to bus's list before probingAlan Stern1-13/+10
2009-06-12trivial: fix grammo in bus_for_each_dev() kerneldocAlex Chiang1-1/+1
2009-05-28Driver Core: do not oops when driver_unregister() is called for unregistered driversKay Sievers1-1/+3
2009-03-24driver core: move knode_bus into private structureGreg Kroah-Hartman1-13/+27