summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
* vt: perform safe console erase in the right orderNicolas Pitre2019-02-121-8/+7
* Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman2019-01-281-33/+17
|\
| * vt: invoke notifier on screen size changeNicolas Pitre2019-01-181-0/+1
| * vt: always call notifier with the console lock heldNicolas Pitre2019-01-181-1/+1
| * vt: make vt_console_print() compatible with the unicode screen bufferNicolas Pitre2019-01-181-32/+15
* | vt: ignore sequences that contain ':' in parameters.Martin Hostettler2019-01-181-4/+4
* | vt: ignore csi sequences with intermediate characters.Martin Hostettler2019-01-181-1/+10
* | vt: Implement parsing for >, =, < private sequences.Martin Hostettler2019-01-181-4/+18
* | vt: refactor vc_ques to allow of other private sequences.Martin Hostettler2019-01-181-9/+11
* | vt: annotate implicit fall throughsMathieu Malaterre2019-01-181-0/+2
* | vcs: restore and document initial POLLPRI eventNicolas Pitre2019-01-181-0/+9
* | vcs: fasync(): make it consistent with poll()Nicolas Pitre2019-01-181-3/+12
* | vcs: poll(): cope with a deallocated vtNicolas Pitre2019-01-181-6/+15
* | vcsa: clamp header values when they don't fitNicolas Pitre2019-01-182-4/+6
|/
* Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-11-101-1/+1
|\
| * vt: fix broken display when running aptitudeMikulas Patocka2018-11-081-1/+1
* | Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-10-281-8/+4
|\ \
| * | BackMerge v4.19-rc6 into drm-nextDave Airlie2018-10-041-0/+4
| |\|
| * | vt: Remove vc_panic_force_writeDaniel Vetter2018-09-111-8/+4
* | | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-22/+9
|\ \ \ | |_|/ |/| |
| * | vt_compat_ioctl(): clean up, use compat_ptr() properlyAl Viro2018-10-131-22/+9
| |/
* / tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva2018-09-181-0/+4
|/
* Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-08-184-45/+490
|\
| * vt: avoid a VLA in the unicode screen scroll functionNicolas Pitre2018-07-211-13/+23
| * vt: coherence validation code for the unicode screen bufferNicolas Pitre2018-07-211-0/+39
| * vt: selection: take screen contents from uniscr if availableAdam Borowski2018-07-212-4/+17
| * vt: selection: handle storing of characters above U+FFFFAdam Borowski2018-07-211-5/+18
| * vt: don't reinvent min()Adam Borowski2018-07-211-10/+4
| * kbd: complete dead keys definitionsSamuel Thibault2018-07-071-1/+29
| * Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman2018-07-021-2/+2
| |\
| * | vt: unicode fallback for scrollbackNicolas Pitre2018-06-282-3/+31
| * | vt: introduce unicode mode for /dev/vcsNicolas Pitre2018-06-282-14/+136
| * | vt: preserve unicode values corresponding to screen charactersNicolas Pitre2018-06-281-11/+209
* | | Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-141-1/+3
|\ \ \ | |_|/ |/| |
| * | leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König2018-07-051-1/+3
| |/
* / vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko2018-06-281-2/+2
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-123-6/+8
* vt: Perform safe console erase only onceNicolas Pitre2018-05-251-9/+7
* Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-04-041-1/+5
|\
| * vt: change SGR 21 to follow the standardsMike Frysinger2018-03-141-1/+5
* | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-021-3/+3
|\ \
| * | x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Dominik Brodowski2018-04-021-3/+3
| |/
* / tty: vt: fix up tabstops properlyLinus Torvalds2018-03-251-4/+4
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-011-5/+1
|\
| * tty: vt: replace _manual_ swap with swap macro in set_selectionGustavo A. R. Silva2017-11-281-5/+1
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-212-3/+3
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-172-70/+48
|\
| * selection: get rid of field-by-field copyinAl Viro2017-09-291-29/+21