aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kobject.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-18[PATCH] fix kobject varargs bugAndrew Morton1-2/+4
2004-11-08[PATCH] kobject: fix double kobject_put() in error path of kobject_add()Greg Kroah-Hartman1-1/+1
2004-11-03[PATCH] driver-model: kobject_add() error path reference counting fixTejun Heo1-0/+1
2004-10-20kobject: add CONFIG_DEBUG_KOBJECTGreg Kroah-Hartman1-3/+1
2004-09-14kevent: standardize on the event typesGreg Kroah-Hartman1-2/+2
2004-09-10Kobject Userspace Event NotificationGreg Kroah-Hartman1-128/+5
2004-09-08[PATCH] ksyms: don't implement /sys/kernel/hotplug_seqnum if CONFIG_HOTPLUG i...Greg Kroah-Hartman1-1/+1
2004-09-08[PATCH] kobject: hotplug_seqnum is not 64 bits on all platforms, so fix it.Greg Kroah-Hartman1-1/+1
2004-09-05kobject: fix build error if CONFIG_HOTPLUG is not enabled.Greg Kroah-Hartman1-1/+1
2004-09-04kobject: adjust hotplug_seqnum increment to keep userspace and kernel agreeing.Greg Kroah-Hartman1-1/+1
2004-09-04[PATCH] export of SEQNUM to userspace (creates /sys/kernel)Kay Sievers1-2/+2
2004-08-24kobject: convert struct kobject use kref.Greg Kroah-Hartman1-9/+10
2004-08-24[PATCH] kobject: fix kobject_set_name comment.Dmitry Torokhov1-1/+1
2004-08-06[PATCH] KOBJECT: add kobject_get_pathRobert Love1-9/+27
2004-07-08[PATCH] Driver core: kset_find_obj should increment refcount of the found objectDmitry Torokhov1-3/+4
2004-06-29sparse: get rid of more integer/pointer confusionLinus Torvalds1-1/+1
2004-06-29[PATCH] Combined patch for remaining trivial sparse warnings in allnoconfig b...Mika Kukkonen1-1/+1
2004-05-13[PATCH] sysfs_rename_dir-cleanupManeesh Soni1-3/+7
2004-03-30[PATCH] kobject_set_name() doesn't allocate enough spaceLinda Xie1-3/+3
2004-02-26kobject: clean up kobject_get() convoluted logic.Greg Kroah-Hartman1-5/+2
2004-02-26kobject: fix kobject hotplug debug message to show more needed info.Greg Kroah-Hartman1-2/+2
2004-02-01[PATCH] Kobject: export some missing symbolsEugene Teo1-0/+3
2004-01-19[PATCH] Kobject: prevent oops in kset_find_obj() if kobject_name() is NULLGreg Kroah-Hartman1-1/+1
2004-01-19[PATCH] kobject: make kobject hotplug function publicDmitry Torokhov1-28/+21
2003-12-10kobject: fix bug where a parent could be deleted before a child device.Greg Kroah-Hartman1-4/+7
2003-09-29[kobject] Fix memory leak in kobject_set_name().Patrick Mochel1-5/+14
2003-09-24[kobject] export kset syms for module usePatrick Mochel1-0/+2
2003-09-02[kobject] Don't use kobject->k_name after it's been freed. Patrick Mochel1-3/+3
2003-08-28[kobject] Support unlimited name lengths.Patrick Mochel1-10/+65
2003-07-03[PATCH] kobject: add kobject_rename()Greg Kroah-Hartman1-0/+15
2003-06-15[kobject] Add sequence number to kobject hotplug.Patrick Mochel1-0/+11
2003-06-10[kobject] Don't specially order objects in lists based on parent.Patrick Mochel1-6/+7
2003-06-04[kobject] Add warning + back trace if kobject_get() is called with 0 refcount.Patrick Mochel1-2/+3
2003-06-04[kobject] Remove kobj_lock and use lockless refcounting. Patrick Mochel1-16/+2
2003-06-03[kobject] Update Documentation and licenses. Patrick Mochel1-0/+5
2003-05-12Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virginPatrick Mochel1-1/+5
2003-04-28kobject: kobj_lock needs to be grabed using spinlock_irqGreg Kroah-Hartman1-6/+18
2003-04-16kobject: Add better debugging for failed registrations.Patrick Mochel1-1/+5
2003-04-12[PATCH] kobject hotplug fixesAndrew Morton1-16/+12
2003-04-04kobject: cause /sbin/hotplug to be called when kobjects are added and removedGreg Kroah-Hartman1-8/+162
2003-01-13kobject: export kset_find_obj.Patrick Mochel1-1/+3
2003-01-09kobject: make sure we remove kobject from list if kobject_add() failes.Patrick Mochel1-10/+26
2003-01-09kobject.c fix compile when DEBUG is defined.Patrick Mochel1-2/+2
2003-01-06add kset_find_obj() to search for object in a kset's list.Patrick Mochel1-0/+33
2003-01-05kobjects: Remove kobject::subsys and subsystem::kobj.Patrick Mochel1-10/+12
2003-01-05Introduce struct kset.Patrick Mochel1-27/+93
2003-01-04kobject: Introduce struct kobj_type. Patrick Mochel1-5/+6
2002-12-19kobjects: minor updatesPatrick Mochel1-4/+7
2002-12-01kobjects: don't do cleanup if kobject_add() fails.Patrick Mochel1-2/+1
2002-11-21Allow subsystem to have attributes, too. Patrick Mochel1-0/+34
2002-11-18kobject - expose backend helpers to registration interface.Patrick Mochel1-58/+94
2002-11-18make sure DEBUG is #undef'd so it's really turned offPatrick Mochel1-1/+1
2002-10-31kobject: don't create directory for kobject/subsystem if name is NULL.Patrick Mochel1-5/+8
2002-10-30turn off kobject debugging by default.Patrick Mochel1-1/+1
2002-10-29kobjects: add array of default attributes to subsystems, and create on regist...Patrick Mochel1-1/+40
2002-10-29Introduce struct subsystem.Patrick Mochel1-5/+69
2002-10-29introduce struct kobject: simple, generic object for embedding in other struc...Patrick Mochel1-0/+98