summaryrefslogtreecommitdiffstats
path: root/lib/kobject.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman2013-09-291-4/+1
|\
| * sysfs: Allow mounting without CONFIG_NETEric W. Biederman2013-09-271-4/+1
* | kobject: introduce kobj_completionJeff Mahoney2013-09-261-0/+50
* | sysfs: drop kobj_ns_type handlingTejun Heo2013-09-261-1/+4
* | sysfs: remove ktype->namespace() invocations in directory codeTejun Heo2013-09-261-4/+24
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-071-0/+15
|\
| * sysfs: Restrict mounting sysfsEric W. Biederman2013-08-281-0/+15
* | kobject: delayed kobject release: help find buggy driversRussell King2013-07-251-3/+19
|/
* kobject: sanitize argument for format stringKees Cook2013-06-071-1/+1
* kref: minor cleanupAnatol Pomozov2013-05-071-1/+1
* kobject: fix kset_find_obj() race with concurrent last kobject_put()Linus Torvalds2013-04-131-1/+8
* kobject: fix the uncorrect commentZhi Yong Wu2012-05-071-1/+1
* Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman2012-05-021-7/+7
|\
| * kobject: provide more diagnostic info for kobject_add_internal() failuresDan Williams2012-04-101-7/+7
* | lib/kobject.c : Remove redundant check in create_diryan2012-04-231-7/+5
|/
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* kobject: remove kset_find_obj_hinted()Kay Sievers2011-12-211-37/+0
* Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-121-17/+9
* 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