summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
AgeCommit message (Expand)AuthorLines
2020-05-04vt: fix unicode console freeing with a common interfaceNicolas Pitre-2/+7
2020-04-23vt: don't hardcode the mem allocation upper boundNicolas Pitre-1/+1
2020-04-23vt: don't use kmalloc() for the unicode screen bufferNicolas Pitre-2/+3
2020-03-27vt: vt_ioctl: fix use-after-free in vt_in_use()Eric Biggers-4/+12
2020-03-27vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers-9/+26
2020-03-16vt: indent switch-case in setterm_command properlyJiri Slaby-61/+59
2020-03-16vt: selection, use rounddown() for start/endline computationJiri Slaby-3/+3
2020-03-16vt: use min() to limit intervalsJiri Slaby-2/+2
2020-03-16vt: selection, fix double lock introduced by a mergeJiri Slaby-1/+0
2020-03-12vt: vt_ioctl: remove unnecessary console allocation checksEric Biggers-15/+1
2020-03-12vt: drop redundant might_sleep() in do_con_write()Eric Biggers-2/+0
2020-03-10Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman-10/+18
2020-03-06vt: selection, indent switch-case properlyJiri Slaby-37/+35
2020-03-06vt: selection, remove redeclaration of poke_blanked_consoleJiri Slaby-2/+0
2020-03-06vt: switch vt_dont_switch to boolJiri Slaby-3/+3
2020-03-06vt: selection, create struct from console selection globalsJiri Slaby-46/+48
2020-03-06vt: selection, localize use_unicodeJiri Slaby-16/+16
2020-03-06vt: selection, remove 2 local variables from set_selection_kernelJiri Slaby-9/+5
2020-02-28vt: selection, push sel_lock upJiri Slaby-9/+7
2020-02-28vt: selection, push console lock downJiri Slaby-3/+12
2020-02-24Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman-15/+49
2020-02-21vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlinesJiri Slaby-7/+22
2020-02-21vt: selection, introduce vc_is_selJiri Slaby-4/+10
2020-02-13vt: selection, close sel_buffer raceJiri Slaby-6/+17
2020-02-13vt: selection, handle pending signals in paste_selectionJiri Slaby-1/+8
2020-02-12vt: vt_ioctl: fix race in VT_RESIZEXEric Dumazet-6/+11
2020-02-10vt: fix scrollback flushing on background consolesNicolas Pitre-2/+13
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada-1/+1
2020-01-14vt: Correct comment documenting do_take_over_console()Lukas Wunner-1/+1
2020-01-14vt: Delete comment referencing non-existent unbind_con_driver()Lukas Wunner-1/+0
2020-01-14vt: Initialize conswitchp to dummy_con if unsetArvind Sankar-2/+3
2019-12-17tty: vt: move conmakehash to drivers/tty/vt/ from scripts/Masahiro Yamada-2/+295
2019-11-27vcs: prevent write access to vcsu devicesNicolas Pitre-0/+3
2019-11-23tty: vt: keyboard: reject invalid keycodesDmitry Torokhov-1/+1
2019-07-25vt: Grab console_lock around con_is_bound in show_bindDaniel Vetter-1/+5
2019-06-12vt: More locking checksDaniel Vetter-0/+16
2019-06-12vt: might_sleep() annotation for do_blank_screenDaniel Vetter-0/+2
2019-05-24vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat-2/+9
2019-05-08Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-14/+37
2019-04-21Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman-1/+2
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman-1/+2
2019-04-19vt: selection: allow functions to be called from inside kernelOkash Khawaja-19/+34
2019-04-17vt: fix cursor when clearing the screenMikulas Patocka-1/+2
2019-04-16tty: vt: keyboard: Allow Unicode compose base charReinis Danne-1/+1
2019-04-16tty/vt: avoid high order pages allocation on GIO_UNIMAP ioctlKonstantin Khorenko-4/+4
2019-04-04tty: fix up a few remaining files without SPDX identifiersGreg Kroah-Hartman-0/+4
2019-03-28vt: use /dev/vcs (not /dev/vcs0) in commentJakub Wilk-1/+1
2019-03-28tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li-2/+0
2019-03-28tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich-6/+27
2019-02-12vt: perform safe console erase in the right orderNicolas Pitre-8/+7