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
2026-04-19
Merge tag 'tty-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-9
/
+119
2026-04-15
Merge tag 'fbdev-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-0
/
+34
2026-04-07
lib/fonts: Provide helpers for calculating glyph pitch and size
Thomas Zimmermann
-3
/
+2
2026-04-07
vt: Implement helpers for struct vc_font in source file
Thomas Zimmermann
-0
/
+35
2026-03-30
vt: resize saved unicode buffer on alt screen exit after resize
Nicolas Pitre
-9
/
+15
2026-03-30
vt: discard stale unicode buffer on alt screen exit after resize
Liav Mordouch
-1
/
+13
2026-03-23
Merge 7.0-rc5 into tty-next
Greg Kroah-Hartman
-0
/
+8
2026-03-13
vt: save/restore unicode screen buffer for alternate screen
Nicolas Pitre
-0
/
+8
2026-03-12
vt: support ITU-T T.416 color subparameters
Ronan Pigott
-3
/
+45
2026-03-12
vt: add fallback to plain map for modifier-aware key types
Nicolas Pitre
-0
/
+15
2026-03-12
vt: add KT_CSI keysym type for modifier-aware CSI sequences
Nicolas Pitre
-5
/
+33
2026-03-12
vt: add modifier support to cursor keys
Nicolas Pitre
-1
/
+26
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-5
/
+7
2026-02-17
Merge tag 'tty-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-106
/
+115
2026-02-14
printk, vt, fbcon: Remove console_conditional_schedule()
Sebastian Andrzej Siewior
-1
/
+0
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+1
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
-0
/
+1
2025-12-21
vt: Remove con_debug_enter/_leave from struct consw
Thomas Zimmermann
-29
/
+1
2025-12-21
vt: Remove trailing whitespace
Thomas Zimmermann
-1
/
+1
2025-12-17
tty: vt/keyboard: Split apart vt_do_diacrit()
Nathan Chancellor
-106
/
+115
2025-11-21
tty: vt: do not open code DIV_ROUND_UP()
Jiri Slaby (SUSE)
-2
/
+2
2025-11-21
tty: vt/keyboard: use guard()s
Jiri Slaby (SUSE)
-136
/
+74
2025-11-21
tty: vt/keyboard: simplify returns from vt_do_kbkeycode_ioctl()
Jiri Slaby (SUSE)
-9
/
+9
2025-11-21
tty: vt/keyboard: use __free()
Jiri Slaby (SUSE)
-53
/
+37
2025-11-21
drivers/tty/vt: use umin() instead of min_t(u16, ...) for row/col limits
David Laight
-4
/
+5
2025-09-12
vt: move vc_saved_screen to within tty allocated judgment
Edward Adam Davis
-4
/
+4
2025-09-06
tty/vt: Add missing return value for VT_RESIZE in vt_ioctl()
Zizhi Wo
-1
/
+3
2025-09-06
vt: remove redundant check on vc_mode in con_font_set()
Wang Liang
-2
/
+0
2025-09-06
vt: add support for smput/rmput escape codes
Calixte Pernot
-0
/
+58
2025-08-17
tty/vt: use guard()s
Jiri Slaby (SUSE)
-244
/
+170
2025-08-17
tty/vt: use guard()s in con_font_set/get() and con_{set,get}_unimap()
Jiri Slaby (SUSE)
-95
/
+78
2025-07-22
vt: defkeymap: Map keycodes above 127 to K_HOLE
Myrrh Periwinkle
-0
/
+112
2025-07-22
vt: keyboard: Don't process Unicode characters in K_OFF mode
Myrrh Periwinkle
-1
/
+1
2025-06-19
vt: fix kernel-doc warnings in ucs_get_fallback()
Randy Dunlap
-1
/
+1
2025-06-19
vt: add missing notification when switching back to text mode
Nicolas Pitre
-0
/
+1
2025-05-21
vt: add VT_GETCONSIZECSRPOS to retrieve console size and cursor position
Nicolas Pitre
-0
/
+16
2025-05-21
vt: bracketed paste support
Nicolas Pitre
-4
/
+42
2025-05-21
vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl()
Nicolas Pitre
-2
/
+0
2025-05-21
vt: process the full-width ASCII fallback range programmatically
Nicolas Pitre
-95
/
+17
2025-05-21
vt: make use of ucs_get_fallback() when glyph is unavailable
Nicolas Pitre
-0
/
+13
2025-05-21
vt: add ucs_get_fallback()
Nicolas Pitre
-1
/
+86
2025-05-21
vt: create ucs_fallback_table.h_shipped with gen_ucs_fallback_table.py
Nicolas Pitre
-1
/
+3445
2025-05-21
vt: introduce gen_ucs_fallback_table.py to create ucs_fallback_table.h
Nicolas Pitre
-0
/
+352
2025-05-21
vt: move glyph determination to a separate function
Nicolas Pitre
-33
/
+38
2025-05-21
vt: make sure displayed double-width characters are remembered as such
Nicolas Pitre
-1
/
+8
2025-05-21
vt: ucs.c: fix misappropriate in_range() usage
Nicolas Pitre
-4
/
+4
2025-05-01
vt: add new dynamically generated files to .gitignore
Bartosz Golaszewski
-0
/
+2
2025-04-28
Merge 6.15-rc4 into tty-next
Greg Kroah-Hartman
-3
/
+2
[next]