summaryrefslogtreecommitdiff
path: root/drivers/tty/vt
AgeCommit message (Expand)AuthorFilesLines
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-10vt: keyboard: avoid signed integer overflow in k_asciiDmitry Torokhov1-10/+16
2020-05-14vt: fix unicode console freeing with a common interfaceNicolas Pitre1-2/+7
2020-04-29vt: don't use kmalloc() for the unicode screen bufferNicolas Pitre1-2/+3
2020-04-29vt: 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: selection, handle pending signals in paste_selectionJiri Slaby1-1/+8
2020-02-28vt: fix scrollback flushing on background consolesNicolas Pitre1-2/+13
2019-12-13vcs: prevent write access to vcsu devicesNicolas Pitre1-0/+3
2019-12-13tty: vt: keyboard: reject invalid keycodesDmitry Torokhov1-1/+1
2019-06-09vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat1-2/+9
2019-05-22tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich1-6/+27
2019-05-22tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li1-2/+0
2019-04-27vt: fix cursor when clearing the screenMikulas Patocka1-1/+2
2019-03-23vt: perform safe console erase in the right orderNicolas Pitre1-8/+7
2019-01-31vt: invoke notifier on screen size changeNicolas Pitre1-0/+1
2019-01-31vt: always call notifier with the console lock heldNicolas Pitre1-1/+1
2019-01-31vt: make vt_console_print() compatible with the unicode screen bufferNicolas Pitre1-32/+15
2018-11-13vt: fix broken display when running aptitudeMikulas Patocka1-1/+1
2018-09-18tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva1-0/+4
2018-08-18Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-45/+490
2018-08-14Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2018-07-21vt: avoid a VLA in the unicode screen scroll functionNicolas Pitre1-13/+23
2018-07-21vt: coherence validation code for the unicode screen bufferNicolas Pitre1-0/+39
2018-07-21vt: selection: take screen contents from uniscr if availableAdam Borowski2-4/+17
2018-07-21vt: selection: handle storing of characters above U+FFFFAdam Borowski1-5/+18
2018-07-21vt: don't reinvent min()Adam Borowski1-10/+4
2018-07-07kbd: complete dead keys definitionsSamuel Thibault1-1/+29
2018-07-06leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König1-1/+3
2018-07-02Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman1-2/+2
2018-06-28vt: unicode fallback for scrollbackNicolas Pitre2-3/+31
2018-06-28vt: introduce unicode mode for /dev/vcsNicolas Pitre2-14/+136
2018-06-28vt: preserve unicode values corresponding to screen charactersNicolas Pitre1-11/+209
2018-06-28vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko1-2/+2
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook3-6/+8