aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kobject.h
AgeCommit message (Expand)Author
2011-12-21kobject: remove kset_find_obj_hinted()Kay Sievers
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-02-18kobject.h: fix build when CONFIG_HOTPLUG is disabledRandy Dunlap
2011-02-03kobject: Add missing format attribute specificationsBart Van Assche
2010-10-22kobject: Introduce kset_find_obj_hinted.Robin Holt
2010-08-23kobject: Break the kobject namespace defs into their own headerDavid Howells
2010-05-21netns: Teach network device kobjects which namespace they are in.Eric W. Biederman
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei
2009-03-24driver core: get rid of struct device's bus_id string arrayKay Sievers
2008-07-24mm: create /sys/kernel/mmNishanth Aravamudan
2008-07-21kobject: reorder kobject to save space on 64 bit buildsRichard Kennedy
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day
2008-01-24Kobject: fix coding style issues in kobject.hGreg Kroah-Hartman
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers
2008-01-24Kobject: remove kobject_unregister() as no one uses it anymoreGreg Kroah-Hartman
2008-01-24Kobject: auto-cleanup on final unrefKay Sievers
2008-01-24Kset: remove kset_add functionGreg Kroah-Hartman
2008-01-24Kobject: remove kobject_register()Greg Kroah-Hartman
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman
2008-01-24Kobject: remove kobject_init() as no one uses it anymoreGreg Kroah-Hartman
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman
2008-01-24Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman
2008-01-24driver core: make /sys/power a kobjectGreg Kroah-Hartman
2008-01-24kobject: remove subsystem_(un)register functionsGreg Kroah-Hartman
2008-01-24kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman
2008-01-24kset: remove decl_subsys macroGreg Kroah-Hartman
2008-01-24firmware: change firmware_kset to firmware_kobjGreg Kroah-Hartman
2008-01-24Driver Core: kill subsys_attribute and default sysfs opsKay Sievers
2008-01-24firmware: export firmware_kset so that people can use that instead of the bra...Greg Kroah-Hartman
2008-01-24Driver Core: add kobj_attribute handlingKay Sievers
2008-01-24kset: convert /sys/power to use kset_createGreg Kroah-Hartman
2008-01-24kobject: convert /sys/hypervisor to use kobject_createGreg Kroah-Hartman
2008-01-24kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman
2008-01-24kset: remove decl_subsys_nameGreg Kroah-Hartman
2008-01-24kobject: get rid of kobject_kset_add_dirGreg Kroah-Hartman
2008-01-24kobject: get rid of kobject_add_dirGreg Kroah-Hartman
2008-01-24kobject: add kobject_create_and_add functionGreg Kroah-Hartman
2008-01-24kset: add kset_create_and_add functionGreg Kroah-Hartman
2008-01-24kobject: remove kobj_set_kset_s as no one is using it anymoreGreg Kroah-Hartman
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman
2008-01-24kobject: add kobject_init_and_add functionGreg Kroah-Hartman
2008-01-24kobject: add kobject_add_ng functionGreg Kroah-Hartman
2008-01-24kobject: add kobject_init_ng functionGreg Kroah-Hartman
2008-01-24kobject: make kobject_cleanup be staticGreg Kroah-Hartman