1. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  2. 938c0ace Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel-stable by Russell King · 13 years ago
  3. 76d21c5 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 13 years ago
  4. a6a1d64 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  5. 4cc4d24 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6 by Linus Torvalds · 13 years ago
  6. 2f284c8 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  7. adb7048 mfd: Adopt mfd_data in 88pm860x backlight by Haojian Zhuang · 13 years ago
  8. 944dc03 tmio: Silence warnings introduced by mfd changes by Andres Salomon · 13 years ago
  9. 6d90bdd fb: Use mfd_data instead of driver_data for tmio-fb by Andres Salomon · 13 years ago
  10. 7d76ac1 mfd: mfd_cell is now implicitly available to tc6393xb drivers by Andres Salomon · 13 years ago
  11. 33ee3b2 kstrto*: converting strings to integers done (hopefully) right by Alexey Dobriyan · 13 years ago
  12. ef0a5e8 pwm_backlight: add check_fb() hook by Robert Morell · 13 years ago
  13. 0508e04 drivers/video/backlight/jornada720_*.c: make needlessly global symbols static by Axel Lin · 13 years ago
  14. b372412 backlight: apple_bl depends on ACPI by Randy Dunlap · 13 years ago
  15. 39b3dee mbp_nvidia_bl: rename to apple_bl by Matthew Garrett · 13 years ago
  16. 99fd28e mbp_nvidia_bl: check that the backlight control functions by Matthew Garrett · 13 years ago
  17. 23a9847 mbp_nvidia_bl: remove DMI dependency by Matthew Garrett · 13 years ago
  18. bb7ca74 backlight: add backlight type by Matthew Garrett · 13 years ago
  19. 1baf0eb drivers/vidfeo/backlight: ld9040 amoled driver support by Donghwa Lee · 13 years ago
  20. 32b98bf fbcon: fix situation where fbcon gets deinitialised and can't reinit. by Dave Airlie · 14 years ago
  21. 4295f9b video, sm501: add OF binding to support SM501 by Heiko Schocher · 13 years ago
  22. e6a0498 video, sm501: add edid and commandline support by Heiko Schocher · 13 years ago
  23. bf5f001 video, sm501: add I/O functions for use on powerpc by Heiko Schocher · 13 years ago
  24. dfc906d video: Fix EDID macros H_SYNC_WIDTH and H_SYNC_OFFSET by Martin Decky · 13 years ago
  25. d6244bc fbcon: Bugfix soft cursor detection in Tile Blitting by Henry Nestler · 13 years ago
  26. 6359691 video: add missing framebuffer_release in error path by axel lin · 13 years ago
  27. 1e93f39 video: metronomefb: add __devexit_p around reference to metronomefb_remove by axel lin · 13 years ago
  28. 79ac33e video: hecubafb: add __devexit_p around reference to hecubafb_remove by axel lin · 13 years ago
  29. 83e61f7 drivers:video:aty:radeon_base Fix typo occationally to occasionally by Justin P. Mattock · 13 years ago
  30. bed7bdd atmel_lcdfb: add fb_blank function by Andreas Bießmann · 13 years ago
  31. 7cdcdb6 atmel_lcdfb: implement inverted contrast pwm by Andreas Bießmann · 13 years ago
  32. 942b8d0 video: s3c-fb: return proper error if clk_get fails by axel lin · 13 years ago
  33. 803a4e1 uvesafb,vesafb: create WC or WB PAT-entries by Thomas Schlichter · 14 years ago
  34. 7b0e278 video: ffb: fix ffb_probe error path by axel lin · 13 years ago
  35. 49bb094 radeonfb: Let hwmon driver probe the "monid" I2C bus by Jean Delvare · 13 years ago
  36. beee1f2 fbdev: sh_mobile_lcdc: checking NULL instead of IS_ERR() by Dan Carpenter · 13 years ago
  37. e0998ea video: sh7760fb: use resource_size() by axel lin · 13 years ago
  38. 56fb22f video: hpfb: use resource_size() by axel lin · 13 years ago
  39. 7fe029d s3fb: use new start address register by Ondrej Zary · 13 years ago
  40. cb11c04 s3fb: enable DTPC by Ondrej Zary · 13 years ago
  41. 3827d10 s3fb: fix 15/16bpp modes with over 115MHz pixclocks on 86C365 Trio3D by Ondrej Zary · 13 years ago
  42. 5694f9c s3fb: add support for 86C365 Trio3D by Ondrej Zary · 13 years ago
  43. 99d054d s3fb: maximize virtual vertical size for fast scrolling by Ondrej Zary · 13 years ago
  44. 6a2f6d5 vt8623fb: Compute VGA base iomem pointer explicitly. by David Miller · 14 years ago
  45. 892c24c arkfb: Compute VGA base iomem pointer explicitly. by David Miller · 14 years ago
  46. 94c322c s3fb: Compute VGA base iomem pointer explicitly. by David Miller · 14 years ago
  47. 0144a25 vt8623fb: Don't clobber par->state.vgabase during open method. by David Miller · 14 years ago
  48. 3ff259f s3fb: Don't clobber par->state.vgabase during open method. by David Miller · 14 years ago
  49. ec70a94 arkfb: Don't clobber par->state.vgabase during open method. by David Miller · 14 years ago
  50. ed3eb4c vt8623fb: Pass par->state.vgabase to vga_*() calls. by David Miller · 14 years ago
  51. f864593 s3fb: Pass par->state.vgabase to vga_*() calls. by David Miller · 14 years ago
  52. c5e0463 arkfb: Pass par->state.vgabase to vga_*() calls. by David Miller · 14 years ago
  53. 38d2620 svga: Make svga_set_timings() take an iomem regbase pointer. by David Miller · 14 years ago
  54. 55db092 svga: Make svga_tilecursor() take an iomem regbase pointer. by David Miller · 14 years ago
  55. 9c96394 svga: Make svga_set_textmode_vga_regs() take an iomem regbase pointer. by David Miller · 14 years ago
  56. 1d28fca svga: Make svga_set_default_crt_regs() take an iomem regbase pointer. by David Miller · 14 years ago
  57. ea77078 svga: Make svga_wcrt_mask() take an iomem regbase pointer. by David Miller · 14 years ago
  58. d907ec0 svga: Make svga_wseq_mask() take an iomem regbase pointer. by David Miller · 14 years ago
  59. a4ade839 svga: Make svga_set_default_seq_regs take an iomem regbase pointer. by David Miller · 14 years ago
  60. f51a14d svga: Make svga_set_default_atc_regs take an iomem regbase pointer. by David Miller · 14 years ago
  61. e2fade2 svga: Make svga_set_default_gfx_regs take an iomem regbase pointer. by David Miller · 14 years ago
  62. dc6aff3 svga: Make svga_wseq_multi take an iomem regbase pointer. by David Miller · 14 years ago
  63. 21da386 svga: Make svga_wcrt_multi take an iomem regbase pointer. by David Miller · 14 years ago
  64. f6b0cc4 svga: Make svga_wattr take an iomem regbase pointer. by David Miller · 14 years ago
  65. 42dea903 sisfb: add support for XGI Z9 DDR2 POST by Aaro Koskinen · 13 years ago
  66. c9982d5 sisfb: move XGI POST DDR2 bootup code into subroutines by Aaro Koskinen · 13 years ago
  67. 5e8700b sisfb: add RAM type detection for XGI Z9 by Aaro Koskinen · 13 years ago
  68. 929c972 sisfb: add subroutine for detecting XGI Z9 by Aaro Koskinen · 13 years ago
  69. 74de5f4 sisfb: move XGI POST RAM type detection into a subroutine by Aaro Koskinen · 13 years ago
  70. 83ea0f1 sisfb: POST should fail if R/W test fails by Aaro Koskinen · 13 years ago
  71. 1721af4 vmlfb: use list_move() instead of list_del()/list_add() combination by Kirill A. Shutemov · 13 years ago
  72. 9913319 omap: use list_move() instead of list_del()/list_add() combination by Kirill A. Shutemov · 13 years ago
  73. da49252f Merge branch 'for-paul' of git://gitorious.org/linux-omap-dss2/linux by Paul Mundt · 13 years ago
  74. d4c9adb matrox: Remove legacy VIDIOC_*_OLD ioctls by Mauro Carvalho Chehab · 13 years ago
  75. 38f7aa2 matroxfb: remove incorrect Matrox G200eV support by Gary Hade · 13 years ago
  76. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  77. 196f020 Merge branches 'fixes', 'pgt-next' and 'versatile' into devel by Russell King · 13 years ago
  78. 2de1108 OMAP: DSS2: Implement OMAP4 DSS fclk support by Murthy, Raghuveer · 13 years ago
  79. 0acf659 OMAP: DSS2: Clean up for dpll4_m4_ck handling by Tomi Valkeinen · 13 years ago
  80. 6899608 Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/davidb/linux-msm by Linus Torvalds · 13 years ago
  81. 411f5c7 Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  82. 6d7ed21 Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  83. 7b7adc4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32 by Linus Torvalds · 13 years ago
  84. fd34b0d Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6 by Linus Torvalds · 13 years ago
  85. 22942c0 video: change to new flag variable by matt mooney · 14 years ago
  86. 9c9585e Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into drivers by Russell King · 13 years ago
  87. 92c260f Merge remote branch 'rmk/for-linus' into for-linus by David Brown · 13 years ago
  88. 63a9369 Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  89. ce443ab unicore32 machine related: add frame buffer driver for pkunity-v3 soc by GuanXuetao · 13 years ago
  90. 4c5811b Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  91. 27be9a9 ARM: pxafb: don't disable controller on cpufreq transition if overlay in use by Vasily Khoruzhick · 13 years ago
  92. dcf8eee ARM: pxafb: fix typo in ypos assignment by Vasily Khoruzhick · 13 years ago
  93. 7779cee ARM: pxafb: fix plane Z-ordering problem by Vasily Khoruzhick · 13 years ago
  94. 1b98d7c ARM: pxafb: rework pxafb overlay memory management by Vasily Khoruzhick · 13 years ago
  95. c9ac136 Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6 by Paul Mundt · 13 years ago
  96. 53b5031 fbdev: sh_mobile_lcdc: Add YUV framebuffer support by Damian Hobson-Garcia · 13 years ago
  97. adbc2fe OMAP4: DSS: HDMI: Call to HDMI module init to register driver. by Mythri P K · 13 years ago
  98. 642e21b OMAP4: DSS2: HDMI: Add makefile and kconfig changes to enable HDMI in OMAP4 by Mythri P K · 13 years ago
  99. 70be832 OMAP4: DSS2: HDMI: HDMI panel driver addition in the DSS by Mythri P K · 13 years ago
  100. c3198a5 OMAP4: DSS2: HDMI: HDMI driver addition in the DSS by Mythri P K · 13 years ago