- ee6d3dd driver core: make kobj_type constant. by Wedson Almeida Filho · 3 years ago
- 8988bac kobject: unexport kobject_create() in kobject.h by Qu Wenruo · 3 years, 4 months ago
- 07ecc66 kobject: Drop unneeded conditional in __kobject_del() by Andy Shevchenko · 4 years, 5 months ago
- 40b8b82 kobject: Restore old behaviour of kobject_del(NULL) by Andy Shevchenko · 4 years, 5 months ago
- 079ad2f kobject: Avoid premature parent object freeing in kobject_cleanup() by Heikki Krogerus · 4 years, 7 months ago
- f558b83 Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 7 months ago
- 0e5596c kobject: send KOBJ_REMOVE uevent when the object is removed from sysfs by Greg Kroah-Hartman · 4 years, 7 months ago
- 0c1bc6b docs: filesystems: fix renamed references by Mauro Carvalho Chehab · 4 years, 9 months ago
- 122f8ec lib : kobject: fix refcount imblance on kobject_rename by Lin Yi · 6 years ago
- 70e16a6 kobject: clean up the kobject add documentation a bit more by Greg Kroah-Hartman · 6 years ago
- ed85634 kobject: Fix kernel-doc comment first line by Tobin C. Harding · 6 years ago
- 8fd7c30 kobject: Remove docstring reference to kset by Tobin C. Harding · 6 years ago
- 3d378dc kobject: fix dereference before null check on kobj by Colin Ian King · 6 years ago
- 1fd7c3b kobject: Improve doc clarity kobject_init_and_add() by Tobin C. Harding · 6 years ago
- 92067f8 kobject: Improve docs for kobject_add/del by Tobin C. Harding · 6 years ago
- aa30f47 kobject: Add support for default attribute groups to kobj_type by Kimberly Brown · 6 years ago
- 7ab35a1 kobject: make kset_get_ownership() 'static' by Eric Biggers · 6 years ago
- 186bddb kref/kobject: Improve documentation by Ezequiel Garcia · 6 years ago
- a18d783 Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
- d028b6f kobject: kset_create_and_add() - fetch ownership info from parent by Dmitry Torokhov · 6 years ago
- 5f81880 sysfs, kobject: allow creating kobject belonging to arbitrary users by Dmitry Torokhov · 6 years ago
- 77d2a24 kobject: Replace strncpy with memcpy by Guenter Roeck · 6 years ago
- 3e14c6a kobject: don't use WARN for registration failures by Dmitry Vyukov · 7 years ago
- 82d1f11 lib/kobject: Join string literals back by Andy Shevchenko · 7 years ago
- 47fcc03 Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
- 172856e kobject: Export kobj_ns_grab_current() and kobj_ns_drop() by Bart Van Assche · 7 years ago
- 045c5f7 kobject: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
- d9d16e1 kobject: add SPDX identifiers to all kobject files by Greg Kroah-Hartman · 7 years ago
- c70c176 kobject: Export kobject_get_unless_zero() by Jan Kara · 8 years ago
- 2fe829a kobject: export kset_find_obj() for module use by Gabriel Somlo · 9 years ago
- f773f32 lib/kobject.c: use kvasprintf_const for formatting ->name by Rasmus Villemoes · 9 years ago
- fa40ae3 kobject: move EXPORT_SYMBOL() macros next to corresponding definitions by Gabriel Somlo · 9 years ago
- 8db1486 include, lib: add __printf attributes to several function prototypes by Nicolas Iooss · 9 years ago
- 043cd04 Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
- 2abf114 lib/kobject.c: use strreplace() by Rasmus Villemoes · 10 years ago
- 24199d2 lib: export symbol kobject_move() by Anand Jain · 10 years ago
- d82d54a kobject: WARN as tip when call kobject_get() to a kobject not initialized by Ethan Zhao · 10 years ago
- 41fb96a kobject: fix NULL pointer derefernce in kobj_child_ns_ops by Pankaj Dubey · 10 years ago
- fa4cd45 sysfs, kobject: add sysfs wrapper for kernfs_enable_ns() by Tejun Heo · 11 years ago
- e7651b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
- 29dfe2d kobject: export kobj_sysfs_ops by Jeff Mahoney · 11 years ago
- 9705710 kobject: Fix source code comment spelling by Bart Van Assche · 11 years ago
- eb4c690 Revert "kobject: introduce kobj_completion" by Greg Kroah-Hartman · 11 years ago
- 324a56e kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordingly by Tejun Heo · 11 years ago
- 020d30f kobject: fix memory leak in kobject_set_name_vargs by Maurizio Lombardi · 11 years ago
- 35a5fe6 kobject: remove kset from sysfs immediately in kset_unregister() by Bjorn Helgaas · 11 years ago
- 89c86a6 kobject: delay kobject release for random time by Bjorn Helgaas · 11 years ago
- 93b2b8e sysfs, kernfs: introduce kernfs_create_dir[_ns]() by Tejun Heo · 11 years ago
- c84a3b2 sysfs: drop kobj_ns_type handling, take #2 by Tejun Heo · 11 years ago
- 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 · 12 years ago
- b7165eb kobject: sanitize argument for format string by Kees Cook · 12 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 · 14 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 · 16 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
- 9f255651 kobject: replace '/' with '!' in name by Kay Sievers · 17 years ago
- 8344b56 PCI: ACPI PCI slot detection driver by Alex Chiang · 17 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
- af5ca3f4 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