summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorFilesLines
5 daysfbdev: tcx.c fix mem_map to correct smem_start offsetRené Rebe1-1/+1
5 daysfbdev: pxafb: Fix multiple clamped values in pxafb_adjust_timingThorsten Blum1-6/+6
5 daysfbdev: gbefb: fix to use physical address instead of dma addressRene Rebe1-2/+3
5 daysfbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe()Abdun Nihaal1-1/+3
2025-12-07fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-boundsAlbin Babu Varghese1-0/+17
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
2025-12-07fbdev: atyfb: Check if pll_ops->init_pll failedDaniel Palmer1-2/+6
2025-10-02fbcon: Fix OOB access in font allocationThomas Zimmermann1-3/+3
2025-10-02fbcon: fix integer overflow in fbcon_do_set_fontSamasth Norway Ananda1-2/+9
2025-10-02Revert "fbdev: Disable sysfb device registration when removing conflicting FBs"Brett A C Sheffield1-12/+0
2025-08-28fbdev: Fix vmalloc out-of-bounds write in fast_imageblitSravan Kumar Gundu1-4/+5
2025-08-28fbdev: imxfb: Check fb_add_videomode to prevent null-ptr-derefChenyuan Yang1-2/+7
2025-07-10tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)1-3/+3
2025-07-10tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)1-13/+19
2025-07-10tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)1-1/+1
2025-07-10fbcon: delete a few unneeded forward declDaniel Vetter1-16/+1
2025-06-27fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_varMurad Masimov1-1/+3
2025-06-27fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod()Sergey Shtylyov1-1/+1
2025-06-04fbdev: core: tileblit: Implement missing margin clearing for tileblitZsolt Kajtar1-1/+36
2025-06-04fbcon: Use correct erase colour for clearing in fbconZsolt Kajtar7-58/+18
2025-06-04fbdev: fsl-diu-fb: add missing device_remove_file()Shixiong Ou1-0/+1
2025-05-02fbdev: omapfb: Add 'plane' value checkLeonid Arapov1-1/+5
2025-04-10fbdev: sm501fb: Add some geometry checks.Danila Chernetsov1-0/+7
2025-04-10fbdev: au1100fb: Move a variable assignment behind a null pointer checkMarkus Elfring1-1/+3
2025-04-10fbdev: hyperv_fb: iounmap() the correct memory when removing a deviceMichael Kelley1-1/+1
2025-03-13fbdev: omapfb: Fix an OF node leak in dss_of_port_get_parent_device()Joe Hattori1-0/+1
2024-12-14fbdev: sh7760fb: Fix a possible memory leak in sh7760fb_alloc_mem()Zhen Lei1-2/+1
2024-12-14fbdev/sh7760fb: Alloc DMA memory from hardware deviceThomas Zimmermann1-4/+4
2024-10-17fbdev: sisfb: Fix strbuf array overflowAndrey Shumilin1-1/+1
2024-10-17fbdev: pxafb: Fix possible use after free in pxafb_task()Kaixin Wang1-0/+1
2024-10-17fbdev: hpfb: Fix an error handling path in hpfb_dio_probe()Christophe JAILLET1-0/+1
2024-06-16fbdev: savage: Handle err return when savagefb_check_var failedCai Xinchen1-1/+4
2024-06-16fbdev: sh7760fb: allow modular buildRandy Dunlap1-2/+2
2024-06-16fbdev: sisfb: hide unused variablesArnd Bergmann1-2/+1
2024-06-16fbdev: shmobile: fix snprintf truncationArnd Bergmann1-1/+1
2024-05-02fbdev: fix incorrect address computation in deferred IONam Cao1-1/+1
2024-04-13fbmon: prevent division by zero in fb_videomode_from_videomode()Roman Smirnov1-3/+4
2024-04-13fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2Aleksandr Burakov1-2/+2
2024-03-06fbcon: always restore the old font data in fbcon_do_set_font()Jiri Slaby (SUSE)1-5/+3
2024-03-01fbdev: sis: Error out if pixclock equals zeroFullway Wang1-0/+2
2024-03-01fbdev: savage: Error out if pixclock equals zeroFullway Wang1-0/+3
2024-02-23fbdev: flush deferred IO before closingNam Cao1-1/+1
2024-02-23fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release()Takashi Iwai1-4/+13
2024-02-23fbdev: Fix invalid page access after closing deferred I/O devicesTakashi Iwai2-1/+13
2024-02-23fbdev: Rename pagelist to pagereflist for deferred I/OThomas Zimmermann10-52/+38
2024-02-23fbdev: Track deferred-I/O pages in pageref structThomas Zimmermann8-66/+126
2024-02-23fbdev: defio: fix the pagelist corruptionChuansheng Liu1-1/+8
2024-02-23fbdev: Don't sort deferred-I/O pages by defaultThomas Zimmermann4-7/+20