1. 08da591 ide: add ide_device_{get,put}() helpers by Bartlomiej Zolnierkiewicz · 16 years ago
  2. 6cdf6eb ide: add ->dev and ->host_priv fields to struct ide_host by Bartlomiej Zolnierkiewicz · 16 years ago
  3. 8c2eece ide: call ide_pci_setup_ports() before do_ide_setup_pci_device() by Bartlomiej Zolnierkiewicz · 16 years ago
  4. a742d6c ide: move ide_setup_pci_controller() call to ide_setup_pci_device[s]() by Bartlomiej Zolnierkiewicz · 16 years ago
  5. a95925a ide: respect dev->irq in do_ide_setup_pci_device() also if 'tried_config' by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 708e5f9 ide: always call ->init_chipset method in do_ide_setup_pci_device() by Bartlomiej Zolnierkiewicz · 16 years ago
  7. 5c40235 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  8. 7540081 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  9. 3fde80e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 16 years ago
  10. ac9f80a Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight by Linus Torvalds · 16 years ago
  11. c54554d Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds by Linus Torvalds · 16 years ago
  12. c3c2233 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  13. b340e8a auxdisplay: small cleanups by Akinobu Mita · 16 years ago
  14. 5bb49fc video/fb: cleanup FB_MAJOR usage by Philippe De Muyter · 16 years ago
  15. cba603b fbcon: remove stray semicolons by Jan Beulich · 16 years ago
  16. 3e07405 fbdev: LCD backlight driver using Atmel PWM driver by Hans-Christian Egtvedt · 16 years ago
  17. 2d04a4a fbcon: bgcolor fix by Stefano Stabellini · 16 years ago
  18. 4a25e41 video: sh7760fb: SH7760/SH7763 LCDC framebuffer driver by Nobuhiro Iwamatsu · 16 years ago
  19. c6b044d neofb: drop the xtimings structure by Krzysztof Helt · 16 years ago
  20. 1ca6b62 neofb: drop redundant code by Krzysztof Helt · 16 years ago
  21. 7fc80b7 neofb: simplify clock calculation by Krzysztof Helt · 16 years ago
  22. 5798712 drivers/video/amifb.c cleanups by Adrian Bunk · 16 years ago
  23. 104b198 lxfb: fix console blanking by Jordan Crouse · 16 years ago
  24. be935d5 lxfb: drop dead declarations from header by Andres Salomon · 16 years ago
  25. 18b095d drivers/char: remove old broken Cobalt LCD driver by Yoichi Yuasa · 16 years ago
  26. 5abe3b4 fbdev: add new Cobalt LCD framebuffer driver by Yoichi Yuasa · 16 years ago
  27. 6b51d51 fsl-diu-fb: update Freescale DIU driver to use page_alloc_exact() by Timur Tabi · 16 years ago
  28. c25826a lcd: add platform_lcd driver by Ben Dooks · 16 years ago
  29. 0c53136 lcd: add lcd_device to check_fb() entry in lcd_ops by Ben Dooks · 16 years ago
  30. cccb6d3 fb: add support for the ILI9320 video display controller by Ben Dooks · 16 years ago
  31. d052541 sm501: fixup allocation code to be 64bit resource compliant by Ben Dooks · 16 years ago
  32. 9b599fb sm501: restructure init to allow only 1 fb on an SM501 by Ben Dooks · 16 years ago
  33. 206c5d6 sm501: add inversion controls for VBIASEN and FPEN by Ben Dooks · 16 years ago
  34. 968910b atmel_lcdfb: avoid division by zero by Nicolas Ferre · 16 years ago
  35. 84c41ce skeletonfb: update to correct platform driver usage by Krzysztof Helt · 16 years ago
  36. a882ef4 aty: use memory_read_from_buffer() by Akinobu Mita · 16 years ago
  37. 1c554ff atyfb: fix a cast by Ville Syrjala · 16 years ago
  38. 89c69d2 atyfb: report probe errors by Ville Syrjala · 16 years ago
  39. 6cfafc1 atyfb: use a PCI device ID table by Ville Syrjala · 16 years ago
  40. 3880b0b atyfb: correct_chipset() can fail by Ville Syrjala · 16 years ago
  41. 50cd022 atyfb: remove dead code by Olaf Hering · 16 years ago
  42. 7572a1e fbdev: xoffset, yoffset and yres are unsigned by Ville Syrjala · 16 years ago
  43. 43a3abc fbdev: width and height are unsigned by Ville Syrjala · 16 years ago
  44. 2870086 hgafb: convert to new platform driver API by Krzysztof Helt · 16 years ago
  45. b604838 vfb: only enable if explicitly requested when compiled in by Frans Pop · 16 years ago
  46. cfb4f5d fbdev: SuperH Mobile LCDC Driver by Magnus Damm · 16 years ago
  47. c2c1215 tdfxfb: remove ypan checks done by a higher layer by Krzysztof Helt · 16 years ago
  48. 9821937 vga16fb: source code improvement by Krzysztof Helt · 16 years ago
  49. ea9014b tdfxfb: add mode_option module parameter by Krzysztof Helt · 16 years ago
  50. 012e260 uvesafb: change mode parameter to mode_option by Krzysztof Helt · 16 years ago
  51. 49a1d28 fbcon: make logo_height a local variable by Krzysztof Helt · 16 years ago
  52. d22579b atmel_lcdfb: FIFO underflow management by Nicolas Ferre · 16 years ago
  53. 77a6e7a vga16fb: test virtual screen range before subtraction on unsigned by Roel Kluin · 16 years ago
  54. 1c0face atafb: test virtual screen range before subtraction on unsigned by Roel Kluin · 16 years ago
  55. 091c82c amifb: test virtual screen range before subtraction on unsigned by Roel Kluin · 16 years ago
  56. 816664f aty128fb: test below 0 on unsigned pll->post_divider by Roel Kluin · 16 years ago
  57. fcea803 drivers/video/aty/radeon_base.c: notify user if sysfs_create_bin_file() failed by Tony Breeds · 16 years ago
  58. 7951ac9 sa1100fb: convert ctrlr_sem in a mutex by Matthias Kaehlcke · 16 years ago
  59. b91dbce pxafb: convert ctrlr_sem in a mutex by Matthias Kaehlcke · 16 years ago
  60. 14aefd1 video/sis/: remove compat code by Adrian Bunk · 16 years ago
  61. 0b9cf3a mdacon messing up default vc's - set default to vc13-16 again by Roland Kletzing · 16 years ago
  62. 663b0e1 tridentfb: remove warning message that cyblafb driver should be used by Krzysztof Helt · 16 years ago
  63. 0292be4 tridentfb: add imageblit acceleration for Blade3D family by Krzysztof Helt · 16 years ago
  64. 6280fd4 tridentfb: Blade3D clock fixes by Krzysztof Helt · 16 years ago
  65. f330c4b tridentfb: y-panning fixes by Krzysztof Helt · 16 years ago
  66. a4af179 tridentfb: fix 224 color logo at 8 bpp by Krzysztof Helt · 16 years ago
  67. 13b0de4 tridentfb: fix console freeze when switching from X11 by Krzysztof Helt · 16 years ago
  68. 5cf1384 tridentfb: source code improvements by Krzysztof Helt · 16 years ago
  69. 01a2d9e tridentfb: acceleration constants change by Krzysztof Helt · 16 years ago
  70. 34dec24 tridentfb: various pixclock and timing improvements by Krzysztof Helt · 16 years ago
  71. 2c86a0c tridentfb: acceleration bug fixes by Krzysztof Helt · 16 years ago
  72. 49b1f4b tridentfb: acceleration code improvements by Krzysztof Helt · 16 years ago
  73. bcac2d5 tridentfb: add acceleration for TGUI families by Krzysztof Helt · 16 years ago
  74. 54f019e tridentfb: fix hi-color modes for TGUI 9440 by Krzysztof Helt · 16 years ago
  75. 65e93e0 tridentfb: preserve memory type settings by Krzysztof Helt · 16 years ago
  76. 74a933f tridentfb: improve check_var function by Krzysztof Helt · 16 years ago
  77. aa0aa8a tridentfb: fix unitialized pseudo_palette by Krzysztof Helt · 16 years ago
  78. a0d9225 tridentfb: add TGUI 9440 support by Krzysztof Helt · 16 years ago
  79. 0e73a47 tridentfb: improved register values on TGUI 9680 by Krzysztof Helt · 16 years ago
  80. 3876ae8 tridentfb: improve probe function by Krzysztof Helt · 16 years ago
  81. 6bdf103 tridentfb: fix clock settings for older Trident 96XX chips by Krzysztof Helt · 16 years ago
  82. c1724fe tridentfb: use mmio access for clock setting by Krzysztof Helt · 16 years ago
  83. 7f762d2 tridentfb: fix timing calculations by Krzysztof Helt · 16 years ago
  84. 10172ed tridentfb: make use of functions and constants from the vga.h by Krzysztof Helt · 16 years ago
  85. d9cad04 tridentfb: move global acceleration hooks into structure by Krzysztof Helt · 16 years ago
  86. e0759a5 tridentfb: convert is_blade and is_xp macros into functions by Krzysztof Helt · 16 years ago
  87. 6eed8e1 tridentfb: move global flat panel variable into structure by Krzysztof Helt · 16 years ago
  88. 122e8ad tridentfb: move global chip_id into structure by Krzysztof Helt · 16 years ago
  89. ea8ee55 tridentfb: move global pseudo palette into structure by Krzysztof Helt · 16 years ago
  90. e09ed09 tridentfb: convert fb_info into allocated one by Krzysztof Helt · 16 years ago
  91. 306fa6f tridentfb: replace macros with functions by Krzysztof Helt · 16 years ago
  92. 2ece5f43 fbdev: add the carmine FB driver by Sebastian Siewior · 16 years ago
  93. 4cad443 rtc-vr41xx: add irq_set_freq() and irq_set_state() by Yoichi Yuasa · 16 years ago
  94. 7e2a31d rtc-cmos: avoid spurious irqs by David Brownell · 16 years ago
  95. 449321b rtc-at91rm9200: avoid spurious irqs by David Brownell · 16 years ago
  96. 773be7e rtc: rtc-s3c: update IRQ handling by Ben Dooks · 16 years ago
  97. 4cd0c5c rtc: rtc-s3c: add __devexit and __devinit markers by Ben Dooks · 16 years ago
  98. 35d3fdd rtc-cmos: improve HPET IRQ glue by David Brownell · 16 years ago
  99. c68d07b rtc: remove and clarify unneeded externs by Carlos R. Mafra · 16 years ago
  100. 02bb584 rtc: convert the PCF8583 driver to the new I2C style framework with device_ids by Wolfram Sang · 16 years ago