summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2023-02-22fbcon: Check font dimension limitsSamuel Thibault1-2/+5
2023-01-18fbdev: uvesafb: Fixes an error handling path in uvesafb_probe()Christophe JAILLET1-0/+1
2023-01-18fbdev: vermilion: decrease reference count in error pathXiongfeng Wang1-1/+3
2023-01-18fbdev: via: Fix error in via_core_init()Shang XiaoJing1-1/+8
2023-01-18fbdev: pm2fb: fix missing pci_disable_device()Yang Yingliang1-2/+7
2023-01-18fbdev: ssd1307fb: Drop optional dependencyAndy Shevchenko1-1/+0
2022-11-03fbdev: smscufx: Fix several use-after-free bugsHyunwoo Kim1-25/+30
2022-10-26fbdev: smscufx: Fix use-after-free in ufx_ops_open()Hyunwoo Kim1-1/+13
2022-10-26parisc: fbdev/stifb: Align graphics memory size to 4MBHelge Deller1-1/+1
2022-09-28video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_writeHyunwoo Kim1-1/+1
2022-09-15fbdev: chipsfb: Add missing pci_disable_device() in chipsfb_pci_init()Yang Yingliang1-0/+1
2022-09-05fbdev: fb_pm2fb: Avoid potential divide by zero errorLetu Ren1-0/+5
2022-08-25video: fbdev: i740fb: Check the argument of i740_calc_vclk()Zheyu Ma1-2/+7
2022-08-25video: fbdev: s3fb: Check the size of screen before memset_io()Zheyu Ma1-0/+2
2022-08-25video: fbdev: arkfb: Check the size of screen before memset_io()Zheyu Ma1-0/+2
2022-08-25video: fbdev: vt8623fb: Check the size of screen before memset_io()Zheyu Ma1-0/+2
2022-08-25video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock()Zheyu Ma1-1/+6
2022-08-25video: fbdev: sis: fix typos in SiS_GetModeID()Rustam Subkhankulov1-2/+2
2022-08-25video: fbdev: amba-clcd: Fix refcount leak bugsLiang He1-6/+18
2022-07-12fbcon: Disallow setting font bigger than screen sizeHelge Deller1-0/+5
2022-06-14video: fbdev: pxa3xx-gcu: release the resources correctly in pxa3xx_gcu_probe...Yang Yingliang1-5/+7
2022-06-14video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setupMiaoqian Lin1-1/+4
2022-04-20video: fbdev: sm712fb: Fix crash in smtcfb_write()Zheyu Ma1-17/+4
2022-04-20video: fbdev: omapfb: panel-tpo-td043mtea1: Use sysfs_emit() instead of snpri...Jing Yao1-2/+2
2022-04-20video: fbdev: omapfb: panel-dsi-cm: Use sysfs_emit() instead of snprintf()Jing Yao1-4/+4
2022-04-20video: fbdev: omapfb: acx565akm: replace snprintf with sysfs_emitYang Guang1-1/+1
2022-04-20video: fbdev: cirrusfb: check pixclock to avoid divide by zeroGeorge Kennedy1-8/+8
2022-04-20video: fbdev: w100fb: Reset global stateEvgeny Novikov1-3/+12
2022-04-20video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflowTim Gardner1-1/+1
2022-04-20video: fbdev: omapfb: Add missing of_node_put() in dvic_probe_ofMiaoqian Lin1-0/+1
2022-04-20video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name()Dan Carpenter1-32/+21
2022-04-20video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe()Wang Hai1-2/+1
2022-04-20video: fbdev: atari: Atari 2 bpp (STe) palette bugfixMichael Schmitz1-6/+6
2022-04-20video: fbdev: sm712fb: Fix crash in smtcfb_read()Helge Deller1-18/+7
2021-12-08vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki1-5/+9
2021-11-26parisc/sticon: fix reverse colorsSven Schnelle1-6/+6
2021-11-26video: fbdev: chipsfb: use memset_io() instead of memset()Christophe Leroy1-1/+1
2021-09-22video: fbdev: riva: Error out if 'pixclock' equals zeroZheyu Ma1-0/+3
2021-09-22video: fbdev: kyro: Error out if 'pixclock' equals zeroZheyu Ma1-0/+3
2021-09-22video: fbdev: asiliantfb: Error out if 'pixclock' equals zeroZheyu Ma1-0/+3
2021-09-22video: fbdev: kyro: fix a DoS bug by restricting user inputZheyu Ma1-0/+5
2021-09-22fbmem: don't allow too huge resolutionsTetsuo Handa1-0/+7
2021-09-22backlight: pwm_bl: Improve bootloader/kernel device handoverDaniel Thompson1-26/+28
2021-09-03fbmem: add margin check to fb_check_caps()George Kennedy1-0/+4
2021-07-20backlight: lm3630a: Fix return code of .update_status() callbackUwe Kleine-König1-6/+6
2021-05-26video: hgafb: correctly handle card detect failure during probeAnirudh Rayabharam1-1/+1
2021-05-26tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa1-1/+1
2021-05-26vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki1-22/+22
2021-05-26vgacon: Record video mode changes with VT_RESIZEXMaciej W. Rozycki1-3/+11
2021-05-26video: hgafb: fix potential NULL pointer dereferenceIgor Matheus Andrade Torrente1-8/+13