summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit()Jorge Maidana2023-11-081-1/+1
* fbdev: atyfb: only use ioremap_uc() on i386 and ia64Arnd Bergmann2023-11-081-0/+4
* fbdev/sh7760fb: Depend on FB=yThomas Zimmermann2023-10-101-1/+1
* fbdev/ep93xx-fb: Do not assign to struct fb_info.devThomas Zimmermann2023-09-231-1/+0
* backlight/lv5207lp: Compare against struct fb_info.deviceThomas Zimmermann2023-09-231-1/+1
* backlight/bd6107: Compare against struct fb_info.deviceThomas Zimmermann2023-09-231-1/+1
* backlight/gpio_backlight: Compare against struct fb_info.deviceThomas Zimmermann2023-09-231-1/+1
* fbdev: fix potential OOB read in fast_imageblit()Zhang Shurong2023-08-301-1/+1
* fbdev: Fix sys_imageblit() for arbitrary image widthsThomas Zimmermann2023-08-301-4/+25
* fbdev: Improve performance of sys_imageblit()Thomas Zimmermann2023-08-301-11/+38
* fbdev: mmp: fix value check in mmphw_probe()Yuanjun Gong2023-08-301-1/+3
* fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probeZhang Shurong2023-07-271-0/+3
* fbdev: imxfb: warn about invalid left/right marginMartin Kaiser2023-07-271-2/+2
* fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe()Christophe JAILLET2023-07-271-1/+5
* fbdev: imsttfb: Fix use after free bug in imsttfb_probeZheng Wang2023-07-271-7/+8
* video: imsttfb: check for ioremap() failuresGreg Kroah-Hartman2023-07-271-3/+18
* fbcon: Fix null-ptr-deref in soft_cursorHelge Deller2023-06-091-0/+3
* treewide: Remove uninitialized_var() usageKees Cook2023-06-093-8/+7
* fbdev: stifb: Fix info entry in sti_struct on error pathHelge Deller2023-06-091-0/+1
* fbdev: modedb: Add 1920x1080 at 60 Hz video modeHelge Deller2023-06-091-0/+5
* fbdev: udlfb: Fix endpoint checkAlan Stern2023-05-301-5/+8
* fbdev: au1200fb: Fix potential divide by zeroWei Chen2023-04-051-0/+3
* fbdev: lxfb: Fix potential divide by zeroWei Chen2023-04-051-0/+3
* fbdev: intelfb: Fix potential divide by zeroWei Chen2023-04-051-0/+3
* fbdev: nvidia: Fix potential divide by zeroWei Chen2023-04-051-0/+2
* fbdev: tgafb: Fix potential divide by zeroWei Chen2023-04-051-0/+3
* fbdev: stifb: Provide valid pixelclock and add fb_check_var() checksHelge Deller2023-03-221-0/+27
* fbdev: smscufx: fix error handling code in ufx_usb_probeDongliang Mu2023-02-221-15/+31
* fbcon: Check font dimension limitsSamuel Thibault2023-02-221-2/+5
* fbdev: uvesafb: Fixes an error handling path in uvesafb_probe()Christophe JAILLET2023-01-181-0/+1
* fbdev: vermilion: decrease reference count in error pathXiongfeng Wang2023-01-181-1/+3
* fbdev: via: Fix error in via_core_init()Shang XiaoJing2023-01-181-1/+8
* fbdev: pm2fb: fix missing pci_disable_device()Yang Yingliang2023-01-181-2/+7
* fbdev: ssd1307fb: Drop optional dependencyAndy Shevchenko2023-01-181-1/+0
* fbcon: Use kzalloc() in fbcon_prepare_logo()Tetsuo Handa2022-12-141-1/+1
* fbdev: smscufx: Fix several use-after-free bugsHyunwoo Kim2022-11-031-25/+30
* fbdev: smscufx: Fix use-after-free in ufx_ops_open()Hyunwoo Kim2022-10-261-1/+13
* parisc: fbdev/stifb: Align graphics memory size to 4MBHelge Deller2022-10-261-1/+1
* video: fbdev: pxa3xx-gcu: Fix integer overflow in pxa3xx_gcu_writeHyunwoo Kim2022-09-281-1/+1
* fbdev: chipsfb: Add missing pci_disable_device() in chipsfb_pci_init()Yang Yingliang2022-09-151-0/+1
* fbdev: fb_pm2fb: Avoid potential divide by zero errorLetu Ren2022-09-051-0/+5
* video: fbdev: i740fb: Check the argument of i740_calc_vclk()Zheyu Ma2022-08-251-2/+7
* video: fbdev: s3fb: Check the size of screen before memset_io()Zheyu Ma2022-08-251-0/+2
* video: fbdev: arkfb: Check the size of screen before memset_io()Zheyu Ma2022-08-251-0/+2
* video: fbdev: vt8623fb: Check the size of screen before memset_io()Zheyu Ma2022-08-251-0/+2
* video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock()Zheyu Ma2022-08-251-1/+6
* video: fbdev: sis: fix typos in SiS_GetModeID()Rustam Subkhankulov2022-08-251-2/+2
* video: fbdev: amba-clcd: Fix refcount leak bugsLiang He2022-08-251-6/+18
* fbcon: Fix boundary checks for fbcon=vc:n1-n2 parametersHelge Deller2022-08-251-3/+5
* fbcon: Prevent that screen size is smaller than font sizeHelge Deller2022-07-122-1/+31