summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
AgeCommit message (Expand)AuthorLines
2025-04-26vt: move UCS tables to the "shipped" formNicolas Pitre-10/+45
2025-04-26vt: refresh ucs_width_table.h and adjust code in ucs.c accordinglyNicolas Pitre-275/+319
2025-04-26vt: update gen_ucs_width_table.py to make tables more space efficientNicolas Pitre-6/+49
2025-04-26vt: remove zero-width-space handling from conv_uni_to_pc()Nicolas Pitre-3/+1
2025-04-26vt: pad double-width code points with a zero-width spaceNicolas Pitre-3/+8
2025-04-26vt: support Unicode recompositionNicolas Pitre-3/+73
2025-04-26vt: create ucs_recompose_table.h with gen_ucs_recompose_table.pyNicolas Pitre-0/+102
2025-04-26vt: introduce gen_ucs_recompose_table.py to create ucs_recompose_table.hNicolas Pitre-0/+255
2025-04-26vt: use new tables in ucs.cNicolas Pitre-20/+24
2025-04-26vt: create ucs_width_table.h with gen_ucs_width_table.pyNicolas Pitre-0/+445
2025-04-26vt: introduce gen_ucs_width_table.py to create ucs_width_table.hNicolas Pitre-0/+256
2025-04-26vt: properly support zero-width Unicode code pointsNicolas Pitre-2/+68
2025-04-26vt: move unicode processing to a separate fileNicolas Pitre-40/+60
2025-04-26vt: minor cleanup to vc_translate_unicode()Nicolas Pitre-5/+8
2025-04-26Revert "vt: minor cleanup to vc_translate_unicode()"Greg Kroah-Hartman-8/+5
2025-04-26Revert "vt: move unicode processing to a separate file"Greg Kroah-Hartman-48/+40
2025-04-26Revert "vt: properly support zero-width Unicode code points"Greg Kroah-Hartman-44/+2
2025-04-26Revert "vt: introduce gen_ucs_width.py to create ucs_width.c"Greg Kroah-Hartman-264/+0
2025-04-26Revert "vt: update ucs_width.c using gen_ucs_width.py"Greg Kroah-Hartman-474/+21
2025-04-26Revert "vt: introduce gen_ucs_recompose.py to create ucs_recompose.c"Greg Kroah-Hartman-321/+0
2025-04-26Revert "vt: create ucs_recompose.c using gen_ucs_recompose.py"Greg Kroah-Hartman-171/+1
2025-04-26Revert "vt: support Unicode recomposition"Greg Kroah-Hartman-9/+2
2025-04-26Revert "vt: update gen_ucs_width.py to produce more space efficient tables"Greg Kroah-Hartman-113/+41
2025-04-26Revert "vt: update ucs_width.c following latest gen_ucs_width.py"Greg Kroah-Hartman-470/+432
2025-04-26Revert "vt: pad double-width code points with a zero-white-space"Greg Kroah-Hartman-8/+3
2025-04-26Revert "vt: remove zero-white-space handling from conv_uni_to_pc()"Greg Kroah-Hartman-3/+3
2025-04-26Revert "vt: fix comment vs definition mismatch"Greg Kroah-Hartman-8/+10
2025-04-25tty/vt: Gather the code that outputs char with utf8 in mindAlexey Gladkov-21/+14
2025-04-25tty/vt: Use KVAL instead of use bit operationAlexey Gladkov-1/+1
2025-04-15vt: fix comment vs definition mismatchNicolas Pitre-10/+8
2025-04-11tty: Require CAP_SYS_ADMIN for all usages of TIOCL_SELMOUSEREPORTGünther Noack-3/+2
2025-04-11vt: remove zero-white-space handling from conv_uni_to_pc()Nicolas Pitre-3/+3
2025-04-11vt: pad double-width code points with a zero-white-spaceNicolas Pitre-3/+8
2025-04-11vt: update ucs_width.c following latest gen_ucs_width.pyNicolas Pitre-432/+470
2025-04-11vt: update gen_ucs_width.py to produce more space efficient tablesNicolas Pitre-41/+113
2025-04-11vt: support Unicode recompositionNicolas Pitre-2/+9
2025-04-11vt: create ucs_recompose.c using gen_ucs_recompose.pyNicolas Pitre-1/+171
2025-04-11vt: introduce gen_ucs_recompose.py to create ucs_recompose.cNicolas Pitre-0/+321
2025-04-11vt: update ucs_width.c using gen_ucs_width.pyNicolas Pitre-21/+474
2025-04-11vt: introduce gen_ucs_width.py to create ucs_width.cNicolas Pitre-0/+264
2025-04-11vt: properly support zero-width Unicode code pointsNicolas Pitre-2/+44
2025-04-11vt: move unicode processing to a separate fileNicolas Pitre-40/+48
2025-04-11vt: minor cleanup to vc_translate_unicode()Nicolas Pitre-5/+8
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-3/+3
2025-01-13tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMINGünther Noack-2/+14
2024-10-11vt: prevent kernel-infoleak in con_font_get()Jeongjun Park-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-08-13tty: vt: conmakehash: remove non-portable code printing comment headerMasahiro Yamada-10/+2
2024-07-31tty: vt: conmakehash: cope with abs_srctree no longer in envMax Krummenacher-13/+7
2024-06-04vt: keyboard: Use led_set_brightness() in LED trigger activate() callbackHans de Goede-3/+1