aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/vt
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-2/+23
2024-05-15Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2024-05-06printk: Change type of CONFIG_BASE_SMALL to boolGravatar Yoann Congal 1-1/+1
2024-05-04tty: add the option to have a tty reject a new ldiscGravatar Linus Torvalds 1-0/+10
2024-04-09tty: vt: conmakehash: Don't mention the full path of the input in outputGravatar Uwe Kleine-König 1-2/+13
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 4-723/+861
2024-03-02vt: fix unicode buffer corruption when deleting charactersGravatar Nicolas Pitre 1-1/+1
2024-02-17tty/vt: Corrected doc of vc_sanitize_unicode(), vc_translate_unicode()Gravatar Roman Žilka 1-4/+12
2024-02-06tty: vt: decrypt magic constants in vc_is_control()Gravatar Jiri Slaby (SUSE) 1-3/+7
2024-02-06tty: vt: use ASCII enum constants in vt_console_print()Gravatar Jiri Slaby (SUSE) 1-4/+5
2024-02-06tty: vt: use switch+case in the ESgetpars caseGravatar Jiri Slaby (SUSE) 1-4/+8
2024-02-06tty: vt: use switch+case in the ESnonstd caseGravatar Jiri Slaby (SUSE) 1-6/+8
2024-02-06tty: vt: add new helper for reseting vc parametersGravatar Jiri Slaby (SUSE) 1-6/+9
2024-02-06tty: vt: handle CSI+[ inside preexisting switch-caseGravatar Jiri Slaby (SUSE) 1-4/+3
2024-02-06tty: vt: simplify ansi_control_string()Gravatar Jiri Slaby (SUSE) 1-5/+6
2024-02-06tty: vt: name, reflow and document enum vc_ctl_stateGravatar Jiri Slaby (SUSE) 1-17/+55
2024-02-06tty: vt: move CSI ECMA handling to a separate functionGravatar Jiri Slaby (SUSE) 1-130/+139
2024-02-06tty: vt: move CSI DEC handling to a separate functionGravatar Jiri Slaby (SUSE) 1-31/+44
2024-02-06tty: vt: separate ESesc state handling into handle_esc()Gravatar Jiri Slaby (SUSE) 1-62/+72
2024-02-06tty: vt: extract ascii handling to handle_ascii()Gravatar Jiri Slaby (SUSE) 1-21/+37
2024-02-06tty: vt: accept u8 in do_con_trol() and vc_setGx()Gravatar Jiri Slaby (SUSE) 1-3/+3
2024-02-06tty: vt: put cases on separate linesGravatar Jiri Slaby (SUSE) 1-4/+8
2024-02-06tty: vt: rename setterm_command() to csi_RSB()Gravatar Jiri Slaby (SUSE) 1-4/+10
2024-02-06tty: vt: define an enum for CSI+] codesGravatar Jiri Slaby (SUSE) 1-11/+25
2024-02-06tty: vt: move CSI+n handling along to other ECMA CSIsGravatar Jiri Slaby (SUSE) 1-8/+6
2024-02-06tty: vt: remove unneeded assignment of EPecma to vc_privGravatar Jiri Slaby (SUSE) 1-3/+2
2024-02-06tty: vt: split DEC CSI+h/l handling into csi_DEC_hl()Gravatar Jiri Slaby (SUSE) 1-67/+77
2024-02-06tty: vt: rename set_mode() to csi_hl()Gravatar Jiri Slaby (SUSE) 1-3/+3
2024-02-06tty: vt: define enums for CSI+h/l codesGravatar Jiri Slaby (SUSE) 1-12/+30
2024-02-06tty: vt: make rgb_from_256() slighly more comprehensibleGravatar Jiri Slaby (SUSE) 1-4/+7
2024-01-27vt: remove superfluous CONFIG_HW_CONSOLEGravatar Lukas Bulwahn 1-2/+2
2024-01-27tty/vt: UTF-8 parsing update according to RFC 3629, modern UnicodeGravatar Roman Žilka 1-12/+2
2024-01-27tty: vt: fix up kernel-docGravatar Jiri Slaby (SUSE) 2-57/+59
2024-01-27tty: vt: remove unused consw::con_flush_scrollback()Gravatar Jiri Slaby (SUSE) 1-15/+12
2024-01-27tty: vt: remove consw::con_getxy()Gravatar Jiri Slaby (SUSE) 1-15/+5
2024-01-27tty: vt: make types of screenpos() more consistentGravatar Jiri Slaby (SUSE) 1-6/+5
2024-01-27tty: vt: remove consw::con_screen_pos()Gravatar Jiri Slaby (SUSE) 1-9/+3
2024-01-27tty: vt: make font of consw::con_font_set() constGravatar Jiri Slaby (SUSE) 1-1/+1
2024-01-27tty: vt: use enum constants for VESA blanking modesGravatar Jiri Slaby (SUSE) 1-2/+2
2024-01-27tty: vt: use VESA blanking constantsGravatar Jiri Slaby (SUSE) 1-4/+5
2024-01-27tty: vt: stop using -1 for blank mode in consw::con_blank()Gravatar Jiri Slaby (SUSE) 1-1/+1
2024-01-27tty: vt: make consw::con_switch() return a boolGravatar Jiri Slaby (SUSE) 1-1/+1
2024-01-27tty: vt: remove CM_* constantsGravatar Jiri Slaby (SUSE) 1-2/+2
2024-01-27tty: vt: add con_putc() helperGravatar Jiri Slaby (SUSE) 1-5/+13
2024-01-27tty: vt: sanitize arguments of consw::con_clear()Gravatar Jiri Slaby (SUSE) 1-1/+1
2024-01-27tty: vt: make init parameter of consw::con_init() a boolGravatar Jiri Slaby (SUSE) 1-4/+4
2024-01-27tty: vt: make consw::con_debug_*() return voidGravatar Jiri Slaby (SUSE) 1-17/+4
2024-01-27tty: vt: define an enum for ascii charactersGravatar Jiri Slaby (SUSE) 1-18/+44
2024-01-27tty: vt: reflow csi_K()Gravatar Jiri Slaby (SUSE) 1-14/+14
2024-01-27tty: vt: define an enum for CSI+K codesGravatar Jiri Slaby (SUSE) 1-3/+9