aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kobject.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-20docs: filesystems: fix renamed referencesGravatar Mauro Carvalho Chehab 1-1/+1
2019-04-25kobject: Add support for default attribute groups to kobj_typeGravatar Kimberly Brown 1-1/+2
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+17
2018-07-20sysfs, kobject: allow creating kobject belonging to arbitrary usersGravatar Dmitry Torokhov 1-0/+4
2018-07-16drivers: core: Remove glue dirs from sysfs earlierGravatar Benjamin Herrenschmidt 1-0/+17
2017-12-07kobject: Remove redundant license textGravatar Greg Kroah-Hartman 1-2/+0
2017-12-07kobject: add SPDX identifiers to all kobject filesGravatar Greg Kroah-Hartman 1-0/+1
2017-08-14Merge 4.13-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-1/+1
2017-07-22Merge branch 'bind_unbind' into driver-core-nextGravatar Greg Kroah-Hartman 1-0/+2
2017-07-22driver core: emit uevents when device is bound to a driverGravatar Dmitry Torokhov 1-0/+2
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2017-06-30randstruct: Mark various structs for randomizationGravatar Kees Cook 1-1/+1
2017-05-25kobject: support passing in variables for synthetic ueventsGravatar Peter Rajnoha 1-3/+1
2017-03-22kobject: Export kobject_get_unless_zero()Gravatar Jan Kara 1-0/+2
2015-10-04kobject: explain what kobject's sd field isGravatar Ulf Magnusson 1-1/+1
2015-07-17include, lib: add __printf attributes to several function prototypesGravatar Nicolas Iooss 1-2/+3
2014-04-25kobject: Make support for uevent_helper optional.Gravatar Michael Marineau 1-0/+2
2014-04-03kobject: don't block for each kobject_ueventGravatar Vladimir Davydov 1-0/+1
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyGravatar Tejun Heo 1-1/+1
2013-09-26sysfs: remove ktype->namespace() invocations in directory codeGravatar Tejun Heo 1-0/+1
2013-07-25kobject: delayed kobject release: help find buggy driversGravatar Russell King 1-0/+4
2012-11-28kobject: remove CONFIG_HOTPLUG ifdefsGravatar Bill Pemberton 1-18/+0
2012-09-06kobject: fix oops with "input0: bad kobj_uevent_env content in show_uevent()"Gravatar Bjørn Mork 1-1/+1
2011-12-21kobject: remove kset_find_obj_hinted()Gravatar Kay Sievers 1-2/+0
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-14/+12
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-02-18kobject.h: fix build when CONFIG_HOTPLUG is disabledGravatar Randy Dunlap 1-3/+2
2011-02-03kobject: Add missing format attribute specificationsGravatar Bart Van Assche 1-2/+5
2010-10-22kobject: Introduce kset_find_obj_hinted.Gravatar Robin Holt 1-0/+2
2010-08-23kobject: Break the kobject namespace defs into their own headerGravatar David Howells 1-34/+1
2010-05-21netns: Teach network device kobjects which namespace they are in.Gravatar Eric W. Biederman 1-0/+1
2010-05-21sysfs: Comment sysfs directory tagging logicGravatar Serge E. Hallyn 1-0/+11
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Gravatar Eric W. Biederman 1-0/+26
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-2/+2
2010-03-07kobject: Constify struct kset_uevent_opsGravatar Emese Revfy 1-5/+5
2009-03-24Driver core: implement uevent suppress in kobjectGravatar Ming Lei 1-0/+1
2009-03-24driver core: get rid of struct device's bus_id string arrayGravatar Kay Sievers 1-0/+2
2008-07-24mm: create /sys/kernel/mmGravatar Nishanth Aravamudan 1-0/+2
2008-07-21kobject: reorder kobject to save space on 64 bit buildsGravatar Richard Kennedy 1-1/+1
2008-07-21driver core: remove KOBJ_NAME_LEN defineGravatar Kay Sievers 1-1/+0
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersGravatar Robert P. J. Day 1-3/+0
2008-01-24Kobject: fix coding style issues in kobject.hGravatar Greg Kroah-Hartman 1-33/+34
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesGravatar Kay Sievers 1-11/+2
2008-01-24Kobject: remove kobject_unregister() as no one uses it anymoreGravatar Greg Kroah-Hartman 1-2/+0
2008-01-24Kobject: auto-cleanup on final unrefGravatar Kay Sievers 1-0/+5
2008-01-24Kset: remove kset_add functionGravatar Greg Kroah-Hartman 1-1/+0
2008-01-24Kobject: remove kobject_register()Gravatar Greg Kroah-Hartman 1-1/+0
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Gravatar Greg Kroah-Hartman 1-1/+1
2008-01-24Kobject: remove kobject_init() as no one uses it anymoreGravatar Greg Kroah-Hartman 1-1/+0
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Gravatar Greg Kroah-Hartman 1-3/+3