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
/
lib
/
kobject.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-07
Revert "sysfs: drop kobj_ns_type handling"
Linus Torvalds
1
-4
/
+1
2013-10-12
kobject: show debug info on delayed kobject release
Fengguang Wu
1
-1
/
+1
2013-10-04
kobject: grab an extra reference on kobject->sd to allow duplicate deletes
Tejun Heo
1
-0
/
+12
2013-09-30
Merge 3.12-rc3 into driver-core-next
Greg Kroah-Hartman
1
-4
/
+1
2013-09-27
sysfs: Allow mounting without CONFIG_NET
Eric W. Biederman
1
-4
/
+1
2013-09-27
kobject: introduce kobj_completion
Jeff Mahoney
1
-0
/
+50
2013-09-27
sysfs: drop kobj_ns_type handling
Tejun Heo
1
-1
/
+4
2013-09-27
sysfs: remove ktype->namespace() invocations in directory code
Tejun Heo
1
-4
/
+24
2013-09-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-0
/
+15
2013-08-29
sysfs: Restrict mounting sysfs
Eric W. Biederman
1
-0
/
+15
2013-07-26
kobject: delayed kobject release: help find buggy drivers
Russell King
1
-3
/
+19
2013-06-08
kobject: sanitize argument for format string
Kees Cook
1
-1
/
+1
2013-05-08
kref: minor cleanup
Anatol Pomozov
1
-1
/
+1
2013-04-14
kobject: fix kset_find_obj() race with concurrent last kobject_put()
Linus Torvalds
1
-1
/
+8
2012-05-08
kobject: fix the uncorrect comment
Zhi Yong Wu
1
-1
/
+1
2012-05-03
Merge 3.4-rc5 into driver-core-next
Greg Kroah-Hartman
1
-7
/
+7
2012-04-24
lib/kobject.c : Remove redundant check in create_dir
yan
1
-7
/
+5
2012-04-11
kobject: provide more diagnostic info for kobject_add_internal() failures
Dan Williams
1
-7
/
+7
2012-03-08
lib: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2011-12-22
kobject: remove kset_find_obj_hinted()
Kay Sievers
1
-37
/
+0
2011-06-13
Delay struct net freeing while there's a sysfs instance refering to it
Al Viro
1
-17
/
+9
2010-10-22
kobject: Introduce kset_find_obj_hinted.
Robin Holt
1
-0
/
+39
2010-05-21
sysfs: Comment sysfs directory tagging logic
Serge E. Hallyn
1
-0
/
+11
2010-05-21
sysfs: Implement sysfs tagged directory support.
Eric W. Biederman
1
-0
/
+1
2010-05-21
kobj: Add basic infrastructure for dealing with namespaces.
Eric W. Biederman
1
-0
/
+103
2010-03-08
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
1
-1
/
+1
2010-03-08
kobject: Constify struct kset_uevent_ops
Emese Revfy
1
-2
/
+2
2009-06-16
kobject: make kset_create check kobject_set_name return value
Dave Young
1
-1
/
+6
2009-04-20
driver: dont update dev_name via device_add path
Kay Sievers
1
-0
/
+3
2009-03-25
driver core: get rid of struct device's bus_id string array
Kay Sievers
1
-1
/
+1
2008-10-16
kobject: Cleanup kobject_rename and !CONFIG_SYSFS
Eric W. Biederman
1
-2
/
+15
2008-10-16
kobject: Fix kobject_rename and !CONFIG_SYSFS
Eric W. Biederman
1
-13
/
+5
2008-08-21
kobject: Replace ALL occurrences of '/' with '!' instead of only the first one.
Ingo Oeser
1
-2
/
+1
2008-07-25
Example use of WARN()
Arjan van de Ven
1
-6
/
+3
2008-07-22
kobject: replace '/' with '!' in name
Kay Sievers
1
-2
/
+8
2008-06-11
PCI: ACPI PCI slot detection driver
Alex Chiang
1
-0
/
+1
2008-05-01
kobject: do not copy vargs, just pass them around
Kay Sievers
1
-20
/
+8
2008-04-30
lib: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-8
/
+8
2008-04-20
Kobject: Replace list_for_each() with list_for_each_entry().
Robert P. J. Day
1
-8
/
+2
2008-04-20
kobject: catch kobjects that are not initialized
Greg Kroah-Hartman
1
-1
/
+8
2008-03-05
kobject: properly initialize ksets
Greg Kroah-Hartman
1
-6
/
+5
2008-02-03
kobject: kerneldoc comment fix
Dave Young
1
-1
/
+1
2008-01-25
Kobject: fix coding style issues in kobject c files
Greg Kroah-Hartman
1
-75
/
+64
2008-01-25
Driver core: change sysdev classes to use dynamic kobject names
Kay Sievers
1
-9
/
+5
2008-01-25
Kobject: remove kobject_unregister() as no one uses it anymore
Greg Kroah-Hartman
1
-17
/
+0
2008-01-25
Kobject: convert remaining kobject_unregister() to kobject_put()
Greg Kroah-Hartman
1
-2
/
+2
2008-01-25
Kobject: auto-cleanup on final unref
Kay Sievers
1
-74
/
+96
2008-01-25
Kset: remove kset_add function
Greg Kroah-Hartman
1
-12
/
+1
2008-01-25
Kobject: remove kobject_register()
Greg Kroah-Hartman
1
-18
/
+0
2008-01-25
Kobject: rename kobject_init_ng() to kobject_init()
Greg Kroah-Hartman
1
-7
/
+7
[next]