Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-19lib : kobject: fix refcount imblance on kobject_renameLin Yi
2019-05-03kobject: clean up the kobject add documentation a bit moreGreg Kroah-Hartman
2019-05-02kobject: Fix kernel-doc comment first lineTobin C. Harding
2019-05-02kobject: Remove docstring reference to ksetTobin C. Harding
2019-05-01kobject: fix dereference before null check on kobjColin Ian King
2019-04-28kobject: Improve doc clarity kobject_init_and_add()Tobin C. Harding
2019-04-28kobject: Improve docs for kobject_add/delTobin C. Harding
2019-04-25kobject: Add support for default attribute groups to kobj_typeKimberly Brown
2019-01-22kobject: make kset_get_ownership() 'static'Eric Biggers
2018-12-06kref/kobject: Improve documentationEzequiel Garcia
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-07-21kobject: kset_create_and_add() - fetch ownership info from parentDmitry Torokhov
2018-07-21sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov
2018-07-07kobject: Replace strncpy with memcpyGuenter Roeck
2018-04-23kobject: don't use WARN for registration failuresDmitry Vyukov
2018-03-15lib/kobject: Join string literals backAndy Shevchenko
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-23kobject: Export kobj_ns_grab_current() and kobj_ns_drop()Bart Van Assche
2017-12-07kobject: Remove redundant license textGreg Kroah-Hartman
2017-12-07kobject: add SPDX identifiers to all kobject filesGreg Kroah-Hartman
2017-03-23kobject: Export kobject_get_unless_zero()Jan Kara
2016-02-10kobject: export kset_find_obj() for module useGabriel Somlo
2015-11-07lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes
2015-10-04kobject: move EXPORT_SYMBOL() macros next to corresponding definitionsGabriel Somlo
2015-07-18include, lib: add __printf attributes to several function prototypesNicolas Iooss
2015-07-01Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-06-26lib/kobject.c: use strreplace()Rasmus Villemoes
2015-06-19lib: export symbol kobject_move()Anand Jain
2015-03-25kobject: WARN as tip when call kobject_get() to a kobject not initializedEthan Zhao
2014-11-07kobject: fix NULL pointer derefernce in kobj_child_ns_opsPankaj Dubey
2014-02-08sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()Tejun Heo
2014-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-01-29kobject: export kobj_sysfs_opsJeff Mahoney
2014-01-09kobject: Fix source code comment spellingBart Van Assche
2014-01-05Revert "kobject: introduce kobj_completion"Greg Kroah-Hartman
2013-12-12kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo
2013-12-09kobject: fix memory leak in kobject_set_name_vargsMaurizio Lombardi
2013-12-08kobject: remove kset from sysfs immediately in kset_unregister()Bjorn Helgaas
2013-12-08kobject: delay kobject release for random timeBjorn Helgaas
2013-11-30sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo
2013-11-28sysfs: drop kobj_ns_type handling, take #2Tejun Heo
2013-11-07Revert "sysfs: drop kobj_ns_type handling"Linus Torvalds
2013-10-12kobject: show debug info on delayed kobject releaseFengguang Wu
2013-10-04kobject: grab an extra reference on kobject->sd to allow duplicate deletesTejun Heo
2013-09-30Merge 3.12-rc3 into driver-core-nextGreg Kroah-Hartman
2013-09-27sysfs: Allow mounting without CONFIG_NETEric W. Biederman
2013-09-27kobject: introduce kobj_completionJeff Mahoney
2013-09-27sysfs: drop kobj_ns_type handlingTejun Heo
2013-09-27sysfs: remove ktype->namespace() invocations in directory codeTejun Heo
2013-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds