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
2020-06-07
Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-7
/
+7
2020-05-25
kobject: send KOBJ_REMOVE uevent when the object is removed from sysfs
Greg Kroah-Hartman
1
-7
/
+7
2020-04-21
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
1
-2
/
+2
2019-06-19
lib : kobject: fix refcount imblance on kobject_rename
Lin Yi
1
-1
/
+3
2019-05-03
kobject: clean up the kobject add documentation a bit more
Greg Kroah-Hartman
1
-2
/
+6
2019-05-02
kobject: Fix kernel-doc comment first line
Tobin C. Harding
1
-21
/
+22
2019-05-02
kobject: Remove docstring reference to kset
Tobin C. Harding
1
-3
/
+2
2019-05-01
kobject: fix dereference before null check on kobj
Colin Ian King
1
-1
/
+2
2019-04-28
kobject: Improve doc clarity kobject_init_and_add()
Tobin C. Harding
1
-3
/
+6
2019-04-28
kobject: Improve docs for kobject_add/del
Tobin C. Harding
1
-5
/
+12
2019-04-25
kobject: Add support for default attribute groups to kobj_type
Kimberly Brown
1
-0
/
+14
2019-01-22
kobject: make kset_get_ownership() 'static'
Eric Biggers
1
-1
/
+1
2018-12-06
kref/kobject: Improve documentation
Ezequiel Garcia
1
-1
/
+1
2018-08-18
Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2018-07-21
kobject: kset_create_and_add() - fetch ownership info from parent
Dmitry Torokhov
1
-1
/
+8
2018-07-21
sysfs, kobject: allow creating kobject belonging to arbitrary users
Dmitry Torokhov
1
-0
/
+19
2018-07-07
kobject: Replace strncpy with memcpy
Guenter Roeck
1
-1
/
+1
2018-04-23
kobject: don't use WARN for registration failures
Dmitry Vyukov
1
-6
/
+5
2018-03-15
lib/kobject: Join string literals back
Andy Shevchenko
1
-21
/
+18
2018-02-01
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+1
2018-01-23
kobject: Export kobj_ns_grab_current() and kobj_ns_drop()
Bart Van Assche
1
-0
/
+2
2017-12-07
kobject: Remove redundant license text
Greg Kroah-Hartman
1
-3
/
+0
2017-12-07
kobject: add SPDX identifiers to all kobject files
Greg Kroah-Hartman
1
-0
/
+1
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
[next]