aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/vt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-25vt: Grab console_lock around con_is_bound in show_bindDaniel Vetter1-1/+5
2019-06-12vt: More locking checksDaniel Vetter1-0/+16
2019-06-12vt: might_sleep() annotation for do_blank_screenDaniel Vetter1-0/+2
2019-05-24vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat1-2/+9
2019-05-08Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+0
2019-04-21Merge 5.1-rc6 into tty-nextGreg Kroah-Hartman1-1/+2
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman1-1/+2
2019-04-19vt: selection: allow functions to be called from inside kernelOkash Khawaja1-3/+4
2019-04-17vt: fix cursor when clearing the screenMikulas Patocka1-1/+2
2019-03-28tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li1-2/+0
2019-02-12vt: perform safe console erase in the right orderNicolas Pitre1-8/+7
2019-01-28Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman1-33/+17
2019-01-18vt: ignore sequences that contain ':' in parameters.Martin Hostettler1-4/+4
2019-01-18vt: ignore csi sequences with intermediate characters.Martin Hostettler1-1/+10
2019-01-18vt: Implement parsing for >, =, < private sequences.Martin Hostettler1-4/+18
2019-01-18vt: refactor vc_ques to allow of other private sequences.Martin Hostettler1-9/+11
2019-01-18vt: annotate implicit fall throughsMathieu Malaterre1-0/+2
2019-01-18vcsa: clamp header values when they don't fitNicolas Pitre1-2/+3
2019-01-18vt: invoke notifier on screen size changeNicolas Pitre1-0/+1
2019-01-18vt: always call notifier with the console lock heldNicolas Pitre1-1/+1
2019-01-18vt: make vt_console_print() compatible with the unicode screen bufferNicolas Pitre1-32/+15
2018-11-10Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2018-11-08vt: fix broken display when running aptitudeMikulas Patocka1-1/+1
2018-09-11vt: Remove vc_panic_force_writeDaniel Vetter1-8/+4
2018-07-21vt: avoid a VLA in the unicode screen scroll functionNicolas Pitre1-13/+23
2018-07-21vt: coherence validation code for the unicode screen bufferNicolas Pitre1-0/+39
2018-07-21vt: selection: take screen contents from uniscr if availableAdam Borowski1-0/+10
2018-07-02Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman1-2/+2
2018-06-28vt: unicode fallback for scrollbackNicolas Pitre1-2/+29
2018-06-28vt: introduce unicode mode for /dev/vcsNicolas Pitre1-0/+61
2018-06-28vt: preserve unicode values corresponding to screen charactersNicolas Pitre1-11/+209
2018-06-28vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko1-2/+2
2018-05-25vt: Perform safe console erase only onceNicolas Pitre1-9/+7
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+5
2018-03-25tty: vt: fix up tabstops properlyLinus Torvalds1-4/+4
2018-03-14vt: change SGR 21 to follow the standardsMike Frysinger1-1/+5
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-13Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-50/+57
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-20tty: vt: remove multi-fetch, derive font.height from font.dataMeng Xu1-20/+28
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-10-04vt: Use consistent logging styleJoe Perches1-15/+14
2017-09-18vt: Use bsearch library function in is_double_widthThomas Meyer1-15/+14
2017-06-09vt: fix \e[2m using the wrong placeholder color on graphical consolesAdam Borowski1-1/+1
2017-06-09vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski1-3/+3
2017-03-31tty: Disable default console blanking intervalTim Gardner1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-25console: Add callback to flush scrollback buffer to consw structManuel Schölling1-0/+9
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-4/+0
2016-10-30Merge 4.9-rc3 into tty-nextGreg Kroah-Hartman1-1/+6