aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2018-07-25udlfb: make a local copy of fb_opsMikulas Patocka2-1/+3
2018-07-25udlfb: don't switch if we are switching to the same videomodeMikulas Patocka2-2/+17
2018-07-25udlfb: fix display corruption of the last lineMikulas Patocka1-10/+20
2018-07-25udlfb: fix semaphore value leakMikulas Patocka2-26/+2
2018-07-25fb: fix lost console when the user unplugs a USB adapterMikulas Patocka1-6/+32
2018-07-24efifb: BGRT: Do not copy the boot graphics for non native resolutionsHans de Goede1-0/+43
2018-07-24fbdev: fix omap2/omapfb/dss/ indentation warningRandy Dunlap1-1/+1
2018-07-24omapfb: encoder-tpd12s015: remove redundant pointer 'in'Colin Ian King1-4/+1
2018-07-24video: fbdev: tridentfb: remove deadcode on unreachable case statementColin Ian King1-3/+0
2018-07-24fbdev: omapfb: off by one in omapfb_register_client()Dan Carpenter1-1/+1
2018-07-24video: fbdev: mark expected switch fall-throughsGustavo A. R. Silva4-0/+5
2018-07-24omapfb: Mark expected switch fall-throughsGustavo A. R. Silva2-0/+3
2018-07-24fbdev: fbmem: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-24fbdev/via: fix defined but not used warningRandy Dunlap1-1/+2
2018-07-24omapfb: rename omap2 module to omap2fb.koArnd Bergmann1-2/+2
2018-07-24video: goldfishfb: fix memory leak on driver removeAnton Vasilyev1-0/+1
2018-07-24fbdev: fix modedb docs in fb_find_modeDaniel Vetter1-30/+32
2018-07-24video: fbdev: metronomefb: fix some off by one bugsDan Carpenter1-5/+5
2018-07-24video/console/vgacon: Print big fat warning with nomodesetLyude Paul1-0/+5
2018-07-24fbdev: fix typo in commentYisheng Xie1-3/+3
2018-07-24fbcon: introduce for_each_registered_fb() helperYisheng Xie3-23/+16
2018-07-24video: fbdev: fsl-diu-fb: Remove VLA usageKees Cook1-10/+13
2018-07-24video: fbdev: pxafb: Add support for lcd-supply regulatorDaniel Mack3-0/+30
2018-07-24video: fbdev: pxafb: handle errors from pxafb_init_fbinfo() correctlyDaniel Mack1-5/+4
2018-07-24video: fbdev: pxafb: switch to devm_* APIDaniel Mack1-47/+17
2018-07-24video: fbdev: pxafb: clear allocated memory for video modesDaniel Mack1-2/+2
2018-07-24video: fbdev: pxa3xx_gcu: add devicetree bindingsDaniel Mack1-0/+10
2018-07-24dt-bindings: display: add devicetree bindings for pxa300-gcuDaniel Mack1-0/+17
2018-07-24fbdev: Distinguish between interlaced and progressive modesFredrik Noring1-11/+30
2018-07-03efifb: Copy the ACPI BGRT boot graphics to the framebufferHans de Goede1-0/+140
2018-07-03efi/bgrt: Drop __initdata from bgrt_image_sizeHans de Goede1-1/+1
2018-07-03video: fbdev: simplefb: Stop including <linux/clk-provider.h>Geert Uytterhoeven1-1/+1
2018-07-03omapfb: encoder-tpd12s015: fix error return codeJulia Lawall1-3/+9
2018-07-03video: fbdev: Set pixclock = 0 in goldfishfbChristoffer Dall1-1/+1
2018-07-03video: fbdev: Enable ACPI-based enumeration for goldfishfbYu Ning1-0/+8
2018-07-03video: fbdev: Fix checkpatch warnings in goldfishfb.cRoman Kiryanov1-1/+3
2018-06-29Merge tag 'ib-fbdev-drm-v4.19-deferred-console-takeover-fixup' of https://github.com/bzolnier/linux into fbdev-for-nextBartlomiej Zolnierkiewicz1-0/+2
2018-06-29console: dummycon: export dummycon_[un]register_output_notifierHans de Goede1-0/+2
2018-06-28Merge tag 'ib-fbdev-drm-v4.19-deferred-console-takeover' of https://github.com/bzolnier/linux into fbdev-for-nextBartlomiej Zolnierkiewicz6-8/+166
2018-06-28console/fbcon: Add support for deferred console takeoverHans de Goede5-8/+154
2018-06-28fbcon: Call WARN_CONSOLE_UNLOCKED() where applicableHans de Goede1-0/+11
2018-06-28printk: Export is_console_lockedHans de Goede1-0/+1
2018-06-28Merge tag 'v4.18-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-nextBartlomiej Zolnierkiewicz13193-625800/+532803
2018-06-24Linux 4.18-rc2Linus Torvalds1-1/+1
2018-06-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-37/+71
2018-06-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-20/+23
2018-06-24Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2018-06-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+2
2018-06-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-22/+97
2018-06-24Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+5