aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kobject.c
Commit message (Expand)AuthorAge
* Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds2013-11-07
* kobject: show debug info on delayed kobject releaseFengguang Wu2013-10-11
* kobject: grab an extra reference on kobject->sd to allow duplicate deletesTejun Heo2013-10-03
* Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman2013-09-29
|\
| * sysfs: Allow mounting without CONFIG_NETEric W. Biederman2013-09-27
* | kobject: introduce kobj_completionJeff Mahoney2013-09-26
* | sysfs: drop kobj_ns_type handlingTejun Heo2013-09-26
* | sysfs: remove ktype->namespace() invocations in directory codeTejun Heo2013-09-26
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-07
|\
| * sysfs: Restrict mounting sysfsEric W. Biederman2013-08-29
* | kobject: delayed kobject release: help find buggy driversRussell King2013-07-25
|/
* kobject: sanitize argument for format stringKees Cook2013-06-07
* kref: minor cleanupAnatol Pomozov2013-05-07
* kobject: fix kset_find_obj() race with concurrent last kobject_put()Linus Torvalds2013-04-13
* kobject: fix the uncorrect commentZhi Yong Wu2012-05-07
* Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman2012-05-02
|\
| * kobject: provide more diagnostic info for kobject_add_internal() failuresDan Williams2012-04-10
* | lib/kobject.c : Remove redundant check in create_diryan2012-04-23
|/
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-07
* kobject: remove kset_find_obj_hinted()Kay Sievers2011-12-21
* Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-12
* kobject: Introduce kset_find_obj_hinted.Robin Holt2010-10-22
* sysfs: Comment sysfs directory tagging logicSerge E. Hallyn2010-05-21
* sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-21
* kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman2010-05-21
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-07
* kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-07
* kobject: make kset_create check kobject_set_name return valueDave Young2009-06-16
* 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-22
* 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-25
* 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