aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-28vt: selection, push sel_lock upJiri Slaby1-9/+7
2020-02-28vt: selection, push console lock downJiri Slaby2-3/+12
2020-02-13vt: selection, close sel_buffer raceJiri Slaby1-6/+17
2020-02-13vt: selection, handle pending signals in paste_selectionJiri Slaby1-1/+8
2020-02-12vt: vt_ioctl: fix race in VT_RESIZEXEric Dumazet1-6/+11
2020-02-10vt: fix scrollback flushing on background consolesNicolas Pitre1-2/+13
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-1/+1
2020-01-14vt: Correct comment documenting do_take_over_console()Lukas Wunner1-1/+1
2020-01-14vt: Delete comment referencing non-existent unbind_con_driver()Lukas Wunner1-1/+0
2020-01-14vt: Initialize conswitchp to dummy_con if unsetArvind Sankar1-2/+3
2019-12-17tty: vt: move conmakehash to drivers/tty/vt/ from scripts/Masahiro Yamada3-2/+295
2019-11-27vcs: prevent write access to vcsu devicesNicolas Pitre1-0/+3
2019-11-23tty: vt: keyboard: reject invalid keycodesDmitry Torokhov1-1/+1
2019-07-25vt: Grab console_lock around con_is_bound in show_bindDaniel Vetter1-1/+5
2019-06-12vt: More locking checksDaniel Vetter1-0/+16
2019-06-12vt: might_sleep() annotation for do_blank_screenDaniel Vetter1-0/+2
2019-05-24vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat1-2/+9
2019-05-08Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds8-14/+37
2019-04-21Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman1-1/+2
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman1-1/+2
2019-04-19vt: selection: allow functions to be called from inside kernelOkash Khawaja2-19/+34
2019-04-17vt: fix cursor when clearing the screenMikulas Patocka1-1/+2
2019-04-16tty: vt: keyboard: Allow Unicode compose base charReinis Danne1-1/+1
2019-04-16tty/vt: avoid high order pages allocation on GIO_UNIMAP ioctlKonstantin Khorenko1-4/+4
2019-04-04tty: fix up a few remaining files without SPDX identifiersGreg Kroah-Hartman4-0/+4
2019-03-28vt: use /dev/vcs (not /dev/vcs0) in commentJakub Wilk1-1/+1
2019-03-28tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li1-2/+0
2019-03-28tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich1-6/+27
2019-02-12vt: perform safe console erase in the right orderNicolas Pitre1-8/+7
2019-01-28Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman1-33/+17
2019-01-18vt: ignore sequences that contain ':' in parameters.Martin Hostettler1-4/+4
2019-01-18vt: ignore csi sequences with intermediate characters.Martin Hostettler1-1/+10
2019-01-18vt: Implement parsing for >, =, < private sequences.Martin Hostettler1-4/+18
2019-01-18vt: refactor vc_ques to allow of other private sequences.Martin Hostettler1-9/+11
2019-01-18vt: annotate implicit fall throughsMathieu Malaterre1-0/+2
2019-01-18vcs: restore and document initial POLLPRI eventNicolas Pitre1-0/+9
2019-01-18vcs: fasync(): make it consistent with poll()Nicolas Pitre1-3/+12
2019-01-18vcs: poll(): cope with a deallocated vtNicolas Pitre1-6/+15
2019-01-18vcsa: clamp header values when they don't fitNicolas Pitre2-4/+6
2019-01-18vt: invoke notifier on screen size changeNicolas Pitre1-0/+1
2019-01-18vt: always call notifier with the console lock heldNicolas Pitre1-1/+1
2019-01-18vt: make vt_console_print() compatible with the unicode screen bufferNicolas Pitre1-32/+15
2018-11-10Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2018-11-08vt: fix broken display when running aptitudeMikulas Patocka1-1/+1
2018-10-28Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-8/+4
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-22/+9
2018-10-13vt_compat_ioctl(): clean up, use compat_ptr() properlyAl Viro1-22/+9
2018-10-04BackMerge v4.19-rc6 into drm-nextDave Airlie1-0/+4
2018-09-18tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva1-0/+4
2018-09-11vt: Remove vc_panic_force_writeDaniel Vetter1-8/+4