summaryrefslogtreecommitdiff
path: root/drivers/tty/vt/vt.c
Commit message (Expand)AuthorAge
* Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-04-04
|\
| * vt: change SGR 21 to follow the standardsMike Frysinger2018-03-14
* | tty: vt: fix up tabstops properlyLinus Torvalds2018-03-25
|/
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-21
* Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-13
|\
| * tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-08
| * tty: vt: remove multi-fetch, derive font.height from font.dataMeng Xu2017-10-20
| * vt: Use consistent logging styleJoe Perches2017-10-04
| * vt: Use bsearch library function in is_double_widthThomas Meyer2017-09-18
* | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-05
|/
* vt: fix \e[2m using the wrong placeholder color on graphical consolesAdam Borowski2017-06-09
* vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski2017-06-09
* tty: Disable default console blanking intervalTim Gardner2017-03-31
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* console: Add callback to flush scrollback buffer to consw structManuel Schölling2017-01-25
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-13
|\
| * Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-19
| |\
| | * tty, workqueue: remove keventd_up() usageTejun Heo2016-09-17
* | | Merge 4.9-rc3 into tty-nextGreg Kroah-Hartman2016-10-30
|\ \ \
| * | | vt: clear selection before resizingScot Doyle2016-10-27
| * | | tty: limit terminal size to 4M charsDmitry Vyukov2016-10-27
| * | | tty: vt, fix bogus division in csi_JJiri Slaby2016-10-27
| |/ /
* | | tty: vt, rename variables to sane namesJiri Slaby2016-10-27
* | | tty: vt, compute vc offsets in advanceJiri Slaby2016-10-27
* | | tty: vgacon+sisusb, move scrolldelta to a common helperJiri Slaby2016-10-27
* | | tty: vt, unify scrolling functionsJiri Slaby2016-10-27
* | | tty: vt, cleanup and document con_scrollJiri Slaby2016-10-27
|/ /
* | Merge branch 'printk-cleanups'Linus Torvalds2016-10-10
|\ \
| * | printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds2016-10-09
| |/
* | vt: Emulate \e[100-107m (bright background colors).Adam Borowski2016-09-22
* | vt: Support \e[90-97m (bright foreground colors).Adam Borowski2016-09-22
* | vt: Drop a no longer true comment.Adam Borowski2016-09-22
* | vt: Make a comparison <= for readability.Adam Borowski2016-09-22
* | vt: Fix a read-past-array in vc_t416_color().Adam Borowski2016-09-22
|/
* Merge 4.7-rc6 into tty-nextGreg Kroah-Hartman2016-07-04
|\
| * tty: vt: Fix soft lockup in fbcon cursor blink timer.David Daney2016-06-25
* | tty: vt, remove unused vc_deccolmJiri Slaby2016-06-25
* | tty: vt, convert more macros to functionsJiri Slaby2016-06-25
* | tty: vt, whitespace cleanup in csi_mJiri Slaby2016-06-25
* | tty: vt, too many commands per line in rgb_foregroundJiri Slaby2016-06-25
* | tty: vt, do not pass structure over stackJiri Slaby2016-06-25
* | tty: vt, separate T.416 high colors handlerJiri Slaby2016-06-25
* | tty: vt, get rid of ugly FLUSH macroJiri Slaby2016-06-25
* | tty: vt, drop VT_BUF_VRAM_ONLYJiri Slaby2016-06-25
* | tty: vt, consw->con_set_palette cleanupJiri Slaby2016-06-25
* | tty: vt, consw->con_scrolldelta cleanupJiri Slaby2016-06-25
* | vt: remove lines parameter from scrollbackJiri Slaby2016-06-25
|/
* tty: vt, finish looping on duplicateJiri Slaby2016-05-03
* tty: vt, return error when con_startup failsJiri Slaby2016-05-03
* tty: vt, use proper type for default colorsJiri Slaby2016-04-30