1. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  2. c10997f Kobject: convert drivers/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  3. 0f4dafc Kobject: auto-cleanup on final unref by Kay Sievers · 17 years ago
  4. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 17 years ago
  5. b2d6db5 Kobject: rename kobject_add_ng() to kobject_add() by Greg Kroah-Hartman · 17 years ago
  6. 649316b Kobject: convert drivers/md/md.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  7. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  8. da231fd Driver core: fix class glue dir cleanup logic by Kay Sievers · 17 years ago
  9. ef2c517 Driver core: fix race in __device_release_driver by Alan Stern · 17 years ago
  10. c8e90d8 Kobject: change drivers/base/bus to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  11. 7dc72b2 Driver core: clean up debugging messages by Greg Kroah-Hartman · 17 years ago
  12. e5dd127 Driver core: move the static kobject out of struct driver by Greg Kroah-Hartman · 17 years ago
  13. c63469a Driver core: move the driver specific module code into the driver core by Greg Kroah-Hartman · 17 years ago
  14. cbe9c59 Driver: add driver_add_kobj for looney iseries_veth driver by Greg Kroah-Hartman · 17 years ago
  15. 23b9c1a Infiniband: make ipath driver use default driver groups. by Greg Kroah-Hartman · 17 years ago
  16. 0478b83 zfcp: Use device_driver default attribute groups. by Cornelia Huck · 17 years ago
  17. 5b88feb netiucv: Use device_driver default attribute groups. by Cornelia Huck · 17 years ago
  18. 57c7453 driver core: Introduce default attribute groups. by Cornelia Huck · 17 years ago
  19. 2b93730 PCI: remove foolish code from pci-driver.c by Greg Kroah-Hartman · 17 years ago
  20. 03d43b1 PCI: use proper call to driver_create_file by Greg Kroah-Hartman · 17 years ago
  21. 2344c6d PCMCIA: use proper call to driver_create_file by Greg Kroah-Hartman · 17 years ago
  22. 15147ff USB: use proper call to driver_create_file by Greg Kroah-Hartman · 17 years ago
  23. c6f7e72 driver core: remove fields from struct bus_type by Greg Kroah-Hartman · 17 years ago
  24. b249072 driver core: add way to get to bus device klist by Greg Kroah-Hartman · 17 years ago
  25. 0fed80f driver core: add way to get to bus kset by Greg Kroah-Hartman · 17 years ago
  26. 78be3d2 Kobject: convert drivers/net/iseries_veth.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  27. 9990513 Kobject: convert drivers/base/core.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  28. 60728d6 Kobject: convert drivers/base/class.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  29. 3830c62 Kobject: change drivers/md/md.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  30. 73f368c Kobject: change drivers/parisc/pdc_stable.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  31. 8dde2a9 Kobject: change drivers/net/ibmveth.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  32. 89c4260 Kobject: change drivers/block/pktcdvd.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  33. a77aa28 Kobject: change drivers/acpi/system.c to use kobject_create_and_add by Greg Kroah-Hartman · 17 years ago
  34. 61030bf Kobject: change drivers/base/sys.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  35. 64dbcac Kobject: change drivers/pci/hotplug/pci_hotplug_core.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  36. 94f57f3 Kobject: change drivers/cpuidle/sysfs.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  37. b2ed215 Kobject: change drivers/edac to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  38. 038c5b3 Kobject: change drivers/cpufreq/cpufreq.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  39. d6d292c Kobject: change drivers/firmware/efivars.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  40. dd002e8 Kobject: change drivers/firmware/edd.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  41. 35be068 Kobject: change drivers/infiniband to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  42. 81e7c6a UIO: fix kobject usage by Greg Kroah-Hartman · 17 years ago
  43. 37b0c02 driver core: clean up device_shutdown by Greg Kroah-Hartman · 17 years ago
  44. 822a89e driver core: clean up shutdown.c by Greg Kroah-Hartman · 17 years ago
  45. c829a5b4 kobject: convert parisc/pdc_stable to use kobject_create by Greg Kroah-Hartman · 17 years ago
  46. bc87d2f kobject: convert efivars to use kobject_create by Greg Kroah-Hartman · 17 years ago
  47. f55842f kobject: clean up rpadlpar horrid sysfs abuse by Greg Kroah-Hartman · 17 years ago
  48. 2fb9113 kobject: remove subsystem_(un)register functions by Greg Kroah-Hartman · 17 years ago
  49. 5c03c7a kset: remove decl_subsys macro by Greg Kroah-Hartman · 17 years ago
  50. f62ed9e firmware: change firmware_kset to firmware_kobj by Greg Kroah-Hartman · 17 years ago
  51. 15f2f9b firmware: remove firmware_(un)register() by Greg Kroah-Hartman · 17 years ago
  52. 99e0d2f kobject: convert /sys/firmware/acpi/ to use kobject_create by Greg Kroah-Hartman · 17 years ago
  53. 9651d35 kset: convert edd to use kset_create by Greg Kroah-Hartman · 17 years ago
  54. 4443d07 kset: convert parisc/pdc_stable.c to use kset_create by Greg Kroah-Hartman · 17 years ago
  55. 7f54821 kobject: convert parisc/pdc_stable to kobj_attr interface by Greg Kroah-Hartman · 17 years ago
  56. 66ac831 kset: convert efivars to use kset_create for the vars sub-subsystem. by Greg Kroah-Hartman · 17 years ago
  57. 89a07e3 kset: convert efivars to use kset_create for the efi subsystem. by Greg Kroah-Hartman · 17 years ago
  58. 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
  59. 334c630 kobject: convert efivars to kobj_attr interface by Greg Kroah-Hartman · 17 years ago
  60. 97fa5bb efivars: make new_var and del_var binary sysfs files by Greg Kroah-Hartman · 17 years ago
  61. 6dcec25 kset: convert struct bus_device->drivers to use kset_create by Greg Kroah-Hartman · 17 years ago
  62. 3d89959 kset: convert struct bus_device->devices to use kset_create by Greg Kroah-Hartman · 17 years ago
  63. aade404 kset: convert /sys/devices/system to use kset_create by Greg Kroah-Hartman · 17 years ago
  64. 2d72fc0 kobject: convert /sys/hypervisor to use kobject_create by Greg Kroah-Hartman · 17 years ago
  65. 881c6cf kset: convert /sys/devices to use kset_create by Greg Kroah-Hartman · 17 years ago
  66. b0d78e5 kset: convert drivers/base/firmware.c to use kset_create by Greg Kroah-Hartman · 17 years ago
  67. 443dbf9 kset: convert drivers/base/class.c to use kset_create by Greg Kroah-Hartman · 17 years ago
  68. 59a5483 kset: convert drivers/base/bus.c to use kset_create by Greg Kroah-Hartman · 17 years ago
  69. 81ace5c kset: convert pci hotplug to use kset_create_and_add by Greg Kroah-Hartman · 17 years ago
  70. 43968d2 kobject: get rid of kobject_kset_add_dir by Greg Kroah-Hartman · 17 years ago
  71. 4ff6abf kobject: get rid of kobject_add_dir by Greg Kroah-Hartman · 17 years ago
  72. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  73. 15f2bbb kobject: convert icom to use kref, not kobject by Greg Kroah-Hartman · 17 years ago
  74. f7eb12c kobject: convert hvcs to use kref, not kobject by Greg Kroah-Hartman · 17 years ago
  75. 12b20de kobject: convert hvc_console to use kref, not kobject by Greg Kroah-Hartman · 17 years ago
  76. a045171 kobject: convert ibmasm to use kref, not kobject by Greg Kroah-Hartman · 17 years ago
  77. 7b8712e driver core: Make the dev_*() family of macros in device.h complete by Emil Medve · 17 years ago
  78. 02ff82c cosa: Convert from class_device to device for cosa sync driver by Tony Jones · 17 years ago
  79. 7dd817d tifm: Convert from class_device to device for TI flash media by Tony Jones · 17 years ago
  80. 6013c12 pktcdvd: Convert from class_device to device for block/pktcdvd by Tony Jones · 17 years ago
  81. aa27582 paride: Convert from class_device to device for block/paride by Tony Jones · 17 years ago
  82. a98894a mtd: Convert from class_device to device for MTD/mtdchar by Tony Jones · 17 years ago
  83. 0c55445 MCP_UCB1200: Convert from class_device to device by Tony Jones · 17 years ago
  84. 68db2bc adb: Convert from class_device to device by Tony Jones · 17 years ago
  85. d78b036 ISDN: Convert from class_device to device for ISDN capi by Tony Jones · 17 years ago
  86. dbc1272 IDE: Convert from class_device to device for ide-tape by Tony Jones · 17 years ago
  87. 891f78e DMA: Convert from class_device to device for DMA engine by Tony Jones · 17 years ago
  88. 7ea7ed0 aoechr: Convert from class_device to device by Tony Jones · 17 years ago
  89. 775b64d PM: Acquire device locks on suspend by Rafael J. Wysocki · 17 years ago
  90. 20fd1e3 nozomi driver by Frank Seidel · 17 years ago
  91. feed9ba spi: omap2_mcspi PIO RX fix by Kalle Valo · 17 years ago
  92. 668ebab Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  93. 63eac9b Pull dmi-2.6.24 into release branch by Len Brown · 17 years ago
  94. 3645ca8 Pull bugzilla-9798 into release branch by Len Brown · 17 years ago
  95. 0f23a6b Pull bugzilla-8459 into release branch by Len Brown · 17 years ago
  96. 7456337 Pull bugzilla-9747 into release branch by Len Brown · 17 years ago
  97. ec68373 Revert "ACPI: Fan: Drop force_power_state acpi_device option" by Len Brown · 17 years ago
  98. d772b3b ACPI: EC: "DEBUG" needs to be defined earlier by Márton Németh · 17 years ago
  99. 86dae01 ACPI: EC: add leading zeros to debug messages by Márton Németh · 17 years ago
  100. 03d1d99 ACPI: EC: fix dmesg spam regression by Alexey Starikovskiy · 17 years ago