summaryrefslogtreecommitdiff
path: root/drivers/video/console/vgacon.c
AgeCommit message (Expand)Author
2024-01-27tty: vt: change consw::con_set_origin() return typeJiri 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: use VESA blanking constantsJiri Slaby (SUSE)
2024-01-27tty: vt: stop using -1 for blank mode in consw::con_blank()Jiri 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-27consoles: use if instead of switch-case in consw::con_cursor()Jiri 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: pass vc_resize_user as a parameterJiri Slaby (SUSE)
2024-01-27vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()Jiri Slaby (SUSE)
2023-10-17vgacon: remove screen_info dependencyArnd Bergmann
2023-07-20vgacon: cache vc_cell_height in vgacon_cursor()Jiri Slaby (SUSE)
2023-07-20vgacon: let vgacon_doresize() return voidJiri Slaby (SUSE)
2023-07-20vgacon: remove unused xpos from vgacon_set_cursor_size()Jiri Slaby (SUSE)
2023-07-20vgacon: remove unneeded forward declarationsJiri Slaby (SUSE)
2023-07-20vgacon: switch vgacon_scrolldelta() and vgacon_restore_screen()Jiri Slaby (SUSE)
2023-01-19VT: Bump font size limitation to 64x128 pixelsSamuel Thibault
2023-01-19VT: Add height parameter to con_font_get/set consw operationsSamuel Thibault
2022-06-27tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*Jiri Slaby
2022-06-10tty/vt: consolemap: rename and document struct uni_pagedirJiri Slaby
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas
2021-11-25vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki
2021-05-13Merge branch 'resizex' (patches from Maciej)Linus Torvalds
2021-05-13vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki
2021-05-13vgacon: Record video mode changes with VT_RESIZEXMaciej W. Rozycki
2021-03-23vgacon: drop unused vga_init_doneStephen Kitt
2021-03-10vgacon: comment on vga_rolled_overJiri Slaby
2021-01-07vgacon: drop BROKEN_GRAPHICS_PROGRAMSJiri Slaby
2020-09-14vgacon: remove software scrollback supportLinus Torvalds
2020-08-04vgacon: Fix for missing check in scrollback handlingYunhai Zhang
2020-06-24vt: use newly defined CUR_* macrosJiri Slaby
2020-06-24vc: switch state to boolJiri Slaby
2020-06-24vt: introduce enum vc_intensity for intensityJiri Slaby
2020-06-24vc: separate stateJiri Slaby
2020-03-06vgacon: Fix a UAF in vgacon_invert_regionZhang Xiaoxu
2019-10-18vgacon: Use pr_warn instead of pr_warningKefeng Wang
2019-01-18vgacon: unconfuse vc_origin when using soft scrollbackNicolas Pitre
2018-07-24video/console/vgacon: Print big fat warning with nomodesetLyude Paul
2018-02-27console: Expand dummy functions for CFIKees Cook
2017-12-18vgacon: Set VGA struct resource typesBjorn Helgaas
2017-09-04vgacon: Prevent faulty bootparams.screeninfo from causing harmJan H. Schönherr
2017-01-25console: Make persistent scrollback a boot parameterManuel Schölling
2017-01-25console: Add persistent scrollback buffers for all VGA consolesManuel Schölling
2017-01-25console: Add callback to flush scrollback buffer to consw structManuel Schölling