summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core
AgeCommit message (Expand)AuthorFilesLines
2025-11-24fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-boundsAlbin Babu Varghese1-0/+17
2025-11-24fbdev: bitblit: bound-check glyph index in bit_putcs*Junjie Cao1-4/+12
2025-11-24fbcon: Set fb_display[i]->mode to NULL when the mode is releasedQuanmin Yan2-0/+20
2025-10-19fbdev: Fix logic error in "offb" name matchFinn Thain1-1/+1
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-08-28fbdev: Fix vmalloc out-of-bounds write in fast_imageblitSravan Kumar Gundu1-4/+5
2025-08-28fbdev: fix potential buffer overflow in do_register_framebuffer()Yongzhen Zhang1-0/+3
2025-08-15fbcon: Fix outdated registered_fb reference in commentShixiong Ou1-2/+2
2025-07-06tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)1-3/+3
2025-07-06tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)1-13/+19
2025-07-06tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)1-1/+1
2025-06-27fbcon: Make sure modelist not set on unregistered consoleKees Cook1-1/+6
2025-06-27fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_varMurad Masimov1-1/+3
2025-06-27fbdev: Fix do_register_framebuffer to prevent null-ptr-deref in fb_videomode_...Murad Masimov1-7/+11
2025-06-19fbdev: 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
2024-10-17fbcon: Fix a NULL pointer dereference issue in fbcon_putcsQianqiang Liu1-0/+2
2024-06-12drm/omapdrm: Fix console with deferred opsTony Lindgren1-0/+6
2024-06-12fbdev: Provide I/O-memory helpers as moduleThomas Zimmermann3-1/+11
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-03-06fbcon: always restore the old font data in fbcon_do_set_font()Jiri Slaby (SUSE)1-5/+3
2024-01-26fbdev: flush deferred IO before closingNam Cao1-1/+1
2024-01-26fbdev: flush deferred work in fb_deferred_io_fsync()Nam Cao1-5/+1
2023-10-18Merge tag 'fbdev-for-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2023-10-17fbdev: core: syscopyarea: fix sloppy typingSergey Shtylyov1-1/+1
2023-10-17fbdev: core: cfbcopyarea: fix sloppy typingSergey Shtylyov1-1/+1
2023-09-18drm: fix up fbdev Kconfig defaultsArnd Bergmann1-1/+1
2023-08-31fbdev/core: Use list_for_each_entry() helperJinjie Ruan2-23/+7
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds10-669/+999
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie1-4/+3
2023-08-18drm/i915: Move abs_diff() to math.hAndy Shevchenko1-6/+1
2023-08-03fbcon: Make fbcon_registered_fb and fbcon_num_registered_fb staticGUO Zihua1-2/+2
2023-07-31fbdev: Use _DMAMEM_ infix for DMA-memory helpersThomas Zimmermann1-1/+1
2023-07-31fbdev: Use _SYSMEM_ infix for system-memory helpersThomas Zimmermann1-3/+3
2023-07-31fbdev: Use _IOMEM_ infix for I/O-memory helpersThomas Zimmermann1-1/+1
2023-07-28Revert "fbcon: Use kzalloc() in fbcon_prepare_logo()"Geert Uytterhoeven1-1/+1
2023-07-24fbdev: Add fb_ops init macros for framebuffers in DMA-able memoryThomas Zimmermann1-0/+8
2023-07-24fbdev: Document that framebuffer_alloc() returns zero'ed dataThomas Zimmermann1-1/+2
2023-07-24Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2023-07-22fbdev: Split frame buffer support in FB and FB_CORE symbolsJavier Martinez Canillas2-17/+23
2023-07-22fbdev: Move core fbdev symbols to a separate Kconfig fileJavier Martinez Canillas1-0/+186
2023-07-20fbcon: remove unused display (p) from fbcon_redraw()Jiri Slaby (SUSE)1-4/+3
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter9-665/+794
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds5-127/+158
2023-06-27fbdev: Make support for userspace interfaces configurableThomas Zimmermann2-3/+42
2023-06-27fbdev/core: Rework fb init codeThomas Zimmermann3-32/+22
2023-06-27fbdev/core: Move file-I/O code into separate fileThomas Zimmermann4-473/+498