summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * | tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li2019-03-281-2/+0
| * | tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich2019-03-281-6/+27
* | | Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2019-04-211-1/+2
|\ \ \ | | |/ | |/|
| * | vt: fix cursor when clearing the screenMikulas Patocka2019-04-171-1/+2
| |/
* / vt: selection: allow functions to be called from inside kernelOkash Khawaja2019-04-192-19/+34
|/
* vt: perform safe console erase in the right orderNicolas Pitre2019-02-121-8/+7
* Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman2019-01-281-33/+17
|\
| * vt: invoke notifier on screen size changeNicolas Pitre2019-01-181-0/+1
| * vt: always call notifier with the console lock heldNicolas Pitre2019-01-181-1/+1
| * vt: make vt_console_print() compatible with the unicode screen bufferNicolas Pitre2019-01-181-32/+15
* | vt: ignore sequences that contain ':' in parameters.Martin Hostettler2019-01-181-4/+4
* | vt: ignore csi sequences with intermediate characters.Martin Hostettler2019-01-181-1/+10
* | vt: Implement parsing for >, =, < private sequences.Martin Hostettler2019-01-181-4/+18
* | vt: refactor vc_ques to allow of other private sequences.Martin Hostettler2019-01-181-9/+11
* | vt: annotate implicit fall throughsMathieu Malaterre2019-01-181-0/+2
* | vcs: restore and document initial POLLPRI eventNicolas Pitre2019-01-181-0/+9
* | vcs: fasync(): make it consistent with poll()Nicolas Pitre2019-01-181-3/+12
* | vcs: poll(): cope with a deallocated vtNicolas Pitre2019-01-181-6/+15
* | vcsa: clamp header values when they don't fitNicolas Pitre2019-01-182-4/+6
|/
* Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-11-101-1/+1
|\
| * vt: fix broken display when running aptitudeMikulas Patocka2018-11-081-1/+1
* | Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-10-281-8/+4
|\ \
| * | BackMerge v4.19-rc6 into drm-nextDave Airlie2018-10-041-0/+4
| |\|
| * | vt: Remove vc_panic_force_writeDaniel Vetter2018-09-111-8/+4
* | | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-22/+9
|\ \ \ | |_|/ |/| |
| * | vt_compat_ioctl(): clean up, use compat_ptr() properlyAl Viro2018-10-131-22/+9
| |/
* / tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva2018-09-181-0/+4
|/
* Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-08-184-45/+490
|\
| * vt: avoid a VLA in the unicode screen scroll functionNicolas Pitre2018-07-211-13/+23