summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-07-254-247/+221Star
|\
| * Merge 4.7-rc6 into tty-nextGreg Kroah-Hartman2016-07-041-0/+1
| |\
| * | tty/vt/keyboard: use memdup_user().Muhammad Falak R Wani2016-06-251-10/+4Star
| * | tty: vt, remove unused vc_deccolmJiri Slaby2016-06-251-1/+0Star
| * | tty: vt, ignore PIO_UNIMAPCLR paramJiri Slaby2016-06-252-14/+7Star
| * | 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/+37Star
| * | tty: vt, get rid of ugly FLUSH macroJiri Slaby2016-06-251-13/+18
| * | tty: vt, drop VT_BUF_VRAM_ONLYJiri Slaby2016-06-251-19/+3Star
| * | 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-252-5/+3Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-07-231-21/+9Star
|\ \ \ | |_|/ |/| |
| * | tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov2016-07-211-21/+9Star
* | | tty: vt: Fix soft lockup in fbcon cursor blink timer.David Daney2016-06-251-0/+1
| |/ |/|
* | tty: vt, finish looping on duplicateJiri Slaby2016-05-041-5/+4Star
* | tty: vt, return error when con_startup failsJiri Slaby2016-05-041-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/+0Star
* | tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
|/
* tty: vt: initialize softcursor_original correctlyMelchior FRANZ2016-02-071-1/+1
* tty/vt/keyboard: use memdup_user to simplify codeSaurabh Sengar2016-02-071-9/+5Star
* Merge 4.5-rc2 into tty-nextGreg Kroah-Hartman2016-02-011-0/+1
|\
| * Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-02-011-0/+1
| |\
| | * Staging: speakup: fix read scrolled-back VTSamuel Thibault2016-01-291-0/+1
* | | tty: Prepare for destroying line discipline on hangupPeter Hurley2016-01-281-0/+2
|/ /
* / vt: Deinline save_screen, save 238 bytesDenys Vlasenko2015-12-141-1/+1
|/
* tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()Peter Hurley2015-07-241-0/+1
* tty/vt: Fix the memory leak in visual_initDongxing Zhang2015-07-241-0/+2
* Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-272-53/+99
|\
| * vt: Don't check KD_GRAPHICS when binding/unbindingDaniel Vetter2015-05-101-20/+2Star
| * vt: fix console lock vs. kernfs s_active lock orderImre Deak2015-05-101-10/+51
| * vt: add cursor blink interval escape sequenceScot Doyle2015-05-101-0/+9
| * tty: consolemap.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-23/+37
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-06-251-26/+130
|\ \ | |/ |/|