summaryrefslogtreecommitdiff
path: root/drivers/tty/vt (follow)
Commit message (Expand)AuthorAge
* tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente2021-10-06
* vt_kdsetmode: extend console lockingLinus Torvalds2021-09-03
* tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa2021-05-26
* vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki2021-05-26
* vt/consolemap: do font sum unsignedJiri Slaby2021-03-07
* vt: Disable KD_FONT_OP_COPYDaniel Vetter2020-11-10
* tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds2020-11-10
* vt: keyboard, extend func_buf_lock to readersJiri Slaby2020-11-10
* vt: keyboard, simplify vt_kdgkbsentJiri Slaby2020-11-10
* tty: vt, consw->con_scrolldelta cleanupJiri Slaby2020-10-01
* vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()George Kennedy2020-09-03
* vt: defer kfree() of vc_screenbuf in vc_do_resize()Tetsuo Handa2020-09-03
* vt: keyboard: avoid signed integer overflow in k_asciiDmitry Torokhov2020-06-11
* vt: vt_ioctl: fix use-after-free in vt_in_use()Eric Biggers2020-04-02
* vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers2020-04-02
* vt: vt_ioctl: remove unnecessary console allocation checksEric Biggers2020-04-02
* vt: switch vt_dont_switch to boolJiri Slaby2020-04-02
* vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlinesJiri Slaby2020-04-02
* vt: selection, introduce vc_is_selJiri Slaby2020-04-02
* vt: selection, push sel_lock upJiri Slaby2020-03-11
* vt: selection, push console lock downJiri Slaby2020-03-11
* vt: selection, close sel_buffer raceJiri Slaby2020-03-11
* vt: vt_ioctl: fix race in VT_RESIZEXEric Dumazet2020-02-28
* VT_RESIZEX: get rid of field-by-field copyinAl Viro2020-02-28
* tty: vt: keyboard: reject invalid keycodesDmitry Torokhov2019-12-21
* tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich2019-06-11
* vt: invoke notifier on screen size changeNicolas Pitre2019-02-06
* tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva2018-09-29
* vt: change SGR 21 to follow the standardsMike Frysinger2018-04-08
* tty: vt: fix up tabstops properlyLinus Torvalds2018-03-28
* vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski2017-07-21
* vt: fix Scroll Lock LED trigger nameMaciej S. Szmigiero2017-01-09
* tty: vt, fix bogus division in csi_JJiri Slaby2016-11-10
* tty: limit terminal size to 4M charsDmitry Vyukov2016-11-10
* vt: clear selection before resizingScot Doyle2016-11-10
* tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov2016-07-27
* tty: vt: Fix soft lockup in fbcon cursor blink timer.David Daney2016-07-27
* tty: vt, return error when con_startup failsJiri Slaby2016-06-01
* tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()Peter Hurley2015-07-23
* tty/vt: Fix the memory leak in visual_initDongxing Zhang2015-07-23
* Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-26
|\
| * vt: Don't check KD_GRAPHICS when binding/unbindingDaniel Vetter2015-05-10
| * vt: fix console lock vs. kernfs s_active lock orderImre Deak2015-05-10
| * vt: add cursor blink interval escape sequenceScot Doyle2015-05-10
| * tty: consolemap.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-06-24
|\ \ | |/ |/|
| * tty/vt/keyboard: define LED triggers for VT keyboard lock statesSamuel Thibault2015-06-16
| * tty/vt/keyboard: define LED triggers for VT LED statesSamuel Thibault2015-06-16
* | tty: Use static attribute groups for sysfs entriesTakashi Iwai2015-03-26
* | vt: use msecs_to_jiffies for time conversionNicholas Mc Guire2015-03-07