summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
* tty: vt, consw->con_scrolldelta cleanupJiri Slaby2020-10-011-1/+1
* 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: keyboard: avoid signed integer overflow in k_asciiDmitry Torokhov2020-06-111-10/+16
* 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/+15
* 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
* tty: vt: keyboard: reject invalid keycodesDmitry Torokhov2019-12-211-1/+1
* tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich2019-06-111-6/+27
* vt: invoke notifier on screen size changeNicolas Pitre2019-02-061-0/+1
* tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva2018-09-291-0/+4
* vt: change SGR 21 to follow the standardsMike Frysinger2018-04-081-1/+5
* tty: vt: fix up tabstops properlyLinus Torvalds2018-03-281-4/+4
* vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski2017-07-211-3/+3
* vt: fix Scroll Lock LED trigger nameMaciej S. Szmigiero2017-01-091-1/+1
* tty: vt, fix bogus division in csi_JJiri Slaby2016-11-101-1/+1
* tty: limit terminal size to 4M charsDmitry Vyukov2016-11-101-0/+2
* vt: clear selection before resizingScot Doyle2016-11-101-0/+3
* tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov2016-07-271-21/+9
* tty: vt: Fix soft lockup in fbcon cursor blink timer.David Daney2016-07-271-0/+1
* tty: vt, return error when con_startup failsJiri Slaby2016-06-011-2/+3
* tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()Peter Hurley2015-07-231-0/+1
* tty/vt: Fix the memory leak in visual_initDongxing Zhang2015-07-231-0/+2
* Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-262-53/+99
|\
| * vt: Don't check KD_GRAPHICS when binding/unbindingDaniel Vetter2015-05-101-20/+2
| * vt: fix console lock vs. kernfs s_active lock orderImre Deak2015-05-101-10/+51
| * vt: add cursor blink interval escape sequenceScot Doyle2015-05-101-0/+9
| * tty: consolemap.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-23/+37
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-06-241-26/+130
|\ \ | |/ |/|
| * tty/vt/keyboard: define LED triggers for VT keyboard lock statesSamuel Thibault2015-06-161-8/+19
| * tty/vt/keyboard: define LED triggers for VT LED statesSamuel Thibault2015-06-161-24/+117
* | tty: Use static attribute groups for sysfs entriesTakashi Iwai2015-03-261-39/+31
* | vt: use msecs_to_jiffies for time conversionNicholas Mc Guire2015-03-071-1/+1
* | tty: vt/vt: fix sparse warningLad, Prabhakar2015-03-071-1/+1
* | vt: vt_ioctl: use msecs_to_jiffies for time conversionNicholas Mc Guire2015-03-071-1/+1
|/
* vt: provide notifications on selection changesNicolas Pitre2015-02-021-1/+3
* vt: fix locking around vt_bind/vt_unbindImre Deak2015-01-091-6/+5
* vt: fix check for system/busy console drivers when unregistering themImre Deak2015-01-091-2/+1
* tty: pr_warning->pr_warn and logging neateningJoe Perches2014-11-252-5/+5
* vt: Fix build breakage when !CONFIG_VT_CONSOLEPeter Hurley2014-11-221-2/+2
* Merge 3.18-rc4 into tty-next.Greg Kroah-Hartman2014-11-101-0/+7
|\
| * tty/vt: don't set font mappings on vc not supporting thisImre Deak2014-11-051-0/+7