index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2017-03-23
kobject: Export kobject_get_unless_zero()
Jan Kara
1
-1
/
+4
2016-02-10
kobject: export kset_find_obj() for module use
Gabriel Somlo
1
-0
/
+1
2015-11-07
lib/kobject.c: use kvasprintf_const for formatting ->name
Rasmus Villemoes
1
-8
/
+22
2015-10-04
kobject: move EXPORT_SYMBOL() macros next to corresponding definitions
Gabriel Somlo
1
-7
/
+5
2015-07-18
include, lib: add __printf attributes to several function prototypes
Nicolas Iooss
1
-2
/
+3
2015-07-01
Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2015-06-26
lib/kobject.c: use strreplace()
Rasmus Villemoes
1
-8
/
+5
2015-06-19
lib: export symbol kobject_move()
Anand Jain
1
-0
/
+1
2015-03-25
kobject: WARN as tip when call kobject_get() to a kobject not initialized
Ethan Zhao
1
-1
/
+6
2014-11-07
kobject: fix NULL pointer derefernce in kobj_child_ns_ops
Pankaj Dubey
1
-1
/
+1
2014-02-08
sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()
Tejun Heo
1
-1
/
+1
2014-01-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-0
/
+1
2014-01-29
kobject: export kobj_sysfs_ops
Jeff Mahoney
1
-0
/
+1
2014-01-09
kobject: Fix source code comment spelling
Bart Van Assche
1
-1
/
+1
2014-01-05
Revert "kobject: introduce kobj_completion"
Greg Kroah-Hartman
1
-50
/
+0
2013-12-12
kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly
Tejun Heo
1
-1
/
+1
2013-12-09
kobject: fix memory leak in kobject_set_name_vargs
Maurizio Lombardi
1
-1
/
+3
2013-12-08
kobject: remove kset from sysfs immediately in kset_unregister()
Bjorn Helgaas
1
-0
/
+1
2013-12-08
kobject: delay kobject release for random time
Bjorn Helgaas
1
-3
/
+6
2013-11-30
sysfs, kernfs: introduce kernfs_create_dir[_ns]()
Tejun Heo
1
-1
/
+1
2013-11-28
sysfs: drop kobj_ns_type handling, take #2
Tejun Heo
1
-5
/
+22
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
[next]