summaryrefslogtreecommitdiffstats
path: root/include/linux/kobject.h
Commit message (Expand)AuthorAgeFilesLines
...
* kobject: add kobject_add_ng functionGreg Kroah-Hartman2008-01-241-0/+3
* kobject: add kobject_init_ng functionGreg Kroah-Hartman2008-01-241-0/+1
* kobject: make kobject_cleanup be staticGreg Kroah-Hartman2008-01-241-2/+0
* kobject: update the copyrightsGreg Kroah-Hartman2007-10-121-2/+4
* kset: add some kerneldoc to help describe what these strange things areGreg Kroah-Hartman2007-10-121-16/+17
* driver core: remove subsystem_init()Greg Kroah-Hartman2007-10-121-1/+0
* sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo2007-10-121-1/+0
* Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUGKay Sievers2007-10-121-3/+7
* sysfs: Remove first pass at shadow directory supportEric W. Biederman2007-10-121-5/+0
* kobject: remove the static array for the nameGreg Kroah-Hartman2007-10-121-4/+3
* Driver core: remove subsys_get()Greg Kroah-Hartman2007-10-121-7/+0
* Driver core: remove subsys_put()Greg Kroah-Hartman2007-10-121-5/+0
* Driver core: remove kset_set_kset_sGreg Kroah-Hartman2007-10-121-14/+0
* Driver core: remove subsys_set_ksetGreg Kroah-Hartman2007-10-121-13/+0
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-9/+14
* kset: kernel-doc cleanupsRandy Dunlap2007-07-301-12/+11
* kobject: put kobject_actions in kobject.hGreg Kroah-Hartman2007-07-301-0/+3
* Driver core: accept all valid action-strings in uevent-triggerKay Sievers2007-07-181-8/+17
* sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo2007-07-111-4/+5
* remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman2007-05-021-33/+25
* the overdue removal of the mount/umount ueventsAdrian Bunk2007-04-271-5/+3
* kobject core: remove rwsem from struct subsystemGreg Kroah-Hartman2007-04-271-2/+0
* driver core: fix namespace issue with devices assigned to classesKay Sievers2007-04-271-0/+2
* sysfs: Shadow directory supportEric W. Biederman2007-02-071-0/+4
* kobject: kobject_uevent() returns manageable valueAneesh Kumar K.V2006-12-201-5/+6
* driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck2006-12-011-0/+8
* add __must_check to device management codeAndrew Morton2006-09-251-7/+9
* PCI: docking station: remove dock ueventsKristen Carlson Accardi2006-08-031-2/+0
* KEVENT: add new uevent for dockKristen Accardi2006-06-271-0/+2
* [PATCH] Driver Core: Add /sys/hypervisor when neededMichael Holzheu2006-06-211-0/+2
* [PATCH] Kobject: possible cleanupsAdrian Bunk2006-04-271-1/+0
* [PATCH] Kobject: fix build errorKay Sievers2006-04-271-1/+1
* [PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown2006-04-141-0/+2
* [PATCH] kobject_add_dirJun'ichi Nomura2006-03-201-0/+2
* [PATCH] Kobject: kobject.h: fix a typoAdrian Bunk2006-03-201-1/+1
* Revert mount/umount uevent removalGreg Kroah-Hartman2006-02-221-2/+4
* [PATCH] kobject_uevent CONFIG_NET=n fixakpm@osdl.org2006-01-041-1/+1
* [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-041-21/+19
* [PATCH] merge kobject_uevent and kobject_hotplugKay Sievers2006-01-041-21/+6
* [PATCH] remove mount/umount uevents from superblock handlingKay Sievers2006-01-041-4/+2
* [PATCH] remove CONFIG_KOBJECT_UEVENT optionKay Sievers2006-01-041-1/+34
* [PATCH] gfp_t: lib/*Al Viro2005-10-281-1/+1
* [PATCH] kset_hotplug_ops->name shoudl return const char *Dmitry Torokhov2005-06-201-1/+1
* [PATCH] Make kobject's name be const char *Dmitry Torokhov2005-06-201-3/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+259