summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorFilesLines
3 daysfbdev: efifb: fix memory leak in efifb_probe()Abdun Nihaal1-0/+1
3 daysfbdev/efifb: Replace references to global screen_info by local pointerThomas Zimmermann1-60/+64
3 daysfbcon: Use correct type for vc_resize() return valueJiacheng Yu1-2/+1
3 daysfbcon: Rename struct fbcon_ops to struct fbcon_parThomas Zimmermann10-556/+547
13 daysfbdev: tridentfb: fix potential memory leak in trident_pci_probe()Abdun Nihaal1-0/+1
13 daysfbdev: nvidia: fix potential memory leak in nvidiafb_probe()Abdun Nihaal1-0/+1
13 daysfbdev: vesafb: fix memory leak in vesafb_probe()Abdun Nihaal1-0/+1
13 daysfbdev: carminefb: fix potential memory leak in alloc_carmine_fb()Abdun Nihaal1-0/+1
13 daysfbdev: tdfxfb: fix potential memory leak in tdfxfb_probe()Abdun Nihaal1-0/+1
13 daysfbdev: uvesafb: fix potential memory leak in uvesafb_probe()Abdun Nihaal1-2/+2
13 daysfbdev: s3fb: fix potential memory leak in s3_pci_probe()Abdun Nihaal1-0/+1
13 daysfbdev: i740fb: fix potential memory leak in i740fb_probe()Abdun Nihaal1-0/+1
13 daysfbdev: radeon: fix potential memory leak in radeonfb_pci_register()Abdun Nihaal1-0/+1
13 daysfbdev: sm712: Fix operator precedence in big_swap macroLi RongQing1-1/+1
13 daysfbdev: hecubafb: fix potential memory leak in hecubafb_probe()Abdun Nihaal1-1/+5
13 daysfbdev: broadsheetfb: fix potential memory leak in broadsheetfb_probe()Abdun Nihaal1-2/+6
13 daysfbdev: metronomefb: fix potential memory leak in metronomefb_probe()Abdun Nihaal1-2/+6
13 daysfbdev: sm501fb: Fix buffer errors in OF binding codeDavid Laight1-4/+12
13 daysfbcon: fix NULL pointer dereference for a console without vc_dataIan Bridges1-3/+4
13 daysfbdev: fbcon: fix out-of-bounds read in err_out of fbcon_do_set_font()Mingyu Wang1-0/+7
2026-07-04fbdev: modedb: Fix misaligned fields in the 1920x1080-60 modeSteffen Persvold1-1/+1
2026-07-04fbdev: modedb: fix a possible UAF in fb_find_mode()Tuo Li1-2/+1
2026-07-04fbdev: Fix fb_new_modelist to prevent null-ptr-deref in fb_videomode_to_varIan Bridges1-0/+12
2026-07-04fbdev: fix use-after-free in store_modes()Ian Bridges1-1/+9
2026-06-19fbdev/vt8500lcdfb: Initialize fb_ops with fbdev macrosThomas Zimmermann2-1/+4
2026-06-19drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setupThomas Zimmermann1-0/+9
2026-05-23fbdev: offb: fix PCI device reference leak on probe failureYuho Choi1-1/+6
2026-05-23fbdev: matroxfb: Mark variable with __maybe_unused to avoid W=1 build breakAndy Shevchenko1-1/+1
2026-05-17fbcon: Avoid OOB font access if console rotation failsThomas Zimmermann1-1/+4
2026-05-17fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_infoThomas Zimmermann1-37/+142
2026-05-17fbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent use-after-freeRajat Gupta1-1/+30
2026-04-27fbdev: udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFOGreg Kroah-Hartman1-0/+3
2026-04-27fbdev: tdfxfb: avoid divide-by-zero on FBIOPUT_VSCREENINFOGreg Kroah-Hartman1-0/+3
2026-03-04fbcon: Remove struct fbcon_display.inverseThomas Zimmermann1-1/+0
2026-03-04fbdev: ffb: fix corrupted video output on Sun FFB1René Rebe1-1/+13
2026-03-04fbdev: vt8500lcdfb: fix missing dma_free_coherent()Thomas Fourier1-1/+4
2026-03-04fbcon: check return value of con2fb_acquire_newinfo()Andrey Vatoropin1-1/+2
2026-03-04fbdev: au1200fb: Fix a memory leak in au1200fb_drv_probe()Felix Gu1-2/+4
2026-02-19fbdev: smscufx: properly copy ioctl memory to kernelspaceGreg Kroah-Hartman1-2/+6
2026-02-19fbdev: rivafb: fix divide error in nv3_arb()Guangshuo Li1-0/+3
2026-01-11fbdev: tcx.c fix mem_map to correct smem_start offsetRené Rebe1-1/+1
2026-01-11fbdev: pxafb: Fix multiple clamped values in pxafb_adjust_timingThorsten Blum1-6/+6
2026-01-11fbdev: gbefb: fix to use physical address instead of dma addressRene Rebe1-2/+3
2026-01-11fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe()Abdun Nihaal1-1/+3
2025-11-24fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-boundsAlbin Babu Varghese1-0/+17
2025-11-24fbdev: valkyriefb: Fix reference count leak in valkyriefb_initMiaoqian Lin1-0/+2
2025-11-24fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELSFlorian Fuchs1-1/+1
2025-11-24fbdev: bitblit: bound-check glyph index in bit_putcs*Junjie Cao1-4/+12
2025-11-24fbdev: atyfb: Check if pll_ops->init_pll failedDaniel Palmer1-2/+6
2025-11-24fbcon: Set fb_display[i]->mode to NULL when the mode is releasedQuanmin Yan2-0/+20