summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorFilesLines
2019-06-15video: imsttfb: fix potential NULL pointer dereferencesKangjie Lu1-0/+5
2019-06-15video: hgafb: fix potential NULL pointer dereferenceKangjie Lu1-0/+2
2019-06-09vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat1-1/+1
2019-05-31efifb: Omit memory map check on legacy bootArd Biesheuvel1-1/+2
2019-05-31fbdev: fix WARNING in __alloc_pages_nodemask bugJiufei Xue1-0/+2
2019-05-31fbdev: fix divide error in fb_var_to_videomodeShile Zhang1-0/+3
2019-05-31udlfb: fix some inconsistent NULL checkingDan Carpenter1-8/+6
2019-05-25fbdev: sm712fb: fix memory frequency by avoiding a switch/case fallthroughYifeng Li1-0/+1
2019-05-25fbdev: sm712fb: fix crashes and garbled display during DPMS modesettingYifeng Li1-26/+38
2019-05-25fbdev: sm712fb: use 1024x768 by default on non-MIPS, fix garbled displayYifeng Li2-16/+44
2019-05-25fbdev: sm712fb: fix support for 1024x768-16 modeYifeng Li1-0/+59
2019-05-25fbdev: sm712fb: fix crashes during framebuffer writes by correctly mapping VRAMYifeng Li2-9/+44
2019-05-25fbdev: sm712fb: fix boot screen glitch when sm712fb replaces VGAYifeng Li1-1/+5
2019-05-25fbdev: sm712fb: fix white screen of death on reboot, don't set CR3B-CR3FYifeng Li1-1/+5
2019-05-25fbdev: sm712fb: fix VRAM detection, don't set SR70/71/74/75Yifeng Li1-1/+3
2019-05-25fbdev: sm712fb: fix brightness control on reboot, don't set SR30Yifeng Li1-2/+2
2019-05-25fbdev/efifb: Ignore framebuffer memmap entries that lack any memory typesArd Biesheuvel1-2/+6
2019-05-25udlfb: introduce a rendering mutexMikulas Patocka1-11/+30
2019-05-25udlfb: fix sleeping inside spinlockMikulas Patocka1-3/+53
2019-05-25udlfb: delete the unused parameter for dlfb_handle_damageMikulas Patocka1-12/+9
2019-04-05fbdev: fbmem: fix memory access if logo is bigger than the screenManfred Schlaegl1-0/+3
2019-02-27udlfb: handle unplug properlyMikulas Patocka1-104/+37
2019-02-12fbdev: fbcon: Fix unregister crash when more than one framebufferNoralf Trønnes1-1/+1
2019-02-12fbdev: fbmem: behave better with small rotated displays and many CPUsPeter Rosin1-2/+6
2019-02-12video: clps711x-fb: release disp device node in probe()Alexey Khoroshilov1-1/+4
2019-01-22omap2fb: Fix stack memory disclosureVlad Tsyrklevich1-0/+2
2019-01-13video: fbdev: pxafb: Fix "WARNING: invalid free of devm_ allocated data"YueHaibing1-3/+1
2018-11-21mach64: fix image corruption due to reading accelerator registersMikulas Patocka1-13/+9
2018-11-21mach64: fix display corruption on big endian machinesMikulas Patocka1-3/+3
2018-10-08mach64: detect the dot clock divider correctly on sparcMikulas Patocka3-9/+11
2018-09-26video/fbdev/stifb: Fix spelling mistake in fall-through annotationGustavo A. R. Silva1-1/+1
2018-09-26efifb: BGRT: Add nobgrt optionHans de Goede1-0/+6
2018-09-26fbdev/omapfb: fix omapfb_memory_read infoleakTomi Valkeinen1-1/+4
2018-09-26pxa168fb: prepare the clockLubomir Rintel1-3/+3
2018-08-24Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds24-263/+572
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+7
2018-08-16Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds3-5/+3
2018-08-16Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+83
2018-08-10fbcon: Do not takeover the console from atomic contextHans de Goede1-4/+15
2018-08-10fbcon: Only defer console takeover if the current console driver is the dummyconHans de Goede1-14/+10
2018-08-03media: omap2: omapfb: fix bugon.cocci warningskbuild test robot1-2/+1
2018-08-03media: omap2: omapfb: fix boolreturn.cocci warningskbuild test robot1-1/+1
2018-08-03media: omap2: omapfb: fix ifnullfree.cocci warningskbuild test robot1-2/+1
2018-07-31fbdev: omap2: omapfb: fix ifnullfree.cocci warningskbuild test robot1-2/+1
2018-07-31fbdev: omap2: omapfb: fix bugon.cocci warningskbuild test robot1-2/+1
2018-07-31fbdev: omap2: omapfb: fix boolreturn.cocci warningskbuild test robot1-1/+1
2018-07-31fb: amifb: fix build warnings when not builtinRandy Dunlap1-2/+2
2018-07-31fbdev/core: Disable console-lock warnings when fb.lockless_register_fb is setThomas Zimmermann1-4/+9
2018-07-25udlfb: use spin_lock_irq instead of spin_lock_irqsaveMikulas Patocka1-6/+4
2018-07-25udlfb: avoid prefetchMikulas Patocka1-8/+0