summaryrefslogtreecommitdiff
path: root/drivers/tty/vt
AgeCommit message (Expand)AuthorFilesLines
2019-05-02vt: invoke notifier on screen size changeNicolas Pitre1-0/+1
2019-05-02vt: always call notifier with the console lock heldNicolas Pitre1-1/+1
2018-12-17tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva1-0/+4
2018-11-20vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko1-2/+2
2018-11-20tty: vt, get rid of weird source code flowJiri Slaby1-31/+39
2018-11-20tty: vt, remove reduntant checkJiri Slaby1-4/+0
2018-10-21vt: change SGR 21 to follow the standardsMike Frysinger1-1/+5
2018-06-17tty: vt: fix up tabstops properlyLinus Torvalds1-4/+4
2017-10-12vt: fix unchecked __put_user() in tioclinux ioctlsAdam Borowski1-3/+3
2017-02-23vt: clear selection before resizingScot Doyle1-0/+3
2017-02-23tty: limit terminal size to 4M charsDmitry Vyukov1-0/+2
2017-02-23tty: vt, fix bogus division in csi_JJiri Slaby1-1/+1
2016-11-20tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Dmitry Torokhov1-21/+9
2016-08-23tty: vt, return error when con_startup failsJiri Slaby1-2/+3
2015-03-02vt: provide notifications on selection changesNicolas Pitre1-1/+3
2014-11-14tty/vt: don't set font mappings on vc not supporting thisImre Deak1-0/+7
2014-06-19Merge tag 'drm-intel-fixes-2014-06-17' of git://anongit.freedesktop.org/drm-i...Dave Airlie1-10/+14
2014-06-07vt: Don't ignore unbind errors in vt_unbindDaniel Vetter1-1/+4
2014-06-07vt: Fix up unregistration of vt driversDaniel Vetter1-7/+9
2014-06-07vt: Fix replacement console check when unbindingDaniel Vetter1-2/+1
2014-05-29console: Remove superfluous readonly checkTakashi Iwai1-13/+3
2014-05-29console: Use explicit pointer type for vc_uni_pagedir* fieldsTakashi Iwai2-20/+20
2014-05-29vt: emulate 8- and 24-bit colour codes.Adam Borowski1-8/+79
2014-03-01vt: detect and ignore OSC codes.Adam Borowski1-3/+11
2014-03-01vt: drop an useless enum and assignment.Adam Borowski1-4/+2
2014-02-13vt: Fix secure clear screenPetr Písař1-0/+2
2013-09-27vt: properly ignore xterm-256 colour codesAdam Borowski1-0/+22
2013-09-27vt: break a couple of obsolete SCOish codes.Adam Borowski1-14/+1
2013-08-05vt: make the default color configurableClemens Ladisch1-1/+3
2013-07-27tty: Remove dead codeAndreas Platschek1-20/+1
2013-07-24tty: Fix unsafe vt paste_selection()Peter Hurley1-1/+3
2013-07-24tty: Convert termios_mutex to termios_rwsemPeter Hurley1-2/+2
2013-07-24tty: Make ldisc input flow control concurrency-friendlyPeter Hurley1-2/+2
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-16/+1
2013-06-29vc: switch to fixed_size_llseek()Al Viro1-16/+1
2013-06-25Merge 3.10-rc7 into tty-nextGreg Kroah-Hartman1-4/+1
2013-06-17tty/vt: Return EBUSY if deallocating VT1 and it is busyRoss Lagerwall1-4/+1
2013-05-27Merge 3.10-rc3 into tty-nextGreg Kroah-Hartman2-26/+55
2013-05-21TTY:vt: convert remain take_over_console's users to do_take_over_consoleWang YanQing1-1/+1
2013-05-20vt: delete unneeded function unregister_con_driverWang YanQing1-12/+1
2013-05-20fbcon: convert last two unregister_con_driver call to do_unregister_con_driverWang YanQing1-1/+3
2013-05-20vt: delete unneeded function bind_con_driverWang YanQing1-11/+0
2013-05-20vt: convert last bind_con_driver call to do_bind_con_driverWang YanQing1-2/+5
2013-05-20vt: delete unneeded function unbind_con_driverWang YanQing1-28/+0
2013-05-20vt: convert last unbind_con_driver call to do_unbind_con_driverWang YanQing1-2/+5
2013-05-20vt: delete unneeded functions register_con_driver|take_over_consoleWang YanQing1-45/+0
2013-05-20tty/vt: Fix vc_deallocate() lock orderPeter Hurley2-26/+55
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman1-2/+4
2013-03-27vt: synchronize_rcu() under spinlock is not nice...Al Viro1-2/+4
2013-03-19driver: tty: vt: remove cast for kmalloc return valueZhang Yanfei1-2/+1