summaryrefslogtreecommitdiff
path: root/include/linux/kobject.h
AgeCommit message (Expand)AuthorFilesLines
2013-12-12kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo1-1/+1
2013-09-27sysfs: remove ktype->namespace() invocations in directory codeTejun Heo1-0/+1
2013-07-26kobject: delayed kobject release: help find buggy driversRussell King1-0/+4
2012-11-28kobject: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-18/+0
2012-09-06kobject: fix oops with "input0: bad kobj_uevent_env content in show_uevent()"Bjørn Mork1-1/+1
2011-12-22kobject: remove kset_find_obj_hinted()Kay Sievers1-2/+0
2011-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-14/+12
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-02-18kobject.h: fix build when CONFIG_HOTPLUG is disabledRandy Dunlap1-3/+2
2011-02-04kobject: Add missing format attribute specificationsBart Van Assche1-2/+5
2010-10-22kobject: Introduce kset_find_obj_hinted.Robin Holt1-0/+2
2010-08-24kobject: Break the kobject namespace defs into their own headerDavid Howells1-34/+1
2010-05-21netns: Teach network device kobjects which namespace they are in.Eric W. Biederman1-0/+1
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn1-0/+11
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman1-0/+26
2010-03-08Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-2/+2
2010-03-08kobject: Constify struct kset_uevent_opsEmese Revfy1-5/+5
2009-03-25Driver core: implement uevent suppress in kobjectMing Lei1-0/+1
2009-03-25driver core: get rid of struct device's bus_id string arrayKay Sievers1-0/+2
2008-07-24mm: create /sys/kernel/mmNishanth Aravamudan1-0/+2
2008-07-22kobject: reorder kobject to save space on 64 bit buildsRichard Kennedy1-1/+1
2008-07-22driver core: remove KOBJ_NAME_LEN defineKay Sievers1-1/+0
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day1-3/+0
2008-01-25Kobject: fix coding style issues in kobject.hGreg Kroah-Hartman1-33/+34
2008-01-25Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-11/+2
2008-01-25Kobject: remove kobject_unregister() as no one uses it anymoreGreg Kroah-Hartman1-2/+0
2008-01-25Kobject: auto-cleanup on final unrefKay Sievers1-0/+5
2008-01-25Kset: remove kset_add functionGreg Kroah-Hartman1-1/+0
2008-01-25Kobject: remove kobject_register()Greg Kroah-Hartman1-1/+0
2008-01-25Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman1-1/+1
2008-01-25Kobject: remove kobject_init() as no one uses it anymoreGreg Kroah-Hartman1-1/+0
2008-01-25Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman1-3/+3
2008-01-25Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman1-1/+0
2008-01-25driver core: make /sys/power a kobjectGreg Kroah-Hartman1-2/+2
2008-01-25kobject: remove subsystem_(un)register functionsGreg Kroah-Hartman1-3/+0
2008-01-25kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman1-2/+2
2008-01-25kset: remove decl_subsys macroGreg Kroah-Hartman1-6/+0
2008-01-25firmware: change firmware_kset to firmware_kobjGreg Kroah-Hartman1-2/+2
2008-01-25Driver Core: kill subsys_attribute and default sysfs opsKay Sievers1-9/+0
2008-01-25firmware: export firmware_kset so that people can use that instead of the bra...Greg Kroah-Hartman1-0/+2
2008-01-25Driver Core: add kobj_attribute handlingKay Sievers1-0/+10
2008-01-25kset: convert /sys/power to use kset_createGreg Kroah-Hartman1-0/+2
2008-01-25kobject: convert /sys/hypervisor to use kobject_createGreg Kroah-Hartman1-2/+2
2008-01-25kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman1-2/+2
2008-01-25kset: remove decl_subsys_nameGreg Kroah-Hartman1-5/+0
2008-01-25kobject: get rid of kobject_kset_add_dirGreg Kroah-Hartman1-3/+1
2008-01-25kobject: get rid of kobject_add_dirGreg Kroah-Hartman1-1/+0
2008-01-25kobject: add kobject_create_and_add functionGreg Kroah-Hartman1-0/+3
2008-01-25kset: add kset_create_and_add functionGreg Kroah-Hartman1-1/+3
2008-01-25kobject: remove kobj_set_kset_s as no one is using it anymoreGreg Kroah-Hartman1-18/+0