summaryrefslogtreecommitdiffstats
path: root/lib/kobject.c
Commit message (Expand)AuthorAgeFilesLines
* Kobject: Replace list_for_each() with list_for_each_entry().Robert P. J. Day2008-04-191-8/+2
* kobject: catch kobjects that are not initializedGreg Kroah-Hartman2008-04-191-1/+8
* kobject: properly initialize ksetsGreg Kroah-Hartman2008-03-041-6/+5
* kobject: kerneldoc comment fixDave Young2008-02-021-1/+1
* Kobject: fix coding style issues in kobject c filesGreg Kroah-Hartman2008-01-241-75/+64
* Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-241-9/+5
* Kobject: remove kobject_unregister() as no one uses it anymoreGreg Kroah-Hartman2008-01-241-17/+0
* Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-2/+2
* Kobject: auto-cleanup on final unrefKay Sievers2008-01-241-74/+96
* Kset: remove kset_add functionGreg Kroah-Hartman2008-01-241-12/+1
* Kobject: remove kobject_register()Greg Kroah-Hartman2008-01-241-18/+0
* Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-241-7/+7
* Kobject: remove kobject_init() as no one uses it anymoreGreg Kroah-Hartman2008-01-241-8/+3
* Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-241-7/+7
* Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman2008-01-241-14/+8
* Kobject: drop child->parent ref at unregistrationAlan Stern2008-01-241-3/+4
* kobject: clean up debugging messagesGreg Kroah-Hartman2008-01-241-8/+15
* kobject: grab the kset reference in kobject_add, not kobject_initGreg Kroah-Hartman2008-01-241-3/+3
* kobject: remove subsystem_(un)register functionsGreg Kroah-Hartman2008-01-241-13/+0
* Driver Core: kill subsys_attribute and default sysfs opsKay Sievers2008-01-241-21/+0
* Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers2008-01-241-4/+6
* Driver Core: add kobj_attribute handlingKay Sievers2008-01-241-0/+29
* kobject: get rid of kobject_kset_add_dirGreg Kroah-Hartman2008-01-241-32/+5
* kobject: get rid of kobject_add_dirGreg Kroah-Hartman2008-01-241-12/+0
* kobject: add kobject_create_and_add functionGreg Kroah-Hartman2008-01-241-18/+63
* kset: add kset_create_and_add functionGreg Kroah-Hartman2008-01-241-1/+91
* kobject: add kobject_init_and_add functionGreg Kroah-Hartman2008-01-241-0/+27
* kobject: add kobject_add_ng functionGreg Kroah-Hartman2008-01-241-0/+66
* kobject: add kobject_init_ng functionGreg Kroah-Hartman2008-01-241-0/+42
* kobject: make kobject_cleanup be staticGreg Kroah-Hartman2008-01-241-5/+4
* kobject: fix up kobject_set_name to use kvasprintfGreg Kroah-Hartman2008-01-241-39/+32
* kobject: remove incorrect comment in kobject_renameGreg Kroah-Hartman2008-01-241-2/+0
* kobject: fix the documentation of how kobject_set_name worksGreg Kroah-Hartman2007-12-171-6/+6
* kobject: two typo fixesJohannes Berg2007-11-281-2/+2
* kobject: check for duplicate names in kobject_renameGreg Kroah-Hartman2007-10-301-0/+13
* kobject: update the copyrightsGreg Kroah-Hartman2007-10-121-0/+2
* driver core: remove subsystem_init()Greg Kroah-Hartman2007-10-121-5/+0
* sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo2007-10-121-1/+0
* sysfs: Remove first pass at shadow directory supportEric W. Biederman2007-10-121-38/+6
* kobject: remove the static array for the nameGreg Kroah-Hartman2007-10-121-40/+39
* Driver core: remove subsys_get()Greg Kroah-Hartman2007-10-121-1/+1
* Driver core: remove subsys_put()Greg Kroah-Hartman2007-10-121-1/+1
* sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-111-5/+5
* Driver core: add missing kset ueventKay Sievers2007-07-111-1/+8
* kobject: use the proper printk level for kobject errorGreg Kroah-Hartman2007-06-081-5/+5
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-61/+8
* kobject: Comment and warning fixes to kobject.cEric W. Biederman2007-04-271-3/+10
* kobject core: remove rwsem from struct subsystemGreg Kroah-Hartman2007-04-271-3/+1
* kobject: kobject_add() reference leakCornelia Huck2007-04-271-0/+1
* Driver core: notify userspace of network device renamesJean Tourrilhes2007-04-271-0/+30
OpenPOWER on IntegriCloud