summaryrefslogtreecommitdiff
path: root/drivers/tty/vt
AgeCommit message (Expand)Author
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-18vt: invoke notifier on screen size changeNicolas Pitre
2019-01-18vt: always call notifier with the console lock heldNicolas Pitre
2019-01-18vt: make vt_console_print() compatible with the unicode screen bufferNicolas Pitre
2018-11-10Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-11-08vt: fix broken display when running aptitudeMikulas Patocka
2018-10-28Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-13vt_compat_ioctl(): clean up, use compat_ptr() properlyAl Viro
2018-10-04BackMerge v4.19-rc6 into drm-nextDave Airlie
2018-09-18tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva
2018-09-11vt: Remove vc_panic_force_writeDaniel Vetter
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
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-28tty: vt: replace _manual_ swap with swap macro in set_selectionGustavo A. R. Silva
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-20tty: vt: remove multi-fetch, derive font.height from font.dataMeng Xu
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-10-04vt: Use consistent logging styleJoe Perches
2017-09-29selection: get rid of field-by-field copyinAl Viro