aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/vt
AgeCommit message (Expand)AuthorFilesLines
2019-06-12vt: More locking checksGravatar Daniel Vetter 1-0/+16
2019-06-12vt: might_sleep() annotation for do_blank_screenGravatar Daniel Vetter 1-0/+2
2019-05-24vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGravatar Grzegorz Halat 1-2/+9
2019-05-08Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 8-14/+37
2019-04-21Merge 5.1-rc6 into tty-nextGravatar Greg Kroah-Hartman 1-1/+2
2019-04-21Merge 5.1-rc6 into staging-nextGravatar Greg Kroah-Hartman 1-1/+2
2019-04-19vt: selection: allow functions to be called from inside kernelGravatar Okash Khawaja 2-19/+34
2019-04-17vt: fix cursor when clearing the screenGravatar Mikulas Patocka 1-1/+2
2019-04-16tty: vt: keyboard: Allow Unicode compose base charGravatar Reinis Danne 1-1/+1
2019-04-16tty/vt: avoid high order pages allocation on GIO_UNIMAP ioctlGravatar Konstantin Khorenko 1-4/+4
2019-04-04tty: fix up a few remaining files without SPDX identifiersGravatar Greg Kroah-Hartman 4-0/+4
2019-03-28vt: use /dev/vcs (not /dev/vcs0) in commentGravatar Jakub Wilk 1-1/+1
2019-03-28tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Gravatar Yifeng Li 1-2/+0
2019-03-28tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerGravatar Sergei Trofimovich 1-6/+27
2019-02-12vt: perform safe console erase in the right orderGravatar Nicolas Pitre 1-8/+7
2019-01-28Merge 5.0-rc4 into tty-nextGravatar Greg Kroah-Hartman 1-33/+17
2019-01-18vt: ignore sequences that contain ':' in parameters.Gravatar Martin Hostettler 1-4/+4
2019-01-18vt: ignore csi sequences with intermediate characters.Gravatar Martin Hostettler 1-1/+10
2019-01-18vt: Implement parsing for >, =, < private sequences.Gravatar Martin Hostettler 1-4/+18
2019-01-18vt: refactor vc_ques to allow of other private sequences.Gravatar Martin Hostettler 1-9/+11
2019-01-18vt: annotate implicit fall throughsGravatar Mathieu Malaterre 1-0/+2
2019-01-18vcs: restore and document initial POLLPRI eventGravatar Nicolas Pitre 1-0/+9
2019-01-18vcs: fasync(): make it consistent with poll()Gravatar Nicolas Pitre 1-3/+12
2019-01-18vcs: poll(): cope with a deallocated vtGravatar Nicolas Pitre 1-6/+15
2019-01-18vcsa: clamp header values when they don't fitGravatar Nicolas Pitre 2-4/+6
2019-01-18vt: invoke notifier on screen size changeGravatar Nicolas Pitre 1-0/+1
2019-01-18vt: always call notifier with the console lock heldGravatar Nicolas Pitre 1-1/+1
2019-01-18vt: make vt_console_print() compatible with the unicode screen bufferGravatar Nicolas Pitre 1-32/+15
2018-11-10Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+1
2018-11-08vt: fix broken display when running aptitudeGravatar Mikulas Patocka 1-1/+1
2018-10-28Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-8/+4
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-22/+9
2018-10-13vt_compat_ioctl(): clean up, use compat_ptr() properlyGravatar Al Viro 1-22/+9
2018-10-04BackMerge v4.19-rc6 into drm-nextGravatar Dave Airlie 1-0/+4
2018-09-18tty: vt_ioctl: fix potential Spectre v1Gravatar Gustavo A. R. Silva 1-0/+4
2018-09-11vt: Remove vc_panic_force_writeGravatar Daniel Vetter 1-8/+4
2018-08-18Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 4-45/+490
2018-08-14Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+3
2018-07-21vt: avoid a VLA in the unicode screen scroll functionGravatar Nicolas Pitre 1-13/+23
2018-07-21vt: coherence validation code for the unicode screen bufferGravatar Nicolas Pitre 1-0/+39
2018-07-21vt: selection: take screen contents from uniscr if availableGravatar Adam Borowski 2-4/+17
2018-07-21vt: selection: handle storing of characters above U+FFFFGravatar Adam Borowski 1-5/+18
2018-07-21vt: don't reinvent min()Gravatar Adam Borowski 1-10/+4
2018-07-07kbd: complete dead keys definitionsGravatar Samuel Thibault 1-1/+29
2018-07-05leds: triggers: let struct led_trigger::activate() return an error codeGravatar Uwe Kleine-König 1-1/+3
2018-07-02Merge 4.18-rc3 into tty-nextGravatar Greg Kroah-Hartman 1-2/+2
2018-06-28vt: unicode fallback for scrollbackGravatar Nicolas Pitre 2-3/+31
2018-06-28vt: introduce unicode mode for /dev/vcsGravatar Nicolas Pitre 2-14/+136
2018-06-28vt: preserve unicode values corresponding to screen charactersGravatar Nicolas Pitre 1-11/+209
2018-06-28vt: prevent leaking uninitialized data to userspace via /dev/vcs*Gravatar Alexander Potapenko 1-2/+2