summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev
Commit message (Expand)AuthorAgeFilesLines
* fbdev: flush deferred IO before closingNam Cao2024-01-251-1/+1
* fbdev: flush deferred work in fb_deferred_io_fsync()Nam Cao2024-01-251-5/+1
* fbdev: imxfb: fix left margin settingDario Binacchi2024-01-251-2/+25
* fbdev: imsttfb: fix double free in probe()Dan Carpenter2024-01-101-5/+1
* fbdev: imsttfb: Release framebuffer and dealloc cmap on error pathHelge Deller2024-01-101-1/+5
* fbdev: stifb: Make the STI next font pointer a 32-bit signed offsetHelge Deller2023-12-081-1/+1
* fbdev: fsl-diu-fb: mark wr_reg_wa() staticArnd Bergmann2023-11-201-1/+1
* fbdev: imsttfb: fix a resource leak in probeDan Carpenter2023-11-201-13/+16
* fbdev: imsttfb: Fix error path of imsttfb_probe()Helge Deller2023-11-201-2/+4
* fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit()Jorge Maidana2023-11-081-1/+1
* fbdev: omapfb: fix some error codesDan Carpenter2023-11-081-2/+2
* fbdev: atyfb: only use ioremap_uc() on i386 and ia64Arnd Bergmann2023-11-081-0/+4
* fbdev/sh7760fb: Depend on FB=yThomas Zimmermann2023-10-061-1/+1
* fbdev/ep93xx-fb: Do not assign to struct fb_info.devThomas Zimmermann2023-09-191-1/+0
* fbdev/radeon: use pci aperture helpersDaniel Vetter2023-08-301-9/+1
* fbdev: mmp: fix value check in mmphw_probe()Yuanjun Gong2023-08-231-1/+3
* fbdev/hyperv-fb: Do not set struct fb_info.aperturesThomas Zimmermann2023-08-231-11/+6
* fbdev: au1200fb: Fix missing IRQ check in au1200fb_drv_probeZhang Shurong2023-07-271-0/+3
* fbdev: imxfb: Removed unneeded release_mem_regionYangtao Li2023-07-271-1/+0
* 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-191-1/+5
* fbdev: fix potential OOB read in fast_imageblit()Zhang Shurong2023-07-011-1/+1
* fbcon: Fix null-ptr-deref in soft_cursorHelge Deller2023-06-091-0/+3
* 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: imsttfb: Fix use after free bug in imsttfb_probeZheng Wang2023-06-091-7/+8
* fbdev: udlfb: Fix endpoint checkAlan Stern2023-05-301-5/+8
* fbdev: arcfb: Fix error handling in arcfb_probe()Zongjie Li2023-05-241-6/+9
* fbdev: mmp: Fix deferred clk handling in mmphw_probe()Christophe JAILLET2023-05-111-1/+1
* fbcon: set_con2fb_map needs to set con2fb_map!Daniel Vetter2023-04-201-1/+2
* fbcon: Fix error paths in set_con2fb_mapDaniel Vetter2023-04-201-9/+8
* fbmem: Reject FB_ACTIVATE_KD_TEXT from userspaceDaniel Vetter2023-04-201-0/+2
* fbdev: au1200fb: Fix potential divide by zeroWei Chen2023-04-061-0/+3
* fbdev: lxfb: Fix potential divide by zeroWei Chen2023-04-061-0/+3
* fbdev: intelfb: Fix potential divide by zeroWei Chen2023-04-061-0/+3
* fbdev: nvidia: Fix potential divide by zeroWei Chen2023-04-061-0/+2
* fbdev: tgafb: Fix potential divide by zeroWei Chen2023-04-061-0/+3
* fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release()Takashi Iwai2023-03-221-4/+13
* fbdev: stifb: Provide valid pixelclock and add fb_check_var() checksHelge Deller2023-03-221-0/+27
* fbdev: chipsfb: Fix error codes in chipsfb_pci_init()Dan Carpenter2023-03-221-4/+10
* Revert "fbcon: don't lose the console font across generic->chip driver switch"Thomas Zimmermann2023-03-101-11/+6
* fbdev: Fix invalid page access after closing deferred I/O devicesTakashi Iwai2023-02-222-1/+13
* nvidiafb: detect the hardware support before removing console.Dave Airlie2023-02-141-39/+42
* fbdev: smscufx: fix error handling code in ufx_usb_probeDongliang Mu2023-02-091-15/+31
* fbcon: Check font dimension limitsSamuel Thibault2023-02-091-2/+5
* fbdev: omapfb: avoid stack overflow warningArnd Bergmann2023-01-241-10/+18
* fbdev: matroxfb: G200eW: Increase max memory from 1 MB to 16 MBPaul Menzel2023-01-121-2/+2
* fbdev: fbcon: release buffer when fbcon_do_set_font() failedTetsuo Handa2022-12-311-1/+2
* video: hyperv_fb: Avoid taking busy spinlock on panic pathGuilherme G. Piccoli2022-12-311-1/+7
* fbdev: uvesafb: Fixes an error handling path in uvesafb_probe()Christophe JAILLET2022-12-311-0/+1