summaryrefslogtreecommitdiffstats
path: root/include/linux/kobject.h
Commit message (Expand)AuthorAgeFilesLines
* kobject: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-18/+0
* kobject: fix oops with "input0: bad kobj_uevent_env content in show_uevent()"Bjørn Mork2012-09-061-1/+1
* kobject: remove kset_find_obj_hinted()Kay Sievers2011-12-211-2/+0
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-14/+12
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* kobject.h: fix build when CONFIG_HOTPLUG is disabledRandy Dunlap2011-02-181-3/+2
* kobject: Add missing format attribute specificationsBart Van Assche2011-02-031-2/+5
* kobject: Introduce kset_find_obj_hinted.Robin Holt2010-10-221-0/+2
* kobject: Break the kobject namespace defs into their own headerDavid Howells2010-08-231-34/+1
* netns: Teach network device kobjects which namespace they are in.Eric W. Biederman2010-05-211-0/+1
* sysfs: Comment sysfs directory tagging logicSerge E. Hallyn2010-05-211-0/+11
* kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman2010-05-211-0/+26
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-2/+2
* kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-071-5/+5
* Driver core: implement uevent suppress in kobjectMing Lei2009-03-241-0/+1
* driver core: get rid of struct device's bus_id string arrayKay Sievers2009-03-241-0/+2
* mm: create /sys/kernel/mmNishanth Aravamudan2008-07-241-0/+2
* kobject: reorder kobject to save space on 64 bit buildsRichard Kennedy2008-07-211-1/+1
* driver core: remove KOBJ_NAME_LEN defineKay Sievers2008-07-211-1/+0
* Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day2008-04-301-3/+0
* Kobject: fix coding style issues in kobject.hGreg Kroah-Hartman2008-01-241-33/+34
* Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-241-11/+2
* Kobject: remove kobject_unregister() as no one uses it anymoreGreg Kroah-Hartman2008-01-241-2/+0
* Kobject: auto-cleanup on final unrefKay Sievers2008-01-241-0/+5
* Kset: remove kset_add functionGreg Kroah-Hartman2008-01-241-1/+0
* Kobject: remove kobject_register()Greg Kroah-Hartman2008-01-241-1/+0
* Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-241-1/+1
* Kobject: remove kobject_init() as no one uses it anymoreGreg Kroah-Hartman2008-01-241-1/+0
* Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-241-3/+3
* Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman2008-01-241-1/+0
* driver core: make /sys/power a kobjectGreg Kroah-Hartman2008-01-241-2/+2
* kobject: remove subsystem_(un)register functionsGreg Kroah-Hartman2008-01-241-3/+0
* kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman2008-01-241-2/+2
* kset: remove decl_subsys macroGreg Kroah-Hartman2008-01-241-6/+0
* firmware: change firmware_kset to firmware_kobjGreg Kroah-Hartman2008-01-241-2/+2
* Driver Core: kill subsys_attribute and default sysfs opsKay Sievers2008-01-241-9/+0
* firmware: export firmware_kset so that people can use that instead of the bra...Greg Kroah-Hartman2008-01-241-0/+2
* Driver Core: add kobj_attribute handlingKay Sievers2008-01-241-0/+10
* kset: convert /sys/power to use kset_createGreg Kroah-Hartman2008-01-241-0/+2
* kobject: convert /sys/hypervisor to use kobject_createGreg Kroah-Hartman2008-01-241-2/+2
* kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman2008-01-241-2/+2
* kset: remove decl_subsys_nameGreg Kroah-Hartman2008-01-241-5/+0
* kobject: get rid of kobject_kset_add_dirGreg Kroah-Hartman2008-01-241-3/+1
* kobject: get rid of kobject_add_dirGreg Kroah-Hartman2008-01-241-1/+0
* kobject: add kobject_create_and_add functionGreg Kroah-Hartman2008-01-241-0/+3
* kset: add kset_create_and_add functionGreg Kroah-Hartman2008-01-241-1/+3
* kobject: remove kobj_set_kset_s as no one is using it anymoreGreg Kroah-Hartman2008-01-241-18/+0
* kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman2008-01-241-11/+4
* kobject: add kobject_init_and_add functionGreg Kroah-Hartman2008-01-241-0/+5
* kobject: add kobject_add_ng functionGreg Kroah-Hartman2008-01-241-0/+3