| Commit message (Expand) | Author | Age | Files | Lines |
* | kobject: Drop unneeded conditional in __kobject_del() | Andy Shevchenko | 2020-09-07 | 1 | -3/+0 |
* | kobject: Restore old behaviour of kobject_del(NULL) | Andy Shevchenko | 2020-08-28 | 1 | -1/+5 |
* | kobject: Avoid premature parent object freeing in kobject_cleanup() | Heikki Krogerus | 2020-07-10 | 1 | -10/+23 |
* | Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-06-07 | 1 | -7/+7 |
|\ |
|
| * | kobject: send KOBJ_REMOVE uevent when the object is removed from sysfs | Greg Kroah-Hartman | 2020-05-25 | 1 | -7/+7 |
* | | docs: filesystems: fix renamed references | Mauro Carvalho Chehab | 2020-04-20 | 1 | -2/+2 |
|/ |
|
* | lib : kobject: fix refcount imblance on kobject_rename | Lin Yi | 2019-06-19 | 1 | -1/+3 |
* | kobject: clean up the kobject add documentation a bit more | Greg Kroah-Hartman | 2019-05-03 | 1 | -2/+6 |
* | kobject: Fix kernel-doc comment first line | Tobin C. Harding | 2019-05-02 | 1 | -21/+22 |
* | kobject: Remove docstring reference to kset | Tobin C. Harding | 2019-05-02 | 1 | -3/+2 |
* | kobject: fix dereference before null check on kobj | Colin Ian King | 2019-05-01 | 1 | -1/+2 |
* | kobject: Improve doc clarity kobject_init_and_add() | Tobin C. Harding | 2019-04-28 | 1 | -3/+6 |
* | kobject: Improve docs for kobject_add/del | Tobin C. Harding | 2019-04-28 | 1 | -5/+12 |
* | kobject: Add support for default attribute groups to kobj_type | Kimberly Brown | 2019-04-25 | 1 | -0/+14 |
* | kobject: make kset_get_ownership() 'static' | Eric Biggers | 2019-01-22 | 1 | -1/+1 |
* | kref/kobject: Improve documentation | Ezequiel Garcia | 2018-12-06 | 1 | -1/+1 |
* | Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-08-18 | 1 | -1/+1 |
|\ |
|
| * | kobject: Replace strncpy with memcpy | Guenter Roeck | 2018-07-07 | 1 | -1/+1 |
* | | kobject: kset_create_and_add() - fetch ownership info from parent | Dmitry Torokhov | 2018-07-20 | 1 | -1/+8 |
* | | sysfs, kobject: allow creating kobject belonging to arbitrary users | Dmitry Torokhov | 2018-07-20 | 1 | -0/+19 |
|/ |
|
* | kobject: don't use WARN for registration failures | Dmitry Vyukov | 2018-04-23 | 1 | -6/+5 |
* | lib/kobject: Join string literals back | Andy Shevchenko | 2018-03-15 | 1 | -21/+18 |
* | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2018-02-01 | 1 | -3/+1 |
|\ |
|
| * | kobject: Remove redundant license text | Greg Kroah-Hartman | 2017-12-07 | 1 | -3/+0 |
| * | kobject: add SPDX identifiers to all kobject files | Greg Kroah-Hartman | 2017-12-07 | 1 | -0/+1 |
* | | kobject: Export kobj_ns_grab_current() and kobj_ns_drop() | Bart Van Assche | 2018-01-23 | 1 | -0/+2 |
|/ |
|
* | kobject: Export kobject_get_unless_zero() | Jan Kara | 2017-03-22 | 1 | -1/+4 |
* | kobject: export kset_find_obj() for module use | Gabriel Somlo | 2016-02-09 | 1 | -0/+1 |
* | lib/kobject.c: use kvasprintf_const for formatting ->name | Rasmus Villemoes | 2015-11-06 | 1 | -8/+22 |
* | kobject: move EXPORT_SYMBOL() macros next to corresponding definitions | Gabriel Somlo | 2015-10-04 | 1 | -7/+5 |
* | include, lib: add __printf attributes to several function prototypes | Nicolas Iooss | 2015-07-17 | 1 | -2/+3 |
* | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-06-30 | 1 | -0/+1 |
|\ |
|
| * | lib: export symbol kobject_move() | Anand Jain | 2015-06-19 | 1 | -0/+1 |
* | | lib/kobject.c: use strreplace() | Rasmus Villemoes | 2015-06-25 | 1 | -8/+5 |
|/ |
|
* | kobject: WARN as tip when call kobject_get() to a kobject not initialized | Ethan Zhao | 2015-03-25 | 1 | -1/+6 |
* | kobject: fix NULL pointer derefernce in kobj_child_ns_ops | Pankaj Dubey | 2014-11-07 | 1 | -1/+1 |
* | sysfs, kobject: add sysfs wrapper for kernfs_enable_ns() | Tejun Heo | 2014-02-07 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-01-30 | 1 | -0/+1 |
|\ |
|
| * | kobject: export kobj_sysfs_ops | Jeff Mahoney | 2014-01-28 | 1 | -0/+1 |
* | | kobject: Fix source code comment spelling | Bart Van Assche | 2014-01-08 | 1 | -1/+1 |
* | | Revert "kobject: introduce kobj_completion" | Greg Kroah-Hartman | 2014-01-04 | 1 | -50/+0 |
* | | kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly | Tejun Heo | 2013-12-11 | 1 | -1/+1 |
* | | kobject: fix memory leak in kobject_set_name_vargs | Maurizio Lombardi | 2013-12-08 | 1 | -1/+3 |
* | | kobject: remove kset from sysfs immediately in kset_unregister() | Bjorn Helgaas | 2013-12-07 | 1 | -0/+1 |
* | | kobject: delay kobject release for random time | Bjorn Helgaas | 2013-12-07 | 1 | -3/+6 |
* | | sysfs, kernfs: introduce kernfs_create_dir[_ns]() | Tejun Heo | 2013-11-29 | 1 | -1/+1 |
* | | sysfs: drop kobj_ns_type handling, take #2 | Tejun Heo | 2013-11-27 | 1 | -5/+22 |
|/ |
|
* | Revert "sysfs: drop kobj_ns_type handling" | Linus Torvalds | 2013-11-07 | 1 | -4/+1 |
* | kobject: show debug info on delayed kobject release | Fengguang Wu | 2013-10-11 | 1 | -1/+1 |
* | kobject: grab an extra reference on kobject->sd to allow duplicate deletes | Tejun Heo | 2013-10-03 | 1 | -0/+12 |