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