| Age | Commit message (Expand) | Author | Lines |
| 2020-03-06 | vt: selection, remove redeclaration of poke_blanked_console | Jiri Slaby | -2/+0 |
| 2020-03-06 | vt: switch vt_dont_switch to bool | Jiri Slaby | -3/+3 |
| 2020-03-06 | vt: selection, create struct from console selection globals | Jiri Slaby | -46/+48 |
| 2020-03-06 | vt: selection, localize use_unicode | Jiri Slaby | -16/+16 |
| 2020-03-06 | vt: selection, remove 2 local variables from set_selection_kernel | Jiri Slaby | -9/+5 |
| 2020-02-28 | vt: selection, push sel_lock up | Jiri Slaby | -9/+7 |
| 2020-02-28 | vt: selection, push console lock down | Jiri Slaby | -3/+12 |
| 2020-02-24 | Merge 5.6-rc3 into tty-next | Greg Kroah-Hartman | -15/+49 |
| 2020-02-21 | vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines | Jiri Slaby | -7/+22 |
| 2020-02-21 | vt: selection, introduce vc_is_sel | Jiri Slaby | -4/+10 |
| 2020-02-13 | vt: selection, close sel_buffer race | Jiri Slaby | -6/+17 |
| 2020-02-13 | vt: selection, handle pending signals in paste_selection | Jiri Slaby | -1/+8 |
| 2020-02-12 | vt: vt_ioctl: fix race in VT_RESIZEX | Eric Dumazet | -6/+11 |
| 2020-02-10 | vt: fix scrollback flushing on background consoles | Nicolas Pitre | -2/+13 |
| 2020-02-04 | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada | -1/+1 |
| 2020-01-14 | vt: Correct comment documenting do_take_over_console() | Lukas Wunner | -1/+1 |
| 2020-01-14 | vt: Delete comment referencing non-existent unbind_con_driver() | Lukas Wunner | -1/+0 |
| 2020-01-14 | vt: Initialize conswitchp to dummy_con if unset | Arvind Sankar | -2/+3 |
| 2019-12-17 | tty: vt: move conmakehash to drivers/tty/vt/ from scripts/ | Masahiro Yamada | -2/+295 |
| 2019-11-27 | vcs: prevent write access to vcsu devices | Nicolas Pitre | -0/+3 |
| 2019-11-23 | tty: vt: keyboard: reject invalid keycodes | Dmitry Torokhov | -1/+1 |
| 2019-07-25 | vt: Grab console_lock around con_is_bound in show_bind | Daniel Vetter | -1/+5 |
| 2019-06-12 | vt: More locking checks | Daniel Vetter | -0/+16 |
| 2019-06-12 | vt: might_sleep() annotation for do_blank_screen | Daniel Vetter | -0/+2 |
| 2019-05-24 | vt/fbcon: deinitialize resources in visual_init() after failed memory allocation | Grzegorz Halat | -2/+9 |
| 2019-05-08 | Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | -14/+37 |
| 2019-04-21 | Merge 5.1-rc6 into tty-next | Greg Kroah-Hartman | -1/+2 |
| 2019-04-21 | Merge 5.1-rc6 into staging-next | Greg Kroah-Hartman | -1/+2 |
| 2019-04-19 | vt: selection: allow functions to be called from inside kernel | Okash Khawaja | -19/+34 |
| 2019-04-17 | vt: fix cursor when clearing the screen | Mikulas Patocka | -1/+2 |
| 2019-04-16 | tty: vt: keyboard: Allow Unicode compose base char | Reinis Danne | -1/+1 |
| 2019-04-16 | tty/vt: avoid high order pages allocation on GIO_UNIMAP ioctl | Konstantin Khorenko | -4/+4 |
| 2019-04-04 | tty: fix up a few remaining files without SPDX identifiers | Greg Kroah-Hartman | -0/+4 |
| 2019-03-28 | vt: use /dev/vcs (not /dev/vcs0) in comment | Jakub Wilk | -1/+1 |
| 2019-03-28 | tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0 | Yifeng Li | -2/+0 |
| 2019-03-28 | tty/vt: fix write/write race in ioctl(KDSKBSENT) handler | Sergei Trofimovich | -6/+27 |
| 2019-02-12 | vt: perform safe console erase in the right order | Nicolas Pitre | -8/+7 |
| 2019-01-28 | Merge 5.0-rc4 into tty-next | Greg Kroah-Hartman | -33/+17 |
| 2019-01-18 | vt: ignore sequences that contain ':' in parameters. | Martin Hostettler | -4/+4 |
| 2019-01-18 | vt: ignore csi sequences with intermediate characters. | Martin Hostettler | -1/+10 |
| 2019-01-18 | vt: Implement parsing for >, =, < private sequences. | Martin Hostettler | -4/+18 |
| 2019-01-18 | vt: refactor vc_ques to allow of other private sequences. | Martin Hostettler | -9/+11 |
| 2019-01-18 | vt: annotate implicit fall throughs | Mathieu Malaterre | -0/+2 |
| 2019-01-18 | vcs: restore and document initial POLLPRI event | Nicolas Pitre | -0/+9 |
| 2019-01-18 | vcs: fasync(): make it consistent with poll() | Nicolas Pitre | -3/+12 |
| 2019-01-18 | vcs: poll(): cope with a deallocated vt | Nicolas Pitre | -6/+15 |
| 2019-01-18 | vcsa: clamp header values when they don't fit | Nicolas Pitre | -4/+6 |
| 2019-01-18 | vt: invoke notifier on screen size change | Nicolas Pitre | -0/+1 |
| 2019-01-18 | vt: always call notifier with the console lock held | Nicolas Pitre | -1/+1 |
| 2019-01-18 | vt: make vt_console_print() compatible with the unicode screen buffer | Nicolas Pitre | -32/+15 |