summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core
AgeCommit message (Expand)AuthorFilesLines
10 daysfbdev: core: Fix pointer desynchronization in fb_io_read()Mingyu Wang1-0/+8
14 daysfbdev: bitblit: bound-check glyph index in bit_cursor()Rik van Riel1-2/+7
2026-08-03fbcon: Use correct type for vc_resize() return valueJiacheng Yu1-2/+1
2026-08-03fbcon: Rename struct fbcon_ops to struct fbcon_parThomas Zimmermann10-552/+543
2026-07-24fbcon: fix NULL pointer dereference for a console without vc_dataIan Bridges1-3/+4
2026-07-18fbdev: 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: modedb: fix a possible UAF in fb_find_mode()Tuo Li1-2/+1
2026-07-04fbdev: Fix fb_new_modelist to prevent null-ptr-deref in fb_videomode_to_varIan Bridges1-0/+12
2026-07-04fbdev: fix use-after-free in store_modes()Ian Bridges1-1/+9
2026-05-17fbcon: Avoid OOB font access if console rotation failsThomas Zimmermann1-1/+4
2026-05-14fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_infoThomas Zimmermann1-37/+142
2026-03-04fbcon: Remove struct fbcon_display.inverseThomas Zimmermann1-1/+0
2026-03-04fbcon: check return value of con2fb_acquire_newinfo()Andrey Vatoropin1-1/+2
2025-12-07drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setupThomas Zimmermann1-0/+9
2025-11-13fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-boundsAlbin Babu Varghese1-0/+17
2025-11-13fbdev: bitblit: bound-check glyph index in bit_putcs*Junjie Cao1-4/+12
2025-11-13fbcon: 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-20fbdev: Fix vmalloc out-of-bounds write in fast_imageblitSravan Kumar Gundu1-4/+5
2025-08-20fbdev: 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-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-05-29fbdev: core: tileblit: Implement missing margin clearing for tileblitZsolt Kajtar1-1/+36
2025-05-29fbcon: Use correct erase colour for clearing in fbconZsolt Kajtar7-58/+18
2024-09-26fbcon: break earlier in search_fb_in_map and search_for_mapped_conQianqiang Liu1-2/+6
2024-09-26fbcon: Fix a NULL pointer dereference issue in fbcon_putcsQianqiang Liu1-0/+2
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+15
2024-08-30fbdev: Introduce devm_register_framebuffer()Thomas Weißschuh1-0/+30
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter1-1/+15
2024-07-22fbcon: Use oops_in_progress instead of panic_cpuJocelyn Falempe1-0/+9
2024-07-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+7
2024-07-19fbcon: Add an option to disable fbcon in panicJocelyn Falempe1-1/+6
2024-07-04mm: remove page_mkclean()Kefeng Wang1-2/+2
2024-07-04fb_defio: use a folio in fb_deferred_io_work()Kefeng Wang1-4/+5
2024-05-27Merge drm/drm-next into drm-misc-nextMaxime Ripard2-1/+7
2024-05-22Merge tag 'backlight-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+6
2024-05-21Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-05-03arch: Remove struct fb_info from video helpersThomas Zimmermann1-1/+1
2024-05-02fbdev/deferred-io: Provide get_page hook in struct fb_deferred_ioThomas Zimmermann1-0/+4
2024-05-02fbdev/deferred-io: Always call get_page() for framebuffer pagesThomas Zimmermann1-4/+5
2024-05-02fbdev/deferred-io: Test smem_start for I/O memoryThomas Zimmermann1-2/+2
2024-05-02fbdev/deferred-io: Test screen_buffer for vmalloc'ed memoryThomas Zimmermann1-3/+3
2024-05-02fbdev/deferred-io: Clean up pageref on lastcloseThomas Zimmermann1-6/+11
2024-05-02fbdev/deferred-io: Move pageref setup into separate helperThomas Zimmermann1-12/+30