aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'als/kernel.lnx.4.14.r4-rel' into Q-raphaelYaroslav Furman2020-09-092-3/+14
* Merge 4.14.190 into kernel.lnx.4.14.r4-relNathan Chancellor2020-08-201-11/+18
* Merge remote-tracking branch 'als/kernel.lnx.4.14.r4-rel' into Q-raphaelYaroslav Furman2020-06-161-10/+16
* vt: don't hardcode the mem allocation upper boundNicolas Pitre2020-05-021-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-19/+2
* 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-111-9/+7
* vt: selection, push console lock downJiri Slaby2020-03-112-3/+12
* vt: selection, close sel_buffer raceJiri Slaby2020-03-111-6/+17
* vt: vt_ioctl: fix race in VT_RESIZEXEric Dumazet2020-02-281-6/+11
* VT_RESIZEX: get rid of field-by-field copyinAl Viro2020-02-281-41/+27
* vt: selection, handle pending signals in paste_selectionJiri Slaby2020-02-281-1/+8
* tty: vt: keyboard: reject invalid keycodesDmitry Torokhov2019-12-171-1/+1
* tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich2019-05-211-6/+27
* tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li2019-05-211-2/+0
* vt: always call notifier with the console lock heldNicolas Pitre2019-05-161-1/+1
* vt: invoke notifier on screen size changeNicolas Pitre2019-01-311-0/+1
* tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva2018-09-291-0/+4
* vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko2018-07-081-2/+2
* vt: change SGR 21 to follow the standardsMike Frysinger2018-04-081-1/+5
* tty: vt: fix up tabstops properlyLinus Torvalds2018-03-281-4/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* vt: fix \e[2m using the wrong placeholder color on graphical consolesAdam Borowski2017-06-091-1/+1
* Merge branch 'vt_copy_cleanup' into tty-nextGreg Kroah-Hartman2017-06-093-51/+19
|\
| * vt: drop access_ok() calls in unimap ioctlsAdam Borowski2017-06-091-8/+0
| * vt: use memdup_user in PIO_UNIMAP ioctlAdam Borowski2017-06-091-8/+3
| * vt: use copy_to_user instead of __put_user in GIO_UNIMAP ioctlAdam Borowski2017-06-091-8/+6
| * vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski2017-06-091-3/+3
| * vt: use copy_from/to_user instead of __get/put_user for scrnmap ioctlsAdam Borowski2017-06-091-24/+7
* | tty/vt/keyboard: Remove AVR32 bits from the driverAndy Shevchenko2017-05-181-2/+1
|/
* vt: make mouse selection of non-ASCII consistentAdam Borowski2017-04-111-10/+6
* vt: set mouse selection word-chars to gpm's defaultAdam Borowski2017-04-111-1/+1
* Merge 4.11-rc5 into tty-nextGreg Kroah-Hartman2017-04-031-1/+0
|\
| * sched/headers: Remove duplicate #include <linux/sched/debug.h> lineIngo Molnar2017-03-281-1/+0
* | tty: Disable default console blanking intervalTim Gardner2017-03-311-1/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-3/+3
* lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko2017-02-221-1/+1
* console: Add callback to flush scrollback buffer to consw structManuel Schölling2017-01-251-0/+9
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-244-4/+4
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-131-4/+0
|\
| * Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-191-4/+0
| |\
| | * tty, workqueue: remove keventd_up() usageTejun Heo2016-09-171-4/+0
* | | console: Move userspace I/O out of console_lock to fix lockdep warningWaiman Long2016-11-291-41/+74
* | | vt: fix Scroll Lock LED trigger nameMaciej S. Szmigiero2016-11-161-1/+1
* | | tty: typo in comments in drivers/tty/vt/keyboard.cAskar Safin2016-11-101-1/+1