index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
kobject.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-08
[PATCH] kset: make ksets have a spinlock, and use that to lock their lists
Greg Kroah-Hartman
1
-0
/
+2
2005-02-01
[PATCH] kobject build fix
Manish Lachwani
1
-0
/
+1
2004-12-21
sysfs: export the /sys/kernel subsystem for people to use.
Greg Kroah-Hartman
1
-0
/
+2
2004-09-29
[PATCH] kobject: add add_hotplug_env_var()
Roland Dreier
1
-1
/
+9
2004-09-14
kevent: standardize on the event types
Greg Kroah-Hartman
1
-24
/
+3
2004-09-10
Kobject Userspace Event Notification
Greg Kroah-Hartman
1
-3
/
+29
2004-09-08
[PATCH] kobject: hotplug_seqnum is not 64 bits on all platforms, so fix it.
Greg Kroah-Hartman
1
-1
/
+1
2004-09-04
[PATCH] export of SEQNUM to userspace (creates /sys/kernel)
Kay Sievers
1
-0
/
+3
2004-09-01
Use "ifdef" rather than "if" to test for __KERNEL__
Linus Torvalds
1
-1
/
+1
2004-08-31
Allow the compiler to notice "constant" header file.
Linus Torvalds
1
-2
/
+4
2004-08-24
kobject: convert struct kobject use kref.
Greg Kroah-Hartman
1
-1
/
+2
2004-08-06
[PATCH] KOBJECT: add kobject_get_path
Robert Love
1
-0
/
+2
2004-05-13
[PATCH] sysfs_rename_dir-cleanup
Maneesh Soni
1
-1
/
+1
2004-03-10
Kobject: add decl_subsys_name() macro for users who want to set the subsystem...
Greg Kroah-Hartman
1
-0
/
+8
2004-01-19
[PATCH] kobject: make kobject hotplug function public
Dmitry Torokhov
1
-0
/
+1
2003-08-28
[kobject] Support unlimited name lengths.
Patrick Mochel
1
-0
/
+9
2003-07-03
[PATCH] kobject: add kobject_rename()
Greg Kroah-Hartman
1
-0
/
+2
2003-06-09
[kobject] Add set_kset_name
Patrick Mochel
1
-0
/
+8
2003-06-03
[kobject] Update Documentation and licenses.
Patrick Mochel
1
-0
/
+9
2003-05-24
Make KOBJ_NAME_LEN bigger, since at least the ieee1394 code
Linus Torvalds
1
-1
/
+1
2003-04-04
kobject: cause /sbin/hotplug to be called when kobjects are added and removed
Greg Kroah-Hartman
1
-1
/
+21
2003-03-02
kobject: fix oops in to_kset()
Patrick Mochel
1
-1
/
+1
2003-01-13
kobject: export kset_find_obj.
Patrick Mochel
1
-1
/
+1
2003-01-12
sysfs: restore count parameter to struct sysfs_ops::store().
Patrick Mochel
1
-1
/
+1
2003-01-09
sysfs: fixup subsystem attributes.
Patrick Mochel
1
-2
/
+2
2003-01-06
add kset_find_obj() to search for object in a kset's list.
Patrick Mochel
1
-0
/
+3
2003-01-05
kobjects: Remove kobject::subsys and subsystem::kobj.
Patrick Mochel
1
-2
/
+52
2003-01-05
Introduce struct kset.
Patrick Mochel
1
-4
/
+51
2003-01-04
kobject: Introduce struct kobj_type.
Patrick Mochel
1
-3
/
+7
2003-01-03
kobject.h - add check that we're being included by other kernel entities.
Patrick Mochel
1
-1
/
+1
2002-12-19
kobjects: minor updates
Patrick Mochel
1
-1
/
+1
2002-11-21
Allow subsystem to have attributes, too.
Patrick Mochel
1
-0
/
+9
2002-11-18
kobject - expose backend helpers to registration interface.
Patrick Mochel
1
-0
/
+4
2002-10-29
driver model: convert devices to use kobjects and sysfs.
Patrick Mochel
1
-1
/
+3
2002-10-29
kobjects: add array of default attributes to subsystems, and create on regist...
Patrick Mochel
1
-0
/
+1
2002-10-29
sysfs: kill struct sysfs_dir.
Patrick Mochel
1
-1
/
+1
2002-10-29
Introduce struct subsystem.
Patrick Mochel
1
-0
/
+26
2002-10-29
sysfs: marry api with struct kobject.
Patrick Mochel
1
-0
/
+1
2002-10-29
introduce struct kobject: simple, generic object for embedding in other struc...
Patrick Mochel
1
-0
/
+29