summaryrefslogtreecommitdiffstats
path: root/lib/kobject.c
AgeCommit message (Expand)AuthorLines
2019-01-22kobject: make kset_get_ownership() 'static'Eric Biggers-1/+1
2018-12-06kref/kobject: Improve documentationEzequiel Garcia-1/+1
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2018-07-20kobject: kset_create_and_add() - fetch ownership info from parentDmitry Torokhov-1/+8
2018-07-20sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov-0/+19
2018-07-07kobject: Replace strncpy with memcpyGuenter Roeck-1/+1
2018-04-23kobject: don't use WARN for registration failuresDmitry Vyukov-6/+5
2018-03-15lib/kobject: Join string literals backAndy Shevchenko-21/+18
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+1
2018-01-23kobject: Export kobj_ns_grab_current() and kobj_ns_drop()Bart Van Assche-0/+2
2017-12-07kobject: Remove redundant license textGreg Kroah-Hartman-3/+0
2017-12-07kobject: add SPDX identifiers to all kobject filesGreg Kroah-Hartman-0/+1
2017-03-22kobject: Export kobject_get_unless_zero()Jan Kara-1/+4
2016-02-09kobject: export kset_find_obj() for module useGabriel Somlo-0/+1
2015-11-06lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes-8/+22
2015-10-04kobject: move EXPORT_SYMBOL() macros next to corresponding definitionsGabriel Somlo-7/+5
2015-07-17include, lib: add __printf attributes to several function prototypesNicolas Iooss-2/+3
2015-06-30Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2015-06-25lib/kobject.c: use strreplace()Rasmus Villemoes-8/+5
2015-06-19lib: export symbol kobject_move()Anand Jain-0/+1
2015-03-25kobject: WARN as tip when call kobject_get() to a kobject not initializedEthan Zhao-1/+6
2014-11-07kobject: fix NULL pointer derefernce in kobj_child_ns_opsPankaj Dubey-1/+1
2014-02-07sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()Tejun Heo-1/+1
2014-01-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+1
2014-01-28kobject: export kobj_sysfs_opsJeff Mahoney-0/+1
2014-01-08kobject: Fix source code comment spellingBart Van Assche-1/+1
2014-01-04Revert "kobject: introduce kobj_completion"Greg Kroah-Hartman-50/+0
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo-1/+1
2013-12-08kobject: fix memory leak in kobject_set_name_vargsMaurizio Lombardi-1/+3
2013-12-07kobject: remove kset from sysfs immediately in kset_unregister()Bjorn Helgaas-0/+1
2013-12-07kobject: delay kobject release for random timeBjorn Helgaas-3/+6
2013-11-29sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo-1/+1
2013-11-27sysfs: drop kobj_ns_type handling, take #2Tejun Heo-5/+22
2013-11-07Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds-4/+1
2013-10-11kobject: show debug info on delayed kobject releaseFengguang Wu-1/+1
2013-10-03kobject: grab an extra reference on kobject->sd to allow duplicate deletesTejun Heo-0/+12
2013-09-29Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman-4/+1
2013-09-27sysfs: Allow mounting without CONFIG_NETEric W. Biederman-4/+1
2013-09-26kobject: introduce kobj_completionJeff Mahoney-0/+50
2013-09-26sysfs: drop kobj_ns_type handlingTejun Heo-1/+4
2013-09-26sysfs: remove ktype->namespace() invocations in directory codeTejun Heo-4/+24
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-0/+15
2013-08-28sysfs: Restrict mounting sysfsEric W. Biederman-0/+15
2013-07-25kobject: delayed kobject release: help find buggy driversRussell King-3/+19
2013-06-07kobject: sanitize argument for format stringKees Cook-1/+1
2013-05-07kref: minor cleanupAnatol Pomozov-1/+1
2013-04-13kobject: fix kset_find_obj() race with concurrent last kobject_put()Linus Torvalds-1/+8
2012-05-07kobject: fix the uncorrect commentZhi Yong Wu-1/+1
2012-05-02Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman-7/+7
2012-04-23lib/kobject.c : Remove redundant check in create_diryan-7/+5