1. 39c715b [PATCH] smp_processor_id() cleanup by Ingo Molnar · 19 years ago
  2. 3a84509 [PATCH] coverity: ipmi: avoid overrun of ipmi_interfaces[] by Zaur Kambarov · 19 years ago
  3. 7f20b6a [PATCH] megaraid build fix by bobl · 19 years ago
  4. 1d345da Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  5. 87c8a44 [PATCH] PCI: fix show_modalias() function due to attribute change by Greg Kroah-Hartman · 19 years ago
  6. 4893e9d [PATCH] USB: fix show_modalias() function due to attribute change by Greg Kroah-Hartman · 19 years ago
  7. 42b16c05 [PATCH] Driver core: Don't "lose" devices on suspend on failure by Benjamin Herrenschmidt · 19 years ago
  8. 050480f [PATCH] I2C: drivers/i2c/chips/adm1026.c: use dynamic sysfs callbacks by Yani Ioannou · 19 years ago
  9. 060b884 [PATCH] Driver Core: drivers/usb/input/aiptek.c - drivers/zorro/zorro-sysfs.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  10. 10523b3 [PATCH] Driver Core: drivers/s390/net/qeth_sys.c - drivers/usb/gadget/pxa2xx_udc.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  11. 3fd3c0a [PATCH] Driver Core: drivers/char/raw3270.c - drivers/net/netiucv.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  12. e404e27 [PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  13. a5099cf [PATCH] Driver Core: drivers/i2c/chips/pc87360.c - w83627hf.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  14. 8627f9b [PATCH] Driver Core: drivers/i2c/chips/lm77.c - max1619.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  15. 30f7429 [PATCH] Driver Core: drivers/i2c/chips/adm1031.c - lm75.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  16. 74880c0 [PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update device attribute callbacks by Yani Ioannou · 19 years ago
  17. 54b6f35 [PATCH] Driver core: change device_attribute callbacks by Yani Ioannou · 19 years ago
  18. ca2b94b [PATCH] driver core: fix error handling in bus_add_device by Hannes Reinecke · 19 years ago
  19. 4b45099 [PATCH] Driver core: unregister_node() for hotplug use by Keiichiro Tokunaga · 19 years ago
  20. f409661 [PATCH] usbcore: Don't call device_release_driver recursively by Alan Stern · 19 years ago
  21. c95a6b0 [PATCH] driver core: Fix races in driver_detach() by Alan Stern · 19 years ago
  22. 273971b [PATCH] usb: klist_node_attached() fix by Patrick Mochel · 19 years ago
  23. 12eac73 [PATCH] Fix typo in scdrv_init() by Jason Uhlenkott · 19 years ago
  24. 0d3e5a2 [PATCH] Driver Core: fix bk-driver-core kills ppc64 by Patrick Mochel · 19 years ago
  25. b86c1df [PATCH] Driver core: Fix up the driver and device iterators to be quieter by gregkh@suse.de · 19 years ago
  26. d0e2b4a [PATCH] use device_for_each_child() to properly access child devices. by long · 19 years ago
  27. 64360322 [PATCH] Use device_for_each_child() to unregister devices in nodemgr_remove_host_dev() by gregkh@suse.de · 19 years ago
  28. ff71071 [PATCH] USB: fix build warning in usb core as pointed out by Andrew. by gregkh@suse.de · 19 years ago
  29. 126eddf [PATCH] driver core: change export symbol for driver_for_each_device() by gregkh@suse.de · 19 years ago
  30. 4d12d2d [PATCH] Fix up bogus comment. by mochel@digitalimplant.org · 19 years ago
  31. 3623957 [PATCH] Use a klist for device child lists. by mochel@digitalimplant.org · 19 years ago
  32. 9a881f1 [PATCH] use device_for_each_child() to properly access child devices. by gregkh@suse.de · 19 years ago
  33. 20b1e67 [PATCH] Use device_for_each_child() to unregister devices in scsi_remove_target(). by mochel@digitalimplant.org · 19 years ago
  34. 0956af5 [PATCH] Call klist_del() instead of klist_remove(). by mochel@digitalimplant.org · 19 years ago
  35. 63c4f20 [PATCH] Remove struct device::driver_list. by mochel@digitalimplant.org · 19 years ago
  36. 7dc35cd [PATCH] Remove struct device::bus_list. by mochel@digitalimplant.org · 19 years ago
  37. 6eded06 [PATCH] Fix up bus code and remove use of rwsem. by mochel@digitalimplant.org · 19 years ago
  38. d4a7537 [PATCH] Fix up USB to use klist_node_attached() instead of list_empty() on lists that will go away. by mochel@digitalimplant.org · 19 years ago
  39. 2287c32 [PATCH] Use bus_for_each_{dev,drv} for driver binding. by mochel@digitalimplant.org · 19 years ago
  40. cb85b6f [PATCH] Remove the unused device_find(). by mochel@digitalimplant.org · 19 years ago
  41. 94e7b1c5 [PATCH] Add a klist to struct device_driver for the devices bound to it. by mochel@digitalimplant.org · 19 years ago
  42. 38fdac3 [PATCH] Add a klist to struct bus_type for its drivers. by mochel@digitalimplant.org · 19 years ago
  43. 465c7a3 [PATCH] Add a klist to struct bus_type for its devices. by mochel@digitalimplant.org · 19 years ago
  44. 6034a08 [PATCH] Use driver_for_each_device() instead of manually walking list. by mochel@digitalimplant.org · 19 years ago
  45. 8d618af [PATCH] Use driver_for_each_device() in drivers/pnp/driver.c instead of manually walking list. by mochel@digitalimplant.org · 19 years ago
  46. fae3cd0 [PATCH] Add driver_for_each_device(). by mochel@digitalimplant.org · 19 years ago
  47. 07e4a3e [PATCH] Move device/driver code to drivers/base/dd.c by mochel@digitalimplant.org · 19 years ago
  48. af70316 [PATCH] Add a semaphore to struct device to synchronize calls to its driver. by mochel@digitalimplant.org · 19 years ago
  49. eb51b65 [PATCH] fix up ipmi code after class_simple.c removal by Andrew Morton · 19 years ago
  50. cd987d3 [PATCH] class: remove class_simple code, as no one in the tree is using it anymore. by gregkh@suse.de · 19 years ago
  51. 2fc6844 [PATCH] class: add kerneldoc for the new class functions. by gregkh@suse.de · 19 years ago
  52. 5cebfb7 [PATCH] USB: trivial error path fix by Mark M. Hoffman · 19 years ago
  53. 56b2293 [PATCH] class: convert drivers/* to use the new class api instead of class_simple by gregkh@suse.de · 19 years ago
  54. d253878 [PATCH] class: convert drivers/scsi/* to use the new class api instead of class_simple by gregkh@suse.de · 19 years ago
  55. 7e25ab9 [PATCH] class: convert drivers/ieee1394/* to use the new class api instead of class_simple by gregkh@suse.de · 19 years ago
  56. ca8eca6 [PATCH] class: convert drivers/char/* to use the new class api instead of class_simple by gregkh@suse.de · 19 years ago
  57. deb3697 [PATCH] class: convert drivers/block/* to use the new class api instead of class_simple by gregkh@suse.de · 19 years ago
  58. 8561b10 [PATCH] USB: move the usb hcd code to use the new class code. by gregkh@suse.de · 19 years ago
  59. 1235686 [PATCH] INPUT: move to use the new class code, instead of class_simple by gregkh@suse.de · 19 years ago
  60. 7fe845d [PATCH] tty: move to use the new class code, instead of class_simple by gregkh@suse.de · 19 years ago
  61. e9ba636 [PATCH] CLASS: move a "simple" class logic into the class core. by gregkh@suse.de · 19 years ago
  62. 70f2817 [PATCH] sysfs: (rest) if show/store is missing return -EIO by Dmitry Torokhov · 19 years ago
  63. 6c1852a [PATCH] sysfs: (driver/block) if show/store is missing return -EIO by Dmitry Torokhov · 19 years ago
  64. fc7e482 [PATCH] sysfs: (driver/pci) if show/store is missing return -EIO by Dmitry Torokhov · 19 years ago
  65. 4a0c20b [PATCH] sysfs: (driver/base) if show/store is missing return -EIO by Dmitry Torokhov · 19 years ago
  66. d48593b [PATCH] Make attributes names const char * by Dmitry Torokhov · 19 years ago
  67. 8d790d7 [PATCH] make driver's name be const char * by Dmitry Torokhov · 19 years ago
  68. 419cab3 [PATCH] kset_hotplug_ops->name shoudl return const char * by Dmitry Torokhov · 19 years ago
  69. 91b9047 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
  70. e4fe198 [PATCH] ARM: 2701/1: free up ixp2000 timer 4 for the watchdog by Lennert Buytenhek · 19 years ago
  71. e632ba1 aic7xxx/aic79xx_osm: revert completely bogus ahd_linux_queue() patch by Jeff Garzik · 19 years ago
  72. 98f72a1 fc4/fc: fix warnings and errors related to recent SCSI EH updates by Jeff Garzik · 19 years ago
  73. cc63b1e [PATCH] console blanking oops fix by Jan Beulich · 19 years ago
  74. 43fde78 Merge 'upstream-2.6.13' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 19 years ago
  75. c83d9945 [PATCH] Fix typo in drivers/pci/pci-driver.c by Mika Kukkonen · 19 years ago
  76. 0e396ee Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git by Linus Torvalds · 19 years ago
  77. f9d1fe9 Merge /spare/repo/linux-2.6/ by Jeff Garzik · 19 years ago
  78. 5d497ce [SCSI] aacraid: regression fix by Mark Haverkamp · 19 years ago
  79. 3afa294 merge by hand (qla_os.c mismerge) by James Bottomley · 19 years ago
  80. 3237ee7 merge by hand (fix up qla_os.c merge error) by James Bottomley · 19 years ago
  81. dfd11c2 Merge 'for-linus' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block by Linus Torvalds · 19 years ago
  82. 794f5bf [PATCH] PCI: don't override drv->shutdown unconditionally by Christoph Hellwig · 19 years ago
  83. df0ae24 [SCSI] allow sleeping in ->eh_host_reset_handler() by Jeff Garzik · 19 years ago
  84. 68b3aa7 [SCSI] allow sleeping in ->eh_bus_reset_handler() by Jeff Garzik · 19 years ago
  85. 94d0e7b8 [SCSI] allow sleeping in ->eh_device_reset_handler() by Jeff Garzik · 19 years ago
  86. 8fa728a [SCSI] allow sleeping in ->eh_abort_handler() by Jeff Garzik · 19 years ago
  87. 3471c28 [SCSI] Remove no-op implementations of SCSI EH hooks by Jeff Garzik · 19 years ago
  88. e3df715 [SCSI] Remove unnecessary locking around completion function calls by Jeff Garzik · 19 years ago
  89. db3b584 When cfq I/O scheduler is selected, get_request() in __make_request() calls by Kiyoshi Ueda · 19 years ago
  90. c081474 Merge 'for-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block by Linus Torvalds · 19 years ago
  91. 58125f9 [PATCH] fix for kaweth broken by changes in the networking layer by Oliver Neukum · 19 years ago
  92. e41fb09 [PATCH] ALPS: fix enabling hardware tapping by Dmitry Torokhov · 19 years ago
  93. a2ef79e [PATCH] sbp2 slab corruption fix by Alexandre Oliva · 19 years ago
  94. c374f12 This patch fixes q->unplug_thresh condition check in by Tejun Heo · 19 years ago
  95. 9c56187 This patch kills elevator_global_init() in elevator.c which does nothing. by Tejun Heo · 19 years ago
  96. 9a47696 [PATCH] macmodes: needs a license by Randy Dunlap · 19 years ago
  97. 223230e [PATCH] i2o: Fix free of event memory in i2o_block_event() by Markus Lidel · 19 years ago
  98. e2c1649 [PATCH] Typo in fbdev sysfs support, virtual_size by Jon Smirl · 19 years ago
  99. f797f9c [PATCH] Fix PCI BAR size interpretation on 64-bit arches by Olof Johansson · 19 years ago
  100. 12021ff [SCSI] aic7xxx: fix the BIOS limits setting routines by James Bottomley · 19 years ago