1. 71da890 rtc: use class iteration api by Dave Young · 16 years ago
  2. 443cad9 power supply : use class iteration api by Dave Young · 16 years ago
  3. 73cf602 ieee1394: use class iteration api by Dave Young · 16 years ago
  4. fd04897 Driver Core: add class iteration api by Dave Young · 16 years ago
  5. 63b6971 Driver core: Cleanup get_device_parent() in device_add() and device_move() by Cornelia Huck · 16 years ago
  6. 4f01469 UIO: constify function pointer tables by Jan Engelhardt · 16 years ago
  7. ae72cdd Driver Core: constify the name passed to platform_device_register_simple by Stephen Rothwell · 17 years ago
  8. 92b4214 driver core: fix build with SYSFS=n by Randy Dunlap · 17 years ago
  9. 9148fe8 sysfs: make SYSFS_DEPRECATED depend on SYSFS by Randy Dunlap · 17 years ago
  10. db1118a Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __init by Denis Cheng · 17 years ago
  11. 44bfe16 kobject: add sample code for how to use ksets/ktypes/kobjects by Greg Kroah-Hartman · 17 years ago
  12. 40efcb0 kobject: add sample code for how to use kobjects in a simple manner. by Greg Kroah-Hartman · 17 years ago
  13. 36d78d6 kobject: update the kobject/kset documentation by Greg Kroah-Hartman · 17 years ago
  14. 5008743 kobject: remove old, outdated documentation. by Greg Kroah-Hartman · 17 years ago
  15. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  16. 528a4bf Kobject: remove kobject_unregister() as no one uses it anymore by Greg Kroah-Hartman · 17 years ago
  17. 78a2d90 Kobject: convert remaining kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  18. 197b12d Kobject: convert fs/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  19. c10997f Kobject: convert drivers/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  20. 38a382a Kobject: convert arch/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  21. 7a6a416 Modules: remove unneeded release function by Greg Kroah-Hartman · 17 years ago
  22. 0f4dafc Kobject: auto-cleanup on final unref by Kay Sievers · 17 years ago
  23. 12e339a Kset: remove kset_add function by Greg Kroah-Hartman · 22 years ago
  24. 6d06adf Kobject: remove kobject_register() by Greg Kroah-Hartman · 17 years ago
  25. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 17 years ago
  26. e1543dd Kobject: remove kobject_init() as no one uses it anymore by Greg Kroah-Hartman · 17 years ago
  27. b2d6db5 Kobject: rename kobject_add_ng() to kobject_add() by Greg Kroah-Hartman · 17 years ago
  28. 9e7bbcc Kobject: remove kobject_add() as no one uses it anymore by Greg Kroah-Hartman · 17 years ago
  29. ac3c814 Kobject: convert kernel/module.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  30. 649316b Kobject: convert drivers/md/md.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  31. d5a379f Kobject: convert block/ll_rw_blk.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  32. 29e3dd0 Kobject: convert block/elevator.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  33. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  34. 09f82ea Kobject: drop child->parent ref at unregistration by Alan Stern · 17 years ago
  35. 97c146e sysfs: fix /sys/module/*/holders after sysfs logic change by Kay Sievers · 17 years ago
  36. da231fd Driver core: fix class glue dir cleanup logic by Kay Sievers · 17 years ago
  37. ef2c517 Driver core: fix race in __device_release_driver by Alan Stern · 17 years ago
  38. c8e90d8 Kobject: change drivers/base/bus to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  39. 7dc72b2 Driver core: clean up debugging messages by Greg Kroah-Hartman · 17 years ago
  40. e5dd127 Driver core: move the static kobject out of struct driver by Greg Kroah-Hartman · 17 years ago
  41. c63469a Driver core: move the driver specific module code into the driver core by Greg Kroah-Hartman · 17 years ago
  42. cbe9c59 Driver: add driver_add_kobj for looney iseries_veth driver by Greg Kroah-Hartman · 17 years ago
  43. 23b9c1a Infiniband: make ipath driver use default driver groups. by Greg Kroah-Hartman · 17 years ago
  44. 0478b83 zfcp: Use device_driver default attribute groups. by Cornelia Huck · 17 years ago
  45. 5b88feb netiucv: Use device_driver default attribute groups. by Cornelia Huck · 17 years ago
  46. 57c7453 driver core: Introduce default attribute groups. by Cornelia Huck · 17 years ago
  47. 2b93730 PCI: remove foolish code from pci-driver.c by Greg Kroah-Hartman · 17 years ago
  48. 03d43b1 PCI: use proper call to driver_create_file by Greg Kroah-Hartman · 17 years ago
  49. 2344c6d PCMCIA: use proper call to driver_create_file by Greg Kroah-Hartman · 17 years ago
  50. 15147ff USB: use proper call to driver_create_file by Greg Kroah-Hartman · 17 years ago
  51. c6f7e72 driver core: remove fields from struct bus_type by Greg Kroah-Hartman · 17 years ago
  52. b249072 driver core: add way to get to bus device klist by Greg Kroah-Hartman · 17 years ago
  53. 0fed80f driver core: add way to get to bus kset by Greg Kroah-Hartman · 17 years ago
  54. cc972e8 driver core: remove owner field from struct bus_type by Greg Kroah-Hartman · 17 years ago
  55. e32cc73 Kobject: convert net/bridge/br_if.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  56. 1eada11 Kobject: convert mm/slub.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  57. cf15126 Kobject: convert kernel/user.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  58. e43b919 Kobject: convert kernel/params.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  59. a5815dd Kobject: convert fs/char_dev.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  60. 78be3d2 Kobject: convert drivers/net/iseries_veth.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  61. 9990513 Kobject: convert drivers/base/core.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  62. 60728d6 Kobject: convert drivers/base/class.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  63. 52840bd6 Kobject: the cris iop_fw_load.c code is broken by Greg Kroah-Hartman · 17 years ago
  64. 542eb75 Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  65. a521cf2 Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_create_and_add by Greg Kroah-Hartman · 17 years ago
  66. 3830c62 Kobject: change drivers/md/md.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  67. c199790 Kobject: change arch/ia64/kernel/topology.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  68. 73f368c Kobject: change drivers/parisc/pdc_stable.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  69. 8dde2a9 Kobject: change drivers/net/ibmveth.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  70. d48b335 Kobject: change arch/sh/kernel/cpu/sh4/sq.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  71. 89c4260 Kobject: change drivers/block/pktcdvd.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  72. a77aa28 Kobject: change drivers/acpi/system.c to use kobject_create_and_add by Greg Kroah-Hartman · 17 years ago
  73. 5b3f355 Kobject: change arch/x86/kernel/cpu/intel_cacheinfo.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  74. 61030bf Kobject: change drivers/base/sys.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  75. 64dbcac Kobject: change drivers/pci/hotplug/pci_hotplug_core.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  76. 94f57f3 Kobject: change drivers/cpuidle/sysfs.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  77. b2ed215 Kobject: change drivers/edac to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  78. 038c5b3 Kobject: change drivers/cpufreq/cpufreq.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  79. d6d292c Kobject: change drivers/firmware/efivars.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  80. dd002e8 Kobject: change drivers/firmware/edd.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  81. 35be068 Kobject: change drivers/infiniband to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  82. 901195e Kobject: change GFS2 to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  83. 43b98c4 Kobject: change net/bridge to use kobject_create_and_add by Greg Kroah-Hartman · 17 years ago
  84. 81e7c6a UIO: fix kobject usage by Greg Kroah-Hartman · 17 years ago
  85. 9f66fa2 kobject: clean up debugging messages by Greg Kroah-Hartman · 17 years ago
  86. cfb36ff kobject: grab the kset reference in kobject_add, not kobject_init by Greg Kroah-Hartman · 17 years ago
  87. d76e15f driver core: make /sys/power a kobject by Greg Kroah-Hartman · 17 years ago
  88. 37b0c02 driver core: clean up device_shutdown by Greg Kroah-Hartman · 17 years ago
  89. 822a89e driver core: clean up shutdown.c by Greg Kroah-Hartman · 17 years ago
  90. c829a5b4 kobject: convert parisc/pdc_stable to use kobject_create by Greg Kroah-Hartman · 17 years ago
  91. bc87d2f kobject: convert efivars to use kobject_create by Greg Kroah-Hartman · 17 years ago
  92. 6e90aa9 kobject: convert ecryptfs to use kobject_create by Greg Kroah-Hartman · 17 years ago
  93. f55842f kobject: clean up rpadlpar horrid sysfs abuse by Greg Kroah-Hartman · 17 years ago
  94. 2fb9113 kobject: remove subsystem_(un)register functions by Greg Kroah-Hartman · 17 years ago
  95. 0ff21e4 kobject: convert kernel_kset to be a kobject by Greg Kroah-Hartman · 17 years ago
  96. 5c03c7a kset: remove decl_subsys macro by Greg Kroah-Hartman · 17 years ago
  97. 830d3cf kset: convert block_subsys to use kset_create by Greg Kroah-Hartman · 17 years ago
  98. c60b717 kset: convert ocfs2 to use kset_create by Greg Kroah-Hartman · 17 years ago
  99. f62ed9e firmware: change firmware_kset to firmware_kobj by Greg Kroah-Hartman · 17 years ago
  100. 15f2f9b firmware: remove firmware_(un)register() by Greg Kroah-Hartman · 17 years ago