1. f67f129 Driver core: implement uevent suppress in kobject by Ming Lei · 15 years ago
  2. 006f457 driver core: move platform_data into platform_device by Ming Lei · 15 years ago
  3. ae1b417 driver core: move knode_bus into private structure by Greg Kroah-Hartman · 16 years ago
  4. 8940b4f driver core: move knode_driver into private structure by Greg Kroah-Hartman · 16 years ago
  5. f791b8c driver core: move klist_children into private structure by Greg Kroah-Hartman · 16 years ago
  6. fb069a5 driver core: create a private portion of struct device by Greg Kroah-Hartman · 16 years ago
  7. b23530e driver core: remove polling for driver_probe_done(v5) by Ming Lei · 15 years ago
  8. 1fa5ae8 driver core: get rid of struct device's bus_id string array by Kay Sievers · 15 years ago
  9. 216773a Consolidate driver_probe_done() loops into one place by Arjan van de Ven · 15 years ago
  10. 926bead Revert "driver core: create a private portion of struct device" by Greg Kroah-Hartman · 16 years ago
  11. e2d4077 Revert "driver core: move klist_children into private structure" by Greg Kroah-Hartman · 16 years ago
  12. cda5e83 Revert "driver core: move knode_driver into private structure" by Greg Kroah-Hartman · 16 years ago
  13. 4db8e28 Revert "driver core: move knode_bus into private structure" by Greg Kroah-Hartman · 16 years ago
  14. 0aa0dc4 driver core: add root_device_register() by Mark McLoughlin · 16 years ago
  15. d0d85ff Make DEBUG take precedence over DYNAMIC_PRINTK_DEBUG by Cornelia Huck · 16 years ago
  16. b9daa99 driver core: move knode_bus into private structure by Greg Kroah-Hartman · 16 years ago
  17. 93e746d driver core: move knode_driver into private structure by Greg Kroah-Hartman · 16 years ago
  18. 11c3b5c driver core: move klist_children into private structure by Greg Kroah-Hartman · 16 years ago
  19. 2831fe6 driver core: create a private portion of struct device by Greg Kroah-Hartman · 16 years ago
  20. 929d2fa driver core: Rearrange struct device for better packing by Matthew Wilcox · 16 years ago
  21. adf0949 PM: Simplify the new suspend/hibernation framework for devices by Rafael J. Wysocki · 16 years ago
  22. 7d1d899 i2c: Constify i2c_get_clientdata's parameter by Jean Delvare · 16 years ago
  23. 99178b0 Driver core: add bus_sort_breadthfirst() function by Greg Kroah-Hartman · 16 years ago
  24. e613966 debug: Introduce a dev_WARN() function by Arjan van de Ven · 16 years ago
  25. 346e15b driver core: basic infrastructure for per-module dynamic debug messages by Jason Baron · 16 years ago
  26. 7fb6b5d device create: remove device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  27. 5a3ceb8 driver-core: use klist for class device list and implement iterator by Tejun Heo · 16 years ago
  28. c906a48 driver core: add init_name to struct device by Greg Kroah-Hartman · 16 years ago
  29. bf9ca69 dev_printk(): constify the `dev' argument by Jean Delvare · 16 years ago
  30. b98cb4b driver core: remove DEVICE_ID_SIZE define by Greg Kroah-Hartman · 16 years ago
  31. ca52a49 driver core: remove DEVICE_NAME_SIZE define by Kay Sievers · 16 years ago
  32. aab0de2 driver core: remove KOBJ_NAME_LEN define by Kay Sievers · 16 years ago
  33. d2a3b91 class: add lockdep infrastructure by Matthew Wilcox · 16 years ago
  34. 7c71448 class: move driver core specific parts to a private structure by Greg Kroah-Hartman · 16 years ago
  35. 695794a Driver Core: add ability for class_find_device to start in middle of list by Greg Kroah-Hartman · 16 years ago
  36. 93562b5 Driver Core: add ability for class_for_each_device to start in middle of list by Greg Kroah-Hartman · 16 years ago
  37. 4e10673 device create: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  38. ccea44f driver core: remove device_create() by Greg Kroah-Hartman · 16 years ago
  39. e105b8b sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor by Dan Williams · 16 years ago
  40. 1eede07 Introduce new top level suspend and hibernation callbacks by Rafael J. Wysocki · 16 years ago
  41. 413c239 driver-core: prepare for 2.6.27 api change by adding dev_set_name by Stephen Rothwell · 16 years ago
  42. 8882b39 Driver core: add device_create_vargs and device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  43. 0a3ad00 Driver core: struct class remove children list by Dave Young · 16 years ago
  44. 0691663 driver-core: add dev_name() to help transition away from using bus_id by Kay Sievers · 16 years ago
  45. c3b19ff driver core: remove no longer used "struct class_device" by Kay Sievers · 16 years ago
  46. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  47. b844eba PM: Remove destroy_suspended_device() by Rafael J. Wysocki · 16 years ago
  48. 3f62e57 Driver core: make device_is_registered() work for class devices by Greg Kroah-Hartman · 16 years ago
  49. 9a3df1f PM: Convert wakeup flag accessors to inline functions by Alan Stern · 16 years ago
  50. 1429db8 driver core: Convert debug functions declared inline __attribute__((format (printf,x,y) to statement expression macros by Joe Perches · 16 years ago
  51. 6188e10 Convert asm/semaphore.h users to linux/semaphore.h by Matthew Wilcox · 16 years ago
  52. 6b7b651 iommu sg merging: add device_dma_parameters structure by FUJITA Tomonori · 16 years ago
  53. 9617c3e PM: Export device_pm_schedule_removal by Rafael J. Wysocki · 16 years ago
  54. 1f9ffc0 Driver core: add bus_find_device_by_name function by Greg Kroah-Hartman · 16 years ago
  55. d462943 Driver core: fix coding style issues in device.h by Greg Kroah-Hartman · 16 years ago
  56. fd04897 Driver Core: add class iteration api by Dave Young · 16 years ago
  57. e5dd127 Driver core: move the static kobject out of struct driver by Greg Kroah-Hartman · 17 years ago
  58. cbe9c59 Driver: add driver_add_kobj for looney iseries_veth driver by Greg Kroah-Hartman · 17 years ago
  59. 57c7453 driver core: Introduce default attribute groups. by Cornelia Huck · 17 years ago
  60. c6f7e72 driver core: remove fields from struct bus_type by Greg Kroah-Hartman · 17 years ago
  61. b249072 driver core: add way to get to bus device klist by Greg Kroah-Hartman · 17 years ago
  62. 0fed80f driver core: add way to get to bus kset by Greg Kroah-Hartman · 17 years ago
  63. cc972e8 driver core: remove owner field from struct bus_type by Greg Kroah-Hartman · 17 years ago
  64. 15f2f9b firmware: remove firmware_(un)register() by Greg Kroah-Hartman · 17 years ago
  65. 6dcec25 kset: convert struct bus_device->drivers to use kset_create by Greg Kroah-Hartman · 17 years ago
  66. 3d89959 kset: convert struct bus_device->devices to use kset_create by Greg Kroah-Hartman · 17 years ago
  67. 7b8712e driver core: Make the dev_*() family of macros in device.h complete by Emil Medve · 17 years ago
  68. 775b64d PM: Acquire device locks on suspend by Rafael J. Wysocki · 17 years ago
  69. d919fd4 Revert "Driver core: remove class_device_*_bin_file" by Greg Kroah-Hartman · 17 years ago
  70. fcd239d Driver core: remove class_device_*_bin_file by Greg Kroah-Hartman · 17 years ago
  71. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  72. 8380770 Driver core: make sysfs uevent-attributes static by Kay Sievers · 17 years ago
  73. 58b3b71 Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_off_prepare" by Rafael J. Wysocki · 17 years ago
  74. aebdc3b dev_vdbg(), available with -DVERBOSE_DEBUG by David Brownell · 17 years ago
  75. ad6a1e1 driver-core: make devt_attr and uevent_attr static by Tejun Heo · 17 years ago
  76. 49a4ec1 fix hotplug for legacy platform drivers by David Brownell · 17 years ago
  77. 5b33991 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  78. 5adc55d PCI: remove the broken PCI_MULTITHREAD_PROBE option by Adrian Bunk · 17 years ago
  79. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  80. 404d5b1 dev_dbg: check dev_dbg() arguments by Dan Williams · 17 years ago
  81. 523ded7 device_schedule_callback() needs a module reference by Alan Stern · 17 years ago
  82. f89cbc3 Driver core: add suspend() and resume() to struct device_type by Dmitry Torokhov · 17 years ago
  83. 74e9f5f Driver core: remove unneeded completion from driver release path by Greg Kroah-Hartman · 22 years ago
  84. 21c7f30 driver core: per-subsystem multithreaded probing by Cornelia Huck · 17 years ago
  85. 414264f Driver core: add name to device_type by Kay Sievers · 17 years ago
  86. 621a167 driver core: Use attribute groups in struct device_type by Dmitry Torokhov · 17 years ago
  87. b8c5cec Driver core: udev triggered device-<>driver binding by Kay Sievers · 17 years ago
  88. 8640624 driver core: fix namespace issue with devices assigned to classes by Kay Sievers · 17 years ago
  89. 0c84ce2 [PATCH] driver core: fix built-in drivers sysfs links by Kay Sievers · 17 years ago
  90. d9a9cdf [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390 by Alan Stern · 17 years ago
  91. 40cf67c5 Driver core: remove class_device_rename by Greg Kroah-Hartman · 18 years ago
  92. 874ff01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  93. 405ae7d Replace remaining references to "driverfs" with "sysfs". by Robert P. J. Day · 17 years ago
  94. 89790fd Driver.h copyright update by Greg Kroah-Hartman · 17 years ago
  95. 9ac7849 devres: device resource management by Tejun Heo · 17 years ago
  96. b7a3e81 Driver core: allow to delay the uevent at device creation time by Kay Sievers · 18 years ago
  97. f9f852d Driver core: add device_type to struct device by Kay Sievers · 18 years ago
  98. f30c53a MODULES: add the module name for built in kernel drivers by Kay Sievers · 18 years ago
  99. 1f21782 Driver core: proper prototype for drivers/base/init.c:driver_init() by Adrian Bunk · 18 years ago
  100. 8734813 [PATCH] add numa node information to struct device by Christoph Hellwig · 18 years ago