1. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 19 years ago
  2. 9c08a93 [PATCH] device_shutdown can loop if the driver frees itself by Michael Richardson · 19 years ago
  3. 2d7b5a7 [PATCH] platform-device-del typo fix by Jean Delvare · 19 years ago
  4. 594c828 [PATCH] Add bus_type probe, remove, shutdown methods. by Russell King · 19 years ago
  5. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 19 years ago
  6. 0863afb [PATCH] DocBook: fix kernel-doc comments by Martin Waitz · 19 years ago
  7. 35ed319 [PATCH] kdump: export per cpu crash notes pointer through sysfs (fix) by Vivek Goyal · 19 years ago
  8. 51be560 [PATCH] kdump: export per cpu crash notes pointer through sysfs by Vivek Goyal · 19 years ago
  9. 900b2b4 [PATCH] memhotplug: register_memory should be global by Andy Whitcroft · 19 years ago
  10. 98a38eb [PATCH] memhotplug: register_ and unregister_memory_notifier should be global by Andy Whitcroft · 19 years ago
  11. 8e9e793 [PATCH] pcmcia: merge suspend into device model by Dominik Brodowski · 19 years ago
  12. 1f1bf13 [PATCH] drivers/base/power/runtime.c: #if 0 dpm_set_power_state() by Adrian Bunk · 19 years ago
  13. 874c624 [PATCH] Driver core: only all userspace bind/unbind if CONFIG_HOTPLUG is enabled by Greg Kroah-Hartman · 19 years ago
  14. a96b204 [PATCH] Driver Core: Rearrange exports in platform.c by Dmitry Torokhov · 19 years ago
  15. 93ce306 [PATCH] Driver Core: Add platform_device_del() by Dmitry Torokhov · 19 years ago
  16. d960bb4 [PATCH] Allow overlapping resources for platform devices by Kumar Gala · 19 years ago
  17. bf74ad5 [PATCH] Hold the device's parent's lock during probe and remove by Alan Stern · 19 years ago
  18. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  19. 2f40fb7 [PATCH] drivers/base/memory.c: unexport the static (sic) memory_sysdev_class by Adrian Bunk · 19 years ago
  20. 2b08c8d [PATCH] Small fixes to driver core by Alan Stern · 19 years ago
  21. 113fab1 [PATCH] fix leaks in request_firmware_nowait by matthieu castet · 19 years ago
  22. 00d3dcd [DRIVER MODEL] Add platform_driver by Russell King · 19 years ago
  23. 8c65b4a [PATCH] fix remaining missing includes by Tim Schmielau · 19 years ago
  24. 37c12e7 [DRIVER MODEL] Improved dynamically allocated platform_device interface by Russell King · 19 years ago
  25. 4fd5f82 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  26. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  27. eb8e317 [PATCH] firmware: fix all kernel-doc warnings by Randy Dunlap · 19 years ago
  28. ad74557 [PATCH] introduce get_cpu_sysdev() to retrieve a sysfs entry for a cpu. by Ashok Raj · 19 years ago
  29. 0b0acbe [PATCH] memory hotplug: move section_mem_map alloc to sparse.c by Dave Hansen · 19 years ago
  30. 3947be1 [PATCH] memory hotplug: sysfs and add/remove functions by Dave Hansen · 19 years ago
  31. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  32. 9a7834d [PATCH] USB: fix pm patches with CONFIG_PM off part 2 by Andrew Morton · 19 years ago
  33. 979d519 [PATCH] root hub changes (lesser half) by David Brownell · 19 years ago
  34. e9b7bd4 [PATCH] one less word in struct device by David Brownell · 19 years ago
  35. c41455f [PATCH] kernel-doc: drivers/base fixes by Randy Dunlap · 19 years ago
  36. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  37. a1bdc7a [PATCH] drivers/base - fix sparse warnings by Ben Dooks · 19 years ago
  38. 51d172d [PATCH] Driver Core: add the ability for class_device structures to be nested by Greg Kroah-Hartman · 19 years ago
  39. a7fd670 [PATCH] add sysfs attr to re-emit device hotplug event by Kay Sievers · 19 years ago
  40. d8539d8 [PATCH] Driver core: pass interface to class interface methods by Dmitry Torokhov · 19 years ago
  41. dbe9035 [PATCH] Driver core: send hotplug event before adding class interfaces by Dmitry Torokhov · 19 years ago
  42. 0ac8524 [PATCH] driver model wakeup flags by David Brownell · 19 years ago
  43. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  44. 3e51377 [PATCH] fix class symlinks in sysfs by Bill Nottingham · 19 years ago
  45. 4c898c7 [PATCH] Driver Core: fis bus rescan devices race by Daniel Ritz · 19 years ago
  46. 4aed064 [PATCH] drivers/base/*: use kzalloc instead of kmalloc+memset by Jiri Slaby · 19 years ago
  47. 3a11ec5 [PATCH] dmapool: Fix "nocast type" warnings by Victor Fusco · 19 years ago
  48. caf39e8 [SCSI] Re-do "final klist fixes" by Linus Torvalds · 19 years ago
  49. 34bb61f [PATCH] fix klist semantics for lists which have elements removed on traversal by James Bottomley · 19 years ago
  50. df4edad [SCSI] Revert "final klist fixes" by Linus Torvalds · 19 years ago
  51. 0481990 Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 by Linus Torvalds · 19 years ago
  52. 6e3eaab [PATCH] modified firmware_class.c to support no hotplug by Abhay Salunke · 19 years ago
  53. 17fa53d Merge by hand (conflicts in sd.c) by James Bottomley · 19 years ago
  54. d856f1e [PATCH] klist: fix klist to have the same klist_add semantics as list_head by James Bottomley · 19 years ago
  55. fef6ec8 [PATCH] Driver core: small cleanup; remove check for NULL before kfree() in driver core by Jesper Juhl · 19 years ago
  56. ceaeade [PATCH] Driver core: hande sysdev suspend failure by Shaohua Li · 19 years ago
  57. 76d1ce0 [PATCH] Driver core: link device and all class devices derived from it. by Dmitry Torokhov · 19 years ago
  58. d65da6e [PATCH] Fix manual binding infinite loop by Greg Kroah-Hartman · 19 years ago
  59. ca078ba [PATCH] swsusp: switch pm_message_t to struct by Pavel Machek · 19 years ago
  60. c07e02d [PATCH] VM: add page_state info to per-node meminfo by Martin Hicks · 19 years ago
  61. 2b7d6a8 [SCSI] attribute container final klist fixes by James Bottomley · 19 years ago
  62. 53c165e [SCSI] correct attribute_container list usage by James Bottomley · 19 years ago
  63. 7a93aef Merge HEAD from ../scsi-misc-2.6-tmp by James Bottomley · 19 years ago
  64. ebd8bb7 [SCSI] fix transport class corner case after rework by James Bottomley · 19 years ago
  65. 518e654 [PATCH] Fix manual binding infinite loop by Greg KH · 19 years ago
  66. 208f3d6 [PATCH] Driver core: potentially fix use after free in class_device_attr_show by Maneesh Soni · 19 years ago
  67. d0a7e57 [SCSI] correct transport class abstraction to work outside SCSI by James Bottomley · 19 years ago
  68. 5028770 [ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc... by Len Brown · 19 years ago
  69. e2a5b42 [ACPI] ACPI poweroff fix by Alexey Starikovskiy · 19 years ago
  70. d62c0f9 [PATCH] Driver core: Use klist_del() instead of klist_remove(). by Patrick Mochel · 19 years ago
  71. 23d3d60 [PATCH] driver core: change bus_rescan_devices to return void by Greg Kroah-Hartman · 19 years ago
  72. afdce75 [PATCH] driver core: Add the ability to bind drivers to devices from userspace by Greg Kroah-Hartman · 19 years ago
  73. 151ef38 [PATCH] driver core: Add the ability to unbind drivers to devices from userspace by Greg Kroah-Hartman · 19 years ago
  74. 0edb586 [PATCH] driver core: add bus_find_device & driver_find_device functions by Cornelia Huck · 19 years ago
  75. b92eac0 [PATCH] request_firmware(): avoid race conditions by Stanislaw W. Gruszka · 19 years ago
  76. fb69c39 [PATCH] generate hotplug events for cpu online by Nathan Lynch · 19 years ago
  77. 52a119f [PATCH] make smp_prepare_cpu to a weak function by Ashok Raj · 19 years ago
  78. e1367da [PATCH] cpu state clean after hot remove by Li Shaohua · 19 years ago
  79. d377e85 [PATCH] driver core: Fix up the device_attach() error handling in bus_add_device() by Greg Kroah-Hartman · 19 years ago
  80. e7c8d5c [PATCH] node local per-cpu-pages by Christoph Lameter · 19 years ago
  81. 42b16c0 [PATCH] Driver core: Don't "lose" devices on suspend on failure by Benjamin Herrenschmidt · 19 years ago
  82. 74880c0 [PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  83. 54b6f35 [PATCH] Driver core: change device_attribute callbacks by Yani Ioannou · 19 years ago
  84. ca2b94b [PATCH] driver core: fix error handling in bus_add_device by Hannes Reinecke · 19 years ago
  85. 4b45099 [PATCH] Driver core: unregister_node() for hotplug use by Keiichiro Tokunaga · 19 years ago
  86. c95a6b0 [PATCH] driver core: Fix races in driver_detach() by Alan Stern · 19 years ago
  87. 0d3e5a2 [PATCH] Driver Core: fix bk-driver-core kills ppc64 by Patrick Mochel · 19 years ago
  88. b86c1df [PATCH] Driver core: Fix up the driver and device iterators to be quieter by gregkh@suse.de · 19 years ago
  89. 126eddf [PATCH] driver core: change export symbol for driver_for_each_device() by gregkh@suse.de · 19 years ago
  90. 4d12d2d [PATCH] Fix up bogus comment. by mochel@digitalimplant.org · 19 years ago
  91. 3623957 [PATCH] Use a klist for device child lists. by mochel@digitalimplant.org · 19 years ago
  92. 0956af5 [PATCH] Call klist_del() instead of klist_remove(). by mochel@digitalimplant.org · 19 years ago
  93. 63c4f20 [PATCH] Remove struct device::driver_list. by mochel@digitalimplant.org · 19 years ago
  94. 7dc35cd [PATCH] Remove struct device::bus_list. by mochel@digitalimplant.org · 19 years ago
  95. 6eded06 [PATCH] Fix up bus code and remove use of rwsem. by mochel@digitalimplant.org · 19 years ago
  96. 2287c322 [PATCH] Use bus_for_each_{dev,drv} for driver binding. by mochel@digitalimplant.org · 19 years ago
  97. cb85b6f [PATCH] Remove the unused device_find(). by mochel@digitalimplant.org · 19 years ago
  98. 94e7b1c [PATCH] Add a klist to struct device_driver for the devices bound to it. by mochel@digitalimplant.org · 19 years ago
  99. 38fdac3 [PATCH] Add a klist to struct bus_type for its drivers. by mochel@digitalimplant.org · 19 years ago
  100. 465c7a3 [PATCH] Add a klist to struct bus_type for its devices. by mochel@digitalimplant.org · 19 years ago