index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vt
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-28
vt: defkeymap: Map keycodes above 127 to K_HOLE
Myrrh Periwinkle
1
-0
/
+112
2025-08-28
vt: keyboard: Don't process Unicode characters in K_OFF mode
Myrrh Periwinkle
1
-1
/
+1
2025-07-17
vt: add missing notification when switching back to text mode
Nicolas Pitre
1
-0
/
+1
2025-07-06
tty: vt: make consw::con_switch() return a bool
Jiri Slaby (SUSE)
1
-1
/
+1
2025-07-06
tty: vt: sanitize arguments of consw::con_clear()
Jiri Slaby (SUSE)
1
-1
/
+1
2025-07-06
tty: vt: make init parameter of consw::con_init() a bool
Jiri Slaby (SUSE)
1
-4
/
+4
2025-06-19
vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl()
Nicolas Pitre
1
-2
/
+0
2024-10-22
vt: prevent kernel-infoleak in con_font_get()
Jeongjun Park
1
-1
/
+1
2024-06-27
tty: add the option to have a tty reject a new ldisc
Linus Torvalds
1
-0
/
+10
2024-04-03
vt: fix unicode buffer corruption when deleting characters
Nicolas Pitre
1
-1
/
+1
2024-03-26
tty: vt: fix 20 vs 0x20 typo in EScsiignore
Jiri Slaby (SUSE)
1
-1
/
+1
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-16
/
+8
2023-08-18
mm: remove arguments of show_mem()
Kefeng Wang
1
-1
/
+1
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
1
-2
/
+2
2023-08-11
tty: switch count in tty_ldisc_receive_buf() to size_t
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-03
tty: vt: Remove some repetitive initialization
oushixiong
1
-12
/
+4
2023-05-13
vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF
George Kennedy
1
-2
/
+9
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-3
/
+3
2023-04-20
tty: vt: drop checks for undefined VT_SINGLE_DRIVER
Jiri Slaby (SUSE)
1
-8
/
+2
2023-04-20
tty: vt: distribute EXPORT_SYMBOL()
Jiri Slaby (SUSE)
1
-20
/
+14
2023-04-20
tty: vt: simplify some cases in tioclinux()
Jiri Slaby (SUSE)
1
-36
/
+26
2023-04-20
tty: vt: reformat tioclinux()
Jiri Slaby (SUSE)
1
-83
/
+84
2023-04-03
tty: make tty_class a static const structure
Greg Kroah-Hartman
1
-1
/
+1
2023-04-03
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+3
2023-03-17
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2
-2
/
+2
2023-03-09
tty: vt: protect KD_FONT_OP_GET_TALL from unbound access
Samuel Thibault
1
-0
/
+3
2023-02-27
vc_screen: don't clobber return value in vcs_read
Thomas Weißschuh
1
-3
/
+4
2023-02-27
vc_screen: modify vcs_size() handling in vcs_read()
George Kennedy
1
-3
/
+1
2023-02-06
Merge 6.2-rc7 into tty-next
Greg Kroah-Hartman
1
-4
/
+5
2023-01-31
vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAF
George Kennedy
1
-4
/
+5
2023-01-19
VT: Bump font size limitation to 64x128 pixels
Samuel Thibault
1
-12
/
+16
2023-01-19
VT: Add KD_FONT_OP_SET/GET_TALL operations
Samuel Thibault
1
-4
/
+10
2023-01-19
VT: Add height parameter to con_font_get/set consw operations
Samuel Thibault
1
-2
/
+2
2023-01-19
tty: vt: cache row count in con_scroll()
Jiri Slaby (SUSE)
1
-3
/
+4
2023-01-19
tty: vt: saner names for more scroll variables
Jiri Slaby (SUSE)
1
-18
/
+22
2023-01-19
tty: vt: separate array juggling to juggle_array()
Jiri Slaby (SUSE)
1
-24
/
+28
2023-01-19
tty: vt: simplify some unicode conditions
Jiri Slaby (SUSE)
1
-49
/
+36
2023-01-19
tty: vt: replace BUG_ON() by WARN_ON_ONCE()
Jiri Slaby (SUSE)
1
-1
/
+2
2023-01-19
tty: vt: remove struct uni_screen
Jiri Slaby (SUSE)
1
-59
/
+58
2023-01-19
tty: vt: remove char32_t typedef
Jiri Slaby (SUSE)
1
-14
/
+12
2023-01-19
tty: vt: use sizeof(*variable) where possible
Jiri Slaby (SUSE)
1
-5
/
+5
2023-01-19
tty: vt: remove reference to undefined NO_VC_UNI_SCREEN
Jiri Slaby (SUSE)
1
-3
/
+0
2023-01-19
tty: vt: drop get_vc_uniscr()
Jiri Slaby (SUSE)
1
-17
/
+10
2023-01-19
tty: vt: remove vc_uniscr_debug_check()
Jiri Slaby (SUSE)
1
-40
/
+0
2023-01-19
tty/vt: prevent registration of console with invalid number
Sven Schnelle
1
-0
/
+6
2022-09-05
Merge 6.0-rc4 into tty-next
Greg Kroah-Hartman
1
-4
/
+8
2022-09-01
tty/vt: Add console_lock check to vt_console_print()
Daniel Vetter
1
-1
/
+3
2022-09-01
kernel/panic: Drop unblank_screen call
Daniel Vetter
1
-1
/
+2
[next]