summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki2021-12-081-5/+9
* parisc/sticon: fix reverse colorsSven Schnelle2021-11-261-6/+6
* video: backlight: Drop maximum brightness override for brightness zeroMarek Vasut2021-11-261-6/+0
* backlight: gpio-backlight: Correct initial power state handlingPeter Ujfalusi2021-11-261-4/+20
* video: fbdev: chipsfb: use memset_io() instead of memset()Christophe Leroy2021-11-261-1/+1
* video: fbdev: riva: Error out if 'pixclock' equals zeroZheyu Ma2021-09-221-0/+3
* video: fbdev: kyro: Error out if 'pixclock' equals zeroZheyu Ma2021-09-221-0/+3
* video: fbdev: asiliantfb: Error out if 'pixclock' equals zeroZheyu Ma2021-09-221-0/+3
* video: fbdev: kyro: fix a DoS bug by restricting user inputZheyu Ma2021-09-221-0/+5
* backlight: pwm_bl: Improve bootloader/kernel device handoverDaniel Thompson2021-09-221-26/+28
* fbmem: don't allow too huge resolutionsTetsuo Handa2021-09-221-0/+6
* fbmem: add margin check to fb_check_caps()George Kennedy2021-09-031-0/+4
* backlight: lm3630a: Fix return code of .update_status() callbackUwe Kleine-König2021-07-201-6/+6
* video: hgafb: correctly handle card detect failure during probeAnirudh Rayabharam2021-05-261-1/+1
* tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa2021-05-261-1/+1
* vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki2021-05-261-22/+22
* vgacon: Record video mode changes with VT_RESIZEXMaciej W. Rozycki2021-05-261-3/+11
* video: hgafb: fix potential NULL pointer dereferenceIgor Matheus Andrade Torrente2021-05-261-8/+13
* Revert "video: imsttfb: fix potential NULL pointer dereferences"Greg Kroah-Hartman2021-05-261-5/+0
* Revert "video: hgafb: fix potential NULL pointer dereference"Greg Kroah-Hartman2021-05-261-2/+0
* fbdev: zero-fill colormap in fbcmap.cPhillip Potter2021-05-221-4/+4
* drivers: video: fbcon: fix NULL dereference in fbcon_cursor()Du Cheng2021-04-071-0/+3
* udlfb: Fix memory leak in dlfb_usb_probeZqiang2021-03-071-0/+1
* fbdev: aty: SPARC64 requires FB_ATY_CTRandy Dunlap2021-03-041-1/+1
* video: hyperv_fb: Fix the mmap() regression for v5.4.y and olderDexuan Cui2021-01-121-4/+2
* video: fbdev: atmel_lcdfb: fix return error code in atmel_lcdfb_of_init()Yang Yingliang2020-12-301-1/+1
* video: hyperv_fb: Fix the cache type when mapping the VRAMDexuan Cui2020-12-021-1/+6
* video: fbdev: pvr2fb: initialize variablesTom Rix2020-11-051-0/+2
* video: fbdev: radeon: Fix memleak in radeonfb_pci_registerDinghao Liu2020-10-291-1/+1
* video: fbdev: sis: fix null ptr dereferenceTom Rix2020-10-291-6/+5
* video: fbdev: vga16fb: fix setting of pixclock because a pass-by-value errorColin Ian King2020-10-291-7/+7
* backlight: sky81452-backlight: Fix refcount imbalance on errordinghao.liu@zju.edu.cn2020-10-291-0/+1
* fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin Ye2020-10-141-0/+12
* fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye2020-10-144-13/+3
* fbcon: Fix user font detection test at fbcon_resize().Tetsuo Handa2020-09-231-1/+1
* video: fbdev: fix OOB read in vga_8planes_imageblit()Tetsuo Handa2020-09-171-1/+1
* fbcon: remove now unusued 'softback_lines' cursor() argumentLinus Torvalds2020-09-177-44/+8
* fbcon: remove soft scrollback codeLinus Torvalds2020-09-171-330/+4
* vgacon: remove software scrollback supportLinus Torvalds2020-09-172-266/+1
* fbcon: prevent user font height or width change from causing potential out-of...George Kennedy2020-09-031-2/+23
* omapfb: fix multiple reference count leaks due to pm_runtime_get_syncAditya Pakki2020-09-036-12/+26
* efi: avoid error message when booting under XenJuergen Gross2020-08-261-1/+1
* video: pxafb: Fix the function used to balance a 'dma_alloc_coherent()' callChristophe JAILLET2020-08-191-2/+2
* console: newport_con: fix an issue about leak related system resourcesDejin Zheng2020-08-191-2/+10
* video: fbdev: sm712fb: fix an issue about iounmap for a wrong addressDejin Zheng2020-08-191-0/+2
* video: fbdev: neofb: fix memory leak in neo_scan_monitor()Evgeny Novikov2020-08-191-0/+1
* vgacon: Fix for missing check in scrollback handlingYunhai Zhang2020-08-111-0/+4
* omapfb: dss: Fix max fclk divider for omap36xxAdam Ford2020-08-111-1/+1
* fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins.Tetsuo Handa2020-07-294-8/+8
* backlight: lp855x: Ensure regulators are disabled on probe failureJon Hunter2020-06-251-4/+16