aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/core/fbcon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-23fbcon: Fix OOB access in font allocationThomas Zimmermann1-3/+3
2025-09-22fbcon: fix integer overflow in fbcon_do_set_fontSamasth Norway Ananda1-2/+9
2025-08-08Merge tag 'fbdev-for-6.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdevLinus Torvalds1-4/+5
2025-08-02fbdev: Fix vmalloc out-of-bounds write in fast_imageblitSravan Kumar Gundu1-4/+5
2025-08-02Merge tag 'fbdev-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdevLinus Torvalds1-32/+45
2025-07-27fbcon: Use 'bool' where appopriateVille Syrjälä1-10/+11
2025-07-27fbcon: Introduce get_{fg,bg}_color()Ville Syrjälä1-6/+18
2025-07-27fbcon: fbcon_is_inactive() -> fbcon_is_active()Ville Syrjälä1-15/+15
2025-07-27fbcon: fbcon_cursor_noblink -> fbcon_cursor_blinkVille Syrjälä1-4/+4
2025-07-09fbcon: Fix outdated registered_fb reference in commentShixiong Ou1-2/+2
2025-06-16fbdev: Include <linux/export.h>Thomas Zimmermann1-0/+1
2025-05-31fbcon: Make sure modelist not set on unregistered consoleKees Cook1-1/+6
2025-03-26fbcon: Use static attribute groups for sysfs entriesShixiong Ou1-50/+19
2025-03-26fbcon: Use correct erase colour for clearing in fbconZsolt Kajtar1-4/+6
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-07-22fbcon: Use oops_in_progress instead of panic_cpuJocelyn Falempe1-0/+9
2024-07-19fbcon: Add an option to disable fbcon in panicJocelyn Falempe1-1/+6
2024-05-03arch: Remove struct fb_info from video helpersThomas Zimmermann1-1/+1
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdevLinus Torvalds1-7/+9
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-79/+44
2024-03-16fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault1-7/+9
2024-02-26fbcon: always restore the old font data in fbcon_do_set_font()Jiri Slaby (SUSE)1-5/+3
2024-02-04Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman1-2/+1
2024-01-27fbcon: remove fbcon_getxy()Jiri Slaby (SUSE)1-25/+0
2024-01-27fbcon: remove consw::con_screen_pos()Jiri Slaby (SUSE)1-6/+0
2024-01-27tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)1-1/+2
2024-01-27tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)1-1/+1
2024-01-27tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)1-3/+3
2024-01-27tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)1-1/+2
2024-01-27tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)1-3/+3
2024-01-27tty: vt: remove CM_* constantsJiri Slaby (SUSE)1-10/+9
2024-01-27tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)1-2/+2
2024-01-27tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)1-9/+0
2024-01-27tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)1-13/+19
2024-01-27tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)1-1/+1
2024-01-27tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)1-4/+2
2024-01-27tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)1-1/+1
2024-01-27fbcon: make display_desc a static array in fbcon_startup()Jiri Slaby (SUSE)1-1/+1
2024-01-22fbcon: Fix incorrect printed function name in fbcon_prepare_logo()Geert Uytterhoeven1-2/+1
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+2
2023-09-11fbdev/core: Move logo functions into separate source fileThomas Zimmermann1-0/+2
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie1-4/+3
2023-08-03fbcon: Make fbcon_registered_fb and fbcon_num_registered_fb staticGUO Zihua1-2/+2
2023-07-28Revert "fbcon: Use kzalloc() in fbcon_prepare_logo()"Geert Uytterhoeven1-1/+1
2023-07-20fbcon: remove unused display (p) from fbcon_redraw()Jiri Slaby (SUSE)1-4/+3
2023-06-27fbdev/core: Rework fb init codeThomas Zimmermann1-0/+1
2023-05-18fbdev: Include <linux/fb.h> instead of <asm/fb.h>Thomas Zimmermann1-1/+0
2023-04-13fbcon: set_con2fb_map needs to set con2fb_map!Daniel Vetter1-1/+2
2023-04-13fbcon: Fix error paths in set_con2fb_mapDaniel Vetter1-9/+8