summaryrefslogtreecommitdiff
path: root/drivers/tty/vt
AgeCommit message (Expand)Author
2019-11-27vcs: prevent write access to vcsu devicesNicolas Pitre
2019-11-23tty: vt: keyboard: reject invalid keycodesDmitry Torokhov
2019-07-25vt: Grab console_lock around con_is_bound in show_bindDaniel Vetter
2019-06-12vt: More locking checksDaniel Vetter
2019-06-12vt: might_sleep() annotation for do_blank_screenDaniel Vetter
2019-05-24vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat
2019-05-08Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-04-21Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman
2019-04-19vt: selection: allow functions to be called from inside kernelOkash Khawaja
2019-04-17vt: fix cursor when clearing the screenMikulas Patocka
2019-04-16tty: vt: keyboard: Allow Unicode compose base charReinis Danne
2019-04-16tty/vt: avoid high order pages allocation on GIO_UNIMAP ioctlKonstantin Khorenko
2019-04-04tty: fix up a few remaining files without SPDX identifiersGreg Kroah-Hartman
2019-03-28vt: use /dev/vcs (not /dev/vcs0) in commentJakub Wilk
2019-03-28tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li
2019-03-28tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich
2019-02-12vt: perform safe console erase in the right orderNicolas Pitre
2019-01-28Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman
2019-01-18vt: ignore sequences that contain ':' in parameters.Martin Hostettler
2019-01-18vt: ignore csi sequences with intermediate characters.Martin Hostettler
2019-01-18vt: Implement parsing for >, =, < private sequences.Martin Hostettler
2019-01-18vt: refactor vc_ques to allow of other private sequences.Martin Hostettler
2019-01-18vt: annotate implicit fall throughsMathieu Malaterre
2019-01-18vcs: restore and document initial POLLPRI eventNicolas Pitre
2019-01-18vcs: fasync(): make it consistent with poll()Nicolas Pitre
2019-01-18vcs: poll(): cope with a deallocated vtNicolas Pitre
2019-01-18vcsa: clamp header values when they don't fitNicolas 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