1. a4ca661 kobject: do not copy vargs, just pass them around by Kay Sievers · 16 years ago
  2. 810304d lib: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  3. c6a2a3d Kobject: Replace list_for_each() with list_for_each_entry(). by Robert P. J. Day · 16 years ago
  4. c1ebdae kobject: catch kobjects that are not initialized by Greg Kroah-Hartman · 16 years ago
  5. a4573c4 kobject: properly initialize ksets by Greg Kroah-Hartman · 16 years ago
  6. f70701a kobject: kerneldoc comment fix by Dave Young · 16 years ago
  7. e374a2b Kobject: fix coding style issues in kobject c files by Greg Kroah-Hartman · 16 years ago
  8. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 16 years ago
  9. 528a4bf Kobject: remove kobject_unregister() as no one uses it anymore by Greg Kroah-Hartman · 16 years ago
  10. 78a2d90 Kobject: convert remaining kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 16 years ago
  11. 0f4dafc Kobject: auto-cleanup on final unref by Kay Sievers · 16 years ago
  12. 12e339a Kset: remove kset_add function by Greg Kroah-Hartman · 22 years ago
  13. 6d06adf Kobject: remove kobject_register() by Greg Kroah-Hartman · 16 years ago
  14. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 16 years ago
  15. e1543dd Kobject: remove kobject_init() as no one uses it anymore by Greg Kroah-Hartman · 16 years ago
  16. b2d6db5 Kobject: rename kobject_add_ng() to kobject_add() by Greg Kroah-Hartman · 16 years ago
  17. 9e7bbcc Kobject: remove kobject_add() as no one uses it anymore by Greg Kroah-Hartman · 16 years ago
  18. 09f82ea Kobject: drop child->parent ref at unregistration by Alan Stern · 17 years ago
  19. 9f66fa2 kobject: clean up debugging messages by Greg Kroah-Hartman · 17 years ago
  20. cfb36ff kobject: grab the kset reference in kobject_add, not kobject_init by Greg Kroah-Hartman · 17 years ago
  21. 2fb9113 kobject: remove subsystem_(un)register functions by Greg Kroah-Hartman · 17 years ago
  22. 000f2a4 Driver Core: kill subsys_attribute and default sysfs ops by Kay Sievers · 17 years ago
  23. 386f275 Driver Core: switch all dynamic ksets to kobj_sysfs_ops by Kay Sievers · 17 years ago
  24. 23b5212 Driver Core: add kobj_attribute handling by Kay Sievers · 17 years ago
  25. 43968d2 kobject: get rid of kobject_kset_add_dir by Greg Kroah-Hartman · 17 years ago
  26. 4ff6abf kobject: get rid of kobject_add_dir by Greg Kroah-Hartman · 17 years ago
  27. 3f9e3ee kobject: add kobject_create_and_add function by Greg Kroah-Hartman · 17 years ago
  28. b727c70 kset: add kset_create_and_add function by Greg Kroah-Hartman · 17 years ago
  29. c11c415 kobject: add kobject_init_and_add function by Greg Kroah-Hartman · 17 years ago
  30. 244f6ce kobject: add kobject_add_ng function by Greg Kroah-Hartman · 17 years ago
  31. e86000d kobject: add kobject_init_ng function by Greg Kroah-Hartman · 17 years ago
  32. 18041f4 kobject: make kobject_cleanup be static by Greg Kroah-Hartman · 17 years ago
  33. 663a474 kobject: fix up kobject_set_name to use kvasprintf by Greg Kroah-Hartman · 17 years ago
  34. 7a83d45 kobject: remove incorrect comment in kobject_rename by Greg Kroah-Hartman · 17 years ago
  35. 8c4606b kobject: fix the documentation of how kobject_set_name works by Greg Kroah-Hartman · 17 years ago
  36. 71409a4 kobject: two typo fixes by Johannes Berg · 17 years ago
  37. 34358c2 kobject: check for duplicate names in kobject_rename by Greg Kroah-Hartman · 17 years ago
  38. f0e7e1b kobject: update the copyrights by Greg Kroah-Hartman · 17 years ago
  39. e4bc166 driver core: remove subsystem_init() by Greg Kroah-Hartman · 17 years ago
  40. a4e8b91 sysfs: move sysfs file poll implementation to sysfs_open_dirent by Tejun Heo · 17 years ago
  41. 90bc613 sysfs: Remove first pass at shadow directory support by Eric W. Biederman · 17 years ago
  42. ce2c9cb kobject: remove the static array for the name by Greg Kroah-Hartman · 17 years ago
  43. 1ef4cfa Driver core: remove subsys_get() by Greg Kroah-Hartman · 17 years ago
  44. 6e9d930 Driver core: remove subsys_put() by Greg Kroah-Hartman · 17 years ago
  45. 608e266 sysfs: make kobj point to sysfs_dirent instead of dentry by Tejun Heo · 17 years ago
  46. 80f03e3 Driver core: add missing kset uevent by Kay Sievers · 17 years ago
  47. 5c73a3f kobject: use the proper printk level for kobject error by Greg Kroah-Hartman · 17 years ago
  48. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  49. 2753133 kobject: Comment and warning fixes to kobject.c by Eric W. Biederman · 17 years ago
  50. 4628803 kobject core: remove rwsem from struct subsystem by Greg Kroah-Hartman · 17 years ago
  51. 88db472 kobject: kobject_add() reference leak by Cornelia Huck · 17 years ago
  52. ca2f37d Driver core: notify userspace of network device renames by Jean Tourrilhes · 17 years ago
  53. 460f7e9 kobject: kobject_shadow_add cleanup by Dmitriy Monakhov · 17 years ago
  54. 8640624 driver core: fix namespace issue with devices assigned to classes by Kay Sievers · 17 years ago
  55. 9e993ef kobject: new_device->kref wasn't putted after error in kobject_move() by Dmitriy Monakhov · 17 years ago
  56. 733abe4 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  57. f95d882 PCI/sysfs/kobject kernel-doc fixes by Randy Dunlap · 17 years ago
  58. 1350770 kobject: kobj->k_name verification fix by Martin Stoilov · 17 years ago
  59. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  60. b592fcf sysfs: Shadow directory support by Eric W. Biederman · 17 years ago
  61. b067db4 kobject: kobject_put cleanup by Mariusz Kozlowski · 17 years ago
  62. c744aeae driver core: Allow device_move(dev, NULL). by Cornelia Huck · 17 years ago
  63. 31b9025a Kobject: make kobject apis more robust in handling NULL pointers by Greg Kroah-Hartman · 17 years ago
  64. 4668edc [PATCH] kernel core: replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  65. 8a82472 driver core: Introduce device_move(): move a device to a new parent. by Cornelia Huck · 18 years ago
  66. 80fc9f5 Input: add missing exports to fix modular build by Dmitry Torokhov · 18 years ago
  67. 1018801 kobject: must_check fixes by Randy Dunlap · 18 years ago
  68. 183bd5b [PATCH] kobject: make people pay attention to kobject_add errors by Greg Kroah-Hartman · 18 years ago
  69. ae57a85 [PATCH] kobject: quiet errors in kobject_add by Greg Kroah-Hartman · 18 years ago
  70. 5b3ef14 [PATCH] Kobject: possible cleanups by Adrian Bunk · 18 years ago
  71. 4508a7a [PATCH] sysfs: Allow sysfs attribute files to be pollable by NeilBrown · 18 years ago
  72. 7423172 [PATCH] kobject_add_dir by Jun'ichi Nomura · 18 years ago
  73. dcd0da0 [PATCH] Kobject: provide better warning messages when people do stupid things by Greg Kroah-Hartman · 18 years ago
  74. b365b3d [PATCH] kobject: don't oops on null kobject.name by Chuck Ebbert · 18 years ago
  75. c171fef [PATCH] kobject_add() must have a valid name in order to succeed. by Greg Kroah-Hartman · 18 years ago
  76. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  77. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  78. fd4f2df [PATCH] gfp_t: lib/* by Al Viro · 19 years ago
  79. f3b4f3c [PATCH] Make kobject's name be const char * by Dmitry Torokhov · 19 years ago
  80. 67be2dd [PATCH] DocBook: fix some descriptions by Martin Waitz · 19 years ago
  81. 18c3d52 [PATCH] kobject/hotplug split - kobject add/remove by kay.sievers@vrfy.org · 19 years ago
  82. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago