1. 9f5ddef fbdev: propagate result of fb_videomode_from_videomode() by Vladimir Murzin · 9 years ago
  2. 127b0c9 video: fbdev: vesafb: use arch_phys_wc_add() by Luis R. Rodriguez · 9 years ago
  3. 6b41f27 video: fbdev: vesafb: add missing mtrr_del() for added MTRR by Luis R. Rodriguez · 9 years ago
  4. 87b8176 video: fbdev: vesafb: only support MTRR_TYPE_WRCOMB by Luis R. Rodriguez · 9 years ago
  5. 99e62ef video: fbdev: mxsfb: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  6. bd388a2 video: fbdev: imxfb: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  7. 7e46cd7 fbdev: omap2: remove potential format string leak by Kees Cook · 9 years ago
  8. 00fda16 Merge 4.1-rc7 into tty-next by Greg Kroah-Hartman · 9 years ago
  9. c7c95f1 video/fbdev, asm/io.h: Remove ioremap_writethrough() by Toshi Kani · 9 years ago
  10. 8dc0a56 Merge branch 'ti-dra7-dss' into 4.2/fbdev by Tomi Valkeinen · 9 years ago
  11. 88359b9 ASoC: omap-hdmi-audio: Force channel allocation only for OMAP4 by Misael Lopez Cruz · 9 years ago
  12. 65c8b46 OMAPDSS: HDMI5: Fix AUDICONF3 bitfield offsets by Misael Lopez Cruz · 9 years ago
  13. aae1428 OMAPDSS: HDMI5: Set valid sample order by Misael Lopez Cruz · 9 years ago
  14. 7877039 OMAPDSS: HDMI4: Set correct CC for 8-channels layout by Misael Lopez Cruz · 9 years ago
  15. ca8c67d fbdev: omap2: improve usage of gpiod API by Uwe Kleine-König · 9 years ago
  16. 9ccfc4a video: fbdev: geode gxfb: use ioremap_wc() for framebuffer by Luis R. Rodriguez · 9 years ago
  17. 1e43a20 video: fbdev: atmel_lcdfb: use ioremap_wc() for framebuffer by Luis R. Rodriguez · 9 years ago
  18. cc9866e video: fbdev: tdfxfb: use arch_phys_wc_add() and ioremap_wc() by Luis R. Rodriguez · 9 years ago
  19. 04dc78b video: fbdev: rivafb: use arch_phys_wc_add() and ioremap_wc() by Luis R. Rodriguez · 9 years ago
  20. 26e2506 video: fbdev: pm3fb: use arch_phys_wc_add() and ioremap_wc() by Luis R. Rodriguez · 9 years ago
  21. f8f05cd video: fbdev: pm2fb: use arch_phys_wc_add() and ioremap_wc() by Luis R. Rodriguez · 9 years ago
  22. 775a8a5 video: fbdev: i810: use arch_phys_wc_add() and ioremap_wc() by Luis R. Rodriguez · 9 years ago
  23. f4447dd video: fbdev: aty: use arch_phys_wc_add() and ioremap_wc() by Luis R. Rodriguez · 9 years ago
  24. 2cff640 video: fbdev: sisfb: use arch_phys_wc_add() and ioremap_wc() by Luis R. Rodriguez · 9 years ago
  25. 4d811d6 video: fbdev: savagefb: use arch_phys_wc_add() and ioremap_wc() by Luis R. Rodriguez · 9 years ago
  26. 3b213c2f video: fbdev: nvidia: use arch_phys_wc_add() and ioremap_wc() by Luis R. Rodriguez · 9 years ago
  27. f2081b8 video: fbdev: neofb: use arch_phys_wc_add() and ioremap_wc() by Luis R. Rodriguez · 9 years ago
  28. 888ca5d video: fbdev: matrox: use arch_phys_wc_add() and ioremap_wc() by Luis R. Rodriguez · 9 years ago
  29. 78084dc video: fbdev: intelfb: use arch_phys_wc_add() and ioremap_wc() by Luis R. Rodriguez · 9 years ago
  30. 0531409 video: fbdev: gbefb: use arch_phys_wc_add() and devm_ioremap_wc() by Luis R. Rodriguez · 9 years ago
  31. 5944d73 video: fbdev: gbefb: add missing mtrr_del() calls by Luis R. Rodriguez · 9 years ago
  32. 5e200b5 video: fbdev: radeonfb: use arch_phys_wc_add() and ioremap_wc() by Luis R. Rodriguez · 9 years ago
  33. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 9 years ago
  34. a5edce4 fbcon: Avoid deleting a timer in IRQ context by Thierry Reding · 9 years ago
  35. 3652084 video/console: use swap() in newport_bmove() by Fabian Frederick · 9 years ago
  36. 1ebd8ec video: fbdev: use swap() in ami_set_sprite() by Fabian Frederick · 9 years ago
  37. 889dbc1 video: fbdev: matrox: use swap() in matroxfb_decode_var() by Fabian Frederick · 9 years ago
  38. 5e47932 fbdev: ssd1307fb: fix logical error by Thomas Niederprüm · 9 years ago
  39. ee62edd video: omap/h3: fix tps65010 dependency by Arnd Bergmann · 9 years ago
  40. c2b0002 fbdev: ssd1307fb: potential ERR_PTR dereference by Dan Carpenter · 9 years ago
  41. 550e768 fbdev: ssd1307fb: Add blank mode by Thomas Niederprüm · 10 years ago
  42. 6ed5e2d fbdev: ssd1307fb: add backlight controls for setting the contrast by Thomas Niederprüm · 10 years ago
  43. 13bad59 fbdev: ssd1307fb: Turn off display on driver unload. by Thomas Niederprüm · 10 years ago
  44. 3277e0b fbdev: ssd1307fb: Add a module parameter to set the refresh rate by Thomas Niederprüm · 10 years ago
  45. 5f2d36b fbdev: ssd1307fb: Add support for SSD1305 by Thomas Niederprüm · 10 years ago
  46. c89eacf fbdev: ssd1307fb: Unify init code and obtain hw specific bits from DT by Thomas Niederprüm · 10 years ago
  47. facd94b fbdev: ssd1307fb: Allocate page aligned video memory. by Thomas Niederprüm · 10 years ago
  48. 258c0ea fbdev: ssd1307fb: fix memory address smem_start. by Thomas Niederprüm · 10 years ago
  49. 68feaca backlight: pwm: Handle EPROBE_DEFER while requesting the PWM by Nicolas Ferre · 10 years ago
  50. 27a4c82 fbcon: use the cursor blink interval provided by vt by Scot Doyle · 10 years ago
  51. 2fa3b4c video: mxsfb: Make sure axi clock is enabled when accessing registers by Liu Ying · 10 years ago
  52. a7c4299 framebuffer: don't link fb_devio into kernel image unconditionally by Harald Geyer · 9 years ago
  53. bf2ae5d Merge tag 'fbdev-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 9 years ago
  54. 6b75b54 Merge omapdss topic branch for fbdev 4.1 by Tomi Valkeinen · 9 years ago
  55. aa977f6 omapdss: extend pm notifier to handle hibernation by Grygorii Strashko · 10 years ago
  56. cb17a4a OMAPDSS: disable VT switch by Tomi Valkeinen · 10 years ago
  57. 7505256 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 9 years ago
  58. d19d5ef Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  59. b240452 Merge tag 'backlight-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 9 years ago
  60. f0c1bc9 Merge tag 'mfd-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 9 years ago
  61. b1f85c0 backlight: da9052_bl: Terminate da9052_wled_ids array with empty element by Andrey Ryabinin · 10 years ago
  62. c6f77bc backlight: 88pm860x_bl: Use of_get_child_by_name() instead of refcount hack by Geert Uytterhoeven · 10 years ago
  63. 7374ccc fbdev: sh_mobile_lcdc: Fix destruction of uninitialized mutex by Geert Uytterhoeven · 10 years ago
  64. b7f859d Merge branch 'next-remove-ldst' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into next by Michael Ellerman · 9 years ago
  65. 8147e2e Merge tag 'of-graph-for-4.0' of git://git.pengutronix.de/git/pza/linux into for-next by Rob Herring · 10 years ago
  66. f571872 powerpc: Move Power Macintosh drivers to generic byteswappers by David Gibson · 10 years ago
  67. 14048ff video: fbdev: sh_mobile_lcdcfb: Fix ROP3 sysfs attribute parsing by Laurent Pinchart · 10 years ago
  68. f915b51 fbdev: kconfig: replace PPC_OF with PPC by Kevin Hao · 10 years ago
  69. 45ae00a fbdev: remove the unnecessary includes of ppc specific header files by Kevin Hao · 10 years ago
  70. d14c374 fbdev: riva: remove the dependency on PPC_OF by Kevin Hao · 10 years ago
  71. 5299b62 fbdev: nvidia: remove the dependency on PPC_OF by Kevin Hao · 10 years ago
  72. e9cfb2d fbdev: imsttfb: remove the dependency on PPC_OF by Kevin Hao · 10 years ago
  73. 758ddd1 fbdev: radeon: replace PPC_OF with PPC by Kevin Hao · 10 years ago
  74. e7b410e fbdev: aty128fb: replace PPC_OF with PPC by Kevin Hao · 10 years ago
  75. f705806 backlight: Add support Skyworks SKY81452 backlight driver by Gyungoh Yoo · 10 years ago
  76. b3924dd fbdev: pm3fb: cleanup some confusing indenting by Dan Carpenter · 10 years ago
  77. 7dea97e hyperv: hyperv_fb: match wait_for_completion_timeout return type by Nicholas Mc Guire · 10 years ago
  78. 17713ce video: fbdev: use msecs_to_jiffies for time conversions by Nicholas Mc Guire · 10 years ago
  79. dc4d521 fbdev: via/via_clock: fix sparse warning by Lad, Prabhakar · 10 years ago
  80. 5d80244 video: fbdev: make of_device_id array const by Sanjeev Sharma · 10 years ago
  81. 233b2eb fbdev: sm501fb: use memset_io by Sudip Mukherjee · 10 years ago
  82. fe59e5c OMAPDSS: workaround for MFLAG + NV12 issue by Tomi Valkeinen · 10 years ago
  83. c64aa3a OMAPDSS: Add support for MFLAG by Tomi Valkeinen · 10 years ago
  84. 47fc469 OMAPDSS: setup default fifo thresholds by Tomi Valkeinen · 10 years ago
  85. d49cd15 OMAPDSS: DISPC: lock access to DISPC_CONTROL & DISPC_CONFIG by Tomi Valkeinen · 10 years ago
  86. 4e1d3ca OMAPDSS: DISPC: fix div by zero issue in overlay scaling by Tomi Valkeinen · 10 years ago
  87. 386f167 OMAPDSS: DISPC: change sync_pclk_edge default value by Tomi Valkeinen · 10 years ago
  88. ed35188 OMAPDSS: DISPC: explicit handling for sync and de levels by Tomi Valkeinen · 10 years ago
  89. 7a16360 OMAPDSS: DISPC: remove OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES by Tomi Valkeinen · 10 years ago
  90. 6246c8b OMAPDSS: TFP410: fix input sync signals by Tomi Valkeinen · 10 years ago
  91. e566658 OMAPDSS: fix paddr check for TILER addresses by Tomi Valkeinen · 10 years ago
  92. a38bb79 OMAPDSS: fix regression with display sysfs files by Tomi Valkeinen · 10 years ago
  93. d746b40 video: fbdev: fix possible null dereference by Sudip Mukherjee · 10 years ago
  94. 11f09e5 video: ARM CLCD: Add missing error check for devm_kzalloc by Kiran Padwal · 10 years ago
  95. 7b20545 OMAPDSS: HDMI5: Increase DDC SDA-HOLD time by Tomi Valkeinen · 10 years ago
  96. 1511c75 OMAPDSS: fix AM43xx minimum pixel clock divider by Tomi Valkeinen · 10 years ago
  97. f033c0b of: Decrement refcount of previous endpoint in of_graph_get_next_endpoint by Philipp Zabel · 10 years ago
  98. 7e33912 mm: gup: use get_user_pages_unlocked by Andrea Arcangeli · 10 years ago
  99. e0c8453 Merge tag 'fbdev-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 10 years ago
  100. 3e63430 Merge tag 'media/v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 10 years ago