summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/vt.c
Commit message (Expand)AuthorAgeFilesLines
* vt: Grab console_lock around con_is_bound in show_bindDaniel Vetter2019-07-251-1/+5
* vt: More locking checksDaniel Vetter2019-06-121-0/+16
* vt: might_sleep() annotation for do_blank_screenDaniel Vetter2019-06-121-0/+2
* vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat2019-05-241-2/+9
* Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-05-081-2/+0Star
|\
| * Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman2019-04-211-1/+2
| |\
| * | tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li2019-03-271-2/+0Star
* | | Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2019-04-211-1/+2
|\ \ \ | | |/ | |/|
| * | vt: fix cursor when clearing the screenMikulas Patocka2019-04-171-1/+2
| |/
* / vt: selection: allow functions to be called from inside kernelOkash Khawaja2019-04-191-3/+4
|/
* vt: perform safe console erase in the right orderNicolas Pitre2019-02-121-8/+7Star
* Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman2019-01-281-33/+17Star
|\
| * 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/+15Star
* | 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
* | vcsa: clamp header values when they don't fitNicolas Pitre2019-01-181-2/+3
|/
* 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
* | vt: Remove vc_panic_force_writeDaniel Vetter2018-09-111-8/+4Star
|/
* 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-211-0/+10
* Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman2018-07-021-2/+2
|\
| * vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko2018-06-281-2/+2
* | vt: unicode fallback for scrollbackNicolas Pitre2018-06-281-2/+29
* | vt: introduce unicode mode for /dev/vcsNicolas Pitre2018-06-281-0/+61
* | vt: preserve unicode values corresponding to screen charactersNicolas Pitre2018-06-281-11/+209
|/
* 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
* | tty: vt: fix up tabstops properlyLinus Torvalds2018-03-251-4/+4
|/
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-221-2/+2
* Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-141-50/+57
|\
| * tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
| * 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
* | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
|/
* vt: fix \e[2m using the wrong placeholder color on graphical consolesAdam Borowski2017-06-091-1/+1
* vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski2017-06-091-3/+3
* tty: Disable default console blanking intervalTim Gardner2017-03-311-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* console: Add callback to flush scrollback buffer to consw structManuel Schölling2017-01-251-0/+9
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-131-4/+0Star
|\
| * Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-191-4/+0Star
| |\