summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core
AgeCommit message (Expand)AuthorFilesLines
6 daysfbdev: Fix fb_new_modelist to prevent null-ptr-deref in fb_videomode_to_varIan Bridges1-0/+12
6 daysfbcon: fix NULL pointer dereference for a console without vc_dataIan Bridges1-3/+4
6 daysfbdev: fix use-after-free in store_modes()Ian Bridges1-1/+9
7 daysfbdev: fbcon: fix out-of-bounds read in err_out of fbcon_do_set_font()Mingyu Wang1-0/+7
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-09fbcon: correct CONFIG_FB_TILEBLITTING macro name in #endif commentEthan Nelson-Moore1-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 Zimmermann4-10/+15
2026-06-09fbcon: don't suspend/resume when vc is graphics modeLu Yao1-3/+6
2026-06-07fbcon: Use correct type for vc_resize() return valueJiacheng Yu1-2/+1
2026-04-28fbdev: defio: Remove duplicate include of linux/module.hChen Ni1-1/+0
2026-04-07fbcon: Put font-rotation state into separate structThomas Zimmermann6-32/+41
2026-04-07fbcon: Fill cursor mask in helper functionThomas Zimmermann6-151/+78
2026-04-07lib/fonts: Implement font rotationThomas Zimmermann2-60/+20
2026-04-07lib/fonts: Implement glyph rotationThomas Zimmermann4-83/+8
2026-04-07lib/fonts: Provide helpers for calculating glyph pitch and sizeThomas Zimmermann4-17/+18
2026-04-07fbcon: Avoid OOB font access if console rotation failsThomas Zimmermann1-1/+4
2026-03-09lib/fonts: Store font data for user space with font_data_export()Thomas Zimmermann1-55/+2
2026-03-09lib/fonts: Create font_data_t from struct console_font with font_data_import()Thomas Zimmermann1-34/+4
2026-03-09lib/fonts: Compare font data for equality with font_data_is_equal()Thomas Zimmermann1-6/+1
2026-03-09lib/fonts: Manage font-data lifetime with font_data_get/_put()Thomas Zimmermann2-36/+30
2026-03-09lib/fonts: Read font size with font_data_size()Thomas Zimmermann1-7/+7
2026-03-09lib/fonts: Store font data as font_data_t; update consolesThomas Zimmermann2-18/+29
2026-03-09vt: Calculate font-buffer size with vc_font_size()Thomas Zimmermann1-7/+2
2026-03-09vt: Store font in struct vc_fontThomas Zimmermann3-10/+9
2026-03-09fbdev: Declare src parameter of fb_pad_ helpers as constantThomas Zimmermann1-3/+3
2026-03-09fbdev: defio: Move pageref array to struct fb_deferred_io_stateThomas Zimmermann1-28/+27
2026-03-09fbdev: defio: Move variable state into struct fb_deferred_io_stateThomas Zimmermann1-15/+22
2026-03-09fbdev: defio: Keep module reference from VMAsThomas Zimmermann1-0/+6
2026-03-09fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_infoThomas Zimmermann1-36/+142
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-8/+7
2026-02-14fbcon: Remove struct fbcon_display.inverseThomas Zimmermann1-1/+0
2026-02-14printk, vt, fbcon: Remove console_conditional_schedule()Sebastian Andrzej Siewior1-6/+0
2026-02-14fbdev: fix fb_pad_unaligned_buffer maskOsama Abdelkader1-1/+1
2026-02-14fbcon: check return value of con2fb_acquire_newinfo()Andrey Vatoropin1-1/+2
2026-02-14fbdev: Use device_create_with_groups() to fix sysfs groups registration raceHans de Goede1-33/+3
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-25/+0
2025-12-26Merge tag 'drm-misc-next-2025-12-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2-25/+0
2025-12-16sysfb: Move edid_info into sysfb_primary_displayThomas Zimmermann1-3/+5
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds11-579/+605
2025-12-02fbcon: Remove fb_debug_enter/_leave from struct fb_opsThomas Zimmermann2-25/+0
2025-11-25drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setupThomas Zimmermann1-0/+9
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie3-4/+32
2025-10-29fbcon: Set fb_display[i]->mode to NULL when the mode is releasedQuanmin Yan2-0/+20
2025-10-29fbdev: bitblit: bound-check glyph index in bit_putcs*Junjie Cao1-4/+12
2025-10-21Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter11-579/+605