Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b52fa7bc5dc9697fb5983727d276dd565d85a8d0
/
lib
/
kobject.c
a1212d2
Revert "sysfs: drop kobj_ns_type handling"
by Linus Torvalds
· 11 years ago
1461c5b
kobject: show debug info on delayed kobject release
by Fengguang Wu
· 11 years ago
26ea12d
kobject: grab an extra reference on kobject->sd to allow duplicate deletes
by Tejun Heo
· 11 years ago
88502b9
Merge 3.12-rc3 into driver-core-next
by Greg Kroah-Hartman
· 11 years ago
730d7d3
sysfs: Allow mounting without CONFIG_NET
by Eric W. Biederman
· 11 years ago
eee0316
kobject: introduce kobj_completion
by Jeff Mahoney
· 11 years ago
cb26a31
sysfs: drop kobj_ns_type handling
by Tejun Heo
· 11 years ago
e34ff49
sysfs: remove ktype->namespace() invocations in directory code
by Tejun Heo
· 11 years ago
c7c4591
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 11 years ago
7dc5dbc
sysfs: Restrict mounting sysfs
by Eric W. Biederman
· 12 years ago
c817a67
kobject: delayed kobject release: help find buggy drivers
by Russell King
· 11 years ago
b7165eb
kobject: sanitize argument for format string
by Kees Cook
· 11 years ago
2d864e4
kref: minor cleanup
by Anatol Pomozov
· 12 years ago
a49b7e8
kobject: fix kset_find_obj() race with concurrent last kobject_put()
by Linus Torvalds
· 12 years ago
9ff1f83
kobject: fix the uncorrect comment
by Zhi Yong Wu
· 13 years ago
eb15742
Merge 3.4-rc5 into driver-core-next
by Greg Kroah-Hartman
· 13 years ago
6b96061
lib/kobject.c : Remove redundant check in create_dir
by yan
· 13 years ago
282029c
kobject: provide more diagnostic info for kobject_add_internal() failures
by Dan Williams
· 13 years ago
8bc3bcc
lib: reduce the use of module.h wherever possible
by Paul Gortmaker
· 13 years ago
b3e8d7b
kobject: remove kset_find_obj_hinted()
by Kay Sievers
· 13 years ago
a685e08
Delay struct net freeing while there's a sysfs instance refering to it
by Al Viro
· 13 years ago
c25d1df
kobject: Introduce kset_find_obj_hinted.
by Robin Holt
· 14 years ago
be867b1
sysfs: Comment sysfs directory tagging logic
by Serge E. Hallyn
· 15 years ago
3ff195b
sysfs: Implement sysfs tagged directory support.
by Eric W. Biederman
· 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
d9cd8f3
kobject: make kset_create check kobject_set_name return value
by Dave Young
· 15 years ago
8a577ff
driver: dont update dev_name via device_add path
by Kay Sievers
· 16 years ago
1fa5ae8
driver core: get rid of struct device's bus_id string array
by Kay Sievers
· 16 years ago
0b4a4fe
kobject: Cleanup kobject_rename and !CONFIG_SYSFS
by Eric W. Biederman
· 16 years ago
030c1d2
kobject: Fix kobject_rename and !CONFIG_SYSFS
by Eric W. Biederman
· 17 years ago
25fdeb3
kobject: Replace ALL occurrences of '/' with '!' instead of only the first one.
by Ingo Oeser
· 16 years ago
d955c78
Example use of WARN()
by Arjan van de Ven
· 16 years ago
9f25565
kobject: replace '/' with '!' in name
by Kay Sievers
· 17 years ago
8344b56
PCI: ACPI PCI slot detection driver
by Alex Chiang
· 16 years ago
a4ca661
kobject: do not copy vargs, just pass them around
by Kay Sievers
· 17 years ago
810304d
lib: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
c6a2a3d
Kobject: Replace list_for_each() with list_for_each_entry().
by Robert P. J. Day
· 17 years ago
c1ebdae
kobject: catch kobjects that are not initialized
by Greg Kroah-Hartman
· 17 years ago
a4573c4
kobject: properly initialize ksets
by Greg Kroah-Hartman
· 17 years ago
f70701a
kobject: kerneldoc comment fix
by Dave Young
· 17 years ago
e374a2b
Kobject: fix coding style issues in kobject c files
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
78a2d90
Kobject: convert remaining kobject_unregister() to kobject_put()
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
09f82ea
Kobject: drop child->parent ref at unregistration
by Alan Stern
· 17 years ago
9f66fa2
kobject: clean up debugging messages
by Greg Kroah-Hartman
· 17 years ago
cfb36ff
kobject: grab the kset reference in kobject_add, not kobject_init
by Greg Kroah-Hartman
· 17 years ago
2fb9113
kobject: remove subsystem_(un)register functions
by Greg Kroah-Hartman
· 17 years ago
000f2a4
Driver Core: kill subsys_attribute and default sysfs ops
by Kay Sievers
· 17 years ago
386f275
Driver Core: switch all dynamic ksets to kobj_sysfs_ops
by Kay Sievers
· 17 years ago
23b5212
Driver Core: add kobj_attribute handling
by Kay Sievers
· 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
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
663a474
kobject: fix up kobject_set_name to use kvasprintf
by Greg Kroah-Hartman
· 17 years ago
7a83d45
kobject: remove incorrect comment in kobject_rename
by Greg Kroah-Hartman
· 17 years ago
8c4606b
kobject: fix the documentation of how kobject_set_name works
by Greg Kroah-Hartman
· 17 years ago
71409a4
kobject: two typo fixes
by Johannes Berg
· 17 years ago
34358c2
kobject: check for duplicate names in kobject_rename
by Greg Kroah-Hartman
· 17 years ago
f0e7e1b
kobject: update the copyrights
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
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
608e266
sysfs: make kobj point to sysfs_dirent instead of dentry
by Tejun Heo
· 17 years ago
80f03e3
Driver core: add missing kset uevent
by Kay Sievers
· 17 years ago
5c73a3f
kobject: use the proper printk level for kobject error
by Greg Kroah-Hartman
· 17 years ago
823bccf
remove "struct subsystem" as it is no longer needed
by Greg Kroah-Hartman
· 18 years ago
2753133
kobject: Comment and warning fixes to kobject.c
by Eric W. Biederman
· 18 years ago
4628803
kobject core: remove rwsem from struct subsystem
by Greg Kroah-Hartman
· 18 years ago
88db472
kobject: kobject_add() reference leak
by Cornelia Huck
· 18 years ago
ca2f37d
Driver core: notify userspace of network device renames
by Jean Tourrilhes
· 18 years ago
460f7e9
kobject: kobject_shadow_add cleanup
by Dmitriy Monakhov
· 18 years ago
8640624
driver core: fix namespace issue with devices assigned to classes
by Kay Sievers
· 18 years ago
9e993ef
kobject: new_device->kref wasn't putted after error in kobject_move()
by Dmitriy Monakhov
· 18 years ago
733abe4
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
by Linus Torvalds
· 18 years ago
f95d882
PCI/sysfs/kobject kernel-doc fixes
by Randy Dunlap
· 18 years ago
1350770
kobject: kobj->k_name verification fix
by Martin Stoilov
· 18 years ago
72fd4a3
[PATCH] Numerous fixes to kernel-doc info in source files.
by Robert P. J. Day
· 18 years ago
b592fcf
sysfs: Shadow directory support
by Eric W. Biederman
· 18 years ago
b067db4
kobject: kobject_put cleanup
by Mariusz Kozlowski
· 18 years ago
c744aeae
driver core: Allow device_move(dev, NULL).
by Cornelia Huck
· 18 years ago
31b9025a
Kobject: make kobject apis more robust in handling NULL pointers
by Greg Kroah-Hartman
· 18 years ago
4668edc
[PATCH] kernel core: replace kmalloc+memset with kzalloc
by Burman Yan
· 18 years ago
Next »