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