summaryrefslogtreecommitdiff
path: root/lib/kobject.c
Commit message (Expand)AuthorAge
* driver: dont update dev_name via device_add pathKay Sievers2009-04-20
* driver core: get rid of struct device's bus_id string arrayKay Sievers2009-03-24
* kobject: Cleanup kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-16
* kobject: Fix kobject_rename and !CONFIG_SYSFSEric W. Biederman2008-10-16
* kobject: Replace ALL occurrences of '/' with '!' instead of only the first one.Ingo Oeser2008-08-21
* Example use of WARN()Arjan van de Ven2008-07-25
* kobject: replace '/' with '!' in nameKay Sievers2008-07-21
* PCI: ACPI PCI slot detection driverAlex Chiang2008-06-10
* kobject: do not copy vargs, just pass them aroundKay Sievers2008-04-30
* lib: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-30
* Kobject: Replace list_for_each() with list_for_each_entry().Robert P. J. Day2008-04-19
* kobject: catch kobjects that are not initializedGreg Kroah-Hartman2008-04-19
* kobject: properly initialize ksetsGreg Kroah-Hartman2008-03-04
* kobject: kerneldoc comment fixDave Young2008-02-02
* Kobject: fix coding style issues in kobject c filesGreg Kroah-Hartman2008-01-24
* Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-24
* Kobject: remove kobject_unregister() as no one uses it anymoreGreg Kroah-Hartman2008-01-24
* Kobject: convert remaining kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-24
* Kobject: auto-cleanup on final unrefKay Sievers2008-01-24
* Kset: remove kset_add functionGreg Kroah-Hartman2008-01-24
* Kobject: remove kobject_register()Greg Kroah-Hartman2008-01-24
* Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-24
* Kobject: remove kobject_init() as no one uses it anymoreGreg Kroah-Hartman2008-01-24
* Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-24
* Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman2008-01-24
* Kobject: drop child->parent ref at unregistrationAlan Stern2008-01-24
* kobject: clean up debugging messagesGreg Kroah-Hartman2008-01-24
* kobject: grab the kset reference in kobject_add, not kobject_initGreg Kroah-Hartman2008-01-24
* kobject: remove subsystem_(un)register functionsGreg Kroah-Hartman2008-01-24
* Driver Core: kill subsys_attribute and default sysfs opsKay Sievers2008-01-24
* Driver Core: switch all dynamic ksets to kobj_sysfs_opsKay Sievers2008-01-24
* Driver Core: add kobj_attribute handlingKay Sievers2008-01-24
* kobject: get rid of kobject_kset_add_dirGreg Kroah-Hartman2008-01-24
* kobject: get rid of kobject_add_dirGreg Kroah-Hartman2008-01-24
* kobject: add kobject_create_and_add functionGreg Kroah-Hartman2008-01-24
* kset: add kset_create_and_add functionGreg Kroah-Hartman2008-01-24
* kobject: add kobject_init_and_add functionGreg Kroah-Hartman2008-01-24
* kobject: add kobject_add_ng functionGreg Kroah-Hartman2008-01-24
* kobject: add kobject_init_ng functionGreg Kroah-Hartman2008-01-24
* kobject: make kobject_cleanup be staticGreg Kroah-Hartman2008-01-24
* kobject: fix up kobject_set_name to use kvasprintfGreg Kroah-Hartman2008-01-24
* kobject: remove incorrect comment in kobject_renameGreg Kroah-Hartman2008-01-24
* kobject: fix the documentation of how kobject_set_name worksGreg Kroah-Hartman2007-12-17
* kobject: two typo fixesJohannes Berg2007-11-28
* kobject: check for duplicate names in kobject_renameGreg Kroah-Hartman2007-10-30
* kobject: update the copyrightsGreg Kroah-Hartman2007-10-12
* driver core: remove subsystem_init()Greg Kroah-Hartman2007-10-12
* sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo2007-10-12
* sysfs: Remove first pass at shadow directory supportEric W. Biederman2007-10-12
* kobject: remove the static array for the nameGreg Kroah-Hartman2007-10-12