aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/vt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-27vt: clear selection before resizingScot Doyle1-0/+3
2016-10-27tty: limit terminal size to 4M charsDmitry Vyukov1-0/+2
2016-10-27tty: vt, rename variables to sane namesJiri Slaby1-13/+13
2016-10-27tty: vt, compute vc offsets in advanceJiri Slaby1-5/+7
2016-10-27tty: vgacon+sisusb, move scrolldelta to a common helperJiri Slaby1-0/+38
2016-10-27tty: vt, unify scrolling functionsJiri Slaby1-30/+17
2016-10-27tty: vt, cleanup and document con_scrollJiri Slaby1-2/+4
2016-10-27tty: vt, fix bogus division in csi_JJiri Slaby1-1/+1
2016-10-19Merge branch 'for-4.9' into for-4.10Tejun Heo1-4/+0
2016-10-10Merge branch 'printk-cleanups'Linus Torvalds1-3/+3
2016-10-09printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds1-3/+3
2016-09-22vt: Emulate \e[100-107m (bright background colors).Adam Borowski1-2/+3
2016-09-22vt: Support \e[90-97m (bright foreground colors).Adam Borowski1-0/+4
2016-09-22vt: Drop a no longer true comment.Adam Borowski1-2/+2
2016-09-22vt: Make a comparison <= for readability.Adam Borowski1-1/+1
2016-09-22vt: Fix a read-past-array in vc_t416_color().Adam Borowski1-1/+1
2016-09-17tty, workqueue: remove keventd_up() usageTejun Heo1-4/+0
2016-07-04Merge 4.7-rc6 into tty-nextGreg Kroah-Hartman1-0/+1
2016-06-25tty: vt: Fix soft lockup in fbcon cursor blink timer.David Daney1-0/+1
2016-06-25tty: vt, remove unused vc_deccolmJiri Slaby1-1/+0
2016-06-25tty: vt, convert more macros to functionsJiri Slaby1-28/+34