summaryrefslogtreecommitdiff
path: root/lib/kobject.c
AgeCommit message (Expand)Author
2003-05-12Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel
2003-04-28kobject: kobj_lock needs to be grabed using spinlock_irqGreg Kroah-Hartman
2003-04-16kobject: Add better debugging for failed registrations.Patrick Mochel
2003-04-12[PATCH] kobject hotplug fixesAndrew Morton
2003-04-04kobject: cause /sbin/hotplug to be called when kobjects are added and removedGreg Kroah-Hartman
2003-01-13kobject: export kset_find_obj.Patrick Mochel
2003-01-09kobject: make sure we remove kobject from list if kobject_add() failes.Patrick Mochel
2003-01-09kobject.c fix compile when DEBUG is defined.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
2002-12-19kobjects: minor updatesPatrick Mochel
2002-12-01kobjects: don't do cleanup if kobject_add() fails.Patrick Mochel
2002-11-21Allow subsystem to have attributes, too. Patrick Mochel
2002-11-18kobject - expose backend helpers to registration interface.Patrick Mochel
2002-11-18make sure DEBUG is #undef'd so it's really turned offPatrick Mochel
2002-10-31kobject: don't create directory for kobject/subsystem if name is NULL.Patrick Mochel
2002-10-30turn off kobject debugging by default.Patrick Mochel
2002-10-29kobjects: add array of default attributes to subsystems, and create on regist...Patrick Mochel
2002-10-29Introduce struct subsystem.Patrick Mochel
2002-10-29introduce struct kobject: simple, generic object for embedding in other struc...Patrick Mochel