1. d6072f8 [PATCH] i2c: Reuse name strings in i2c bus drivers by Jean Delvare · 19 years ago
  2. 7d845b1 [PATCH] hwmon: Discard bogus comment about init setting limits by Jean Delvare · 19 years ago
  3. 0200296 [PATCH] hwmon: Discard explicit static initializations to 0 by Jean Delvare · 19 years ago
  4. 6050709 [PATCH] i2c: Discard explicit static initializations to 0 by Jean Delvare · 19 years ago
  5. b918ecd [PATCH] hwmon: Do not forcibly enable via686a by default by Jean Delvare · 19 years ago
  6. e415e48 [PATCH] hwmon: adm9240 whitespace cleanups by Jean Delvare · 19 years ago
  7. 088341b [PATCH] hwmon: via686a: save 0.5k by long v[256] -> s16 v[256] by Jean Delvare · 19 years ago
  8. c7461a6 [PATCH] hwmon: adm9240 driver update - dynamic sysfs by Grant Coady · 19 years ago
  9. 205cf13 [PATCH] hwmon: adm9240 driver update - cleanups by Grant Coady · 19 years ago
  10. 84860bf Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  11. de51441 Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 by Arnaldo Carvalho de Melo · 19 years ago
  12. 245dc3d [Bluetooth] Ignore additional interfaces of BPA 100/105 devices by Marcel Holtmann · 19 years ago
  13. 0372a66 [Bluetooth] Cleanup of the HCI UART driver by Marcel Holtmann · 19 years ago
  14. 20dd6f5 [Bluetooth] Remove TXCRC compile option for BCSP driver by Marcel Holtmann · 19 years ago
  15. 6fbfddc Merge ../bleed-2.6 by Greg KH · 19 years ago
  16. 8ed5759 Merge branch 'forlinus' of git://parisc-linux.org/home/kyle/git/parisc-2.6 by Linus Torvalds · 19 years ago
  17. c41455f [PATCH] kernel-doc: drivers/base fixes by Randy Dunlap · 19 years ago
  18. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  19. a1bdc7a [PATCH] drivers/base - fix sparse warnings by Ben Dooks · 19 years ago
  20. a7fadbe [PATCH] input core: remove custom-made hotplug handler by Dmitry Torokhov · 19 years ago
  21. c9bcd58 [PATCH] INPUT: Create symlinks for backwards compatibility by Greg Kroah-Hartman · 19 years ago
  22. ea9f240 [PATCH] INPUT: rename input_dev_class to input_class to be correct. by Greg Kroah-Hartman · 19 years ago
  23. b0fdfeb [PATCH] INPUT: remove the input_class structure, as it is unused. by Greg Kroah-Hartman · 19 years ago
  24. 629b77a [PATCH] INPUT: Fix oops when accessing sysfs files of nested input devices by Greg Kroah-Hartman · 19 years ago
  25. 967ca69 [PATCH] INPUT: move the input class devices under their new input_dev devices by Greg Kroah-Hartman · 19 years ago
  26. 23d5090 [PATCH] INPUT: export input_dev_class so that input drivers can use it. by Greg Kroah-Hartman · 19 years ago
  27. 1020402 [PATCH] INPUT: register the input class device sooner by Greg Kroah-Hartman · 19 years ago
  28. 5c1e9a6 [PATCH] Input: export input_dev data via sysfs attributes by Dmitry Torokhov · 19 years ago
  29. 051b2fe [PATCH] Input: show sysfs path in /proc/bus/input/devices by Dmitry Torokhov · 19 years ago
  30. 17dd3f0 [PATCH] drivers/input/joystick: convert to dynamic input_dev allocation by Dmitry Torokhov · 19 years ago
  31. 0259567 [PATCH] Input: convert konicawc to dynamic input_dev allocation by Dmitry Torokhov · 19 years ago
  32. c7f7a56 [PATCH] Input: convert drivers/macintosh to dynamic input_dev allocation by Dmitry Torokhov · 19 years ago
  33. b7df391 [PATCH] drivers/media: convert to dynamic input_dev allocation by Dmitry Torokhov · 19 years ago
  34. 76b7cddf [PATCH] Input: convert driver/input/misc to dynamic input_dev allocation by Dmitry Torokhov · 19 years ago
  35. 8878967 [PATCH] Input: convert onetouch to dynamic input_dev allocation by Dmitry Torokhov · 19 years ago
  36. b416f2e [PATCH] Input: convert sonypi to dynamic input_dev allocation by Dmitry Torokhov · 19 years ago
  37. eca1ed1 [PATCH] drivers/input/touchscreen: convert to dynamic input_dev allocation by Dmitry Torokhov · 19 years ago
  38. bd62266 [PATCH] Input: convert ucb1x00-ts to dynamic input_dev allocation by Dmitry Torokhov · 19 years ago
  39. c5b7c7c [PATCH] drivers/usb/input: convert to dynamic input_dev allocation by Dmitry Torokhov · 19 years ago
  40. 3c42f0c [PATCH] drivers/input/keyboard: convert to dynamic input_dev allocation by Dmitry Torokhov · 19 years ago
  41. 2e5b636 [PATCH] drivers/input/mouse: convert to dynamic input_dev allocation by Dmitry Torokhov · 19 years ago
  42. d19fbe8 [PATCH] Input: prepare to sysfs integration by Dmitry Torokhov · 19 years ago
  43. 4f00469 [PATCH] Input: kill devfs references by Dmitry Torokhov · 19 years ago
  44. 53f4654 [PATCH] Driver Core: fix up all callers of class_device_create() by Greg Kroah-Hartman · 19 years ago
  45. 51d172d [PATCH] Driver Core: add the ability for class_device structures to be nested by Greg Kroah-Hartman · 19 years ago
  46. a7fd670 [PATCH] add sysfs attr to re-emit device hotplug event by Kay Sievers · 19 years ago
  47. d8539d8 [PATCH] Driver core: pass interface to class interface methods by Dmitry Torokhov · 19 years ago
  48. 7bd7b09 [PATCH] I2O: remove i2o_device_class by Dmitry Torokhov · 19 years ago
  49. 607cf4d [PATCH] I2O: Clean up some pretty bad driver model abuses in the i2o code by Greg Kroah-Hartman · 19 years ago
  50. 4f5ca09 [PATCH] I2O: remove class interface by Dmitry Torokhov · 19 years ago
  51. dbe9035 [PATCH] Driver core: send hotplug event before adding class interfaces by Dmitry Torokhov · 19 years ago
  52. b94dc6b [PATCH] usb device wakeup flags by David Brownell · 19 years ago
  53. 0ac8524 [PATCH] driver model wakeup flags by David Brownell · 19 years ago
  54. d5dee80 [PATCH] add sysfs support for ide tape by Will Dyson · 19 years ago
  55. 3dc7c55 [PATCH] aoe: update to version 14 by Ed L. Cashin · 19 years ago
  56. 475172f [PATCH] aoe: use get_unaligned for accesses in ATA id buffer by Ed L. Cashin · 19 years ago
  57. 83928e1 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
  58. 210cc67 Auto-update from upstream by Kyle McMartin · 19 years ago
  59. 9be16a0 Merge branch 'sx8' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 by Linus Torvalds · 19 years ago
  60. 5fadd05 Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 19 years ago
  61. e5dfa92 Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  62. 5dd9624 Merge branch 'elevator-switch' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  63. 28d721e Merge branch 'generic-dispatch' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  64. 0ee40c6 Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  65. 6f475c0 [ARM] 2897/2: PXA2xx IRDA support by Nicolas Pitre · 19 years ago
  66. dd5b295 [ARM] 2921/1: Support for the RTC / nvram on the Comdial MP1000 by Jon Ringle · 19 years ago
  67. d9e2964 [ARM] 3029/1: Add HWUART support for PXA 255/26x by Matt Reimer · 19 years ago
  68. 917f68f [ARM] 2919/1: CS8900A ethernet driver modifications for the Comdial MP1000 by Jon Ringle · 19 years ago
  69. 0b83f14 [ARM] 2918/1: [update] Base port of Comdial MP1000 platfrom by Jon Ringle · 19 years ago
  70. b4e3ca1 [PATCH] gfp_t: remaining bits of drivers/* by Al Viro · 19 years ago
  71. 9e24974 [PATCH] gfp_t: drivers/net by Al Viro · 19 years ago
  72. 87b750d [PATCH] gfp_t: drivers/infiniband by Al Viro · 19 years ago
  73. c53033f [PATCH] gfp_t: drivers/scsi by Al Viro · 19 years ago
  74. 55016f1 [PATCH] gfp_t: drivers/usb by Al Viro · 19 years ago
  75. 5c1fb41 [PATCH] gfp_t: dma-mapping (parisc) by Al Viro · 19 years ago
  76. 8267e26 [PATCH] gfp_t: block layer core by Al Viro · 19 years ago
  77. 63a4b52 [ARM] 3044/1: Fix sparse warnings about incompatible pointer types for register defined in pxa-regs.h by Ian Campbell · 19 years ago
  78. f339ab3 [ARM] Fix sparse warnings by Russell King · 19 years ago
  79. 674c045 [ARM] 3/4: Remove asm/hardware.h from SA1100 io.h by Russell King · 19 years ago
  80. c6b8fda [ARM] 3/4: Remove asm/hardware.h from Versatile and Integrator io.h by Russell King · 19 years ago
  81. 766529f [ARM] 2/4: Remove asm/hardware.h from asm-arm/arch-ebsa110/io.h by Russell King · 19 years ago
  82. 772eca7 [BLOCK] Leftover reference to ->max_back_kb by Jens Axboe · 19 years ago
  83. 64521d1 [BLOCK] elevator switch fixes/cleanup by Jens Axboe · 19 years ago
  84. cb98fc8 [BLOCK] Reimplement elevator switch by Tejun Heo · 19 years ago
  85. cb19833 [BLOCK] kill generic max_back_kb handling by Tejun Heo · 19 years ago
  86. 98b1147 [PATCH] 04/05 remove last_merge handling from ioscheds by Tejun Heo · 19 years ago
  87. 06b8624 [PATCH] 03/05 move last_merge handlin into generic elevator code by Tejun Heo · 19 years ago
  88. b4878f2 [PATCH] 02/05: update ioscheds to use generic dispatch queue by Jens Axboe · 19 years ago
  89. d9ebb19 [PATCH] elevator: leftover function declaration by Jens Axboe · 19 years ago
  90. 1b47f53 [PATCH] generic dispatch fixes by Jens Axboe · 19 years ago
  91. 8922e16 [PATCH] 01/05 Implement generic dispatch queue by Tejun Heo · 19 years ago
  92. 2824bc93 [PATCH] fix try_module_get race in elevator_find by Tejun Heo · 19 years ago
  93. b298264 Following the same idea, it occurs to me that we should only update by Chen, Kenneth W · 19 years ago
  94. 20e5c81 [patch] remove gendisk->stamp_idle field by Chen, Kenneth W · 19 years ago
  95. cb65011 Merge branch 'master' by Jeff Garzik · 19 years ago
  96. 26ba2a7 Merge branch 'master' by Jeff Garzik · 19 years ago
  97. b2ab040 Merge branch 'master' by Jeff Garzik · 19 years ago
  98. 9273214 [PATCH] cpufreq: SMP fix for conservative governor by Dave Jones · 19 years ago
  99. e0f9989 Auto-update from upstream by Kyle McMartin · 19 years ago
  100. e02fd44 Merge master.kernel.org:/home/rmk/linux-2.6-serial by Linus Torvalds · 19 years ago