summaryrefslogtreecommitdiffstats
path: root/lib/kobject.c
Commit message (Expand)AuthorAgeFilesLines
* kobject: Introduce kset_find_obj_hinted.Robin Holt2010-10-221-0/+39
* sysfs: Comment sysfs directory tagging logicSerge E. Hallyn2010-05-211-0/+11
* sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-211-0/+1
* kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman2010-05-211-0/+103
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-071-2/+2
* kobject: make kset_create check kobject_set_name return valueDave Young2009-06-151-1/+6
* driver: dont update dev_name via device_add pathKay Sievers2009-04-201-0/+3
* driver core: get rid of struct device's bus_id string arrayKay Sievers2009-03-241-1/+1
* kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-161-2/+15
* kobject: Fix kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-161-13/+5
* kobject: Replace ALL occurrences of '/' with '!' instead of only the first one.Ingo Oeser2008-08-211-2/+1
* Example use of WARN()Arjan van de Ven2008-07-251-6/+3
* kobject: replace '/' with '!' in nameKay Sievers2008-07-211-2/+8
* PCI: ACPI PCI slot detection driverAlex Chiang2008-06-101-0/+1
* kobject: do not copy vargs, just pass them aroundKay Sievers2008-04-301-20/+8
* lib: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-8/+8
* 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
OpenPOWER on IntegriCloud