summaryrefslogtreecommitdiff
path: root/include/linux/kobject.h
AgeCommit message (Expand)Author
2024-02-17kobject: make uevent_seqnum atomicEric Dumazet
2023-08-05kobject: Reorder fields in 'struct kobject'Christophe JAILLET
2023-03-24kobject.h remove extern from function prototypesGreg Kroah-Hartman
2023-01-27kobject: kset_uevent_ops: make uevent() callback take a const *Greg Kroah-Hartman
2022-11-22kobject: kset_uevent_ops: make name() callback take a const *Greg Kroah-Hartman
2022-11-22kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman
2022-11-22kobject: make kobject_namespace take a const *Greg Kroah-Hartman
2022-11-22kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman
2022-10-22kobject: make get_ktype() take a const pointerGreg Kroah-Hartman
2022-10-22kobject: modify kobject_get_path() to take a const *Greg Kroah-Hartman
2022-04-05kobject: kobj_type: remove default_attrsGreg Kroah-Hartman
2022-01-04headers/uninline: Uninline single-use function: kobject_has_children()Ingo Molnar
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman
2021-12-27driver core: make kobj_type constant.Wedson Almeida Filho
2021-11-27kobject: Replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-09-14kobject: unexport kobject_create() in kobject.hQu Wenruo
2020-07-23kobject: remove unused KOBJ_MAX actionGarrit Franke
2020-06-10Merge tag 'for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds
2020-05-28kobject: increase allowed number of uevent variablesSebastian Reichel
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab
2019-04-25kobject: Add support for default attribute groups to kobj_typeKimberly Brown
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-07-20sysfs, kobject: allow creating kobject belonging to arbitrary usersDmitry Torokhov
2018-07-16drivers: core: Remove glue dirs from sysfs earlierBenjamin Herrenschmidt
2017-12-07kobject: Remove redundant license textGreg Kroah-Hartman
2017-12-07kobject: add SPDX identifiers to all kobject filesGreg Kroah-Hartman
2017-08-14Merge 4.13-rc5 into driver-core-nextGreg Kroah-Hartman
2017-07-22Merge branch 'bind_unbind' into driver-core-nextGreg Kroah-Hartman
2017-07-22driver core: emit uevents when device is bound to a driverDmitry Torokhov
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2017-05-25kobject: support passing in variables for synthetic ueventsPeter Rajnoha
2017-03-22kobject: Export kobject_get_unless_zero()Jan Kara
2015-10-04kobject: explain what kobject's sd field isUlf Magnusson
2015-07-17include, lib: add __printf attributes to several function prototypesNicolas Iooss
2014-04-25kobject: Make support for uevent_helper optional.Michael Marineau
2014-04-03kobject: don't block for each kobject_ueventVladimir Davydov
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo
2013-09-26sysfs: remove ktype->namespace() invocations in directory codeTejun Heo
2013-07-25kobject: delayed kobject release: help find buggy driversRussell King
2012-11-28kobject: remove CONFIG_HOTPLUG ifdefsBill Pemberton
2012-09-06kobject: fix oops with "input0: bad kobj_uevent_env content in show_uevent()"Bjørn Mork
2011-12-21kobject: remove kset_find_obj_hinted()Kay Sievers
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-02-18kobject.h: fix build when CONFIG_HOTPLUG is disabledRandy Dunlap
2011-02-03kobject: Add missing format attribute specificationsBart Van Assche
2010-10-22kobject: Introduce kset_find_obj_hinted.Robin Holt
2010-08-23kobject: Break the kobject namespace defs into their own headerDavid Howells
2010-05-21netns: Teach network device kobjects which namespace they are in.Eric W. Biederman