summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorFilesLines
5 daysfbdev: Fix fb_new_modelist to prevent null-ptr-deref in fb_videomode_to_varIan Bridges1-0/+12
5 daysfbcon: fix NULL pointer dereference for a console without vc_dataIan Bridges1-3/+4
5 daysfbdev: fix use-after-free in store_modes()Ian Bridges1-1/+9
6 daysfbdev: viafb: return an error when DMA copy times outPengpeng Hou1-2/+5
6 daysfbdev: goldfishfb: fail pan display on base-update timeoutPengpeng Hou1-4/+9
6 daysfbdev: fbcon: fix out-of-bounds read in err_out of fbcon_do_set_font()Mingyu Wang1-0/+7
6 daysfbdev: pm2fb: unwind WC setup on probe failureHaoxiang Li1-0/+1
9 daysfbdev: vga16fb: Drop unused assignment of platform_device_id driver dataUwe Kleine-König1-2/+2
2026-06-13fbdev: modedb: Fix misaligned fields in the 1920x1080-60 modeSteffen Persvold1-1/+1
2026-06-10fbdev: modedb: fix a possible UAF in fb_find_mode()Tuo Li1-2/+1
2026-06-09fbdev: s3fb: Use strscpy() to copy strings into arraysDavid Laight1-1/+1
2026-06-09fbdev: sm501fb: Fix buffer errors in OF binding codeDavid Laight1-4/+12
2026-06-09fbcon: correct CONFIG_FB_TILEBLITTING macro name in #endif commentEthan Nelson-Moore1-1/+1
2026-06-09fbdev: mmpfb: Use strscpy() to copy device nameDavid Laight1-1/+1
2026-06-09fbdev: sisfb: Replace strlen() strcpy() pair with strscpy()David Laight1-2/+1
2026-06-09fbdev: rivafb: Use strscpy() to copy device nameDavid Laight1-1/+1
2026-06-09fbdev: cyber2000fb: Use strscpy() to copy device nameDavid Laight1-1/+1
2026-06-09fbdev: atmel_lcdfb: Use strscpy() to copy device nameDavid Laight1-1/+1
2026-06-09fbdev: Do not export fbcon from fbdevThomas Zimmermann4-3/+52
2026-06-09fbdev: Wrap fbcon updates from vga-switcheroo in helperThomas Zimmermann1-0/+10
2026-06-09fbdev: Wrap user-invoked calls to fb_blank() in helperThomas Zimmermann4-7/+13
2026-06-09fbdev: Wrap user-invoked calls to fb_set_var() in helperThomas Zimmermann6-18/+17
2026-06-09fbdev: omap2: fix use-after-free in omapfb_mmapHongling Zeng1-1/+8
2026-06-09fbdev: pxa168fb: use devm_ioremap_resource() for MMIOAlbertoArostegui1-4/+3
2026-06-09fbdev: grvga: Fix CLUT register address offset in commentEduardo Silva1-1/+1
2026-06-09fbdev: sunxvr2500: replace printk with device-aware logging functionsRahman Mahmutović1-12/+7
2026-06-09fbcon: don't suspend/resume when vc is graphics modeLu Yao1-3/+6
2026-06-09fbdev: chipsfb: add missing MODULE_DESCRIPTION() macroRahman Mahmutović1-0/+1
2026-06-09fbdev: sm712: Fix operator precedence in big_swap macroLi RongQing1-1/+1
2026-06-07fbdev: vesafb: fix memory leak in vesafb_probe()Abdun Nihaal1-0/+1
2026-06-07fbdev: efifb: fix memory leak in efifb_probe()Abdun Nihaal1-0/+1
2026-06-07fbdev: uvesafb: fix potential memory leak in uvesafb_probe()Abdun Nihaal1-2/+2
2026-06-07fbdev: tridentfb: fix potential memory leak in trident_pci_probe()Abdun Nihaal1-0/+1
2026-06-07fbdev: tdfxfb: fix potential memory leak in tdfxfb_probe()Abdun Nihaal1-0/+1
2026-06-07fbdev: s3fb: fix potential memory leak in s3_pci_probe()Abdun Nihaal1-0/+1
2026-06-07fbdev: nvidia: fix potential memory leak in nvidiafb_probe()Abdun Nihaal1-0/+1
2026-06-07fbdev: i740fb: fix potential memory leak in i740fb_probe()Abdun Nihaal1-0/+1
2026-06-07fbdev: carminefb: fix potential memory leak in alloc_carmine_fb()Abdun Nihaal1-0/+1
2026-06-07fbdev: radeon: fix potential memory leak in radeonfb_pci_register()Abdun Nihaal1-0/+1
2026-06-07fbdev: metronomefb: fix potential memory leak in metronomefb_probe()Abdun Nihaal1-2/+6
2026-06-07fbdev: broadsheetfb: fix potential memory leak in broadsheetfb_probe()Abdun Nihaal1-2/+6
2026-06-07fbdev: hecubafb: fix potential memory leak in hecubafb_probe()Abdun Nihaal1-1/+5
2026-06-07fbdev: atmel_lcdfb: Use of_device_get_match_data()Rosen Penev1-4/+2
2026-06-07fbdev: imxfb: Use of_device_get_match_data()Rosen Penev1-5/+1
2026-06-07fbcon: Use correct type for vc_resize() return valueJiacheng Yu1-2/+1
2026-06-07fbdev: Consistently define pci_device_ids using named initializersUwe Kleine-König21-399/+296
2026-06-07fbdev: matroxfb/ssd1307fb: Use named initializers for struct i2c_device_idUwe Kleine-König2-5/+5
2026-05-20fbdev: remove Hercules monochrome ISA graphics adapter driverEthan Nelson-Moore3-699/+0
2026-05-04fbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent use-after-freeRajat Gupta1-1/+30
2026-04-28fbdev: defio: Remove duplicate include of linux/module.hChen Ni1-1/+0