index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
kobject.h
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-25
kobject: get rid of kobject_add_dir
Greg Kroah-Hartman
1
-1
/
+0
2008-01-25
kobject: add kobject_create_and_add function
Greg Kroah-Hartman
1
-0
/
+3
2008-01-25
kset: add kset_create_and_add function
Greg Kroah-Hartman
1
-1
/
+3
2008-01-25
kobject: remove kobj_set_kset_s as no one is using it anymore
Greg Kroah-Hartman
1
-18
/
+0
2008-01-25
kobject: remove struct kobj_type from struct kset
Greg Kroah-Hartman
1
-11
/
+4
2008-01-25
kobject: add kobject_init_and_add function
Greg Kroah-Hartman
1
-0
/
+5
2008-01-25
kobject: add kobject_add_ng function
Greg Kroah-Hartman
1
-0
/
+3
2008-01-25
kobject: add kobject_init_ng function
Greg Kroah-Hartman
1
-0
/
+1
2008-01-25
kobject: make kobject_cleanup be static
Greg Kroah-Hartman
1
-2
/
+0
2007-10-13
kobject: update the copyrights
Greg Kroah-Hartman
1
-2
/
+4
2007-10-13
kset: add some kerneldoc to help describe what these strange things are
Greg Kroah-Hartman
1
-16
/
+17
2007-10-13
driver core: remove subsystem_init()
Greg Kroah-Hartman
1
-1
/
+0
2007-10-13
sysfs: move sysfs file poll implementation to sysfs_open_dirent
Tejun Heo
1
-1
/
+0
2007-10-13
Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUG
Kay Sievers
1
-3
/
+7
2007-10-13
sysfs: Remove first pass at shadow directory support
Eric W. Biederman
1
-5
/
+0
2007-10-13
kobject: remove the static array for the name
Greg Kroah-Hartman
1
-4
/
+3
2007-10-13
Driver core: remove subsys_get()
Greg Kroah-Hartman
1
-7
/
+0
2007-10-13
Driver core: remove subsys_put()
Greg Kroah-Hartman
1
-5
/
+0
2007-10-13
Driver core: remove kset_set_kset_s
Greg Kroah-Hartman
1
-14
/
+0
2007-10-13
Driver core: remove subsys_set_kset
Greg Kroah-Hartman
1
-13
/
+0
2007-10-13
Driver core: change add_uevent_var to use a struct
Kay Sievers
1
-9
/
+14
2007-07-31
kset: kernel-doc cleanups
Randy Dunlap
1
-12
/
+11
2007-07-31
kobject: put kobject_actions in kobject.h
Greg Kroah-Hartman
1
-0
/
+3
2007-07-19
Driver core: accept all valid action-strings in uevent-trigger
Kay Sievers
1
-8
/
+17
2007-07-12
sysfs: make kobj point to sysfs_dirent instead of dentry
Tejun Heo
1
-4
/
+5
2007-05-03
remove "struct subsystem" as it is no longer needed
Greg Kroah-Hartman
1
-33
/
+25
2007-04-27
the overdue removal of the mount/umount uevents
Adrian Bunk
1
-5
/
+3
2007-04-27
kobject core: remove rwsem from struct subsystem
Greg Kroah-Hartman
1
-2
/
+0
2007-04-27
driver core: fix namespace issue with devices assigned to classes
Kay Sievers
1
-0
/
+2
2007-02-07
sysfs: Shadow directory support
Eric W. Biederman
1
-0
/
+4
2006-12-20
kobject: kobject_uevent() returns manageable value
Aneesh Kumar K.V
1
-5
/
+6
2006-12-02
driver core: Introduce device_move(): move a device to a new parent.
Cornelia Huck
1
-0
/
+8
2006-09-26
add __must_check to device management code
Andrew Morton
1
-7
/
+9
2006-08-04
PCI: docking station: remove dock uevents
Kristen Carlson Accardi
1
-2
/
+0
2006-06-27
KEVENT: add new uevent for dock
Kristen Accardi
1
-0
/
+2
2006-06-21
[PATCH] Driver Core: Add /sys/hypervisor when needed
Michael Holzheu
1
-0
/
+2
2006-04-28
[PATCH] Kobject: possible cleanups
Adrian Bunk
1
-1
/
+0
2006-04-28
[PATCH] Kobject: fix build error
Kay Sievers
1
-1
/
+1
2006-04-14
[PATCH] sysfs: Allow sysfs attribute files to be pollable
NeilBrown
1
-0
/
+2
2006-03-21
[PATCH] kobject_add_dir
Jun'ichi Nomura
1
-0
/
+2
2006-03-21
[PATCH] Kobject: kobject.h: fix a typo
Adrian Bunk
1
-1
/
+1
2006-02-22
Revert mount/umount uevent removal
Greg Kroah-Hartman
1
-2
/
+4
2006-01-05
[PATCH] kobject_uevent CONFIG_NET=n fix
akpm@osdl.org
1
-1
/
+1
2006-01-05
[PATCH] driver core: replace "hotplug" by "uevent"
Kay Sievers
1
-21
/
+19
2006-01-05
[PATCH] merge kobject_uevent and kobject_hotplug
Kay Sievers
1
-21
/
+6
2006-01-05
[PATCH] remove mount/umount uevents from superblock handling
Kay Sievers
1
-4
/
+2
2006-01-05
[PATCH] remove CONFIG_KOBJECT_UEVENT option
Kay Sievers
1
-1
/
+34
2005-10-28
[PATCH] gfp_t: lib/*
Al Viro
1
-1
/
+1
2005-06-21
[PATCH] kset_hotplug_ops->name shoudl return const char *
Dmitry Torokhov
1
-1
/
+1
2005-06-21
[PATCH] Make kobject's name be const char *
Dmitry Torokhov
1
-3
/
+3
[prev]
[next]