summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2023-12-08fbdev: stifb: Make the STI next font pointer a 32-bit signed offsetHelge Deller
2023-11-20fbdev: fsl-diu-fb: mark wr_reg_wa() staticArnd Bergmann
2023-11-20fbdev: imsttfb: fix a resource leak in probeDan Carpenter
2023-11-20fbdev: imsttfb: Fix error path of imsttfb_probe()Helge Deller
2023-11-08fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit()Jorge Maidana
2023-11-08fbdev: atyfb: only use ioremap_uc() on i386 and ia64Arnd Bergmann
2023-10-06fbdev/sh7760fb: Depend on FB=yThomas Zimmermann
2023-09-19backlight: gpio_backlight: Drop output GPIO direction check for initial power...Ying Liu
2023-09-19fbdev/ep93xx-fb: Do not assign to struct fb_info.devThomas Zimmermann
2023-09-19backlight/lv5207lp: Compare against struct fb_info.deviceThomas Zimmermann
2023-09-19backlight/bd6107: Compare against struct fb_info.deviceThomas Zimmermann
2023-09-19backlight/gpio_backlight: Compare against struct fb_info.deviceThomas Zimmermann
2023-08-30fbdev: fix potential OOB read in fast_imageblit()Zhang Shurong
2023-08-30fbdev: Fix sys_imageblit() for arbitrary image widthsThomas Zimmermann
2023-08-30fbdev: Improve performance of sys_imageblit()Thomas Zimmermann
2023-08-26fbdev: mmp: fix value check in mmphw_probe()Yuanjun Gong
2023-07-27fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probeZhang Shurong
2023-07-27fbdev: imxfb: warn about invalid left/right marginMartin Kaiser
2023-07-23fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe()Christophe JAILLET
2023-06-09fbcon: Fix null-ptr-deref in soft_cursorHelge Deller
2023-06-09fbdev: stifb: Fix info entry in sti_struct on error pathHelge Deller
2023-06-09fbdev: modedb: Add 1920x1080 at 60 Hz video modeHelge Deller
2023-06-09fbdev: imsttfb: Fix use after free bug in imsttfb_probeZheng Wang
2023-05-30fbdev: udlfb: Fix endpoint checkAlan Stern
2023-05-24fbdev: arcfb: Fix error handling in arcfb_probe()Zongjie Li
2023-04-20fbmem: Reject FB_ACTIVATE_KD_TEXT from userspaceDaniel Vetter
2023-04-05fbdev: au1200fb: Fix potential divide by zeroWei Chen
2023-04-05fbdev: lxfb: Fix potential divide by zeroWei Chen
2023-04-05fbdev: intelfb: Fix potential divide by zeroWei Chen
2023-04-05fbdev: nvidia: Fix potential divide by zeroWei Chen
2023-04-05fbdev: tgafb: Fix potential divide by zeroWei Chen
2023-03-22fbdev: stifb: Provide valid pixelclock and add fb_check_var() checksHelge Deller
2023-03-10Revert "fbcon: don't lose the console font across generic->chip driver switch"Thomas Zimmermann
2023-02-09fbdev: smscufx: fix error handling code in ufx_usb_probeDongliang Mu
2023-02-09fbcon: Check font dimension limitsSamuel Thibault
2023-01-24fbdev: omapfb: avoid stack overflow warningArnd Bergmann
2023-01-12fbdev: matroxfb: G200eW: Increase max memory from 1 MB to 16 MBPaul Menzel
2022-12-31fbdev: fbcon: release buffer when fbcon_do_set_font() failedTetsuo Handa
2022-12-31video: hyperv_fb: Avoid taking busy spinlock on panic pathGuilherme G. Piccoli
2022-12-31fbdev: uvesafb: Fixes an error handling path in uvesafb_probe()Christophe JAILLET
2022-12-31fbdev: uvesafb: don't build on UMLRandy Dunlap
2022-12-31fbdev: geode: don't build on UMLRandy Dunlap
2022-12-31fbdev: ep93xx-fb: Add missing clk_disable_unprepare in ep93xxfb_probe()Gaosheng Cui
2022-12-31fbdev: vermilion: decrease reference count in error pathXiongfeng Wang
2022-12-31fbdev: via: Fix error in via_core_init()Shang XiaoJing
2022-12-31fbdev: pm2fb: fix missing pci_disable_device()Yang Yingliang
2022-12-31fbdev: ssd1307fb: Drop optional dependencyAndy Shevchenko
2022-12-14fbcon: Use kzalloc() in fbcon_prepare_logo()Tetsuo Handa
2022-11-10fbdev: stifb: Fall back to cfb_fillrect() on 32-bit HCRX cardsHelge Deller
2022-11-10video/fbdev/stifb: Implement the stifb_fillrect() functionHelge Deller