summaryrefslogtreecommitdiff
path: root/drivers/tty/vt
AgeCommit message (Expand)AuthorFilesLines
2025-04-26Revert "vt: update ucs_width.c using gen_ucs_width.py"Greg Kroah-Hartman1-474/+21
2025-04-26Revert "vt: introduce gen_ucs_recompose.py to create ucs_recompose.c"Greg Kroah-Hartman1-321/+0
2025-04-26Revert "vt: create ucs_recompose.c using gen_ucs_recompose.py"Greg Kroah-Hartman2-171/+1
2025-04-26Revert "vt: support Unicode recomposition"Greg Kroah-Hartman1-9/+2
2025-04-26Revert "vt: update gen_ucs_width.py to produce more space efficient tables"Greg Kroah-Hartman1-113/+41
2025-04-26Revert "vt: update ucs_width.c following latest gen_ucs_width.py"Greg Kroah-Hartman1-470/+432
2025-04-26Revert "vt: pad double-width code points with a zero-white-space"Greg Kroah-Hartman1-8/+3
2025-04-26Revert "vt: remove zero-white-space handling from conv_uni_to_pc()"Greg Kroah-Hartman2-3/+3
2025-04-26Revert "vt: fix comment vs definition mismatch"Greg Kroah-Hartman4-8/+10
2025-04-25tty/vt: Gather the code that outputs char with utf8 in mindAlexey Gladkov1-21/+14
2025-04-25tty/vt: Use KVAL instead of use bit operationAlexey Gladkov1-1/+1
2025-04-15vt: fix comment vs definition mismatchNicolas Pitre4-10/+8
2025-04-11tty: Require CAP_SYS_ADMIN for all usages of TIOCL_SELMOUSEREPORTGünther Noack1-3/+2
2025-04-11vt: remove zero-white-space handling from conv_uni_to_pc()Nicolas Pitre2-3/+3
2025-04-11vt: pad double-width code points with a zero-white-spaceNicolas Pitre1-3/+8
2025-04-11vt: update ucs_width.c following latest gen_ucs_width.pyNicolas Pitre1-432/+470
2025-04-11vt: update gen_ucs_width.py to produce more space efficient tablesNicolas Pitre1-41/+113
2025-04-11vt: support Unicode recompositionNicolas Pitre1-2/+9
2025-04-11vt: create ucs_recompose.c using gen_ucs_recompose.pyNicolas Pitre2-1/+171
2025-04-11vt: introduce gen_ucs_recompose.py to create ucs_recompose.cNicolas Pitre1-0/+321
2025-04-11vt: update ucs_width.c using gen_ucs_width.pyNicolas Pitre1-21/+474
2025-04-11vt: introduce gen_ucs_width.py to create ucs_width.cNicolas Pitre1-0/+264
2025-04-11vt: properly support zero-width Unicode code pointsNicolas Pitre1-2/+44
2025-04-11vt: move unicode processing to a separate fileNicolas Pitre3-40/+48
2025-04-11vt: minor cleanup to vc_translate_unicode()Nicolas Pitre1-5/+8
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-3/+3
2025-01-13tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMINGünther Noack2-2/+14
2024-10-11vt: prevent kernel-infoleak in con_font_get()Jeongjun Park1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-08-13tty: vt: conmakehash: remove non-portable code printing comment headerMasahiro Yamada1-10/+2
2024-07-31tty: vt: conmakehash: cope with abs_srctree no longer in envMax Krummenacher1-13/+7
2024-06-04vt: keyboard: Use led_set_brightness() in LED trigger activate() callbackHans de Goede1-3/+1
2024-05-22Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+23
2024-05-15Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-05-06printk: Change type of CONFIG_BASE_SMALL to boolYoann Congal1-1/+1
2024-05-04tty: add the option to have a tty reject a new ldiscLinus Torvalds1-0/+10
2024-04-09tty: vt: conmakehash: Don't mention the full path of the input in outputUwe Kleine-König1-2/+13
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-723/+861
2024-03-03vt: fix unicode buffer corruption when deleting charactersNicolas Pitre1-1/+1
2024-02-17tty/vt: Corrected doc of vc_sanitize_unicode(), vc_translate_unicode()Roman Žilka1-4/+12
2024-02-06tty: vt: decrypt magic constants in vc_is_control()Jiri Slaby (SUSE)1-3/+7
2024-02-06tty: vt: use ASCII enum constants in vt_console_print()Jiri Slaby (SUSE)1-4/+5
2024-02-06tty: vt: use switch+case in the ESgetpars caseJiri Slaby (SUSE)1-4/+8
2024-02-06tty: vt: use switch+case in the ESnonstd caseJiri Slaby (SUSE)1-6/+8
2024-02-06tty: vt: add new helper for reseting vc parametersJiri Slaby (SUSE)1-6/+9
2024-02-06tty: vt: handle CSI+[ inside preexisting switch-caseJiri Slaby (SUSE)1-4/+3
2024-02-06tty: vt: simplify ansi_control_string()Jiri Slaby (SUSE)1-5/+6
2024-02-06tty: vt: name, reflow and document enum vc_ctl_stateJiri Slaby (SUSE)1-17/+55
2024-02-06tty: vt: move CSI ECMA handling to a separate functionJiri Slaby (SUSE)1-130/+139
2024-02-06tty: vt: move CSI DEC handling to a separate functionJiri Slaby (SUSE)1-31/+44