summaryrefslogtreecommitdiff
path: root/drivers/tty/vt
AgeCommit message (Expand)AuthorFilesLines
2023-11-08vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAFGeorge Kennedy1-4/+5
2023-10-10vc_screen: reload load of struct vc_data pointer in vcs_write() to avoid UAFGeorge Kennedy1-2/+9
2022-09-15vt: Clear selection before changing the fontHelge Deller1-4/+8
2022-07-29tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby2-4/+4
2022-07-02vt: drop old FONT ioctlsJiri Slaby2-180/+3
2022-02-16vt_ioctl: add array_index_nospec to VT_ACTIVATEJakob Koschel1-0/+1
2022-02-16vt_ioctl: fix array_index_nospec in vt_setactivateJakob Koschel1-2/+2
2021-10-06tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente1-2/+19
2021-09-03vt_kdsetmode: extend console lockingLinus Torvalds1-4/+7
2021-05-26tty: vt: always invoke vc->vc_sw->con_resize callbackTetsuo Handa1-1/+1
2021-05-26vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki1-3/+3
2021-03-07vt/consolemap: do font sum unsignedJiri Slaby1-1/+1
2020-11-10vt: Disable KD_FONT_OP_COPYDaniel Vetter1-22/+2
2020-11-05tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds1-15/+17
2020-11-05vt: keyboard, extend func_buf_lock to readersJiri Slaby1-4/+13
2020-11-05vt: keyboard, simplify vt_kdgkbsentJiri Slaby1-19/+9
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-07-29vt: Reject zero-sized screen buffer size.Tetsuo Handa1-11/+18
2020-06-11vt: keyboard: avoid signed integer overflow in k_asciiDmitry Torokhov1-10/+16
2020-05-02vt: don't hardcode the mem allocation upper boundNicolas Pitre1-1/+1
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/+17
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
2020-02-28vt: selection, handle pending signals in paste_selectionJiri Slaby1-1/+8
2019-12-17tty: vt: keyboard: reject invalid keycodesDmitry Torokhov1-1/+1
2019-05-21tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich1-6/+27
2019-05-21tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li1-2/+0
2019-05-16vt: always call notifier with the console lock heldNicolas Pitre1-1/+1
2019-01-31vt: invoke notifier on screen size changeNicolas Pitre1-0/+1
2018-09-29tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva1-0/+4
2018-07-08vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko1-2/+2
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-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-06-09vt: fix \e[2m using the wrong placeholder color on graphical consolesAdam Borowski1-1/+1
2017-06-09Merge branch 'vt_copy_cleanup' into tty-nextGreg Kroah-Hartman3-51/+19
2017-06-09vt: drop access_ok() calls in unimap ioctlsAdam Borowski1-8/+0
2017-06-09vt: use memdup_user in PIO_UNIMAP ioctlAdam Borowski1-8/+3
2017-06-09vt: use copy_to_user instead of __put_user in GIO_UNIMAP ioctlAdam Borowski1-8/+6
2017-06-09vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski1-3/+3
2017-06-09vt: use copy_from/to_user instead of __get/put_user for scrnmap ioctlsAdam Borowski1-24/+7