aboutsummaryrefslogtreecommitdiff
path: root/lib/kobject.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-07kobject: sanitize argument for format stringGravatar Kees Cook 1-1/+1
2013-05-07kref: minor cleanupGravatar Anatol Pomozov 1-1/+1
2013-04-13kobject: fix kset_find_obj() race with concurrent last kobject_put()Gravatar Linus Torvalds 1-1/+8
2012-05-07kobject: fix the uncorrect commentGravatar Zhi Yong Wu 1-1/+1
2012-05-02Merge 3.4-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-7/+7
2012-04-23lib/kobject.c : Remove redundant check in create_dirGravatar yan 1-7/+5
2012-04-10kobject: provide more diagnostic info for kobject_add_internal() failuresGravatar Dan Williams 1-7/+7
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2011-12-21kobject: remove kset_find_obj_hinted()Gravatar Kay Sievers 1-37/+0
2011-06-12Delay struct net freeing while there's a sysfs instance refering to itGravatar Al Viro 1-17/+9
2010-10-22kobject: Introduce kset_find_obj_hinted.Gravatar Robin Holt 1-0/+39
2010-05-21sysfs: Comment sysfs directory tagging logicGravatar Serge E. Hallyn 1-0/+11
2010-05-21sysfs: Implement sysfs tagged directory support.Gravatar Eric W. Biederman 1-0/+1
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Gravatar Eric W. Biederman 1-0/+103
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsGravatar Emese Revfy 1-2/+2
2009-06-15kobject: make kset_create check kobject_set_name return valueGravatar Dave Young 1-1/+6
2009-04-20driver: dont update dev_name via device_add pathGravatar Kay Sievers 1-0/+3
2009-03-24driver core: get rid of struct device's bus_id string arrayGravatar Kay Sievers 1-1/+1
2008-10-16kobject: Cleanup kobject_rename and !CONFIG_SYSFSGravatar Eric W. Biederman 1-2/+15
2008-10-16kobject: Fix kobject_rename and !CONFIG_SYSFSGravatar Eric W. Biederman 1-13/+5
2008-08-21kobject: Replace ALL occurrences of '/' with '!' instead of only the first one.Gravatar Ingo Oeser 1-2/+1
2008-07-25Example use of WARN()Gravatar Arjan van de Ven 1-6/+3
2008-07-21kobject: replace '/' with '!' in nameGravatar Kay Sievers 1-2/+8
2008-06-10PCI: ACPI PCI slot detection driverGravatar Alex Chiang 1-0/+1
2008-04-30kobject: do not copy vargs, just pass them aroundGravatar Kay Sievers 1-20/+8
2008-04-30lib: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-8/+8
2008-04-19Kobject: Replace list_for_each() with list_for_each_entry().Gravatar Robert P. J. Day 1-8/+2
2008-04-19kobject: catch kobjects that are not initializedGravatar Greg Kroah-Hartman 1-1/+8
2008-03-04kobject: properly initialize ksetsGravatar Greg Kroah-Hartman 1-6/+5
2008-02-02kobject: kerneldoc comment fixGravatar Dave Young 1-1/+1
2008-01-24Kobject: fix coding style issues in kobject c filesGravatar Greg Kroah-Hartman 1-75/+64
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesGravatar Kay Sievers 1-9/+5
2008-01-24Kobject: remove kobject_unregister() as no one uses it anymoreGravatar Greg Kroah-Hartman 1-17/+0
2008-01-24Kobject: convert remaining kobject_unregister() to kobject_put()Gravatar Greg Kroah-Hartman 1-2/+2
2008-01-24Kobject: auto-cleanup on final unrefGravatar Kay Sievers 1-74/+96
2008-01-24Kset: remove kset_add functionGravatar Greg Kroah-Hartman 1-12/+1
2008-01-24Kobject: remove kobject_register()Gravatar Greg Kroah-Hartman 1-18/+0
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Gravatar Greg Kroah-Hartman 1-7/+7
2008-01-24Kobject: remove kobject_init() as no one uses it anymoreGravatar Greg Kroah-Hartman 1-8/+3
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Gravatar Greg Kroah-Hartman 1-7/+7
2008-01-24Kobject: remove kobject_add() as no one uses it anymoreGravatar Greg Kroah-Hartman 1-14/+8
2008-01-24Kobject: drop child->parent ref at unregistrationGravatar Alan Stern 1-3/+4
2008-01-24kobject: clean up debugging messagesGravatar Greg Kroah-Hartman 1-8/+15
2008-01-24kobject: grab the kset reference in kobject_add, not kobject_initGravatar Greg Kroah-Hartman 1-3/+3
2008-01-24kobject: remove subsystem_(un)register functionsGravatar Greg Kroah-Hartman 1-13/+0
2008-01-24Driver Core: kill subsys_attribute and default sysfs opsGravatar Kay Sievers 1-21/+0
2008-01-24Driver Core: switch all dynamic ksets to kobj_sysfs_opsGravatar Kay Sievers 1-4/+6
2008-01-24Driver Core: add kobj_attribute handlingGravatar Kay Sievers 1-0/+29
2008-01-24kobject: get rid of kobject_kset_add_dirGravatar Greg Kroah-Hartman 1-32/+5