summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev
AgeCommit message (Expand)Author
2026-02-06fbcon: always restore the old font data in fbcon_do_set_font()Jiri Slaby (SUSE)
2026-02-06fbdev: fbcon: release buffer when fbcon_do_set_font() failedTetsuo Handa
2026-02-06fbdev: fbcon: Properly revert changes when vc_resize() failedShigeru Yoshida
2026-01-19fbcon: Avoid using FNTCHARCNT() and hard-coded built-in font charcountPeilin Ye
2026-01-19console: Delete unused con_font_copy() callback implementationsPeilin Ye
2026-01-19fbdev: tcx.c fix mem_map to correct smem_start offsetRené Rebe
2026-01-19fbdev: pxafb: Fix multiple clamped values in pxafb_adjust_timingThorsten Blum
2026-01-19fbdev: gbefb: fix to use physical address instead of dma addressRene Rebe
2026-01-19fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe()Abdun Nihaal
2025-12-07fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-boundsAlbin Babu Varghese
2025-12-07fbdev: valkyriefb: Fix reference count leak in valkyriefb_initMiaoqian Lin
2025-12-07fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELSFlorian Fuchs
2025-12-07fbdev: bitblit: bound-check glyph index in bit_putcs*Junjie Cao
2025-12-07fbdev: atyfb: Check if pll_ops->init_pll failedDaniel Palmer
2025-10-02fbcon: Fix OOB access in font allocationThomas Zimmermann
2025-10-02fbcon: fix integer overflow in fbcon_do_set_fontSamasth Norway Ananda
2025-08-28fbdev: imxfb: Check fb_add_videomode to prevent null-ptr-derefChenyuan Yang
2025-06-27fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_varMurad Masimov
2025-06-27fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod()Sergey Shtylyov
2025-06-04fbdev: core: tileblit: Implement missing margin clearing for tileblitZsolt Kajtar
2025-06-04fbcon: Use correct erase colour for clearing in fbconZsolt Kajtar
2025-06-04fbdev: fsl-diu-fb: add missing device_remove_file()Shixiong Ou
2025-05-02fbdev: omapfb: Add 'plane' value checkLeonid Arapov
2025-04-10fbdev: sm501fb: Add some geometry checks.Danila Chernetsov
2025-04-10fbdev: au1100fb: Move a variable assignment behind a null pointer checkMarkus Elfring
2025-04-10fbdev: hyperv_fb: iounmap() the correct memory when removing a deviceMichael Kelley
2025-03-13fbdev: omapfb: Fix an OF node leak in dss_of_port_get_parent_device()Joe Hattori
2024-12-14fbdev: sh7760fb: Fix a possible memory leak in sh7760fb_alloc_mem()Zhen Lei
2024-12-14fbdev/sh7760fb: Alloc DMA memory from hardware deviceThomas Zimmermann
2024-10-17fbdev: sisfb: Fix strbuf array overflowAndrey Shumilin
2024-10-17fbdev: pxafb: Fix possible use after free in pxafb_task()Kaixin Wang
2024-10-17fbdev: hpfb: Fix an error handling path in hpfb_dio_probe()Christophe JAILLET
2024-06-16fbdev: savage: Handle err return when savagefb_check_var failedCai Xinchen
2024-06-16fbdev: sh7760fb: allow modular buildRandy Dunlap
2024-06-16fbdev: sisfb: hide unused variablesArnd Bergmann
2024-06-16fbdev: shmobile: fix snprintf truncationArnd Bergmann
2024-04-13fbmon: prevent division by zero in fb_videomode_from_videomode()Roman Smirnov
2024-04-13fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2Aleksandr Burakov
2024-03-01fbdev: sis: Error out if pixclock equals zeroFullway Wang
2024-03-01fbdev: savage: Error out if pixclock equals zeroFullway Wang
2024-01-25fbdev: flush deferred work in fb_deferred_io_fsync()Nam Cao
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-10fbdev/sh7760fb: Depend on FB=yThomas Zimmermann
2023-09-19fbdev/ep93xx-fb: Do not assign to struct fb_info.devThomas Zimmermann
2023-08-30fbdev: fix potential OOB read in fast_imageblit()Zhang Shurong