summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/vt.c
Commit message (Expand)AuthorAgeFilesLines
* tty: vt.c: Fix TIOCL_BLANKSCREEN console blanking if blankinterval == 0Yifeng Li2019-05-211-2/+0
* vt: always call notifier with the console lock heldNicolas Pitre2019-05-161-1/+1
* vt: invoke notifier on screen size changeNicolas Pitre2019-01-311-0/+1
* vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko2018-07-081-2/+2
* vt: change SGR 21 to follow the standardsMike Frysinger2018-04-081-1/+5
* tty: vt: fix up tabstops properlyLinus Torvalds2018-03-281-4/+4
* 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
|/
* Merge 4.7-rc6 into tty-nextGreg Kroah-Hartman2016-07-041-0/+1
|\
| * tty: vt: Fix soft lockup in fbcon cursor blink timer.David Daney2016-06-251-0/+1
* | tty: vt, remove unused vc_deccolmJiri Slaby2016-06-251-1/+0
* | tty: vt, convert more macros to functionsJiri Slaby2016-06-251-28/+34
* | tty: vt, whitespace cleanup in csi_mJiri Slaby2016-06-251-84/+85
* | tty: vt, too many commands per line in rgb_foregroundJiri Slaby2016-06-251-11/+16
* | tty: vt, do not pass structure over stackJiri Slaby2016-06-251-33/+33
* | tty: vt, separate T.416 high colors handlerJiri Slaby2016-06-251-48/+37
* | tty: vt, get rid of ugly FLUSH macroJiri Slaby2016-06-251-13/+18
* | tty: vt, drop VT_BUF_VRAM_ONLYJiri Slaby2016-06-251-19/+3
* | tty: vt, consw->con_set_palette cleanupJiri Slaby2016-06-251-1/+1
* | tty: vt, consw->con_scrolldelta cleanupJiri Slaby2016-06-251-1/+1
* | vt: remove lines parameter from scrollbackJiri Slaby2016-06-251-4/+2
|/
* tty: vt, finish looping on duplicateJiri Slaby2016-05-031-5/+4
* tty: vt, return error when con_startup failsJiri Slaby2016-05-031-2/+3
* tty: vt, use proper type for default colorsJiri Slaby2016-04-301-10/+17
* tty: vt, make color_table constJiri Slaby2016-04-301-1/+1
* tty: vt, get rid of weird source code flowJiri Slaby2016-04-301-31/+39
* tty: vt, remove reduntant checkJiri Slaby2016-04-301-4/+0
* tty: vt: initialize softcursor_original correctlyMelchior FRANZ2016-02-061-1/+1