aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
AgeCommit message (Expand)Author
2020-05-14vt: fix unicode console freeing with a common interfaceNicolas Pitre
2020-04-29vt: don't use kmalloc() for the unicode screen bufferNicolas Pitre
2020-04-29vt: don't hardcode the mem allocation upper boundNicolas Pitre
2020-04-02vt: vt_ioctl: fix use-after-free in vt_in_use()Eric Biggers
2020-04-02vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers
2020-04-02vt: vt_ioctl: remove unnecessary console allocation checksEric Biggers
2020-04-02vt: switch vt_dont_switch to boolJiri Slaby
2020-04-02vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlinesJiri Slaby
2020-04-02vt: selection, introduce vc_is_selJiri Slaby
2020-03-11vt: selection, push sel_lock upJiri Slaby
2020-03-11vt: selection, push console lock downJiri Slaby
2020-03-11vt: selection, close sel_buffer raceJiri Slaby
2020-02-28vt: vt_ioctl: fix race in VT_RESIZEXEric Dumazet
2020-02-28vt: selection, handle pending signals in paste_selectionJiri Slaby
2020-02-28vt: fix scrollback flushing on background consolesNicolas Pitre
2019-12-13vcs: prevent write access to vcsu devicesNicolas Pitre
2019-12-13tty: vt: keyboard: reject invalid keycodesDmitry Torokhov
2019-06-09vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat
2019-05-22tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich
2019-05-22tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li
2019-04-27vt: fix cursor when clearing the screenMikulas Patocka
2019-03-23vt: perform safe console erase in the right orderNicolas Pitre
2019-01-31vt: invoke notifier on screen size changeNicolas Pitre
2019-01-31vt: always call notifier with the console lock heldNicolas Pitre
2019-01-31vt: make vt_console_print() compatible with the unicode screen bufferNicolas Pitre
2018-11-13vt: fix broken display when running aptitudeMikulas Patocka
2018-09-18tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva
2018-08-18Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-08-14Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-07-21vt: avoid a VLA in the unicode screen scroll functionNicolas Pitre
2018-07-21vt: coherence validation code for the unicode screen bufferNicolas Pitre
2018-07-21vt: selection: take screen contents from uniscr if availableAdam Borowski
2018-07-21vt: selection: handle storing of characters above U+FFFFAdam Borowski
2018-07-21vt: don't reinvent min()Adam Borowski
2018-07-07kbd: complete dead keys definitionsSamuel Thibault
2018-07-05leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König
2018-07-02Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman
2018-06-28vt: unicode fallback for scrollbackNicolas Pitre
2018-06-28vt: introduce unicode mode for /dev/vcsNicolas Pitre
2018-06-28vt: preserve unicode values corresponding to screen charactersNicolas Pitre
2018-06-28vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-25vt: Perform safe console erase only onceNicolas Pitre
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-02x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Dominik Brodowski
2018-03-25tty: vt: fix up tabstops properlyLinus Torvalds
2018-03-14vt: change SGR 21 to follow the standardsMike Frysinger
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds