summaryrefslogtreecommitdiff
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* vt: keyboard: avoid signed integer overflow in k_asciiDmitry Torokhov2020-05-271-10/+16
* Merge 5.7-rc5 into tty-nextGreg Kroah-Hartman2020-05-111-2/+7
|\
| * vt: fix unicode console freeing with a common interfaceNicolas Pitre2020-05-041-2/+7
* | Merge 5.7-rc3 into tty-nextGreg Kroah-Hartman2020-04-271-3/+4
|\ \ | |/
| * vt: don't hardcode the mem allocation upper boundNicolas Pitre2020-04-231-1/+1
| * vt: don't use kmalloc() for the unicode screen bufferNicolas Pitre2020-04-231-2/+3
* | vt: extract selection chars storing from vc_do_selectionJiri Slaby2020-04-161-37/+42
* | vt: selection, split __set_selection_kernelJiri Slaby2020-04-161-37/+43
|/
* vt: vt_ioctl: fix use-after-free in vt_in_use()Eric Biggers2020-03-271-4/+12
* vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers2020-03-272-9/+26
* vt: indent switch-case in setterm_command properlyJiri Slaby2020-03-161-61/+59
* vt: selection, use rounddown() for start/endline computationJiri Slaby2020-03-161-3/+3
* vt: use min() to limit intervalsJiri Slaby2020-03-161-2/+2
* vt: selection, fix double lock introduced by a mergeJiri Slaby2020-03-161-1/+0
* vt: vt_ioctl: remove unnecessary console allocation checksEric Biggers2020-03-121-15/+1
* vt: drop redundant might_sleep() in do_con_write()Eric Biggers2020-03-121-2/+0
* Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman2020-03-102-10/+18
|\
| * vt: selection, push sel_lock upJiri Slaby2020-02-281-9/+7
| * vt: selection, push console lock downJiri Slaby2020-02-282-3/+12
* | vt: selection, indent switch-case properlyJiri Slaby2020-03-061-37/+35
* | vt: selection, remove redeclaration of poke_blanked_consoleJiri Slaby2020-03-061-2/+0
* | vt: switch vt_dont_switch to boolJiri Slaby2020-03-061-3/+3
* | vt: selection, create struct from console selection globalsJiri Slaby2020-03-061-46/+48
* | vt: selection, localize use_unicodeJiri Slaby2020-03-061-16/+16
* | vt: selection, remove 2 local variables from set_selection_kernelJiri Slaby2020-03-061-9/+5
* | Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman2020-02-243-15/+49
|\ \ | |/
| * vt: selection, close sel_buffer raceJiri Slaby2020-02-131-6/+17
| * vt: selection, handle pending signals in paste_selectionJiri Slaby2020-02-131-1/+8
| * vt: vt_ioctl: fix race in VT_RESIZEXEric Dumazet2020-02-121-6/+11
| * vt: fix scrollback flushing on background consolesNicolas Pitre2020-02-101-2/+13
* | vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlinesJiri Slaby2020-02-211-7/+22
* | vt: selection, introduce vc_is_selJiri Slaby2020-02-213-4/+10
|/
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-1/+1
* vt: Correct comment documenting do_take_over_console()Lukas Wunner2020-01-141-1/+1
* vt: Delete comment referencing non-existent unbind_con_driver()Lukas Wunner2020-01-141-1/+0
* vt: Initialize conswitchp to dummy_con if unsetArvind Sankar2020-01-141-2/+3
* tty: vt: move conmakehash to drivers/tty/vt/ from scripts/Masahiro Yamada2019-12-173-2/+295
* vcs: prevent write access to vcsu devicesNicolas Pitre2019-11-271-0/+3
* tty: vt: keyboard: reject invalid keycodesDmitry Torokhov2019-11-231-1/+1
* vt: Grab console_lock around con_is_bound in show_bindDaniel Vetter2019-07-251-1/+5
* vt: More locking checksDaniel Vetter2019-06-121-0/+16
* vt: might_sleep() annotation for do_blank_screenDaniel Vetter2019-06-121-0/+2
* vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat2019-05-241-2/+9
* Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-088-14/+37
|\
| * Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman2019-04-211-1/+2
| |\
| * | tty: vt: keyboard: Allow Unicode compose base charReinis Danne2019-04-161-1/+1
| * | tty/vt: avoid high order pages allocation on GIO_UNIMAP ioctlKonstantin Khorenko2019-04-161-4/+4
| * | tty: fix up a few remaining files without SPDX identifiersGreg Kroah-Hartman2019-04-044-0/+4
| * | vt: use /dev/vcs (not /dev/vcs0) in commentJakub Wilk2019-03-281-1/+1