summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/vt.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* | 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-251-4/+2Star
|/
* 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: vt: initialize softcursor_original correctlyMelchior FRANZ2016-02-071-1/+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
* | vt: Deinline save_screen, save 238 bytesDenys Vlasenko2015-12-141-1/+1
|/
* tty/vt: Fix the memory leak in visual_initDongxing Zhang2015-07-241-0/+2
* 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: Use static attribute groups for sysfs entriesTakashi Iwai2015-03-261-39/+31Star
* vt: use msecs_to_jiffies for time conversionNicholas Mc Guire2015-03-071-1/+1
* tty: vt/vt: fix sparse warningLad, Prabhakar2015-03-071-1/+1
* vt: provide notifications on selection changesNicolas Pitre2015-02-021-1/+3
* vt: fix locking around vt_bind/vt_unbindImre Deak2015-01-091-6/+5Star
* vt: fix check for system/busy console drivers when unregistering themImre Deak2015-01-091-2/+1Star
* tty: pr_warning->pr_warn and logging neateningJoe Perches2014-11-261-2/+2
* vt: Fix build breakage when !CONFIG_VT_CONSOLEPeter Hurley2014-11-221-2/+2
* tty:vt remove obsolete struct initializerPeng Fan2014-11-061-6/+10
* vt: Remove vt_get_kmsg_redirect() from uapi headerPeter Hurley2014-11-061-0/+2
* Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-06-191-10/+14
|\
| * vt: Don't ignore unbind errors in vt_unbindDaniel Vetter2014-06-061-1/+4
| * vt: Fix up unregistration of vt driversDaniel Vetter2014-06-061-7/+9
| * vt: Fix replacement console check when unbindingDaniel Vetter2014-06-061-2/+1Star
* | console: Use explicit pointer type for vc_uni_pagedir* fieldsTakashi Iwai2014-05-281-1/+1
* | vt: emulate 8- and 24-bit colour codes.Adam Borowski2014-05-281-8/+79
|/
* vt: detect and ignore OSC codes.Adam Borowski2014-03-011-3/+11
* vt: drop an useless enum and assignment.Adam Borowski2014-03-011-4/+2Star
* vt: Fix secure clear screenPetr Písař2014-02-131-0/+2
* vt: properly ignore xterm-256 colour codesAdam Borowski2013-09-271-0/+22
* vt: break a couple of obsolete SCOish codes.Adam Borowski2013-09-271-14/+1Star
* vt: make the default color configurableClemens Ladisch2013-08-051-1/+3
* tty: Convert termios_mutex to termios_rwsemPeter Hurley2013-07-241-2/+2