summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core/fbcon.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-223/+236
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 Airlie1-0/+19
2025-10-29fbcon: Set fb_display[i]->mode to NULL when the mode is releasedQuanmin Yan1-0/+19
2025-10-21Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter1-223/+236
2025-10-03Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-8/+1
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-09-19fbcon: Streamline setting rotated/unrotated bitopsThomas Zimmermann1-0/+21
2025-09-19fbcon: Move fbcon callbacks into struct fbcon_bitopsThomas Zimmermann1-32/+35
2025-09-19fbcon: Rename struct fbcon_ops to struct fbcon_parThomas Zimmermann1-215/+204
2025-09-14fbdev: use panic_in_progress() helperJinchao Wang1-8/+1
2025-08-08Merge tag 'fbdev-for-6.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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/g...Linus 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-27fbcon: Use static attribute groups for sysfs entriesShixiong Ou1-50/+19
2025-03-27fbcon: 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/gi...Linus Torvalds1-7/+9
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus 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-28fbcon: remove fbcon_getxy()Jiri Slaby (SUSE)1-25/+0
2024-01-28fbcon: remove consw::con_screen_pos()Jiri Slaby (SUSE)1-6/+0
2024-01-28tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)1-1/+2
2024-01-28tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)1-1/+1
2024-01-28tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)1-3/+3
2024-01-28tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)1-1/+2
2024-01-28tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)1-3/+3
2024-01-28tty: vt: remove CM_* constantsJiri Slaby (SUSE)1-10/+9
2024-01-28tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)1-2/+2
2024-01-28tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)1-9/+0
2024-01-28tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)1-13/+19
2024-01-28tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)1-1/+1
2024-01-28tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)1-4/+2
2024-01-28tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)1-1/+1
2024-01-28fbcon: make display_desc a static array in fbcon_startup()Jiri Slaby (SUSE)1-1/+1
2024-01-23fbcon: Fix incorrect printed function name in fbcon_prepare_logo()Geert Uytterhoeven1-2/+1