summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/vt.c
Commit message (Expand)AuthorAgeFilesLines
* vt: perform safe console erase in the right orderNicolas Pitre2019-03-231-8/+7
* 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
* 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/+4
|/
* 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/+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
* | tty: vt: fix up tabstops properlyLinus Torvalds2018-03-251-4/+4
|/
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-131-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/+14
| * vt: Use bsearch library function in is_double_widthThomas Meyer2017-09-181-15/+14
* | 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/+0
|\
| * Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-191-4/+0
| |\
| | * tty, workqueue: remove keventd_up() usageTejun Heo2016-09-171-4/+0
* | | Merge 4.9-rc3 into tty-nextGreg Kroah-Hartman2016-10-301-1/+6
|\ \ \
| * | | vt: clear selection before resizingScot Doyle2016-10-271-0/+3
| * | | tty: limit terminal size to 4M charsDmitry Vyukov2016-10-271-0/+2
| * | | tty: vt, fix bogus division in csi_JJiri Slaby2016-10-271-1/+1
| |/ /
* | | tty: vt, rename variables to sane namesJiri Slaby2016-10-271-13/+13
* | | tty: vt, compute vc offsets in advanceJiri Slaby2016-10-271-5/+7
* | | tty: vgacon+sisusb, move scrolldelta to a common helperJiri Slaby2016-10-271-0/+38
* | | tty: vt, unify scrolling functionsJiri Slaby2016-10-271-30/+17
* | | tty: vt, cleanup and document con_scrollJiri Slaby2016-10-271-2/+4
|/ /
* | Merge branch 'printk-cleanups'Linus Torvalds2016-10-101-3/+3
|\ \
| * | printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds2016-10-091-3/+3
| |/
* | vt: Emulate \e[100-107m (bright background colors).Adam Borowski2016-09-221-2/+3
* | vt: Support \e[90-97m (bright foreground colors).Adam Borowski2016-09-221-0/+4
* | vt: Drop a no longer true comment.Adam Borowski2016-09-221-2/+2
* | vt: Make a comparison <= for readability.Adam Borowski2016-09-221-1/+1
* | vt: Fix a read-past-array in vc_t416_color().Adam Borowski2016-09-221-1/+1
|/
OpenPOWER on IntegriCloud