summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
* vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat2019-06-091-2/+9
* tty/vt: fix write/write race in ioctl(KDSKBSENT) handlerSergei Trofimovich2019-05-221-6/+27
* tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li2019-05-221-2/+0Star
* vt: fix cursor when clearing the screenMikulas Patocka2019-04-271-1/+2
* vt: perform safe console erase in the right orderNicolas Pitre2019-03-231-8/+7Star
* vt: invoke notifier on screen size changeNicolas Pitre2019-01-311-0/+1
* vt: always call notifier with the console lock heldNicolas Pitre2019-01-311-1/+1
* vt: make vt_console_print() compatible with the unicode screen bufferNicolas Pitre2019-01-311-32/+15Star
* vt: fix broken display when running aptitudeMikulas Patocka2018-11-131-1/+1
* 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/+4Star
| * 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-133-6/+8
* vt: Perform safe console erase only onceNicolas Pitre2018-05-251-9/+7Star
* Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-04-051-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-031-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/+1Star
|\
| * tty: vt: replace _manual_ swap with swap macro in set_selectionGustavo A. R. Silva2017-11-281-5/+1Star
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-222-3/+3
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-172-70/+48Star
|\
| * selection: get rid of field-by-field copyinAl Viro2017-09-291-29/+21Star
| * VT_RESIZEX: get rid of field-by-field copyinAl Viro2017-09-291-41/+27Star
* | Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-143-50/+59
|\ \
| * | tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-083-0/+3
| * | tty: vt: remove multi-fetch, derive font.height from font.dataMeng Xu2017-10-201-20/+28
| * | vt: Use consistent logging styleJoe Perches2017-10-041-15/+14Star
| * | vt: Use bsearch library function in is_double_widthThomas Meyer2017-09-181-15/+14Star
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-142-2/+2
|\ \
| * | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-052-2/+2
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* vt: fix \e[2m using the wrong placeholder color on graphical consolesAdam Borowski2017-06-091-1/+1
* Merge branch 'vt_copy_cleanup' into tty-nextGreg Kroah-Hartman2017-06-093-51/+19Star
|\
| * vt: drop access_ok() calls in unimap ioctlsAdam Borowski2017-06-091-8/+0Star