summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
* tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente2021-10-061-2/+19
* console: consume APC, DM, DCSnick black2021-09-261-4/+27
* vt_kdsetmode: extend console lockingLinus Torvalds2021-09-031-4/+7
* tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa2021-05-261-1/+1
* vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki2021-05-261-3/+3
* tty: fix memory leak in vc_deallocatePavel Skripkin2021-05-111-0/+1
* vt/consolemap: do font sum unsignedJiri Slaby2021-03-071-1/+1
* vt: Disable KD_FONT_OP_COPYDaniel Vetter2020-11-101-22/+2
* tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds2020-11-051-15/+17
* vt: keyboard, extend func_buf_lock to readersJiri Slaby2020-11-051-4/+13
* vt: keyboard, simplify vt_kdgkbsentJiri Slaby2020-11-051-19/+9
* vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()George Kennedy2020-09-031-1/+11
* vt: defer kfree() of vc_screenbuf in vc_do_resize()Tetsuo Handa2020-09-031-2/+3
* vt: Reject zero-sized screen buffer size.Tetsuo Handa2020-07-291-11/+18
* vt: keyboard: avoid signed integer overflow in k_asciiDmitry Torokhov2020-06-101-10/+16
* vt: fix unicode console freeing with a common interfaceNicolas Pitre2020-05-141-2/+7
* vt: don't use kmalloc() for the unicode screen bufferNicolas Pitre2020-04-291-2/+3
* vt: don't hardcode the mem allocation upper boundNicolas Pitre2020-04-291-1/+1
* vt: vt_ioctl: fix use-after-free in vt_in_use()Eric Biggers2020-04-021-4/+12
* vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers2020-04-022-9/+26
* vt: vt_ioctl: remove unnecessary console allocation checksEric Biggers2020-04-021-15/+1
* vt: switch vt_dont_switch to boolJiri Slaby2020-04-021-3/+3
* vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlinesJiri Slaby2020-04-021-7/+22
* vt: selection, introduce vc_is_selJiri Slaby2020-04-023-4/+10
* vt: selection, push sel_lock upJiri Slaby2020-03-121-9/+7
* vt: selection, push console lock downJiri Slaby2020-03-122-3/+12
* vt: selection, close sel_buffer raceJiri Slaby2020-03-121-6/+17
* vt: vt_ioctl: fix race in VT_RESIZEXEric Dumazet2020-02-281-6/+11
* vt: selection, handle pending signals in paste_selectionJiri Slaby2020-02-281-1/+8
* vt: fix scrollback flushing on background consolesNicolas Pitre2020-02-281-2/+13
* vcs: prevent write access to vcsu devicesNicolas Pitre2019-12-131-0/+3
* tty: vt: keyboard: reject invalid keycodesDmitry Torokhov2019-12-131-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