summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
10 daysfbcon: Use correct type for vc_resize() return valueJiacheng Yu1-2/+1
10 daysfbcon: Rename struct fbcon_ops to struct fbcon_parThomas Zimmermann10-556/+547
2026-08-19fbdev: bitblit: bound-check glyph index in bit_cursor()Rik van Riel1-2/+7
2026-07-24fbdev: tridentfb: fix potential memory leak in trident_pci_probe()Abdun Nihaal1-0/+1
2026-07-24fbdev: nvidia: fix potential memory leak in nvidiafb_probe()Abdun Nihaal1-0/+1
2026-07-24fbdev: carminefb: fix potential memory leak in alloc_carmine_fb()Abdun Nihaal1-0/+1
2026-07-24fbdev: tdfxfb: fix potential memory leak in tdfxfb_probe()Abdun Nihaal1-0/+1
2026-07-24fbdev: uvesafb: fix potential memory leak in uvesafb_probe()Abdun Nihaal1-2/+2
2026-07-24fbdev: s3fb: fix potential memory leak in s3_pci_probe()Abdun Nihaal1-0/+1
2026-07-24fbdev: i740fb: fix potential memory leak in i740fb_probe()Abdun Nihaal1-0/+1
2026-07-24fbdev: radeon: fix potential memory leak in radeonfb_pci_register()Abdun Nihaal1-0/+1
2026-07-24fbdev: sm712: Fix operator precedence in big_swap macroLi RongQing1-1/+1
2026-07-24fbdev: hecubafb: fix potential memory leak in hecubafb_probe()Abdun Nihaal1-1/+5
2026-07-24fbdev: broadsheetfb: fix potential memory leak in broadsheetfb_probe()Abdun Nihaal1-2/+6
2026-07-24fbdev: metronomefb: fix potential memory leak in metronomefb_probe()Abdun Nihaal1-2/+6
2026-07-24fbdev: sm501fb: Fix buffer errors in OF binding codeDavid Laight1-4/+12
2026-07-24fbcon: fix NULL pointer dereference for a console without vc_dataIan Bridges1-3/+4
2026-07-24fbdev: 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: Fix fb_new_modelist to prevent null-ptr-deref in fb_videomode_to_varIan Bridges1-0/+12
2026-06-19fbdev: vt8500lcdfb: Fix dma_free_coherent() cpu_addr parameterBen Hutchings1-1/+1
2026-06-19fbcon: Avoid OOB font access if console rotation failsThomas Zimmermann1-1/+4
2026-06-19fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_infoThomas Zimmermann1-22/+142
2026-06-01fbdev: offb: fix PCI device reference leak on probe failureYuho Choi1-1/+6
2026-06-01backlight: sky81452-backlight: Check return value of devm_gpiod_get_optional(...Chen Ni1-0/+3
2026-06-01fbdev: matroxfb: Mark variable with __maybe_unused to avoid W=1 build breakAndy Shevchenko1-1/+1
2026-06-01fbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent use-after-freeRajat Gupta1-1/+30
2026-06-01fbdev: udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFOGreg Kroah-Hartman1-0/+3
2026-06-01fbdev: 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: of: display_timing: fix refcount leak in of_get_display_timings()Weigang He1-2/+2
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-04backlight: qcom-wled: Support ovp values for PMI8994Barnabás Czémán1-2/+39
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-02-06xen: make remove callback of xen driver void returnedDawei Li1-4/+2
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
2026-01-11backlight: led-bl: Add devlink to supplier LEDsLuca Ceresoli1-0/+13
2026-01-11backlight: led_bl: Take led_access lock when requiredMans Rullgard1-1/+4
2025-12-07fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-boundsAlbin Babu Varghese1-0/+17
2025-12-07video: backlight: lp855x_bl: Set correct EPROM start for LP8556Svyatoslav Ryhel1-1/+1
2025-12-07fbdev: valkyriefb: Fix reference count leak in valkyriefb_initMiaoqian Lin1-0/+2
2025-12-07fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELSFlorian Fuchs1-1/+1
2025-12-07fbdev: bitblit: bound-check glyph index in bit_putcs*Junjie Cao1-4/+12