summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/vt.c
Commit message (Expand)AuthorAgeFilesLines
* vt: Disable KD_FONT_OP_COPYDaniel Vetter2020-11-101-22/+2
* vt: defer kfree() of vc_screenbuf in vc_do_resize()Tetsuo Handa2020-09-031-2/+3
* vt: Reject zero-sized screen buffer size.Tetsuo Handa2020-07-311-11/+18
* vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers2020-04-021-1/+22
* vt: selection, introduce vc_is_selJiri Slaby2020-04-021-3/+4
* vt: selection, push console lock downJiri Slaby2020-03-111-2/+0
* 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-111-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 unchecked __put_user() in tioclinux ioctlsAdam Borowski2017-07-211-3/+3
* 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 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
* Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-01-311-0/+1
|\
| * Staging: speakup: fix read scrolled-back VTSamuel Thibault2016-01-281-0/+1
* | vt: Deinline save_screen, save 238 bytesDenys Vlasenko2015-12-131-1/+1
|/
* tty/vt: Fix the memory leak in visual_initDongxing Zhang2015-07-231-0/+2
* vt: Don't check KD_GRAPHICS when binding/unbindingDaniel Vetter2015-05-101-20/+2
* 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: Use static attribute groups for sysfs entriesTakashi Iwai2015-03-261-39/+31
* vt: use msecs_to_jiffies for time conversionNicholas Mc Guire2015-03-071-1/+1