index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vt
Age
Commit message (
Expand
)
Author
Lines
2025-04-26
vt: move unicode processing to a separate file
Nicolas Pitre
-40
/
+60
2025-04-26
vt: minor cleanup to vc_translate_unicode()
Nicolas Pitre
-5
/
+8
2025-04-26
Revert "vt: minor cleanup to vc_translate_unicode()"
Greg Kroah-Hartman
-8
/
+5
2025-04-26
Revert "vt: move unicode processing to a separate file"
Greg Kroah-Hartman
-48
/
+40
2025-04-26
Revert "vt: properly support zero-width Unicode code points"
Greg Kroah-Hartman
-44
/
+2
2025-04-26
Revert "vt: introduce gen_ucs_width.py to create ucs_width.c"
Greg Kroah-Hartman
-264
/
+0
2025-04-26
Revert "vt: update ucs_width.c using gen_ucs_width.py"
Greg Kroah-Hartman
-474
/
+21
2025-04-26
Revert "vt: introduce gen_ucs_recompose.py to create ucs_recompose.c"
Greg Kroah-Hartman
-321
/
+0
2025-04-26
Revert "vt: create ucs_recompose.c using gen_ucs_recompose.py"
Greg Kroah-Hartman
-171
/
+1
2025-04-26
Revert "vt: support Unicode recomposition"
Greg Kroah-Hartman
-9
/
+2
2025-04-26
Revert "vt: update gen_ucs_width.py to produce more space efficient tables"
Greg Kroah-Hartman
-113
/
+41
2025-04-26
Revert "vt: update ucs_width.c following latest gen_ucs_width.py"
Greg Kroah-Hartman
-470
/
+432
2025-04-26
Revert "vt: pad double-width code points with a zero-white-space"
Greg Kroah-Hartman
-8
/
+3
2025-04-26
Revert "vt: remove zero-white-space handling from conv_uni_to_pc()"
Greg Kroah-Hartman
-3
/
+3
2025-04-26
Revert "vt: fix comment vs definition mismatch"
Greg Kroah-Hartman
-8
/
+10
2025-04-25
tty/vt: Gather the code that outputs char with utf8 in mind
Alexey Gladkov
-21
/
+14
2025-04-25
tty/vt: Use KVAL instead of use bit operation
Alexey Gladkov
-1
/
+1
2025-04-15
vt: fix comment vs definition mismatch
Nicolas Pitre
-10
/
+8
2025-04-11
tty: Require CAP_SYS_ADMIN for all usages of TIOCL_SELMOUSEREPORT
Günther Noack
-3
/
+2
2025-04-11
vt: remove zero-white-space handling from conv_uni_to_pc()
Nicolas Pitre
-3
/
+3
2025-04-11
vt: pad double-width code points with a zero-white-space
Nicolas Pitre
-3
/
+8
2025-04-11
vt: update ucs_width.c following latest gen_ucs_width.py
Nicolas Pitre
-432
/
+470
2025-04-11
vt: update gen_ucs_width.py to produce more space efficient tables
Nicolas Pitre
-41
/
+113
2025-04-11
vt: support Unicode recomposition
Nicolas Pitre
-2
/
+9
2025-04-11
vt: create ucs_recompose.c using gen_ucs_recompose.py
Nicolas Pitre
-1
/
+171
2025-04-11
vt: introduce gen_ucs_recompose.py to create ucs_recompose.c
Nicolas Pitre
-0
/
+321
2025-04-11
vt: update ucs_width.c using gen_ucs_width.py
Nicolas Pitre
-21
/
+474
2025-04-11
vt: introduce gen_ucs_width.py to create ucs_width.c
Nicolas Pitre
-0
/
+264
2025-04-11
vt: properly support zero-width Unicode code points
Nicolas Pitre
-2
/
+44
2025-04-11
vt: move unicode processing to a separate file
Nicolas Pitre
-40
/
+48
2025-04-11
vt: minor cleanup to vc_translate_unicode()
Nicolas Pitre
-5
/
+8
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-3
/
+3
2025-01-13
tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMIN
Günther Noack
-2
/
+14
2024-10-11
vt: prevent kernel-infoleak in con_font_get()
Jeongjun Park
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
-1
/
+1
2024-08-13
tty: vt: conmakehash: remove non-portable code printing comment header
Masahiro Yamada
-10
/
+2
2024-07-31
tty: vt: conmakehash: cope with abs_srctree no longer in env
Max Krummenacher
-13
/
+7
2024-06-04
vt: keyboard: Use led_set_brightness() in LED trigger activate() callback
Hans de Goede
-3
/
+1
2024-05-22
Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-2
/
+23
2024-05-15
Merge tag 'printk-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+1
2024-05-06
printk: Change type of CONFIG_BASE_SMALL to bool
Yoann Congal
-1
/
+1
2024-05-04
tty: add the option to have a tty reject a new ldisc
Linus Torvalds
-0
/
+10
2024-04-09
tty: vt: conmakehash: Don't mention the full path of the input in output
Uwe Kleine-König
-2
/
+13
2024-03-21
Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-723
/
+861
2024-03-02
vt: fix unicode buffer corruption when deleting characters
Nicolas Pitre
-1
/
+1
2024-02-17
tty/vt: Corrected doc of vc_sanitize_unicode(), vc_translate_unicode()
Roman Žilka
-4
/
+12
2024-02-06
tty: vt: decrypt magic constants in vc_is_control()
Jiri Slaby (SUSE)
-3
/
+7
2024-02-06
tty: vt: use ASCII enum constants in vt_console_print()
Jiri Slaby (SUSE)
-4
/
+5
2024-02-06
tty: vt: use switch+case in the ESgetpars case
Jiri Slaby (SUSE)
-4
/
+8
2024-02-06
tty: vt: use switch+case in the ESnonstd case
Jiri Slaby (SUSE)
-6
/
+8
[prev]
[next]