aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kobject.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-17kobject: make uevent_seqnum atomicEric Dumazet1-1/+1
2023-08-05kobject: Reorder fields in 'struct kobject'Christophe JAILLET1-3/+5
2023-03-24kobject.h remove extern from function prototypesGreg Kroah-Hartman1-33/+26
2023-01-27kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman1-1/+1
2022-11-22kobject: kset_uevent_ops: make name() callback take a const *Greg Kroah-Hartman1-1/+1
2022-11-22kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman1-1/+1
2022-11-22kobject: make kobject_namespace take a const *Greg Kroah-Hartman1-1/+1
2022-11-22kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman1-4/+4
2022-10-22kobject: make get_ktype() take a const pointerGreg Kroah-Hartman1-1/+1
2022-10-22kobject: modify kobject_get_path() to take a const *Greg Kroah-Hartman1-1/+1
2022-04-05kobject: kobj_type: remove default_attrsGreg Kroah-Hartman1-1/+0
2022-01-04headers/uninline: Uninline single-use function: kobject_has_children()Ingo Molnar1-17/+0
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman1-4/+3
2021-12-27driver core: make kobj_type constant.Wedson Almeida Filho1-4/+4
2021-11-27kobject: Replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+1
2021-09-14kobject: unexport kobject_create() in kobject.hQu Wenruo1-1/+0
2020-07-23kobject: remove unused KOBJ_MAX actionGarrit Franke1-1/+0
2020-06-10Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds1-1/+1
2020-05-28kobject: increase allowed number of uevent variablesSebastian Reichel1-1/+1
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2019-04-25kobject: Add support for default attribute groups to kobj_typeKimberly Brown1-1/+2
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+17
2018-07-20sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov1-0/+4
2018-07-16drivers: core: Remove glue dirs from sysfs earlierBenjamin Herrenschmidt1-0/+17
2017-12-07kobject: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-12-07kobject: add SPDX identifiers to all kobject filesGreg Kroah-Hartman1-0/+1
2017-08-14Merge 4.13-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+1
2017-07-22Merge branch 'bind_unbind' into driver-core-nextGreg Kroah-Hartman1-0/+2
2017-07-22driver core: emit uevents when device is bound to a driverDmitry Torokhov1-0/+2
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-1/+1
2017-05-25kobject: support passing in variables for synthetic ueventsPeter Rajnoha1-3/+1
2017-03-22kobject: Export kobject_get_unless_zero()Jan Kara1-0/+2
2015-10-04kobject: explain what kobject's sd field isUlf Magnusson1-1/+1
2015-07-17include, lib: add __printf attributes to several function prototypesNicolas Iooss1-2/+3
2014-04-25kobject: Make support for uevent_helper optional.Michael Marineau1-0/+2
2014-04-03kobject: don't block for each kobject_ueventVladimir Davydov1-0/+1
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo1-1/+1
2013-09-26sysfs: remove ktype->namespace() invocations in directory codeTejun Heo1-0/+1
2013-07-25kobject: delayed kobject release: help find buggy driversRussell King1-0/+4
2012-11-28kobject: remove CONFIG_HOTPLUG ifdefsBill Pemberton1-18/+0
2012-09-06kobject: fix oops with "input0: bad kobj_uevent_env content in show_uevent()"Bjørn Mork1-1/+1
2011-12-21kobject: remove kset_find_obj_hinted()Kay Sievers1-2/+0
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-14/+12
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-02-18kobject.h: fix build when CONFIG_HOTPLUG is disabledRandy Dunlap1-3/+2
2011-02-03kobject: Add missing format attribute specificationsBart Van Assche1-2/+5
2010-10-22kobject: Introduce kset_find_obj_hinted.Robin Holt1-0/+2
2010-08-23kobject: Break the kobject namespace defs into their own headerDavid Howells1-34/+1
2010-05-21netns: Teach network device kobjects which namespace they are in.Eric W. Biederman1-0/+1
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn1-0/+11
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman1-0/+26
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-2/+2
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy1-5/+5
2009-03-24Driver core: implement uevent suppress in kobjectMing Lei1-0/+1
2009-03-24driver core: get rid of struct device's bus_id string arrayKay Sievers1-0/+2
2008-07-24mm: create /sys/kernel/mmNishanth Aravamudan1-0/+2
2008-07-21kobject: reorder kobject to save space on 64 bit buildsRichard Kennedy1-1/+1
2008-07-21driver core: remove KOBJ_NAME_LEN defineKay Sievers1-1/+0
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day1-3/+0
2008-01-24Kobject: fix coding style issues in kobject.hGreg Kroah-Hartman1-33/+34
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-11/+2
2008-01-24Kobject: remove kobject_unregister() as no one uses it anymoreGreg Kroah-Hartman1-2/+0
2008-01-24Kobject: auto-cleanup on final unrefKay Sievers1-0/+5
2008-01-24Kset: remove kset_add functionGreg Kroah-Hartman1-1/+0
2008-01-24Kobject: remove kobject_register()Greg Kroah-Hartman1-1/+0
2008-01-24Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman1-1/+1
2008-01-24Kobject: remove kobject_init() as no one uses it anymoreGreg Kroah-Hartman1-1/+0
2008-01-24Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman1-3/+3
2008-01-24Kobject: remove kobject_add() as no one uses it anymoreGreg Kroah-Hartman1-1/+0
2008-01-24driver core: make /sys/power a kobjectGreg Kroah-Hartman1-2/+2
2008-01-24kobject: remove subsystem_(un)register functionsGreg Kroah-Hartman1-3/+0
2008-01-24kobject: convert kernel_kset to be a kobjectGreg Kroah-Hartman1-2/+2
2008-01-24kset: remove decl_subsys macroGreg Kroah-Hartman1-6/+0
2008-01-24firmware: change firmware_kset to firmware_kobjGreg Kroah-Hartman1-2/+2
2008-01-24Driver Core: kill subsys_attribute and default sysfs opsKay Sievers1-9/+0
2008-01-24firmware: export firmware_kset so that people can use that instead of the bra...Greg Kroah-Hartman1-0/+2
2008-01-24Driver Core: add kobj_attribute handlingKay Sievers1-0/+10
2008-01-24kset: convert /sys/power to use kset_createGreg Kroah-Hartman1-0/+2
2008-01-24kobject: convert /sys/hypervisor to use kobject_createGreg Kroah-Hartman1-2/+2
2008-01-24kset: convert kernel_subsys to use kset_createGreg Kroah-Hartman1-2/+2
2008-01-24kset: remove decl_subsys_nameGreg Kroah-Hartman1-5/+0
2008-01-24kobject: get rid of kobject_kset_add_dirGreg Kroah-Hartman1-3/+1
2008-01-24kobject: get rid of kobject_add_dirGreg Kroah-Hartman1-1/+0
2008-01-24kobject: add kobject_create_and_add functionGreg Kroah-Hartman1-0/+3
2008-01-24kset: add kset_create_and_add functionGreg Kroah-Hartman1-1/+3
2008-01-24kobject: remove kobj_set_kset_s as no one is using it anymoreGreg Kroah-Hartman1-18/+0
2008-01-24kobject: remove struct kobj_type from struct ksetGreg Kroah-Hartman1-11/+4
2008-01-24kobject: add kobject_init_and_add functionGreg Kroah-Hartman1-0/+5
2008-01-24kobject: add kobject_add_ng functionGreg Kroah-Hartman1-0/+3
2008-01-24kobject: add kobject_init_ng functionGreg Kroah-Hartman1-0/+1
2008-01-24kobject: make kobject_cleanup be staticGreg Kroah-Hartman1-2/+0
2007-10-12kobject: update the copyrightsGreg Kroah-Hartman1-2/+4
2007-10-12kset: add some kerneldoc to help describe what these strange things areGreg Kroah-Hartman1-16/+17
2007-10-12driver core: remove subsystem_init()Greg Kroah-Hartman1-1/+0
2007-10-12sysfs: move sysfs file poll implementation to sysfs_open_direntTejun Heo1-1/+0
2007-10-12Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUGKay Sievers1-3/+7
2007-10-12sysfs: Remove first pass at shadow directory supportEric W. Biederman1-5/+0
2007-10-12kobject: remove the static array for the nameGreg Kroah-Hartman1-4/+3
2007-10-12Driver core: remove subsys_get()Greg Kroah-Hartman1-7/+0
2007-10-12Driver core: remove subsys_put()Greg Kroah-Hartman1-5/+0
2007-10-12Driver core: remove kset_set_kset_sGreg Kroah-Hartman1-14/+0
2007-10-12Driver core: remove subsys_set_ksetGreg Kroah-Hartman1-13/+0
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-9/+14
2007-07-30kset: kernel-doc cleanupsRandy Dunlap1-12/+11
2007-07-30kobject: put kobject_actions in kobject.hGreg Kroah-Hartman1-0/+3
2007-07-18Driver core: accept all valid action-strings in uevent-triggerKay Sievers1-8/+17
2007-07-11sysfs: make kobj point to sysfs_dirent instead of dentryTejun Heo1-4/+5
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-33/+25
2007-04-27the overdue removal of the mount/umount ueventsAdrian Bunk1-5/+3
2007-04-27kobject core: remove rwsem from struct subsystemGreg Kroah-Hartman1-2/+0
2007-04-27driver core: fix namespace issue with devices assigned to classesKay Sievers1-0/+2
2007-02-07sysfs: Shadow directory supportEric W. Biederman1-0/+4
2006-12-20kobject: kobject_uevent() returns manageable valueAneesh Kumar K.V1-5/+6
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck1-0/+8
2006-09-25add __must_check to device management codeAndrew Morton1-7/+9
2006-08-03PCI: docking station: remove dock ueventsKristen Carlson Accardi1-2/+0
2006-06-27KEVENT: add new uevent for dockKristen Accardi1-0/+2
2006-06-21[PATCH] Driver Core: Add /sys/hypervisor when neededMichael Holzheu1-0/+2
2006-04-27[PATCH] Kobject: possible cleanupsAdrian Bunk1-1/+0
2006-04-27[PATCH] Kobject: fix build errorKay Sievers1-1/+1
2006-04-14[PATCH] sysfs: Allow sysfs attribute files to be pollableNeilBrown1-0/+2
2006-03-20[PATCH] kobject_add_dirJun'ichi Nomura1-0/+2
2006-03-20[PATCH] Kobject: kobject.h: fix a typoAdrian Bunk1-1/+1
2006-02-22Revert mount/umount uevent removalGreg Kroah-Hartman1-2/+4
2006-01-04[PATCH] kobject_uevent CONFIG_NET=n fixakpm@osdl.org1-1/+1
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-21/+19
2006-01-04[PATCH] merge kobject_uevent and kobject_hotplugKay Sievers1-21/+6
2006-01-04[PATCH] remove mount/umount uevents from superblock handlingKay Sievers1-4/+2
2006-01-04[PATCH] remove CONFIG_KOBJECT_UEVENT optionKay Sievers1-1/+34
2005-10-28[PATCH] gfp_t: lib/*Al Viro1-1/+1
2005-06-20[PATCH] kset_hotplug_ops->name shoudl return const char *Dmitry Torokhov1-1/+1
2005-06-20[PATCH] Make kobject's name be const char *Dmitry Torokhov1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+259