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-15fbcon: Don't reset logo_shown when logo is currently shownAndreas Schwab1-1/+1
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-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-03-16Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linuxLinus Torvalds21-114/+69
2019-03-05fbdev: mbx: fix a misspelled variable nameArnd Bergmann1-1/+1
2019-03-01fbdev: omap2: fix warnings in dss coreAnders Roxell1-3/+0
2019-02-08video: fbdev: Fix potential NULL pointer dereferenceYueHaibing1-0/+2
2019-02-08fbcon: Silence fbcon logo on 'quiet' bootsPrarit Bhargava1-1/+7
2019-02-08video: ssd1307fb: Do not hard code active-low reset sequenceMichal Vokáč1-2/+2
2019-02-08fbdev: fbmem: fix memory access if logo is bigger than the screenManfred Schlaegl1-0/+3
2019-02-08video/fbdev: refactor video= cmdline parsingJani Nikula1-13/+10
2019-02-08fbdev: mbx: fix up debugfs file creationGreg Kroah-Hartman2-28/+14
2019-02-08fbdev: omap2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-26/+7
2019-02-08video: fbdev: geode: remove ifdef OLPC noiseLubomir Rintel2-22/+4
2019-02-08video: offb: annotate implicit fall throughsMathieu Malaterre1-0/+2
2019-02-08omapfb: fix typoMatteo Croce1-1/+1
2019-02-08fbdev: Use of_node_name_eq for node name comparisonsRob Herring7-12/+12
2019-02-08fbcon: use kvmalloc() for scrollback bufferKonstantin Khorenko1-3/+3
2019-02-08fbdev: chipsfb: remove set but not used variable 'size'YueHaibing1-2/+1
2019-02-08fbdev/via: fix spelling mistake "Expandsion" -> "Expansion"Colin Ian King1-1/+1
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman5-21/+31
2019-01-22powerpc, fbdev: Use NV_CMODE and NV_VMODE only when CONFIG_PPC32 && CONFIG_PP...Finn Thain6-75/+48
2019-01-22powerpc: Replace nvram_* extern declarations with standard headerFinn Thain1-1/+1
2019-01-18Merge tag 'fbdev-v5.0-rc3' of git://github.com/bzolnier/linuxLinus Torvalds4-18/+28
2019-01-16fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line optionPeter Rosin2-9/+17
2019-01-11fbdev: offb: Fix OF node name handlingRob Herring1-9/+9
2019-01-11omap2fb: Fix stack memory disclosureVlad Tsyrklevich1-0/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+3
2019-01-06Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linuxLinus Torvalds11-43/+59
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds2-3/+3
2018-12-20fbdev: fbcon: Fix unregister crash when more than one framebufferNoralf Trønnes1-1/+1
2018-12-20fbdev: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+2
2018-12-20pxa168fb: trivial typo fixLubomir Rintel1-1/+1