Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f728019bb72e655680c02ad1829323054a8e875f
/
include
/
linux
/
kobject.h
b3e8d7b
kobject: remove kset_find_obj_hinted()
by Kay Sievers
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
b38360a
kobject.h: fix build when CONFIG_HOTPLUG is disabled
by Randy Dunlap
· 14 years ago
9b99b7f
kobject: Add missing format attribute specifications
by Bart Van Assche
· 14 years ago
c25d1df
kobject: Introduce kset_find_obj_hinted.
by Robin Holt
· 14 years ago
8488a38
kobject: Break the kobject namespace defs into their own header
by David Howells
· 14 years ago
608b4b9
netns: Teach network device kobjects which namespace they are in.
by Eric W. Biederman
· 15 years ago
be867b1
sysfs: Comment sysfs directory tagging logic
by Serge E. Hallyn
· 15 years ago
bc451f2
kobj: Add basic infrastructure for dealing with namespaces.
by Eric W. Biederman
· 15 years ago
52cf25d
Driver core: Constify struct sysfs_ops in struct kobj_type
by Emese Revfy
· 15 years ago
9cd4361
kobject: Constify struct kset_uevent_ops
by Emese Revfy
· 15 years ago
f67f129
Driver core: implement uevent suppress in kobject
by Ming Lei
· 16 years ago
1fa5ae8
driver core: get rid of struct device's bus_id string array
by Kay Sievers
· 16 years ago
ff7ea79
mm: create /sys/kernel/mm
by Nishanth Aravamudan
· 16 years ago
a231934
kobject: reorder kobject to save space on 64 bit builds
by Richard Kennedy
· 16 years ago
aab0de2
driver core: remove KOBJ_NAME_LEN define
by Kay Sievers
· 17 years ago
735643e
Remove "#ifdef __KERNEL__" checks from unexported headers
by Robert P. J. Day
· 17 years ago
79a6ee4
Kobject: fix coding style issues in kobject.h
by Greg Kroah-Hartman
· 17 years ago
af5ca3f
Driver core: change sysdev classes to use dynamic kobject names
by Kay Sievers
· 17 years ago
528a4bf
Kobject: remove kobject_unregister() as no one uses it anymore
by Greg Kroah-Hartman
· 17 years ago
0f4dafc
Kobject: auto-cleanup on final unref
by Kay Sievers
· 17 years ago
12e339a
Kset: remove kset_add function
by Greg Kroah-Hartman
· 23 years ago
6d06adf
Kobject: remove kobject_register()
by Greg Kroah-Hartman
· 17 years ago
f9cb074
Kobject: rename kobject_init_ng() to kobject_init()
by Greg Kroah-Hartman
· 17 years ago
e1543dd
Kobject: remove kobject_init() as no one uses it anymore
by Greg Kroah-Hartman
· 17 years ago
b2d6db5
Kobject: rename kobject_add_ng() to kobject_add()
by Greg Kroah-Hartman
· 17 years ago
9e7bbcc
Kobject: remove kobject_add() as no one uses it anymore
by Greg Kroah-Hartman
· 17 years ago
d76e15f
driver core: make /sys/power a kobject
by Greg Kroah-Hartman
· 17 years ago
2fb9113
kobject: remove subsystem_(un)register functions
by Greg Kroah-Hartman
· 17 years ago
0ff21e4
kobject: convert kernel_kset to be a kobject
by Greg Kroah-Hartman
· 17 years ago
5c03c7a
kset: remove decl_subsys macro
by Greg Kroah-Hartman
· 17 years ago
f62ed9e
firmware: change firmware_kset to firmware_kobj
by Greg Kroah-Hartman
· 17 years ago
000f2a4
Driver Core: kill subsys_attribute and default sysfs ops
by Kay Sievers
· 17 years ago
9e5f7f9
firmware: export firmware_kset so that people can use that instead of the braindead firmware_register interface
by Greg Kroah-Hartman
· 17 years ago
23b5212
Driver Core: add kobj_attribute handling
by Kay Sievers
· 17 years ago
039a5dc
kset: convert /sys/power to use kset_create
by Greg Kroah-Hartman
· 17 years ago
2d72fc0
kobject: convert /sys/hypervisor to use kobject_create
by Greg Kroah-Hartman
· 17 years ago
bd35b93
kset: convert kernel_subsys to use kset_create
by Greg Kroah-Hartman
· 17 years ago
e5e38a8
kset: remove decl_subsys_name
by Greg Kroah-Hartman
· 17 years ago
43968d2
kobject: get rid of kobject_kset_add_dir
by Greg Kroah-Hartman
· 17 years ago
4ff6abf
kobject: get rid of kobject_add_dir
by Greg Kroah-Hartman
· 17 years ago
3f9e3ee
kobject: add kobject_create_and_add function
by Greg Kroah-Hartman
· 17 years ago
b727c70
kset: add kset_create_and_add function
by Greg Kroah-Hartman
· 17 years ago
12d03da
kobject: remove kobj_set_kset_s as no one is using it anymore
by Greg Kroah-Hartman
· 17 years ago
3514fac
kobject: remove struct kobj_type from struct kset
by Greg Kroah-Hartman
· 17 years ago
c11c415
kobject: add kobject_init_and_add function
by Greg Kroah-Hartman
· 17 years ago
244f6ce
kobject: add kobject_add_ng function
by Greg Kroah-Hartman
· 17 years ago
e86000d
kobject: add kobject_init_ng function
by Greg Kroah-Hartman
· 17 years ago
18041f4
kobject: make kobject_cleanup be static
by Greg Kroah-Hartman
· 17 years ago
f0e7e1b
kobject: update the copyrights
by Greg Kroah-Hartman
· 17 years ago
6adf755
kset: add some kerneldoc to help describe what these strange things are
by Greg Kroah-Hartman
· 17 years ago
e4bc166
driver core: remove subsystem_init()
by Greg Kroah-Hartman
· 17 years ago
a4e8b91
sysfs: move sysfs file poll implementation to sysfs_open_dirent
by Tejun Heo
· 17 years ago
5c5daf6
Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUG
by Kay Sievers
· 17 years ago
90bc613
sysfs: Remove first pass at shadow directory support
by Eric W. Biederman
· 17 years ago
ce2c9cb
kobject: remove the static array for the name
by Greg Kroah-Hartman
· 17 years ago
1ef4cfa
Driver core: remove subsys_get()
by Greg Kroah-Hartman
· 17 years ago
6e9d930
Driver core: remove subsys_put()
by Greg Kroah-Hartman
· 17 years ago
27f20e5
Driver core: remove kset_set_kset_s
by Greg Kroah-Hartman
· 17 years ago
d6b05b8
Driver core: remove subsys_set_kset
by Greg Kroah-Hartman
· 17 years ago
7eff2e7
Driver core: change add_uevent_var to use a struct
by Kay Sievers
· 17 years ago
a561564
kset: kernel-doc cleanups
by Randy Dunlap
· 17 years ago
ff2ee8c
kobject: put kobject_actions in kobject.h
by Greg Kroah-Hartman
· 23 years ago
60a96a5
Driver core: accept all valid action-strings in uevent-trigger
by Kay Sievers
· 17 years ago
608e266
sysfs: make kobj point to sysfs_dirent instead of dentry
by Tejun Heo
· 17 years ago
823bccf
remove "struct subsystem" as it is no longer needed
by Greg Kroah-Hartman
· 18 years ago
3106d46
the overdue removal of the mount/umount uevents
by Adrian Bunk
· 18 years ago
4628803
kobject core: remove rwsem from struct subsystem
by Greg Kroah-Hartman
· 18 years ago
8640624
driver core: fix namespace issue with devices assigned to classes
by Kay Sievers
· 18 years ago
b592fcf
sysfs: Shadow directory support
by Eric W. Biederman
· 18 years ago
542cfce
kobject: kobject_uevent() returns manageable value
by Aneesh Kumar K.V
· 18 years ago
8a82472
driver core: Introduce device_move(): move a device to a new parent.
by Cornelia Huck
· 18 years ago
4a7fb63
add __must_check to device management code
by Andrew Morton
· 18 years ago
5669021
PCI: docking station: remove dock uevents
by Kristen Carlson Accardi
· 18 years ago
a6a888b
KEVENT: add new uevent for dock
by Kristen Accardi
· 18 years ago
4039483
[PATCH] Driver Core: Add /sys/hypervisor when needed
by Michael Holzheu
· 18 years ago
5b3ef14
[PATCH] Kobject: possible cleanups
by Adrian Bunk
· 19 years ago
4d17ffd
[PATCH] Kobject: fix build error
by Kay Sievers
· 19 years ago
4508a7a
[PATCH] sysfs: Allow sysfs attribute files to be pollable
by NeilBrown
· 19 years ago
7423172
[PATCH] kobject_add_dir
by Jun'ichi Nomura
· 19 years ago
22f98c0
[PATCH] Kobject: kobject.h: fix a typo
by Adrian Bunk
· 19 years ago
fa67576
Revert mount/umount uevent removal
by Greg Kroah-Hartman
· 19 years ago
f743ca5
[PATCH] kobject_uevent CONFIG_NET=n fix
by akpm@osdl.org
· 19 years ago
312c004
[PATCH] driver core: replace "hotplug" by "uevent"
by Kay Sievers
· 19 years ago
5f123fb
[PATCH] merge kobject_uevent and kobject_hotplug
by Kay Sievers
· 19 years ago
033b96f
[PATCH] remove mount/umount uevents from superblock handling
by Kay Sievers
· 19 years ago
0296b22
[PATCH] remove CONFIG_KOBJECT_UEVENT option
by Kay Sievers
· 19 years ago
fd4f2df
[PATCH] gfp_t: lib/*
by Al Viro
· 19 years ago
419cab3
[PATCH] kset_hotplug_ops->name shoudl return const char *
by Dmitry Torokhov
· 20 years ago
f3b4f3c
[PATCH] Make kobject's name be const char *
by Dmitry Torokhov
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago