summaryrefslogtreecommitdiff
path: root/lib/kobject.c
AgeCommit message (Expand)Author
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz
2005-04-18[PATCH] kobject/hotplug split - kobject add/removekay.sievers@vrfy.org
2005-03-08[PATCH] kset: make ksets have a spinlock, and use that to lock their listsGreg Kroah-Hartman
2005-03-08[PATCH] Kobject: remove some unneeded exportsArjan van de Ven
2004-11-18[PATCH] fix kobject varargs bugAndrew Morton
2004-11-08[PATCH] kobject: fix double kobject_put() in error path of kobject_add()Greg Kroah-Hartman
2004-11-03[PATCH] driver-model: kobject_add() error path reference counting fixTejun Heo
2004-10-20kobject: add CONFIG_DEBUG_KOBJECTGreg Kroah-Hartman
2004-09-14kevent: standardize on the event typesGreg Kroah-Hartman
2004-09-10Kobject Userspace Event NotificationGreg Kroah-Hartman
2004-09-08[PATCH] ksyms: don't implement /sys/kernel/hotplug_seqnum if CONFIG_HOTPLUG i...Greg Kroah-Hartman
2004-09-08[PATCH] kobject: hotplug_seqnum is not 64 bits on all platforms, so fix it.Greg Kroah-Hartman
2004-09-05kobject: fix build error if CONFIG_HOTPLUG is not enabled.Greg Kroah-Hartman
2004-09-04kobject: adjust hotplug_seqnum increment to keep userspace and kernel agreeing.Greg Kroah-Hartman
2004-09-04[PATCH] export of SEQNUM to userspace (creates /sys/kernel)Kay Sievers
2004-08-24kobject: convert struct kobject use kref.Greg Kroah-Hartman
2004-08-24[PATCH] kobject: fix kobject_set_name comment.Dmitry Torokhov
2004-08-06[PATCH] KOBJECT: add kobject_get_pathRobert Love
2004-07-08[PATCH] Driver core: kset_find_obj should increment refcount of the found objectDmitry Torokhov
2004-06-29sparse: get rid of more integer/pointer confusionLinus Torvalds
2004-06-29[PATCH] Combined patch for remaining trivial sparse warnings in allnoconfig b...Mika Kukkonen
2004-05-13[PATCH] sysfs_rename_dir-cleanupManeesh Soni
2004-03-30[PATCH] kobject_set_name() doesn't allocate enough spaceLinda Xie
2004-02-26kobject: clean up kobject_get() convoluted logic.Greg Kroah-Hartman
2004-02-26kobject: fix kobject hotplug debug message to show more needed info.Greg Kroah-Hartman
2004-02-01[PATCH] Kobject: export some missing symbolsEugene Teo
2004-01-19[PATCH] Kobject: prevent oops in kset_find_obj() if kobject_name() is NULLGreg Kroah-Hartman
2004-01-19[PATCH] kobject: make kobject hotplug function publicDmitry Torokhov
2003-12-10kobject: fix bug where a parent could be deleted before a child device.Greg Kroah-Hartman
2003-09-29[kobject] Fix memory leak in kobject_set_name().Patrick Mochel
2003-09-24[kobject] export kset syms for module usePatrick Mochel
2003-09-02[kobject] Don't use kobject->k_name after it's been freed. Patrick Mochel
2003-08-28[kobject] Support unlimited name lengths.Patrick Mochel
2003-07-03[PATCH] kobject: add kobject_rename()Greg Kroah-Hartman
2003-06-15[kobject] Add sequence number to kobject hotplug.Patrick Mochel
2003-06-10[kobject] Don't specially order objects in lists based on parent.Patrick Mochel
2003-06-04[kobject] Add warning + back trace if kobject_get() is called with 0 refcount.Patrick Mochel
2003-06-04[kobject] Remove kobj_lock and use lockless refcounting. Patrick Mochel
2003-06-03[kobject] Update Documentation and licenses. Patrick Mochel
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