summaryrefslogtreecommitdiff
path: root/include/linux/kobject.h
AgeCommit message (Expand)Author
2006-04-27[PATCH] Kobject: possible cleanupsAdrian Bunk
2006-04-27[PATCH] Kobject: fix build errorKay Sievers
2006-04-14[PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown
2006-03-20[PATCH] kobject_add_dirJun'ichi Nomura
2006-03-20[PATCH] Kobject: kobject.h: fix a typoAdrian Bunk
2006-02-22Revert mount/umount uevent removalGreg Kroah-Hartman
2006-01-04[PATCH] kobject_uevent CONFIG_NET=n fixakpm@osdl.org
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers
2006-01-04[PATCH] merge kobject_uevent and kobject_hotplugKay Sievers
2006-01-04[PATCH] remove mount/umount uevents from superblock handlingKay Sievers
2006-01-04[PATCH] remove CONFIG_KOBJECT_UEVENT optionKay Sievers
2005-10-28[PATCH] gfp_t: lib/*Al Viro
2005-06-20[PATCH] kset_hotplug_ops->name shoudl return const char *Dmitry Torokhov
2005-06-20[PATCH] Make kobject's name be const char *Dmitry Torokhov
2005-03-08[PATCH] kset: make ksets have a spinlock, and use that to lock their listsGreg Kroah-Hartman
2005-02-01[PATCH] kobject build fixManish Lachwani
2004-12-21sysfs: export the /sys/kernel subsystem for people to use.Greg Kroah-Hartman
2004-09-29[PATCH] kobject: add add_hotplug_env_var()Roland Dreier
2004-09-14kevent: standardize on the event typesGreg Kroah-Hartman
2004-09-10Kobject Userspace Event NotificationGreg Kroah-Hartman
2004-09-08[PATCH] kobject: hotplug_seqnum is not 64 bits on all platforms, so fix it.Greg Kroah-Hartman
2004-09-04[PATCH] export of SEQNUM to userspace (creates /sys/kernel)Kay Sievers
2004-09-01Use "ifdef" rather than "if" to test for __KERNEL__Linus Torvalds
2004-08-31Allow the compiler to notice "constant" header file.Linus Torvalds
2004-08-24kobject: convert struct kobject use kref.Greg Kroah-Hartman
2004-08-06[PATCH] KOBJECT: add kobject_get_pathRobert Love
2004-05-13[PATCH] sysfs_rename_dir-cleanupManeesh Soni
2004-03-10Kobject: add decl_subsys_name() macro for users who want to set the subsystem...Greg Kroah-Hartman
2004-01-19[PATCH] kobject: make kobject hotplug function publicDmitry Torokhov
2003-08-28[kobject] Support unlimited name lengths.Patrick Mochel
2003-07-03[PATCH] kobject: add kobject_rename()Greg Kroah-Hartman
2003-06-09[kobject] Add set_kset_namePatrick Mochel
2003-06-03[kobject] Update Documentation and licenses. Patrick Mochel
2003-05-24Make KOBJ_NAME_LEN bigger, since at least the ieee1394 codeLinus Torvalds
2003-04-04kobject: cause /sbin/hotplug to be called when kobjects are added and removedGreg Kroah-Hartman
2003-03-02kobject: fix oops in to_kset()Patrick Mochel
2003-01-13kobject: export kset_find_obj.Patrick Mochel
2003-01-12sysfs: restore count parameter to struct sysfs_ops::store().Patrick Mochel
2003-01-09sysfs: fixup subsystem attributes.Patrick Mochel
2003-01-06add kset_find_obj() to search for object in a kset's list.Patrick Mochel
2003-01-05kobjects: Remove kobject::subsys and subsystem::kobj.Patrick Mochel
2003-01-05Introduce struct kset.Patrick Mochel
2003-01-04kobject: Introduce struct kobj_type. Patrick Mochel
2003-01-03kobject.h - add check that we're being included by other kernel entities.Patrick Mochel
2002-12-19kobjects: minor updatesPatrick Mochel
2002-11-21Allow subsystem to have attributes, too. Patrick Mochel
2002-11-18kobject - expose backend helpers to registration interface.Patrick Mochel
2002-10-29driver model: convert devices to use kobjects and sysfs.Patrick Mochel
2002-10-29kobjects: add array of default attributes to subsystems, and create on regist...Patrick Mochel
2002-10-29sysfs: kill struct sysfs_dir.Patrick Mochel