summaryrefslogtreecommitdiffstats
path: root/include/linux/kobject.h
Commit message (Expand)AuthorAgeFilesLines
* kobject: Add support for default attribute groups to kobj_typeKimberly Brown2019-04-251-1/+2
* Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-181-0/+17
|\
| * drivers: core: Remove glue dirs from sysfs earlierBenjamin Herrenschmidt2018-07-161-0/+17
* | sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov2018-07-211-0/+4
|/
* kobject: Remove redundant license textGreg Kroah-Hartman2017-12-071-2/+0Star
* kobject: add SPDX identifiers to all kobject filesGreg Kroah-Hartman2017-12-071-0/+1
* Merge 4.13-rc5 into driver-core-nextGreg Kroah-Hartman2017-08-141-1/+1
|\
| * Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-1/+1
| |\
| | * randstruct: Mark various structs for randomizationKees Cook2017-06-301-1/+1
* | | Merge branch 'bind_unbind' into driver-core-nextGreg Kroah-Hartman2017-07-221-0/+2
|\ \ \ | |/ / |/| |
| * | driver core: emit uevents when device is bound to a driverDmitry Torokhov2017-07-221-0/+2
| |/
* / kobject: support passing in variables for synthetic ueventsPeter Rajnoha2017-05-251-3/+1Star
|/
* kobject: Export kobject_get_unless_zero()Jan Kara2017-03-231-0/+2
* kobject: explain what kobject's sd field isUlf Magnusson2015-10-041-1/+1
* include, lib: add __printf attributes to several function prototypesNicolas Iooss2015-07-181-2/+3
* kobject: Make support for uevent_helper optional.Michael Marineau2014-04-251-0/+2
* kobject: don't block for each kobject_ueventVladimir Davydov2014-04-041-0/+1
* kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo2013-12-121-1/+1
* sysfs: remove ktype->namespace() invocations in directory codeTejun Heo2013-09-271-0/+1
* kobject: delayed kobject release: help find buggy driversRussell King2013-07-261-0/+4
* kobject: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-18/+0Star
* kobject: fix oops with "input0: bad kobj_uevent_env content in show_uevent()"Bjørn Mork2012-09-061-1/+1
* kobject: remove kset_find_obj_hinted()Kay Sievers2011-12-221-2/+0Star
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-11-011-14/+12Star
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* kobject.h: fix build when CONFIG_HOTPLUG is disabledRandy Dunlap2011-02-181-3/+2Star
* kobject: Add missing format attribute specificationsBart Van Assche2011-02-041-2/+5
* kobject: Introduce kset_find_obj_hinted.Robin Holt2010-10-221-0/+2
* kobject: Break the kobject namespace defs into their own headerDavid Howells2010-08-241-34/+1Star
* netns: Teach network device kobjects which namespace they are in.Eric W. Biederman2010-05-211-0/+1
* sysfs: Comment sysfs directory tagging logicSerge E. Hallyn2010-05-211-0/+11
* kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman2010-05-211-0/+26
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-081-2/+2
* kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-081-5/+5
* Driver core: implement uevent suppress in kobjectMing Lei2009-03-251-0/+1
* driver core: get rid of struct device's bus_id string arrayKay Sievers2009-03-251-0/+2
* mm: create /sys/kernel/mmNishanth Aravamudan2008-07-241-0/+2
* kobject: reorder kobject to save space on 64 bit buildsRichard Kennedy2008-07-221-1/+1
* driver core: remove KOBJ_NAME_LEN defineKay Sievers2008-07-221-1/+0Star
* Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day2008-04-301-3/+0Star
* Kobject: fix coding style issues in kobject.hGreg Kroah-Hartman2008-01-251-33/+34
* Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-251-11/+2Star
* Kobject: remove kobject_unregister() as no one uses it anymoreGreg Kroah-Hartman2008-01-251-2/+0Star
* Kobject: auto-cleanup on final unrefKay Sievers2008-01-251-0/+5
* Kset: remove kset_add functionGreg Kroah-Hartman2008-01-251-1/+0Star
* Kobject: remove kobject_register()Greg Kroah-Hartman2008-01-251-1/+0Star
* Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-251-1/+1
* Kobject: remove kobject_init() as no one uses it anymoreGreg Kroah-Hartman2008-01-251-1/+0Star
* Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-251-3/+3
* Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman2008-01-251-1/+0Star