1. afe417c fbdev: sh_mobile_hdmi: support hot-plugging of different HDMI / DVI displays by Guennadi Liakhovetski · 14 years ago
  2. 9289c47 fbdev: sh_mobile_hdmi: improve HDMI PHY parameters for high resolutions by Guennadi Liakhovetski · 14 years ago
  3. 6aa966e fbdev: sh_mobile_hdmi: cosmetic improvements by Guennadi Liakhovetski · 14 years ago
  4. 1c120de fbdev: sh_mobile_lcdcfb: separate display variable data from framebuffer data by Guennadi Liakhovetski · 14 years ago
  5. 6de9edd fbdev: sh_mobile_hdmi: implement locking by Guennadi Liakhovetski · 14 years ago
  6. 8971269 fbdev: sh_mobile_hdmi: enable "external" mode by Guennadi Liakhovetski · 14 years ago
  7. 6e45746 fbdev: sh_mobile_hdmi: add initial support for modes, other than 720p by Guennadi Liakhovetski · 14 years ago
  8. 71d3b0f fbdev: sh_mobile_lcdcfb: allocate memory, sufficient for the biggest mode by Guennadi Liakhovetski · 14 years ago
  9. baf1637 fbdev: sh_mobile_lcdcfb: fix notifier callback return codes by Guennadi Liakhovetski · 14 years ago
  10. 4443240 fbdev: sh_mobile_lcdcfb: Support multiple video modes in platform data by Guennadi Liakhovetski · 14 years ago
  11. 01ac25b fbdev: sh_mobile_lcdcfb: minor simplifications and clean up by Guennadi Liakhovetski · 14 years ago
  12. 5ef6b50 fbdev: sh_mobile_lcdcfb: fix more error paths by Guennadi Liakhovetski · 14 years ago
  13. 6ee4845 fbdev: sh_mobile_hdmi: simplify the EDID reading procedure by Guennadi Liakhovetski · 14 years ago
  14. 14177a5 fbdev: sh_mobile_lcdcfb: use fb_videomode_to_var() instead of open-coding by Guennadi Liakhovetski · 14 years ago
  15. 6d6f087 fbdev: sh-mobile_hdmi: remove un-necessity settings by Kuninori Morimoto · 14 years ago
  16. ffb287c ARM: pxa168fb: fix section mismatch by Marek Vasut · 14 years ago
  17. c81476d matroxfb: fix incorrect use of memcpy_toio() by Ondrej Zary · 14 years ago
  18. 99c796d VIDEO: amba clcd: don't disable an already disabled clock by Russell King · 14 years ago
  19. 1c00650 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 14 years ago
  20. 26df076 Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  21. 58d4ea6 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  22. 9a94241 i2c: Add support for custom probe function by Jean Delvare · 14 years ago
  23. 84479f3 Merge branch 'msm-video' of git://codeaurora.org/quic/kernel/dwalker/linux-msm by Linus Torvalds · 14 years ago
  24. 636d174 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  25. 628a464 drivers/video/igafb.c: make igafb_setup() and igafb_init() static by Andrew Morton · 14 years ago
  26. 527dcf4 drivers/video/igafb.c: introduce lost 'return' by Kulikov Vasiliy · 14 years ago
  27. c07fbfd fbmem: VM_IO set, but not propagated by Daniel De Graaf · 14 years ago
  28. 2bb567a s3c-fb: automatically calculate pixel clock when none is given by Maurus Cuelenaere · 14 years ago
  29. 04ab9ef s3c-fb: add support for DMA channel control on S5PV210 by Pawel Osciak · 14 years ago
  30. 8cfdcb2 s3c-fb: fix section mismatch by Marek Szyprowski · 14 years ago
  31. a8bdabc s3c-fb: protect window-specific registers during updates by Pawel Osciak · 14 years ago
  32. f676ec2 s3c-fb: correct window osd size and alpha register handling by Pawel Osciak · 14 years ago
  33. f5ec546 s3c-fb: add SHADOWCON shadow register locking support for S5PV210 by Pawel Osciak · 14 years ago
  34. d478729 s3c-fb: window 3 of 64xx+ does not have an osd_d register by Pawel Osciak · 14 years ago
  35. efdc846 s3c-fb: add wait for VSYNC ioctl by Pawel Osciak · 14 years ago
  36. 067b226 s3c-fb: add support for display panning by Pawel Osciak · 14 years ago
  37. 4e591ac s3c-fb: separate S5PC100 and S5PV210 framebuffer driver data structures by Pawel Osciak · 14 years ago
  38. cd7d7e0 s3c-fb: fix various null references on framebuffer memory alloc failure by Pawel Osciak · 14 years ago
  39. bc2da1b s3c-fb: integrate palette setup code into main driver by Ben Dooks · 14 years ago
  40. c4bb6ff s3c-fb: udpate to support s3c2416/s3c2443 style hardware by Ben Dooks · 14 years ago
  41. 50a5503 s3c-fb: initial move to unifying the header files by Ben Dooks · 14 years ago
  42. 9494703 s3c-fb: only init window colour key controls for windows with blending by Ben Dooks · 14 years ago
  43. dc8498c s3c-fb: fix distortedness situation for the mode more then 24bpp by InKi Dae · 14 years ago
  44. ad04490 s3c-fb: add default window feature. by InKi Dae · 14 years ago
  45. 45649fd s3c-fb: change to depending on CONFIG_S3C_FB_DEV by Ben Dooks · 14 years ago
  46. a67ef27 drivers/video/fbmem.c: simplify strlen()==0 check in fb_get_options() by Denys Vlasenko · 14 years ago
  47. 26c5be3 fbcon: uninline four foo_update_attr() functions by Denys Vlasenko · 14 years ago
  48. da909ce fbcon: uninline large static function get_color() by Denys Vlasenko · 14 years ago
  49. ec81c9c fbdev: efifb: section fixes by Henrik Kretzschmar · 14 years ago
  50. d6d1b65 param: simple locking for sysfs-writable charp parameters by Rusty Russell · 14 years ago
  51. 9bbb9e5 param: use ops in struct kernel_param, rather than get and set fns directly by Rusty Russell · 14 years ago
  52. 0b019a4 Merge branches 'master' and 'devel' into for-linus by Russell King · 14 years ago
  53. 81ef806 ARM: 6281/1: video/imxfb.c: allow usage without BACKLIGHT_CLASS_DEVICE by Eric Bénard · 14 years ago
  54. 83ceb67 tty: fix console_sem lock order by Arnd Bergmann · 14 years ago
  55. ec79d60 tty: replace BKL with a new tty_lock by Arnd Bergmann · 14 years ago
  56. 8fd4bd2 vt/console: try harder to print output when panicing by Jesse Barnes · 14 years ago
  57. fa260c0 drivers/video/w100fb.c: ignore void return value / fix build failure by Peter Huewe · 14 years ago
  58. c5f3475 Merge branch 'for-linus' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 14 years ago
  59. 537d847 Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux by Linus Torvalds · 14 years ago
  60. d71048e Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  61. 500b9fc Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 into devel-stable by Russell King · 14 years ago
  62. 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
  63. 9779714 Merge branch 'kms-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  64. 03c0c29 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  65. f270983 drivers/video/via/via-gpio.c: fix warning by Andrew Morton · 14 years ago
  66. 901b97d viafb: Depends on X86 by Ben Hutchings · 14 years ago
  67. eca9c47 fbdev: section cleanup in viafb driver by Henrik Kretzschmar · 14 years ago
  68. db7a153 Merge branch 'upstream/xen' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 14 years ago
  69. cdd854b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  70. c3d1f17 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 14 years ago
  71. d219adc fb: add hooks to handle KDB enter/exit by Jesse Barnes · 14 years ago
  72. ece350d OMAP: DSS2: OMAPFB: add support for FBIO_WAITFORVSYNC by Grazvydas Ignotas · 14 years ago
  73. f3c77d6 OMAP: DSS2: Replace strncmp() with sysfs_streq() in overlay_manager_store() by Archit Taneja · 14 years ago
  74. e9c31af OMAP: DSS2: Fix error path in omap_dsi_update() by Archit Taneja · 14 years ago
  75. 451cfbf OMAP: DSS2: TDO35S: fix video signaling by Igor Grinberg · 14 years ago
  76. e8c66dc OMAP: DSS2: OMAPFB: Fix invalid bpp for PAL and NTSC modes by Maurus Cuelenaere · 14 years ago
  77. e26ed44 OMAP: DSS2: OMAPFB: Fix probe error path by Afzal Mohammed · 14 years ago
  78. edecee8 OMAP: DSS2: Remove extra return statement by Archit Taneja · 14 years ago
  79. f55fdcf OMAP: DSS2: adjust YUV overlay width to be even by Tomi Valkeinen · 14 years ago
  80. 5cb33e2 OMAP: DSS2: OMAPFB: Fix sysfs mirror input check by Jani Nikula · 14 years ago
  81. 7f8b183 OMAP: DSS2: OMAPFB: Remove redundant color register range check by Jani Nikula · 14 years ago
  82. 86f2d7d OMAP: DSS2: OMAPFB: Remove redundant rotate range check by Jani Nikula · 14 years ago
  83. 9325588 OMAP: DSS2: OMAPFB: Check fb2display() return value by Jani Nikula · 14 years ago
  84. ffb63c9 OMAP: DSS2: Taal: Optimize enable_te, rotate, mirror when value unchanged by Tomi Valkeinen · 14 years ago
  85. a602771 OMAP: DSS2: DSI: detect unsupported update requests by Tomi Valkeinen · 14 years ago
  86. 36194b4 OMAP: DSS2: DSI: increase FIFO low threshold by Tomi Valkeinen · 14 years ago
  87. bbecb50 OMAP: DSS2: DSI: Add error IRQ mask for DSI complexIO by Tomi Valkeinen · 14 years ago
  88. fa15c79 OMAP: DSS2: DSI: Remove BTA after set_max_rx_packet_size by Tomi Valkeinen · 14 years ago
  89. 26a8c25 OMAP: DSS2: change manual update scaling setup by Tomi Valkeinen · 14 years ago
  90. ab83b14 OMAP: DSS2: DSI: use BTA to end the frame transfer by Tomi Valkeinen · 14 years ago
  91. 9ecd968 OMAP: DSS2: DSI: change dsi_vc_config_l4/vp() by Tomi Valkeinen · 14 years ago
  92. d737010 OMAP: DSS2: DSI: Disable interface when disabling the display by Ville Syrjälä · 14 years ago
  93. e406f90 OMAP: DSS2: DSI: Wait for DSI PLL clocks to be active before selecting them by Tomi Valkeinen · 14 years ago
  94. ebf0a3f OMAP: DSS2: DSI: Print an error message if DSI clock calc fails by Ville Syrjälä · 14 years ago
  95. 481dfa0 OMAP: DSS2: DSI: Disable PCKFREE on error by Ville Syrjälä · 14 years ago
  96. 7a92d54 FBDEV: JZ4740: Add framebuffer driver by Lars-Peter Clausen · 14 years ago
  97. 26692f5 VIDEO: Correct use of request_region/request_mem_region by Julia Lawall · 15 years ago
  98. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  99. ca50a5f Merge branch 'upstream/pvhvm' into upstream/xen by Jeremy Fitzhardinge · 14 years ago
  100. f63b759 Merge branch 'v4l_for_2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 14 years ago