index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
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-06-27
vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl()
Nicolas Pitre
1
-2
/
+0
2024-11-08
vt: prevent kernel-infoleak in con_font_get()
Jeongjun Park
1
-1
/
+1
2024-04-13
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-05-30
vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAF
George Kennedy
1
-2
/
+9
2023-03-11
vc_screen: modify vcs_size() handling in vcs_read()
George Kennedy
1
-3
/
+1
2023-03-03
vc_screen: don't clobber return value in vcs_read
Thomas Weißschuh
1
-3
/
+4
2023-02-15
vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAF
George Kennedy
1
-4
/
+5
2022-09-08
vt: Clear selection before changing the font
Helge Deller
1
-4
/
+8
2022-08-21
tty: vt: initialize unicode screen buffer
Tetsuo Handa
1
-1
/
+1
2022-07-29
tty: drivers/tty/, stop using tty_schedule_flip()
Jiri Slaby
2
-4
/
+4
2022-07-21
vt: fix memory overlapping when deleting chars in the buffer
Yangxi Xiang
1
-1
/
+1
2022-06-29
vt: drop old FONT ioctls
Jiri Slaby
2
-187
/
+3
2022-02-16
vt_ioctl: add array_index_nospec to VT_ACTIVATE
Jakob Koschel
1
-0
/
+1
2022-02-16
vt_ioctl: fix array_index_nospec in vt_setactivate
Jakob Koschel
1
-1
/
+1
2021-10-06
tty: Fix out-of-bound vmalloc access in imageblit
Igor Matheus Andrade Torrente
1
-2
/
+19
2021-09-26
console: consume APC, DM, DCS
nick black
1
-4
/
+27
2021-09-03
vt_kdsetmode: extend console locking
Linus Torvalds
1
-4
/
+6
2021-05-26
tty: vt: always invoke vc->vc_sw->con_resize callback
Tetsuo Handa
1
-1
/
+1
2021-05-26
vt: Fix character height handling with VT_RESIZEX
Maciej W. Rozycki
1
-3
/
+3
2021-05-26
vt_ioctl: Revert VT_RESIZEX parameter handling removal
Maciej W. Rozycki
1
-10
/
+47
2021-05-11
tty: fix memory leak in vc_deallocate
Pavel Skripkin
1
-0
/
+1
2021-03-07
vt/consolemap: do font sum unsigned
Jiri Slaby
1
-1
/
+1
2020-11-08
Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-22
/
+2
2020-11-08
vt: Disable KD_FONT_OP_COPY
Daniel Vetter
1
-22
/
+2
2020-11-02
tty: make FONTX ioctl use the tty pointer they were actually passed
Linus Torvalds
1
-17
/
+19
2020-10-28
vt_ioctl: fix GIO_UNIMAP regression
Jiri Slaby
1
-6
/
+5
2020-10-28
vt: keyboard, extend func_buf_lock to readers
Jiri Slaby
1
-4
/
+13
2020-10-28
vt: keyboard, simplify vt_kdgkbsent
Jiri Slaby
1
-19
/
+9
2020-09-27
vt_ioctl: make VT_RESIZEX behave like VT_RESIZE
Tetsuo Handa
1
-47
/
+10
2020-08-31
Merge 5.9-rc3 into tty-next
Greg Kroah-Hartman
2
-6
/
+17
2020-08-26
Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-3
/
+14
2020-08-24
Revert "vc_screen: extract vcs_read_buf_header"
Jiri Slaby
1
-18
/
+13
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+3
2020-08-18
tty: vt, fix kernel-doc
Jiri Slaby
3
-6
/
+6
2020-08-18
vc_screen: prune macros
Jiri Slaby
1
-4
/
+0
2020-08-18
vc_screen: extract vcs_read_buf_header
Jiri Slaby
1
-13
/
+18
2020-08-18
vc_screen: extract vcs_read_buf
Jiri Slaby
1
-68
/
+78
2020-08-18
vc_screen: extract vcs_read_buf_noattr
Jiri Slaby
1
-11
/
+22
2020-08-18
vc_screen: extract vcs_read_buf_uni
Jiri Slaby
1
-19
/
+30
2020-08-18
vs_screen: kill tmp_count from vcs_read
Jiri Slaby
1
-8
/
+2
2020-08-18
vc_screen: sanitize types in vcs_read
Jiri Slaby
1
-8
/
+7
2020-08-18
vc_screen: eliminate ifdefs from vcs_write_buf
Jiri Slaby
1
-12
/
+17
2020-08-18
vc_screen: extract vcs_write_buf
Jiri Slaby
1
-76
/
+92
2020-08-18
vc_screen: extract vcs_write_buf_noattr
Jiri Slaby
1
-21
/
+34
2020-08-18
vc_screen: sanitize types in vcs_write
Jiri Slaby
1
-10
/
+7
2020-08-18
vc_screen: rewrite vcs_size to accept vc, not inode
Jiri Slaby
1
-17
/
+29
[next]