index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vt
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-21
tty: vt: do not open code DIV_ROUND_UP()
Jiri Slaby (SUSE)
1
-2
/
+2
2025-11-21
tty: vt/keyboard: use guard()s
Jiri Slaby (SUSE)
1
-136
/
+74
2025-11-21
tty: vt/keyboard: simplify returns from vt_do_kbkeycode_ioctl()
Jiri Slaby (SUSE)
1
-9
/
+9
2025-11-21
tty: vt/keyboard: use __free()
Jiri Slaby (SUSE)
1
-53
/
+37
2025-11-21
drivers/tty/vt: use umin() instead of min_t(u16, ...) for row/col limits
David Laight
1
-4
/
+5
2025-09-12
vt: move vc_saved_screen to within tty allocated judgment
Edward Adam Davis
1
-4
/
+4
2025-09-06
tty/vt: Add missing return value for VT_RESIZE in vt_ioctl()
Zizhi Wo
1
-1
/
+3
2025-09-06
vt: remove redundant check on vc_mode in con_font_set()
Wang Liang
1
-2
/
+0
2025-09-06
vt: add support for smput/rmput escape codes
Calixte Pernot
1
-0
/
+58
2025-08-17
tty/vt: use guard()s
Jiri Slaby (SUSE)
5
-244
/
+170
2025-08-17
tty/vt: use guard()s in con_font_set/get() and con_{set,get}_unimap()
Jiri Slaby (SUSE)
2
-95
/
+78
2025-07-22
vt: defkeymap: Map keycodes above 127 to K_HOLE
Myrrh Periwinkle
1
-0
/
+112
2025-07-22
vt: keyboard: Don't process Unicode characters in K_OFF mode
Myrrh Periwinkle
1
-1
/
+1
2025-06-19
vt: fix kernel-doc warnings in ucs_get_fallback()
Randy Dunlap
1
-1
/
+1
2025-06-19
vt: add missing notification when switching back to text mode
Nicolas Pitre
1
-0
/
+1
2025-05-21
vt: add VT_GETCONSIZECSRPOS to retrieve console size and cursor position
Nicolas Pitre
1
-0
/
+16
2025-05-21
vt: bracketed paste support
Nicolas Pitre
2
-4
/
+42
2025-05-21
vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl()
Nicolas Pitre
1
-2
/
+0
2025-05-21
vt: process the full-width ASCII fallback range programmatically
Nicolas Pitre
3
-95
/
+17
2025-05-21
vt: make use of ucs_get_fallback() when glyph is unavailable
Nicolas Pitre
1
-0
/
+13
2025-05-21
vt: add ucs_get_fallback()
Nicolas Pitre
2
-1
/
+86
2025-05-21
vt: create ucs_fallback_table.h_shipped with gen_ucs_fallback_table.py
Nicolas Pitre
3
-1
/
+3445
2025-05-21
vt: introduce gen_ucs_fallback_table.py to create ucs_fallback_table.h
Nicolas Pitre
1
-0
/
+352
2025-05-21
vt: move glyph determination to a separate function
Nicolas Pitre
1
-33
/
+38
2025-05-21
vt: make sure displayed double-width characters are remembered as such
Nicolas Pitre
1
-1
/
+8
2025-05-21
vt: ucs.c: fix misappropriate in_range() usage
Nicolas Pitre
1
-4
/
+4
2025-05-01
vt: add new dynamically generated files to .gitignore
Bartosz Golaszewski
1
-0
/
+2
2025-04-28
Merge 6.15-rc4 into tty-next
Greg Kroah-Hartman
1
-3
/
+2
2025-04-26
vt: move UCS tables to the "shipped" form
Nicolas Pitre
5
-10
/
+45
2025-04-26
vt: refresh ucs_width_table.h and adjust code in ucs.c accordingly
Nicolas Pitre
2
-275
/
+319
2025-04-26
vt: update gen_ucs_width_table.py to make tables more space efficient
Nicolas Pitre
1
-6
/
+49
2025-04-26
vt: remove zero-width-space handling from conv_uni_to_pc()
Nicolas Pitre
2
-3
/
+1
2025-04-26
vt: pad double-width code points with a zero-width space
Nicolas Pitre
1
-3
/
+8
2025-04-26
vt: support Unicode recomposition
Nicolas Pitre
2
-3
/
+73
2025-04-26
vt: create ucs_recompose_table.h with gen_ucs_recompose_table.py
Nicolas Pitre
1
-0
/
+102
2025-04-26
vt: introduce gen_ucs_recompose_table.py to create ucs_recompose_table.h
Nicolas Pitre
1
-0
/
+255
2025-04-26
vt: use new tables in ucs.c
Nicolas Pitre
1
-20
/
+24
2025-04-26
vt: create ucs_width_table.h with gen_ucs_width_table.py
Nicolas Pitre
1
-0
/
+445
2025-04-26
vt: introduce gen_ucs_width_table.py to create ucs_width_table.h
Nicolas Pitre
1
-0
/
+256
2025-04-26
vt: properly support zero-width Unicode code points
Nicolas Pitre
1
-2
/
+68
2025-04-26
vt: move unicode processing to a separate file
Nicolas Pitre
3
-40
/
+60
2025-04-26
vt: minor cleanup to vc_translate_unicode()
Nicolas Pitre
1
-5
/
+8
2025-04-26
Revert "vt: minor cleanup to vc_translate_unicode()"
Greg Kroah-Hartman
1
-8
/
+5
2025-04-26
Revert "vt: move unicode processing to a separate file"
Greg Kroah-Hartman
3
-48
/
+40
2025-04-26
Revert "vt: properly support zero-width Unicode code points"
Greg Kroah-Hartman
1
-44
/
+2
2025-04-26
Revert "vt: introduce gen_ucs_width.py to create ucs_width.c"
Greg Kroah-Hartman
1
-264
/
+0
2025-04-26
Revert "vt: update ucs_width.c using gen_ucs_width.py"
Greg Kroah-Hartman
1
-474
/
+21
2025-04-26
Revert "vt: introduce gen_ucs_recompose.py to create ucs_recompose.c"
Greg Kroah-Hartman
1
-321
/
+0
2025-04-26
Revert "vt: create ucs_recompose.c using gen_ucs_recompose.py"
Greg Kroah-Hartman
2
-171
/
+1
2025-04-26
Revert "vt: support Unicode recomposition"
Greg Kroah-Hartman
1
-9
/
+2
[next]