| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 2020-06-09 | 1 | -1/+1 |
* | vt: keyboard: avoid signed integer overflow in k_ascii | Dmitry Torokhov | 2020-05-27 | 1 | -10/+16 |
* | Merge 5.7-rc5 into tty-next | Greg Kroah-Hartman | 2020-05-11 | 1 | -2/+7 |
|\ |
|
| * | vt: fix unicode console freeing with a common interface | Nicolas Pitre | 2020-05-04 | 1 | -2/+7 |
* | | Merge 5.7-rc3 into tty-next | Greg Kroah-Hartman | 2020-04-27 | 1 | -3/+4 |
|\| |
|
| * | vt: don't hardcode the mem allocation upper bound | Nicolas Pitre | 2020-04-23 | 1 | -1/+1 |
| * | vt: don't use kmalloc() for the unicode screen buffer | Nicolas Pitre | 2020-04-23 | 1 | -2/+3 |
* | | vt: extract selection chars storing from vc_do_selection | Jiri Slaby | 2020-04-16 | 1 | -37/+42 |
* | | vt: selection, split __set_selection_kernel | Jiri Slaby | 2020-04-16 | 1 | -37/+43 |
|/ |
|
* | vt: vt_ioctl: fix use-after-free in vt_in_use() | Eric Biggers | 2020-03-27 | 1 | -4/+12 |
* | vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console | Eric Biggers | 2020-03-27 | 2 | -9/+26 |
* | vt: indent switch-case in setterm_command properly | Jiri Slaby | 2020-03-16 | 1 | -61/+59 |
* | vt: selection, use rounddown() for start/endline computation | Jiri Slaby | 2020-03-16 | 1 | -3/+3 |
* | vt: use min() to limit intervals | Jiri Slaby | 2020-03-16 | 1 | -2/+2 |
* | vt: selection, fix double lock introduced by a merge | Jiri Slaby | 2020-03-16 | 1 | -1/+0 |
* | vt: vt_ioctl: remove unnecessary console allocation checks | Eric Biggers | 2020-03-12 | 1 | -15/+1 |
* | vt: drop redundant might_sleep() in do_con_write() | Eric Biggers | 2020-03-12 | 1 | -2/+0 |
* | Merge 5.6-rc5 into tty-next | Greg Kroah-Hartman | 2020-03-10 | 2 | -10/+18 |
|\ |
|
| * | vt: selection, push sel_lock up | Jiri Slaby | 2020-02-28 | 1 | -9/+7 |
| * | vt: selection, push console lock down | Jiri Slaby | 2020-02-28 | 2 | -3/+12 |
* | | vt: selection, indent switch-case properly | Jiri Slaby | 2020-03-06 | 1 | -37/+35 |
* | | vt: selection, remove redeclaration of poke_blanked_console | Jiri Slaby | 2020-03-06 | 1 | -2/+0 |
* | | vt: switch vt_dont_switch to bool | Jiri Slaby | 2020-03-06 | 1 | -3/+3 |
* | | vt: selection, create struct from console selection globals | Jiri Slaby | 2020-03-06 | 1 | -46/+48 |
* | | vt: selection, localize use_unicode | Jiri Slaby | 2020-03-06 | 1 | -16/+16 |
* | | vt: selection, remove 2 local variables from set_selection_kernel | Jiri Slaby | 2020-03-06 | 1 | -9/+5 |
* | | Merge 5.6-rc3 into tty-next | Greg Kroah-Hartman | 2020-02-24 | 3 | -15/+49 |
|\| |
|
| * | vt: selection, close sel_buffer race | Jiri Slaby | 2020-02-13 | 1 | -6/+17 |
| * | vt: selection, handle pending signals in paste_selection | Jiri Slaby | 2020-02-13 | 1 | -1/+8 |
| * | vt: vt_ioctl: fix race in VT_RESIZEX | Eric Dumazet | 2020-02-12 | 1 | -6/+11 |
| * | vt: fix scrollback flushing on background consoles | Nicolas Pitre | 2020-02-10 | 1 | -2/+13 |
* | | vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines | Jiri Slaby | 2020-02-21 | 1 | -7/+22 |
* | | vt: selection, introduce vc_is_sel | Jiri Slaby | 2020-02-21 | 3 | -4/+10 |
|/ |
|
* | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada | 2020-02-03 | 1 | -1/+1 |
* | vt: Correct comment documenting do_take_over_console() | Lukas Wunner | 2020-01-14 | 1 | -1/+1 |
* | vt: Delete comment referencing non-existent unbind_con_driver() | Lukas Wunner | 2020-01-14 | 1 | -1/+0 |
* | vt: Initialize conswitchp to dummy_con if unset | Arvind Sankar | 2020-01-14 | 1 | -2/+3 |
* | tty: vt: move conmakehash to drivers/tty/vt/ from scripts/ | Masahiro Yamada | 2019-12-17 | 3 | -2/+295 |
* | vcs: prevent write access to vcsu devices | Nicolas Pitre | 2019-11-27 | 1 | -0/+3 |
* | tty: vt: keyboard: reject invalid keycodes | Dmitry Torokhov | 2019-11-23 | 1 | -1/+1 |
* | vt: Grab console_lock around con_is_bound in show_bind | Daniel Vetter | 2019-07-25 | 1 | -1/+5 |
* | vt: More locking checks | Daniel Vetter | 2019-06-12 | 1 | -0/+16 |
* | vt: might_sleep() annotation for do_blank_screen | Daniel Vetter | 2019-06-12 | 1 | -0/+2 |
* | vt/fbcon: deinitialize resources in visual_init() after failed memory allocation | Grzegorz Halat | 2019-05-24 | 1 | -2/+9 |
* | Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2019-05-08 | 8 | -14/+37 |
|\ |
|
| * | Merge 5.1-rc6 into tty-next | Greg Kroah-Hartman | 2019-04-21 | 1 | -1/+2 |
| |\ |
|
| * | | tty: vt: keyboard: Allow Unicode compose base char | Reinis Danne | 2019-04-16 | 1 | -1/+1 |
| * | | tty/vt: avoid high order pages allocation on GIO_UNIMAP ioctl | Konstantin Khorenko | 2019-04-16 | 1 | -4/+4 |
| * | | tty: fix up a few remaining files without SPDX identifiers | Greg Kroah-Hartman | 2019-04-04 | 4 | -0/+4 |
| * | | vt: use /dev/vcs (not /dev/vcs0) in comment | Jakub Wilk | 2019-03-27 | 1 | -1/+1 |