summaryrefslogtreecommitdiff
path: root/drivers/tty/vt
AgeCommit message (Expand)AuthorFilesLines
2020-10-01tty: vt, consw->con_scrolldelta cleanupJiri Slaby1-1/+1
2020-09-03vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()George Kennedy1-1/+11
2020-09-03vt: defer kfree() of vc_screenbuf in vc_do_resize()Tetsuo Handa1-2/+3
2020-06-11vt: keyboard: avoid signed integer overflow in k_asciiDmitry Torokhov1-10/+16
2020-04-02vt: vt_ioctl: fix use-after-free in vt_in_use()Eric Biggers1-4/+12
2020-04-02vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers2-9/+26
2020-04-02vt: vt_ioctl: remove unnecessary console allocation checksEric Biggers1-19/+2
2020-04-02vt: switch vt_dont_switch to boolJiri Slaby1-3/+3
2020-04-02vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlinesJiri Slaby1-7/+22
2020-04-02vt: selection, introduce vc_is_selJiri Slaby3-4/+10
2020-03-11vt: selection, push sel_lock upJiri Slaby1-9/+7
2020-03-11vt: selection, push console lock downJiri Slaby2-3/+12
2020-03-11vt: selection, close sel_buffer raceJiri Slaby1-6/+15
2020-02-28vt: vt_ioctl: fix race in VT_RESIZEXEric Dumazet1-6/+11
2020-02-28VT_RESIZEX: get rid of field-by-field copyinAl Viro1-41/+27
2019-12-21tty: vt: keyboard: reject invalid keycodesDmitry Torokhov1-1/+1
2019-06-11tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich1-6/+27
2019-02-06vt: invoke notifier on screen size changeNicolas Pitre1-0/+1
2018-09-29tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva1-0/+4
2018-04-08vt: change SGR 21 to follow the standardsMike Frysinger1-1/+5
2018-03-28tty: vt: fix up tabstops properlyLinus Torvalds1-4/+4
2017-07-21vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski1-3/+3
2017-01-09vt: fix Scroll Lock LED trigger nameMaciej S. Szmigiero1-1/+1
2016-11-10tty: vt, fix bogus division in csi_JJiri Slaby1-1/+1
2016-11-10tty: limit terminal size to 4M charsDmitry Vyukov1-0/+2
2016-11-10vt: clear selection before resizingScot Doyle1-0/+3
2016-07-27tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov1-21/+9
2016-07-27tty: vt: Fix soft lockup in fbcon cursor blink timer.David Daney1-0/+1
2016-06-01tty: vt, return error when con_startup failsJiri Slaby1-2/+3
2015-07-24tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()Peter Hurley1-0/+1
2015-07-24tty/vt: Fix the memory leak in visual_initDongxing Zhang1-0/+2
2015-06-27Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-53/+99
2015-06-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-26/+130
2015-06-17tty/vt/keyboard: define LED triggers for VT keyboard lock statesSamuel Thibault1-8/+19
2015-06-17tty/vt/keyboard: define LED triggers for VT LED statesSamuel Thibault1-24/+117
2015-05-10vt: Don't check KD_GRAPHICS when binding/unbindingDaniel Vetter1-20/+2
2015-05-10vt: fix console lock vs. kernfs s_active lock orderImre Deak1-10/+51
2015-05-10vt: add cursor blink interval escape sequenceScot Doyle1-0/+9
2015-05-10tty: consolemap.c: move assignment out of if () blockGreg Kroah-Hartman1-23/+37
2015-03-26tty: Use static attribute groups for sysfs entriesTakashi Iwai1-39/+31
2015-03-07vt: use msecs_to_jiffies for time conversionNicholas Mc Guire1-1/+1
2015-03-07tty: vt/vt: fix sparse warningLad, Prabhakar1-1/+1
2015-03-07vt: vt_ioctl: use msecs_to_jiffies for time conversionNicholas Mc Guire1-1/+1
2015-02-02vt: provide notifications on selection changesNicolas Pitre1-1/+3
2015-01-10vt: fix locking around vt_bind/vt_unbindImre Deak1-6/+5
2015-01-10vt: fix check for system/busy console drivers when unregistering themImre Deak1-2/+1
2014-11-26tty: pr_warning->pr_warn and logging neateningJoe Perches2-5/+5
2014-11-22vt: Fix build breakage when !CONFIG_VT_CONSOLEPeter Hurley1-2/+2
2014-11-10Merge 3.18-rc4 into tty-next.Greg Kroah-Hartman1-0/+7
2014-11-06tty:vt remove obsolete struct initializerPeng Fan1-6/+10