1. 2b9c272 Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linux by Linus Torvalds · 6 years ago
  2. 9a9f1d1 fbdev: mbx: fix a misspelled variable name by Arnd Bergmann · 6 years ago
  3. 4c83c2f fbdev: omap2: fix warnings in dss core by Anders Roxell · 6 years ago
  4. f402984 video: fbdev: Fix potential NULL pointer dereference by YueHaibing · 6 years ago
  5. 1099350 fbcon: Silence fbcon logo on 'quiet' boots by Prarit Bhargava · 6 years ago
  6. af4b3a7 video: ssd1307fb: Do not hard code active-low reset sequence by Michal Vokáč · 6 years ago
  7. a5399db fbdev: fbmem: fix memory access if logo is bigger than the screen by Manfred Schlaegl · 6 years ago
  8. a41458d video/fbdev: refactor video= cmdline parsing by Jani Nikula · 6 years ago
  9. 72aed9e fbdev: mbx: fix up debugfs file creation by Greg Kroah-Hartman · 6 years ago
  10. 60d2fa0 fbdev: omap2: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  11. 1ea673a video: fbdev: geode: remove ifdef OLPC noise by Lubomir Rintel · 6 years ago
  12. 89ef5c6a video: offb: annotate implicit fall throughs by Mathieu Malaterre · 6 years ago
  13. f1fbbf5 omapfb: fix typo by Matteo Croce · 6 years ago
  14. a6f13af4 fbdev: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  15. 23cd78e fbcon: use kvmalloc() for scrollback buffer by Konstantin Khorenko · 6 years ago
  16. 8e71fa5 fbdev: chipsfb: remove set but not used variable 'size' by YueHaibing · 6 years ago
  17. 5766ba3 fbdev/via: fix spelling mistake "Expandsion" -> "Expansion" by Colin Ian King · 6 years ago
  18. fdddcfd Merge 5.0-rc4 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  19. 066ac5c powerpc, fbdev: Use NV_CMODE and NV_VMODE only when CONFIG_PPC32 && CONFIG_PPC_PMAC && CONFIG_NVRAM by Finn Thain · 6 years ago
  20. a156c7b powerpc: Replace nvram_* extern declarations with standard header by Finn Thain · 6 years ago
  21. 2a8cbf2 Merge tag 'fbdev-v5.0-rc3' of git://github.com/bzolnier/linux by Linus Torvalds · 6 years ago
  22. 890d14d fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line option by Peter Rosin · 6 years ago
  23. 00257e0 fbdev: offb: Fix OF node name handling by Rob Herring · 6 years ago
  24. a01421e omap2fb: Fix stack memory disclosure by Vlad Tsyrklevich · 6 years ago
  25. 750afb0 cross-tree: phase out dma_zalloc_coherent() by Luis Chamberlain · 6 years ago
  26. a8a6b11 Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linux by Linus Torvalds · 6 years ago
  27. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  28. 2122b40 fbdev: fbcon: Fix unregister crash when more than one framebuffer by Noralf Trønnes · 6 years ago
  29. e9462ff fbdev: Remove depends on HAS_DMA in case of platform dependency by Geert Uytterhoeven · 6 years ago
  30. da26483 pxa168fb: trivial typo fix by Lubomir Rintel · 6 years ago
  31. 5c29085 fbdev: fsl-diu: remove redundant null check on cmap by Wen Yang · 6 years ago
  32. 452f2d4 fbdev: omap2: omapfb: convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
  33. e0f5628 fbdev: uvesafb: fix spelling mistake "memoery" -> "memory" by Colin Ian King · 6 years ago
  34. 3d8b193 fbdev: fbmem: add config option to center the bootup logo by Peter Rosin · 6 years ago
  35. e41f184 fbdev: fbmem: make fb_show_logo_line return the end instead of the height by Peter Rosin · 6 years ago
  36. 2607391 video: fbdev: pxafb: Fix "WARNING: invalid free of devm_ allocated data" by YueHaibing · 6 years ago
  37. f75df8d fbdev: fbmem: behave better with small rotated displays and many CPUs by Peter Rosin · 6 years ago
  38. fdac751 video: clps711x-fb: release disp device node in probe() by Alexey Khoroshilov · 6 years ago
  39. b4a1ed0 fbdev: make FB_BACKLIGHT a tristate by Rob Clark · 6 years ago
  40. c143a55 udlfb: fix some inconsistent NULL checking by Dan Carpenter · 6 years ago
  41. a9ac6cc Merge tag 'fbdev-v4.20' of https://github.com/bzolnier/linux by Linus Torvalds · 6 years ago
  42. 134bf98 Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 6 years ago
  43. 53b3b6b Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  44. 685f7e4 Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  45. b27186ab Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  46. 217188d video: fbdev: remove redundant 'default n' from Kconfig-s by Bartlomiej Zolnierkiewicz · 6 years ago
  47. ca6d73f video: fbdev: remove dead old CLPS711x LCD support driver by Bartlomiej Zolnierkiewicz · 6 years ago
  48. e04e395 drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap() by Christophe Leroy · 6 years ago
  49. 64f83a8 Revert "video: ssd1307fb: Do not hard code active-low reset sequence" by Bartlomiej Zolnierkiewicz · 6 years ago
  50. 9703759 video: fbdev: arcfb: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  51. b19f682 pxa168fb: remove set but not used variables 'mi' by YueHaibing · 6 years ago
  52. 9827f26 video: ssd1307fb: Do not hard code active-low reset sequence by Michal Vokáč · 6 years ago
  53. 7d1b8d7 video: ssd1307fb: Use gpiod_set_value_cansleep() for reset by Michal Vokáč · 6 years ago
  54. aae3394 fbdev: fix broken menu dependencies by Randy Dunlap · 6 years ago
  55. 864eb1a video: fbdev: sis: Remove unnecessary parentheses and commented code by Nathan Chancellor · 6 years ago
  56. 02f17ffd video: fbdev: omapfb: lcd_ams_delta: use GPIO lookup table by Janusz Krzysztofik · 6 years ago
  57. e501771 fbdev: sbuslib: integer overflow in sbusfb_ioctl_helper() by Dan Carpenter · 6 years ago
  58. d8bad91 fbdev: sbuslib: use checked version of put_user() by Dan Carpenter · 6 years ago
  59. 5c63e40 fbdev: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  60. 60e5e48 atmel_lcdfb: support native-mode display-timings by Sam Ravnborg · 6 years ago
  61. ee6fbb2 atyfb: fix debugging printks by Mikulas Patocka · 6 years ago
  62. 01c40a1 mach64: optimize wait_for_fifo by Mikulas Patocka · 6 years ago
  63. c09bcc9 mach64: fix image corruption due to reading accelerator registers by Mikulas Patocka · 6 years ago
  64. 3c6c6a7 mach64: fix display corruption on big endian machines by Mikulas Patocka · 6 years ago
  65. ceadddd mach64: detect the dot clock divider correctly on sparc by Mikulas Patocka · 6 years ago
  66. 68a958a udlfb: handle unplug properly by Mikulas Patocka · 6 years ago
  67. ad4366a video: fbdev: add the dependency of broadsheetfb in Kconfig by Jia-Ju Bai · 6 years ago
  68. 76ebebd mach64: detect the dot clock divider correctly on sparc by Mikulas Patocka · 7 years ago
  69. a691240 fbdev: fsl-diu: get cpu node with of_get_cpu_node by Rob Herring · 7 years ago
  70. 7c96879 video/fbdev/stifb: Fix spelling mistake in fall-through annotation by Gustavo A. R. Silva · 6 years ago
  71. cf7389b efifb: BGRT: Add nobgrt option by Hans de Goede · 6 years ago
  72. 1bafcbf fbdev/omapfb: fix omapfb_memory_read infoleak by Tomi Valkeinen · 6 years ago
  73. d85536c pxa168fb: prepare the clock by Lubomir Rintel · 6 years ago
  74. 10e7406 media: fbdev: sh7760fb: convert to SPDX identifiers by Kuninori Morimoto · 7 years ago
  75. da6c770 fbdev: Add FBINFO_HIDE_SMEM_START flag by Daniel Vetter · 7 years ago
  76. 8d7fc29 vt: Remove vc_panic_force_write by Daniel Vetter · 7 years ago
  77. 04cfcc7 fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flag by Daniel Vetter · 7 years ago
  78. d3147ad fbdev: fix kerneldoc by Michał Mirosław · 6 years ago
  79. 4d18975 fbdev: add remove_conflicting_pci_framebuffers() by Michał Mirosław · 7 years ago
  80. 69aa535 fbdev: add kerneldoc do remove_conflicting_framebuffers() by Michał Mirosław · 7 years ago
  81. 5fa793d fbdev: allow apertures == NULL in remove_conflicting_framebuffers() by Michał Mirosław · 7 years ago
  82. fbc42d4 fbdev: show fbdev number for debugging by Michał Mirosław · 7 years ago
  83. 06e386a Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  84. d5acba2 Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  85. 71f3a82 Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  86. 54dbe75 Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 7 years ago
  87. df37e22 fbcon: Do not takeover the console from atomic context by Hans de Goede · 7 years ago
  88. bedb38f fbcon: Only defer console takeover if the current console driver is the dummycon by Hans de Goede · 7 years ago
  89. f46bdac media: omap2: omapfb: fix bugon.cocci warnings by kbuild test robot · 7 years ago
  90. 73fc60aa media: omap2: omapfb: fix boolreturn.cocci warnings by kbuild test robot · 7 years ago
  91. ad1363c0 media: omap2: omapfb: fix ifnullfree.cocci warnings by kbuild test robot · 7 years ago
  92. 044e7ca fbdev: omap2: omapfb: fix ifnullfree.cocci warnings by kbuild test robot · 7 years ago
  93. 6e7f399 fbdev: omap2: omapfb: fix bugon.cocci warnings by kbuild test robot · 7 years ago
  94. cb653fe fbdev: omap2: omapfb: fix boolreturn.cocci warnings by kbuild test robot · 7 years ago
  95. 195197f fb: amifb: fix build warnings when not builtin by Randy Dunlap · 7 years ago
  96. 3f2ce54 fbdev/core: Disable console-lock warnings when fb.lockless_register_fb is set by Thomas Zimmermann · 7 years ago
  97. cb782a3 udlfb: use spin_lock_irq instead of spin_lock_irqsave by Mikulas Patocka · 7 years ago
  98. 037dde4 udlfb: avoid prefetch by Mikulas Patocka · 7 years ago
  99. 8f3c39b udlfb: optimization - test the backing buffer by Mikulas Patocka · 7 years ago
  100. 7433914 udlfb: allow reallocating the framebuffer by Mikulas Patocka · 7 years ago