- patches.apparmor/remove_suid_new_case_in_2.6.22.diff: Merge fix.
[linux-flexiantxendom0-3.2.10.git] / include / linux / kobject.h
2007-05-25 Jeff Mahoney- patches.apparmor/remove_suid_new_case_in_2.6.22.diff...
2007-02-07 Eric W. Biedermansysfs: Shadow directory support
2006-12-20 Aneesh Kumar K.Vkobject: kobject_uevent() returns manageable value
2006-12-01 Cornelia Huckdriver core: Introduce device_move(): move a device...
2006-09-26 Andrew Mortonadd __must_check to device management code
2006-08-03 Kristen Carlson... PCI: docking station: remove dock uevents
2006-08-01 Greg Kroah-Hartman- 2.6.17 port work build breaks, but the patch set...
2006-06-27 Kristen AccardiKEVENT: add new uevent for dock
2006-06-21 Michael Holzheu[PATCH] Driver Core: Add /sys/hypervisor when needed
2006-04-27 Adrian Bunk[PATCH] Kobject: possible cleanups
2006-04-27 Kay Sievers[PATCH] Kobject: fix build error
2006-04-14 NeilBrown[PATCH] sysfs: Allow sysfs attribute files to be pollable
2006-03-20 Jun'ichi Nomura[PATCH] kobject_add_dir
2006-03-20 Adrian Bunk[PATCH] Kobject: kobject.h: fix a typo
2006-02-22 Greg Kroah-HartmanRevert mount/umount uevent removal
2006-01-05 akpm@osdl.org[PATCH] kobject_uevent CONFIG_NET=n fix
2006-01-05 Kay Sievers[PATCH] driver core: replace "hotplug" by "uevent"
2006-01-05 Kay Sievers[PATCH] merge kobject_uevent and kobject_hotplug
2006-01-05 Kay Sievers[PATCH] remove mount/umount uevents from superblock...
2006-01-05 Kay Sievers[PATCH] remove CONFIG_KOBJECT_UEVENT option
2005-10-28 Al Viro[PATCH] gfp_t: lib/*
2005-06-20 Dmitry Torokhov[PATCH] kset_hotplug_ops->name shoudl return const...
2005-06-20 Dmitry Torokhov[PATCH] Make kobject's name be const char *
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2
2005-02-02 Manish Lachwani[PATCH] kobject build fix
2005-01-21 Chris L Mason- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
2004-12-21 Greg Kroah-Hartmansysfs: export the /sys/kernel subsystem for people...
2004-09-29 Roland Dreier[PATCH] kobject: add add_hotplug_env_var()
2004-09-15 Greg Kroah-Hartmankevent: standardize on the event types
2004-09-10 Greg Kroah-HartmanKobject Userspace Event Notification
2004-09-08 Greg Kroah-Hartman[PATCH] kobject: hotplug_seqnum is not 64 bits on all...
2004-09-04 Kay Sievers[PATCH] export of SEQNUM to userspace (creates /sys...
2004-09-01 Linus TorvaldsUse "ifdef" rather than "if" to test for __KERNEL__
2004-08-31 Linus TorvaldsAllow the compiler to notice "constant" header file.
2004-08-25 Greg Kroah-Hartmankobject: convert struct kobject use kref.
2004-08-06 Robert Love[PATCH] KOBJECT: add kobject_get_path
2004-05-27 Hubert Mantelfix incorrect error handling in sysfs_rename_dir (...
2004-05-14 Maneesh Soni[PATCH] sysfs_rename_dir-cleanup
2004-03-16 Hubert Mantelupdate to 2.6.5-rc1
2004-03-11 Greg Kroah-HartmanKobject: add decl_subsys_name() macro for users who...
2004-01-21 Olaf Hering+- update to 2.6.1-rc1
2004-01-19 Dmitry Torokhov[PATCH] kobject: make kobject hotplug function public
2003-08-29 Patrick Mochel[kobject] Support unlimited name lengths.
2003-07-03 Greg Kroah-Hartman[PATCH] kobject: add kobject_rename()
2003-06-09 Patrick Mochel[kobject] Add set_kset_name
2003-06-03 Patrick Mochel[kobject] Update Documentation and licenses.
2003-05-24 Linus TorvaldsMake KOBJ_NAME_LEN bigger, since at least the ieee1394...
2003-04-04 Greg Kroah-Hartmankobject: cause /sbin/hotplug to be called when kobjects...
2003-03-03 Patrick Mochelkobject: fix oops in to_kset()
2003-01-14 Patrick Mochelkobject: export kset_find_obj.
2003-01-13 Patrick Mochelsysfs: restore count parameter to struct sysfs_ops...
2003-01-09 Patrick Mochelsysfs: fixup subsystem attributes.
2003-01-06 Patrick Mocheladd kset_find_obj() to search for object in a kset...
2003-01-06 Patrick Mochelkobjects: Remove kobject::subsys and subsystem::kobj.
2003-01-05 Patrick MochelIntroduce struct kset.
2003-01-04 Patrick Mochelkobject: Introduce struct kobj_type.
2003-01-04 Patrick Mochelkobject.h - add check that we're being included by...
2002-12-19 Patrick Mochelkobjects: minor updates
2002-11-21 Patrick MochelAllow subsystem to have attributes, too.
2002-11-18 Patrick Mochelkobject - expose backend helpers to registration interface.
2002-10-30 Patrick Mocheldriver model: convert devices to use kobjects and sysfs.
2002-10-30 Patrick Mochelkobjects: add array of default attributes to subsystems...
2002-10-30 Patrick Mochelsysfs: kill struct sysfs_dir.
2002-10-30 Patrick MochelIntroduce struct subsystem.
2002-10-29 Patrick Mochelsysfs: marry api with struct kobject.
2002-10-29 Patrick Mochelintroduce struct kobject: simple, generic object for...