index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vt
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-28
tty: vt: make init parameter of consw::con_init() a bool
Jiri Slaby (SUSE)
1
-4
/
+4
2024-01-28
tty: vt: make consw::con_debug_*() return void
Jiri Slaby (SUSE)
1
-17
/
+4
2024-01-28
tty: vt: define an enum for ascii characters
Jiri Slaby (SUSE)
1
-18
/
+44
2024-01-28
tty: vt: reflow csi_K()
Jiri Slaby (SUSE)
1
-14
/
+14
2024-01-28
tty: vt: define an enum for CSI+K codes
Jiri Slaby (SUSE)
1
-3
/
+9
2024-01-28
don't pass vc->vc_par[0] to csi_?() handlers
Jiri Slaby (SUSE)
1
-16
/
+19
2024-01-28
use clamp() for counts in csi_?() handlers
Jiri Slaby (SUSE)
1
-22
/
+5
2024-01-28
tty: vt: reflow csi_J()
Jiri Slaby (SUSE)
1
-25
/
+25
2024-01-28
tty: vt: define an enum for CSI+J codes
Jiri Slaby (SUSE)
1
-8
/
+15
2024-01-28
tty: vt: use case ranges for CSI+m fg/bg colors
Jiri Slaby (SUSE)
1
-19
/
+16
2024-01-28
tty: vt: define an enum for CSI+m codes
Jiri Slaby (SUSE)
1
-29
/
+69
2024-01-28
tty: vt: make vc_is_sel()'s vc const
Jiri Slaby (SUSE)
1
-1
/
+1
2024-01-28
tty: vt: pass vc_resize_user as a parameter
Jiri Slaby (SUSE)
2
-19
/
+15
2024-01-28
tty: vt: push console lock from tioclinux() down to 2 functions
Jiri Slaby (SUSE)
2
-10
/
+14
2024-01-28
tty: vt: pass proper pointers from tioclinux()
Jiri Slaby (SUSE)
2
-13
/
+14
2024-01-28
tty: vt: expect valid vc when in tty ops
Jiri Slaby (SUSE)
1
-16
/
+3
2024-01-28
tty: vt: fix 20 vs 0x20 typo in EScsiignore
Jiri Slaby (SUSE)
1
-1
/
+1
2024-01-28
vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()
Jiri Slaby (SUSE)
1
-40
/
+0
2023-11-25
drivers/tty/vt: use standard array-copy-functions
Philipp Stanner
2
-7
/
+5
2023-11-04
Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
4
-31
/
+39
2023-10-07
tty: vc_screen: make vc_class constant
Greg Kroah-Hartman
1
-14
/
+14
2023-10-07
tty: vt: make vtconsole_class constant
Greg Kroah-Hartman
1
-10
/
+9
2023-10-05
tty: Restrict access to TIOCLINUX' copy-and-paste subcommands
Hanno Böck
1
-0
/
+6
2023-10-03
vt: Replace strlcpy with strscpy
Azeem Shaikh
1
-2
/
+5
2023-10-03
tty: stop using ndash in kernel-doc
Jiri Slaby (SUSE)
3
-5
/
+5
2023-09-11
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
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-28
vc_screen: don't clobber return value in vcs_read
Thomas Weißschuh
1
-3
/
+4
2023-02-28
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
[prev]
[next]