1. d02f40e Enable minimal per-device resume tracing by Linus Torvalds · 18 years ago
  2. eb71c87 Add some basic resume trace facilities by Linus Torvalds · 18 years ago
  3. 5d9fd16 [PATCH] Driver core: fix locking issues with the devices that are attached to classes by Greg Kroah-Hartman · 18 years ago
  4. a5117ba7 [PATCH] Driver model: add ISA bus by Rene Herman · 18 years ago
  5. 3e95637 [PATCH] Driver Core: Make dev_info and friends print the bus name if there is no driver by Alan Stern · 18 years ago
  6. e9a7d30 [PATCH] Driver core: add proper symlinks for devices by Greg Kroah-Hartman · 18 years ago
  7. b9d9c82 [PATCH] Driver core: add generic "subsystem" link to all devices by Kay Sievers · 18 years ago
  8. 23681e4 [PATCH] Driver core: allow struct device to have a dev_t by Greg Kroah-Hartman · 18 years ago
  9. aa49b91 [PATCH] Driver core: change make_class_name() to take kobjects by Greg Kroah-Hartman · 18 years ago
  10. cad1e55 [PATCH] firmware_class: s/semaphores/mutexes by Laura Garcia · 18 years ago
  11. fd869db [PATCH] Driver core: PM_DEBUG device suspend() messages become informative by David Brownell · 18 years ago
  12. 4039483 [PATCH] Driver Core: Add /sys/hypervisor when needed by Michael Holzheu · 18 years ago
  13. e391553 [PATCH] Driver Core: Fix platform_device_add to use device_add by Russell King · 18 years ago
  14. 670dd90 [PATCH] Driver Core: Allow sysdev_class have attributes by Shaohua Li · 18 years ago
  15. 1740757 [PATCH] Driver Core: remove unused exports by Greg Kroah-Hartman · 18 years ago
  16. a0245f7 [PATCH] platform_bus learns about modalias by David Brownell · 18 years ago
  17. 0596711 [PATCH] Driver Core: CONFIG_DEBUG_PM covers drivers/base/power too by David Brownell · 18 years ago
  18. b7fe4a6 [PATCH] Driver core: class_device_add needs error checks by Stephen Hemminger · 18 years ago
  19. 53877d0 [PATCH] Driver core: bus device event delay by Kay Sievers · 18 years ago
  20. 760f1fc [PATCH] revert "swsusp add check for suspension of X controlled devices" by Andrew Morton · 18 years ago
  21. 1b81d66 [PATCH] drivers/base/firmware_class.c: cleanups by Adrian Bunk · 18 years ago
  22. 1498221 [CLASS DEVICE]: add attribute_group creation by Stephen Hemminger · 18 years ago
  23. 83d722f [PATCH] Remove __devinit and __cpuinit from notifier_call definitions by Chandra Seetharaman · 18 years ago
  24. 0266949 [PATCH] pm: print name of failed suspend function by Andrew Morton · 18 years ago
  25. 3722540 [PATCH] driver core: driver_bind attribute returns incorrect value by Ryan Wilson · 18 years ago
  26. a143889 [PATCH] driver core: fix unnecessary NULL check in drivers/base/class.c by Jayachandran C · 18 years ago
  27. 0f836ca [PATCH] driver core: safely unbind drivers for devices not on a bus by Alan Stern · 18 years ago
  28. 54404e7 [PATCH] Fix NULL pointer dereference in node_read_numastat() by Christoph Lameter · 18 years ago
  29. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 18 years ago
  30. 34f361a [PATCH] Check if cpu can be onlined before calling smp_prepare_cpu() by Ashok Raj · 18 years ago
  31. ff4da2e [PATCH] swsusp: add check for suspension of X-controlled devices by Rafael J. Wysocki · 18 years ago
  32. 8b4b670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  33. 80682fa Fix "frist", "fisrt", typos by Uwe Zeisberger · 18 years ago
  34. d04cdb6 Merge ../linux-2.6 by James Bottomley · 18 years ago
  35. a29d642 [PATCH] get_cpu_sysdev() signedness fix by Andrew Morton · 18 years ago
  36. 30560ba [PATCH] firmware: fix BUG: in fw_realloc_buffer by Jeff Moyer · 18 years ago
  37. 58383af [PATCH] kobj_map semaphore to mutex conversion by Jes Sorensen · 18 years ago
  38. 305b322 [PATCH] driver core: platform_get_irq*(): return -ENXIO on error by David Vrabel · 19 years ago
  39. e935d5d [SCSI] drivers/base/bus.c - export reprobe by Moore, Eric · 18 years ago
  40. be7ee9b [PATCH] fix __user annotations in drivers/base/memory.c by Al Viro · 18 years ago
  41. 022f7b0 [PATCH] Fix Userspace interface breakage in power/state by Pavel Machek · 18 years ago
  42. f67d115 [PATCH] drivers/base/: proper prototypes by Adrian Bunk · 19 years ago
  43. e485981 [PATCH] Fix compiler warning in driver core for CONFIG_HOTPLUG=N by Russell King · 19 years ago
  44. 69dcc99 [PATCH] Export cpu topology in sysfs by Zhang, Yanmin · 18 years ago
  45. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 19 years ago
  46. 9c08a93 [PATCH] device_shutdown can loop if the driver frees itself by Michael Richardson · 19 years ago
  47. 2d7b5a7 [PATCH] platform-device-del typo fix by Jean Delvare · 19 years ago
  48. 594c828 [PATCH] Add bus_type probe, remove, shutdown methods. by Russell King · 19 years ago
  49. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 19 years ago
  50. 0863afb [PATCH] DocBook: fix kernel-doc comments by Martin Waitz · 19 years ago
  51. 35ed319 [PATCH] kdump: export per cpu crash notes pointer through sysfs (fix) by Vivek Goyal · 19 years ago
  52. 51be560 [PATCH] kdump: export per cpu crash notes pointer through sysfs by Vivek Goyal · 19 years ago
  53. 900b2b4 [PATCH] memhotplug: register_memory should be global by Andy Whitcroft · 19 years ago
  54. 98a38eb [PATCH] memhotplug: register_ and unregister_memory_notifier should be global by Andy Whitcroft · 19 years ago
  55. 8e9e793 [PATCH] pcmcia: merge suspend into device model by Dominik Brodowski · 19 years ago
  56. 1f1bf13 [PATCH] drivers/base/power/runtime.c: #if 0 dpm_set_power_state() by Adrian Bunk · 19 years ago
  57. 874c624 [PATCH] Driver core: only all userspace bind/unbind if CONFIG_HOTPLUG is enabled by Greg Kroah-Hartman · 19 years ago
  58. a96b204 [PATCH] Driver Core: Rearrange exports in platform.c by Dmitry Torokhov · 19 years ago
  59. 93ce306 [PATCH] Driver Core: Add platform_device_del() by Dmitry Torokhov · 19 years ago
  60. d960bb4 [PATCH] Allow overlapping resources for platform devices by Kumar Gala · 19 years ago
  61. bf74ad5 [PATCH] Hold the device's parent's lock during probe and remove by Alan Stern · 19 years ago
  62. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  63. 2f40fb7 [PATCH] drivers/base/memory.c: unexport the static (sic) memory_sysdev_class by Adrian Bunk · 19 years ago
  64. 2b08c8d [PATCH] Small fixes to driver core by Alan Stern · 19 years ago
  65. 113fab1 [PATCH] fix leaks in request_firmware_nowait by matthieu castet · 19 years ago
  66. 00d3dcd [DRIVER MODEL] Add platform_driver by Russell King · 19 years ago
  67. 8c65b4a [PATCH] fix remaining missing includes by Tim Schmielau · 19 years ago
  68. 37c12e7 [DRIVER MODEL] Improved dynamically allocated platform_device interface by Russell King · 19 years ago
  69. 4fd5f82 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  70. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  71. eb8e317 [PATCH] firmware: fix all kernel-doc warnings by Randy Dunlap · 19 years ago
  72. ad74557 [PATCH] introduce get_cpu_sysdev() to retrieve a sysfs entry for a cpu. by Ashok Raj · 19 years ago
  73. 0b0acbe [PATCH] memory hotplug: move section_mem_map alloc to sparse.c by Dave Hansen · 19 years ago
  74. 3947be1 [PATCH] memory hotplug: sysfs and add/remove functions by Dave Hansen · 19 years ago
  75. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  76. 9a7834d [PATCH] USB: fix pm patches with CONFIG_PM off part 2 by Andrew Morton · 19 years ago
  77. 979d519 [PATCH] root hub changes (lesser half) by David Brownell · 19 years ago
  78. e9b7bd4 [PATCH] one less word in struct device by David Brownell · 19 years ago
  79. c41455f [PATCH] kernel-doc: drivers/base fixes by Randy Dunlap · 19 years ago
  80. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  81. a1bdc7a [PATCH] drivers/base - fix sparse warnings by Ben Dooks · 19 years ago
  82. 51d172d [PATCH] Driver Core: add the ability for class_device structures to be nested by Greg Kroah-Hartman · 19 years ago
  83. a7fd670 [PATCH] add sysfs attr to re-emit device hotplug event by Kay Sievers · 19 years ago
  84. d8539d8 [PATCH] Driver core: pass interface to class interface methods by Dmitry Torokhov · 19 years ago
  85. dbe9035 [PATCH] Driver core: send hotplug event before adding class interfaces by Dmitry Torokhov · 19 years ago
  86. 0ac8524 [PATCH] driver model wakeup flags by David Brownell · 19 years ago
  87. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  88. 3e51377 [PATCH] fix class symlinks in sysfs by Bill Nottingham · 19 years ago
  89. 4c898c7 [PATCH] Driver Core: fis bus rescan devices race by Daniel Ritz · 19 years ago
  90. 4aed064 [PATCH] drivers/base/*: use kzalloc instead of kmalloc+memset by Jiri Slaby · 19 years ago
  91. 3a11ec5 [PATCH] dmapool: Fix "nocast type" warnings by Victor Fusco · 19 years ago
  92. caf39e8 [SCSI] Re-do "final klist fixes" by Linus Torvalds · 19 years ago
  93. 34bb61f [PATCH] fix klist semantics for lists which have elements removed on traversal by James Bottomley · 19 years ago
  94. df4edad [SCSI] Revert "final klist fixes" by Linus Torvalds · 19 years ago
  95. 0481990 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 by Linus Torvalds · 19 years ago
  96. 6e3eaab [PATCH] modified firmware_class.c to support no hotplug by Abhay Salunke · 19 years ago
  97. 17fa53d Merge by hand (conflicts in sd.c) by James Bottomley · 19 years ago
  98. d856f1e3 [PATCH] klist: fix klist to have the same klist_add semantics as list_head by James Bottomley · 19 years ago
  99. fef6ec8 [PATCH] Driver core: small cleanup; remove check for NULL before kfree() in driver core by Jesper Juhl · 19 years ago
  100. ceaeade [PATCH] Driver core: hande sysdev suspend failure by Shaohua Li · 19 years ago