index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vt
/
vt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-30
vt: resize saved unicode buffer on alt screen exit after resize
Nicolas Pitre
1
-9
/
+15
2026-03-30
vt: discard stale unicode buffer on alt screen exit after resize
Liav Mordouch
1
-1
/
+13
2026-03-13
vt: save/restore unicode screen buffer for alternate screen
Nicolas Pitre
1
-0
/
+8
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+3
2026-02-14
printk, vt, fbcon: Remove console_conditional_schedule()
Sebastian Andrzej Siewior
1
-1
/
+0
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
1
-0
/
+1
2025-12-21
vt: Remove con_debug_enter/_leave from struct consw
Thomas Zimmermann
1
-29
/
+1
2025-12-21
vt: Remove trailing whitespace
Thomas Zimmermann
1
-1
/
+1
2025-11-21
tty: vt: do not open code DIV_ROUND_UP()
Jiri Slaby (SUSE)
1
-2
/
+2
2025-09-12
vt: move vc_saved_screen to within tty allocated judgment
Edward Adam Davis
1
-4
/
+4
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)
1
-60
/
+38
2025-08-17
tty/vt: use guard()s in con_font_set/get() and con_{set,get}_unimap()
Jiri Slaby (SUSE)
1
-49
/
+40
2025-06-19
vt: add missing notification when switching back to text mode
Nicolas Pitre
1
-0
/
+1
2025-05-21
vt: bracketed paste support
Nicolas Pitre
1
-0
/
+15
2025-05-21
vt: make use of ucs_get_fallback() when glyph is unavailable
Nicolas Pitre
1
-0
/
+13
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-04-26
vt: remove zero-width-space handling from conv_uni_to_pc()
Nicolas Pitre
1
-1
/
+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
1
-3
/
+11
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
1
-39
/
+1
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
1
-1
/
+39
2025-04-26
Revert "vt: properly support zero-width Unicode code points"
Greg Kroah-Hartman
1
-44
/
+2
2025-04-26
Revert "vt: support Unicode recomposition"
Greg Kroah-Hartman
1
-9
/
+2
2025-04-26
Revert "vt: pad double-width code points with a zero-white-space"
Greg Kroah-Hartman
1
-8
/
+3
2025-04-26
Revert "vt: remove zero-white-space handling from conv_uni_to_pc()"
Greg Kroah-Hartman
1
-3
/
+1
2025-04-11
vt: remove zero-white-space handling from conv_uni_to_pc()
Nicolas Pitre
1
-1
/
+3
2025-04-11
vt: pad double-width code points with a zero-white-space
Nicolas Pitre
1
-3
/
+8
2025-04-11
vt: support Unicode recomposition
Nicolas Pitre
1
-2
/
+9
2025-04-11
vt: properly support zero-width Unicode code points
Nicolas Pitre
1
-2
/
+44
2025-04-11
vt: move unicode processing to a separate file
Nicolas Pitre
1
-39
/
+1
2025-04-11
vt: minor cleanup to vc_translate_unicode()
Nicolas Pitre
1
-5
/
+8
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-2
/
+2
2025-01-13
tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMIN
Günther Noack
1
-2
/
+0
2024-10-11
vt: prevent kernel-infoleak in con_font_get()
Jeongjun Park
1
-1
/
+1
2024-05-04
tty: add the option to have a tty reject a new ldisc
Linus Torvalds
1
-0
/
+10
2024-03-21
Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-700
/
+831
2024-03-02
vt: fix unicode buffer corruption when deleting characters
Nicolas Pitre
1
-1
/
+1
2024-02-17
tty/vt: Corrected doc of vc_sanitize_unicode(), vc_translate_unicode()
Roman Žilka
1
-4
/
+12
2024-02-06
tty: vt: decrypt magic constants in vc_is_control()
Jiri Slaby (SUSE)
1
-3
/
+7
2024-02-06
tty: vt: use ASCII enum constants in vt_console_print()
Jiri Slaby (SUSE)
1
-4
/
+5
2024-02-06
tty: vt: use switch+case in the ESgetpars case
Jiri Slaby (SUSE)
1
-4
/
+8
2024-02-06
tty: vt: use switch+case in the ESnonstd case
Jiri Slaby (SUSE)
1
-6
/
+8
[next]