1. 413c239 driver-core: prepare for 2.6.27 api change by adding dev_set_name by Stephen Rothwell · 16 years ago
  2. e616c63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  3. 8882b39 Driver core: add device_create_vargs and device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  4. a442ac5 Clean up 'print_fn_descriptor_symbol()' types by Linus Torvalds · 16 years ago
  5. 0599ad5 sysfs: remove error messages for -EEXIST case by Stephen Hemminger · 16 years ago
  6. fc99824c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  7. 0a3ad00 Driver core: struct class remove children list by Dave Young · 16 years ago
  8. 6aa5fc4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  9. 3c82c30 memory: Introduce exports for memory notifiers by Hannes Hering · 16 years ago
  10. db176c6 Fix bogus warning in sysdev_driver_register() by OGAWA Hirofumi · 16 years ago
  11. e37d05d cpu: change cpu_sys_devices from array to per_cpu variable by Mike Travis · 16 years ago
  12. c3b19ff driver core: remove no longer used "struct class_device" by Kay Sievers · 16 years ago
  13. 16dc42e driver core: warn about duplicate driver names on the same bus by Stas Sergeev · 16 years ago
  14. fc3ba69 mm: Add NR_WRITEBACK_TEMP counter by Miklos Szeredi · 16 years ago
  15. 5f78e4d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-pci by Linus Torvalds · 16 years ago
  16. 9a3be32 firmware loader: printk when requesting firmware by Ciaran McCreesh · 16 years ago
  17. 0d358f2 driver core: try parent numa_node at first before using default by Yinghai Lu · 16 years ago
  18. 29591b9 bus_remove_device: be more careful about incomplete initialization by Rafael J. Wysocki · 16 years ago
  19. 08119e8 Relax check on adding children of suspended devices by Rafael J. Wysocki · 16 years ago
  20. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  21. 429f731 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  22. ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 16 years ago
  23. 2b3a302 driver core: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  24. b844eba PM: Remove destroy_suspended_device() by Rafael J. Wysocki · 16 years ago
  25. 3f62e57 Driver core: make device_is_registered() work for class devices by Greg Kroah-Hartman · 16 years ago
  26. d288e47 PM: Make wakeup flags available whenever CONFIG_PM is set by Alan Stern · 16 years ago
  27. 57eee3d Driver core: Call device_pm_add() after bus_add_device() in device_add() by Rafael J. Wysocki · 16 years ago
  28. 58aca23 PM: Handle device registrations during suspend/resume by Rafael J. Wysocki · 16 years ago
  29. da009f3 sysdev: detect multiple driver registrations by Ben Dooks · 16 years ago
  30. 6c84740 driver core: cpu: fix section mismatch in cpu.c:store_online by Sam Ravnborg · 16 years ago
  31. 35d313b power_state: remove it from driver core by Pavel Machek · 16 years ago
  32. 00a41db driver core: register_memory/unregister_memory clean ups and bugfix by Badari Pulavarty · 16 years ago
  33. da19cbc driver core: memory: semaphore to mutex by Daniel Walker · 16 years ago
  34. 9d1fe323 cpumask: add show cpu map functions by Mike Travis · 16 years ago
  35. 39106dc cpumask: use new cpus_scnprintf function by Mike Travis · 16 years ago
  36. c5f59f0 nodemask: use new node_to_cpumask_ptr function by Mike Travis · 16 years ago
  37. 6188e10 Convert asm/semaphore.h users to linux/semaphore.h by Matthew Wilcox · 16 years ago
  38. 2f3edc69 [SCSI] transport_class: BUG if we can't release the attribute container by James Bottomley · 16 years ago
  39. d478376 driver core: fix small mem leak in driver_add_kobj() by Jesper Juhl · 16 years ago
  40. 815d2d5 driver core: debug for bad dev_attr_show() return value. by Andrew Morton · 16 years ago
  41. e88a0c2 drivers: fix dma_get_required_mask by James Bottomley · 16 years ago
  42. ef79df2 sysdev: fix problem with sysdev_class being re-registered by Greg Kroah-Hartman · 16 years ago
  43. c1fe539 Driver core: Fix cleanup when failing device_add(). by Cornelia Huck · 16 years ago
  44. 135dee0 driver core: Remove dpm_sysfs_remove() from error path of device_add() by Rafael J. Wysocki · 16 years ago
  45. 1b3cbec PM: fix new mutex-locking bug in the PM core by Alan Stern · 16 years ago
  46. 7a8d37a PM: Do not acquire device semaphores upfront during suspend by Rafael J. Wysocki · 16 years ago
  47. 0643245 docbook: fix kernel-api source files by Randy Dunlap · 16 years ago
  48. 20f8d2a Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  49. ec5a4246 PM: Remove unbalanced mutex_unlock() from dpm_resume() by Rafael J. Wysocki · 16 years ago
  50. 0763446 Driver core: Fix error handling in bus_add_driver(). by Cornelia Huck · 16 years ago
  51. 7199677 driver-core: fix kernel-doc function parameters by Randy Dunlap · 16 years ago
  52. 19e20c9 PM: Make suspend_device() static by Adrian Bunk · 16 years ago
  53. 7d640c4 Driver core: Revert "Fix Firmware class name collision" by Michael E Brown · 16 years ago
  54. 33b5f31 register_cpu __devinit or __cpuinit by Randy Dunlap · 16 years ago
  55. b297d52 Merge branch 'dmapool' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  56. 0c98b19 Driver core: Remove unneeded get_{device,driver}() calls. by Cornelia Huck · 16 years ago
  57. cd35449 driver core: convert to use class_find_device api by Dave Young · 16 years ago
  58. 9617c3e PM: Export device_pm_schedule_removal by Rafael J. Wysocki · 16 years ago
  59. 90dda1c PM: Make PM_TRACE more architecture independent by Johannes Berg · 17 years ago
  60. 3b470ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  61. a63ca8f docbook: fix drivers/base/class warning by Randy Dunlap · 16 years ago
  62. 9e23362 convert drivers/base/power/Makefile to ccflags by Johannes Berg · 17 years ago
  63. 1f9ffc0 Driver core: add bus_find_device_by_name function by Greg Kroah-Hartman · 16 years ago
  64. 4e886c2 Driver core: Fix up build when CONFIG_BLOCK=N by Greg Kroah-Hartman · 16 years ago
  65. 9b73e76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  66. 4a3ad20 Driver core: coding style fixes by Greg Kroah-Hartman · 16 years ago
  67. fd04897 Driver Core: add class iteration api by Dave Young · 16 years ago
  68. 63b6971 Driver core: Cleanup get_device_parent() in device_add() and device_move() by Cornelia Huck · 16 years ago
  69. ae72cdd Driver Core: constify the name passed to platform_device_register_simple by Stephen Rothwell · 16 years ago
  70. 92b4214 driver core: fix build with SYSFS=n by Randy Dunlap · 17 years ago
  71. db1118a Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __init by Denis Cheng · 17 years ago
  72. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  73. c10997f Kobject: convert drivers/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  74. 0f4dafc Kobject: auto-cleanup on final unref by Kay Sievers · 17 years ago
  75. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 17 years ago
  76. b2d6db5 Kobject: rename kobject_add_ng() to kobject_add() by Greg Kroah-Hartman · 17 years ago
  77. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  78. da231fd Driver core: fix class glue dir cleanup logic by Kay Sievers · 17 years ago
  79. ef2c517 Driver core: fix race in __device_release_driver by Alan Stern · 17 years ago
  80. c8e90d8 Kobject: change drivers/base/bus to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  81. 7dc72b2 Driver core: clean up debugging messages by Greg Kroah-Hartman · 17 years ago
  82. e5dd127 Driver core: move the static kobject out of struct driver by Greg Kroah-Hartman · 17 years ago
  83. c63469a Driver core: move the driver specific module code into the driver core by Greg Kroah-Hartman · 17 years ago
  84. cbe9c59 Driver: add driver_add_kobj for looney iseries_veth driver by Greg Kroah-Hartman · 17 years ago
  85. 57c7453 driver core: Introduce default attribute groups. by Cornelia Huck · 17 years ago
  86. c6f7e72 driver core: remove fields from struct bus_type by Greg Kroah-Hartman · 17 years ago
  87. b249072 driver core: add way to get to bus device klist by Greg Kroah-Hartman · 17 years ago
  88. 0fed80f driver core: add way to get to bus kset by Greg Kroah-Hartman · 17 years ago
  89. 9990513 Kobject: convert drivers/base/core.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  90. 60728d6 Kobject: convert drivers/base/class.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  91. 61030bf Kobject: change drivers/base/sys.c to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  92. 37b0c02 driver core: clean up device_shutdown by Greg Kroah-Hartman · 17 years ago
  93. 822a89e driver core: clean up shutdown.c by Greg Kroah-Hartman · 17 years ago
  94. 2fb9113 kobject: remove subsystem_(un)register functions by Greg Kroah-Hartman · 17 years ago
  95. 5c03c7a kset: remove decl_subsys macro by Greg Kroah-Hartman · 17 years ago
  96. f62ed9e firmware: change firmware_kset to firmware_kobj by Greg Kroah-Hartman · 17 years ago
  97. 15f2f9b firmware: remove firmware_(un)register() by Greg Kroah-Hartman · 17 years ago
  98. 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
  99. 6dcec25 kset: convert struct bus_device->drivers to use kset_create by Greg Kroah-Hartman · 17 years ago
  100. 3d89959 kset: convert struct bus_device->devices to use kset_create by Greg Kroah-Hartman · 17 years ago