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
/
vt.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-08-30
vt: Clear selection before changing the font
Helge Deller
1
-4
/
+8
2022-08-30
tty/vt: Remove printable variable
Daniel Vetter
1
-4
/
+0
2022-08-08
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-8
/
+8
2022-07-19
tty: vt: initialize unicode screen buffer
Tetsuo Handa
1
-1
/
+1
2022-06-30
vt: fix memory overlapping when deleting chars in the buffer
Yangxi Xiang
1
-1
/
+1
2022-06-27
tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*
Jiri Slaby
1
-4
/
+4
2022-06-10
tty: vt: convert sysfs snprintf to sysfs_emit
Xuezhi Zhang
1
-2
/
+2
2022-06-10
tty/vt: consolemap: make parameters of inverse_translate() saner
Jiri Slaby
1
-1
/
+1
2021-11-25
tty: drivers/tty/, stop using tty_schedule_flip()
Jiri Slaby
1
-1
/
+1
2021-09-01
Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-5
/
+22
2021-08-30
console: consume APC, DM, DCS
nick black
1
-4
/
+27
2021-07-27
tty: stop using alloc_tty_driver
Jiri Slaby
1
-3
/
+3
2021-07-21
tty: Fix out-of-bound vmalloc access in imageblit
Igor Matheus Andrade Torrente
1
-2
/
+19
2021-05-31
Merge 5.13-rc4 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
2021-05-15
tty: vt: always invoke vc->vc_sw->con_resize callback
Tetsuo Handa
1
-1
/
+1
2021-05-13
tty: remove tty_operations::chars_in_buffer for non-buffering
Jiri Slaby
1
-6
/
+0
2021-05-13
tty: make tty_operations::write_room return uint
Jiri Slaby
1
-1
/
+1
2021-05-13
tty: cumulate and document tty_struct::ctrl* members
Jiri Slaby
1
-2
/
+2
2021-05-13
tty: cumulate and document tty_struct::flow* members
Jiri Slaby
1
-2
/
+2
2021-05-13
tty: remove broken r3964 line discipline
Jiri Slaby
1
-2
/
+0
2021-03-28
tty: fix memory leak in vc_deallocate
Pavel Skripkin
1
-0
/
+1
2021-03-23
tty: vt: Mundane typo fix in the file vt.c
Bhaskar Chowdhury
1
-1
/
+1
2021-01-07
vt: drop old FONT ioctls
Jiri Slaby
1
-36
/
+3
2021-01-07
vt: move set_leds to keyboard.c
Jiri Slaby
1
-2
/
+1
2020-11-08
vt: Disable KD_FONT_OP_COPY
Daniel Vetter
1
-22
/
+2
2020-08-31
Merge 5.9-rc3 into tty-next
Greg Kroah-Hartman
1
-5
/
+6
2020-08-26
Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+3
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-3
/
+3
2020-08-18
tty: vt, fix kernel-doc
Jiri Slaby
1
-3
/
+4
2020-08-18
vc: propagate "viewed as bool" from screenpos up
Jiri Slaby
1
-8
/
+10
2020-08-18
vt: declare xy for get/putconsxy properly
Jiri Slaby
1
-5
/
+5
2020-08-18
vt: make vc_data pointers const in selection.h
Jiri Slaby
1
-7
/
+8
2020-08-18
vt: defer kfree() of vc_screenbuf in vc_do_resize()
Tetsuo Handa
1
-2
/
+3
2020-07-27
Merge 5.8-rc7 into tty-next
Greg Kroah-Hartman
1
-11
/
+18
2020-07-21
tty: vt: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-07-21
vt: Reject zero-sized screen buffer size.
Tetsuo Handa
1
-11
/
+18
2020-06-24
vt: simplify noncolor attributes in build_attr
Jiri Slaby
1
-4
/
+4
2020-06-24
vt: remove superfluous parens in invert_screen and build_attr
Jiri Slaby
1
-3
/
+7
2020-06-24
vt: use newly defined CUR_* macros
Jiri Slaby
1
-9
/
+13
2020-06-24
vt: redefine world of cursor macros
Jiri Slaby
1
-1
/
+1
2020-06-24
vt: whitespace and paren cleanup in add_softcursor
Jiri Slaby
1
-7
/
+11
2020-06-24
vt: synchronize types and use min in csi_X
Jiri Slaby
1
-3
/
+5
2020-06-24
vt: make tc write more obvious in vc_con_write_normal
Jiri Slaby
1
-5
/
+8
2020-06-24
vt: simplify vc_attr handling in vc_con_write_normal
Jiri Slaby
1
-8
/
+4
2020-06-24
vc: simplify condition in vc_con_write_normal
Jiri Slaby
1
-1
/
+1
2020-06-24
vc: move normal char processing from do_con_write
Jiri Slaby
1
-89
/
+109
2020-06-24
vc: extract detecting control characters from do_con_write
Jiri Slaby
1
-26
/
+45
[next]