summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/core/fbcon.c
AgeCommit message (Expand)Author
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-11-25drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setupThomas Zimmermann
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie
2025-10-28fbcon: Set fb_display[i]->mode to NULL when the mode is releasedQuanmin Yan
2025-10-21Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-09-23fbcon: Fix OOB access in font allocationThomas Zimmermann
2025-09-22fbcon: fix integer overflow in fbcon_do_set_fontSamasth Norway Ananda
2025-09-19fbcon: Streamline setting rotated/unrotated bitopsThomas Zimmermann
2025-09-19fbcon: Move fbcon callbacks into struct fbcon_bitopsThomas Zimmermann
2025-09-19fbcon: Rename struct fbcon_ops to struct fbcon_parThomas Zimmermann
2025-09-13fbdev: use panic_in_progress() helperJinchao Wang
2025-08-08Merge tag 'fbdev-for-6.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-08-02fbdev: Fix vmalloc out-of-bounds write in fast_imageblitSravan Kumar Gundu
2025-08-02Merge tag 'fbdev-for-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-27fbcon: Use 'bool' where appopriateVille Syrjälä
2025-07-27fbcon: Introduce get_{fg,bg}_color()Ville Syrjälä
2025-07-27fbcon: fbcon_is_inactive() -> fbcon_is_active()Ville Syrjälä
2025-07-27fbcon: fbcon_cursor_noblink -> fbcon_cursor_blinkVille Syrjälä
2025-07-09fbcon: Fix outdated registered_fb reference in commentShixiong Ou
2025-06-16fbdev: Include <linux/export.h>Thomas Zimmermann
2025-05-31fbcon: Make sure modelist not set on unregistered consoleKees Cook
2025-03-26fbcon: Use static attribute groups for sysfs entriesShixiong Ou
2025-03-26fbcon: Use correct erase colour for clearing in fbconZsolt Kajtar
2024-09-26fbcon: break earlier in search_fb_in_map and search_for_mapped_conQianqiang Liu
2024-09-26fbcon: Fix a NULL pointer dereference issue in fbcon_putcsQianqiang Liu
2024-07-22fbcon: Use oops_in_progress instead of panic_cpuJocelyn Falempe
2024-07-19fbcon: Add an option to disable fbcon in panicJocelyn Falempe
2024-05-03arch: Remove struct fb_info from video helpersThomas Zimmermann
2024-03-22Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-16fbcon: Increase maximum font width x height to 64 x 128Samuel Thibault
2024-02-26fbcon: always restore the old font data in fbcon_do_set_font()Jiri Slaby (SUSE)
2024-02-04Merge 6.8-rc3 into tty-nextGreg Kroah-Hartman
2024-01-27fbcon: remove fbcon_getxy()Jiri Slaby (SUSE)
2024-01-27fbcon: remove consw::con_screen_pos()Jiri Slaby (SUSE)
2024-01-27tty: vt: make consw::con_font_default()'s name constJiri Slaby (SUSE)
2024-01-27tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)
2024-01-27tty: vt: make types around consw::con_blank() boolJiri Slaby (SUSE)
2024-01-27tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)
2024-01-27tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)
2024-01-27tty: vt: remove CM_* constantsJiri Slaby (SUSE)
2024-01-27tty: vt: sanitize consw::con_putcs() parametersJiri Slaby (SUSE)
2024-01-27tty: vt: eliminate unneeded consw::con_putc() implementationsJiri Slaby (SUSE)
2024-01-27tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)
2024-01-27tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)
2024-01-27tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)
2024-01-27tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)
2024-01-27fbcon: make display_desc a static array in fbcon_startup()Jiri Slaby (SUSE)
2024-01-22fbcon: Fix incorrect printed function name in fbcon_prepare_logo()Geert Uytterhoeven