index
:
linux/linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vt
/
vt.c
Age
Commit message (
Expand
)
Author
2025-06-19
vt: add missing notification when switching back to text mode
Nicolas Pitre
2025-05-21
vt: bracketed paste support
Nicolas Pitre
2025-05-21
vt: make use of ucs_get_fallback() when glyph is unavailable
Nicolas Pitre
2025-05-21
vt: move glyph determination to a separate function
Nicolas Pitre
2025-05-21
vt: make sure displayed double-width characters are remembered as such
Nicolas Pitre
2025-04-26
vt: remove zero-width-space handling from conv_uni_to_pc()
Nicolas Pitre
2025-04-26
vt: pad double-width code points with a zero-width space
Nicolas Pitre
2025-04-26
vt: support Unicode recomposition
Nicolas Pitre
2025-04-26
vt: properly support zero-width Unicode code points
Nicolas Pitre
2025-04-26
vt: move unicode processing to a separate file
Nicolas Pitre
2025-04-26
vt: minor cleanup to vc_translate_unicode()
Nicolas Pitre
2025-04-26
Revert "vt: minor cleanup to vc_translate_unicode()"
Greg Kroah-Hartman
2025-04-26
Revert "vt: move unicode processing to a separate file"
Greg Kroah-Hartman
2025-04-26
Revert "vt: properly support zero-width Unicode code points"
Greg Kroah-Hartman
2025-04-26
Revert "vt: support Unicode recomposition"
Greg Kroah-Hartman
2025-04-26
Revert "vt: pad double-width code points with a zero-white-space"
Greg Kroah-Hartman
2025-04-26
Revert "vt: remove zero-white-space handling from conv_uni_to_pc()"
Greg Kroah-Hartman
2025-04-11
vt: remove zero-white-space handling from conv_uni_to_pc()
Nicolas Pitre
2025-04-11
vt: pad double-width code points with a zero-white-space
Nicolas Pitre
2025-04-11
vt: support Unicode recomposition
Nicolas Pitre
2025-04-11
vt: properly support zero-width Unicode code points
Nicolas Pitre
2025-04-11
vt: move unicode processing to a separate file
Nicolas Pitre
2025-04-11
vt: minor cleanup to vc_translate_unicode()
Nicolas Pitre
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-01-13
tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMIN
Günther Noack
2024-10-11
vt: prevent kernel-infoleak in con_font_get()
Jeongjun Park
2024-05-04
tty: add the option to have a tty reject a new ldisc
Linus Torvalds
2024-03-21
Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2024-03-02
vt: fix unicode buffer corruption when deleting characters
Nicolas Pitre
2024-02-17
tty/vt: Corrected doc of vc_sanitize_unicode(), vc_translate_unicode()
Roman Žilka
2024-02-06
tty: vt: decrypt magic constants in vc_is_control()
Jiri Slaby (SUSE)
2024-02-06
tty: vt: use ASCII enum constants in vt_console_print()
Jiri Slaby (SUSE)
2024-02-06
tty: vt: use switch+case in the ESgetpars case
Jiri Slaby (SUSE)
2024-02-06
tty: vt: use switch+case in the ESnonstd case
Jiri Slaby (SUSE)
2024-02-06
tty: vt: add new helper for reseting vc parameters
Jiri Slaby (SUSE)
2024-02-06
tty: vt: handle CSI+[ inside preexisting switch-case
Jiri Slaby (SUSE)
2024-02-06
tty: vt: simplify ansi_control_string()
Jiri Slaby (SUSE)
2024-02-06
tty: vt: name, reflow and document enum vc_ctl_state
Jiri Slaby (SUSE)
2024-02-06
tty: vt: move CSI ECMA handling to a separate function
Jiri Slaby (SUSE)
2024-02-06
tty: vt: move CSI DEC handling to a separate function
Jiri Slaby (SUSE)
2024-02-06
tty: vt: separate ESesc state handling into handle_esc()
Jiri Slaby (SUSE)
2024-02-06
tty: vt: extract ascii handling to handle_ascii()
Jiri Slaby (SUSE)
2024-02-06
tty: vt: accept u8 in do_con_trol() and vc_setGx()
Jiri Slaby (SUSE)
2024-02-06
tty: vt: put cases on separate lines
Jiri Slaby (SUSE)
2024-02-06
tty: vt: rename setterm_command() to csi_RSB()
Jiri Slaby (SUSE)
2024-02-06
tty: vt: define an enum for CSI+] codes
Jiri Slaby (SUSE)
2024-02-06
tty: vt: move CSI+n handling along to other ECMA CSIs
Jiri Slaby (SUSE)
2024-02-06
tty: vt: remove unneeded assignment of EPecma to vc_priv
Jiri Slaby (SUSE)
2024-02-06
tty: vt: split DEC CSI+h/l handling into csi_DEC_hl()
Jiri Slaby (SUSE)
2024-02-06
tty: vt: rename set_mode() to csi_hl()
Jiri Slaby (SUSE)
[next]