summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* video: hyperv_fb: Fix the cache type when mapping the VRAMDexuan Cui2020-12-021-1/+6
* video: fbdev: pvr2fb: initialize variablesTom Rix2020-11-101-0/+2
* 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-231-1/+1
* vgacon: remove software scrollback supportLinus Torvalds2020-09-232-183/+1
* fbcon: remove now unusued 'softback_lines' cursor() argumentLinus Torvalds2020-09-237-44/+8
* fbcon: remove soft scrollback codeLinus Torvalds2020-09-231-330/+4
* 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
* video: pxafb: Fix the function used to balance a 'dma_alloc_coherent()' callChristophe JAILLET2020-08-211-2/+2
* console: newport_con: fix an issue about leak related system resourcesDejin Zheng2020-08-211-2/+10
* video: fbdev: sm712fb: fix an issue about iounmap for a wrong addressDejin Zheng2020-08-211-0/+2
* video: fbdev: neofb: fix memory leak in neo_scan_monitor()Evgeny Novikov2020-08-211-0/+1
* vgacon: Fix for missing check in scrollback handlingYunhai Zhang2020-08-211-0/+4
* omapfb: dss: Fix max fclk divider for omap36xxAdam Ford2020-08-211-1/+1
* fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins.Tetsuo Handa2020-08-214-8/+8
* backlight: lp855x: Ensure regulators are disabled on probe failureJon Hunter2020-06-301-4/+16
* video: fbdev: w100fb: Fix a potential double free.Christophe JAILLET2020-06-201-0/+2
* fbdev: potential information leak in do_fb_ioctl()Dan Carpenter2020-04-241-1/+1
* video: fbdev: sis: Remove unnecessary parentheses and commented codeNathan Chancellor2020-04-241-3/+1
* vgacon: Fix a UAF in vgacon_invert_regionZhang Xiaoxu2020-03-111-0/+3
* pxa168fb: Fix the function used to release some memory in an error handling pathChristophe JAILLET2020-02-281-3/+3
* backlight: lm3630a: Return 0 on success in update_status functionsBrian Masney2020-01-291-2/+2
* fbdev: chipsfb: remove set but not used variable 'size'YueHaibing2020-01-291-2/+1
* video/hdmi: Fix AVI bar unpackVille Syrjälä2019-12-211-4/+4
* backlight: lm3639: Unconditionally call led_classdev_unregisterNathan Chancellor2019-11-251-4/+2
* fbdev: sbuslib: integer overflow in sbusfb_ioctl_helper()Dan Carpenter2019-11-251-1/+1
* fbdev: sbuslib: use checked version of put_user()Dan Carpenter2019-11-251-13/+13
* fbdev: Ditch fb_edid_add_monspecsDaniel Vetter2019-11-252-152/+0
* video: ssd1307fb: Start page range at page_offsetMarko Kohtala2019-10-071-1/+1
* video: imsttfb: fix potential NULL pointer dereferencesKangjie Lu2019-06-221-0/+5
* video: hgafb: fix potential NULL pointer dereferenceKangjie Lu2019-06-221-0/+2
* fbdev: fix WARNING in __alloc_pages_nodemask bugJiufei Xue2019-05-311-0/+2
* fbdev: fix divide error in fb_var_to_videomodeShile Zhang2019-05-311-0/+3
* fbdev: sm712fb: fix memory frequency by avoiding a switch/case fallthroughYifeng Li2019-05-251-0/+1
* fbdev: sm712fb: fix crashes and garbled display during DPMS modesettingYifeng Li2019-05-251-26/+38
* fbdev: sm712fb: use 1024x768 by default on non-MIPS, fix garbled displayYifeng Li2019-05-252-16/+44
* fbdev: sm712fb: fix support for 1024x768-16 modeYifeng Li2019-05-251-0/+59
* fbdev: sm712fb: fix crashes during framebuffer writes by correctly mapping VRAMYifeng Li2019-05-252-9/+44
* fbdev: sm712fb: fix boot screen glitch when sm712fb replaces VGAYifeng Li2019-05-251-1/+5
* fbdev: sm712fb: fix white screen of death on reboot, don't set CR3B-CR3FYifeng Li2019-05-251-1/+5
* fbdev: sm712fb: fix VRAM detection, don't set SR70/71/74/75Yifeng Li2019-05-251-1/+3
* fbdev: sm712fb: fix brightness control on reboot, don't set SR30Yifeng Li2019-05-251-2/+2
* fbdev: fbmem: fix memory access if logo is bigger than the screenManfred Schlaegl2019-04-051-0/+3
* video: fbdev: Set pixclock = 0 in goldfishfbChristoffer Dall2019-04-031-1/+1