aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/vt
AgeCommit message (Expand)AuthorFilesLines
2017-06-09vt: fix \e[2m using the wrong placeholder color on graphical consolesGravatar Adam Borowski 1-1/+1
2017-06-09Merge branch 'vt_copy_cleanup' into tty-nextGravatar Greg Kroah-Hartman 3-51/+19
2017-06-09vt: drop access_ok() calls in unimap ioctlsGravatar Adam Borowski 1-8/+0
2017-06-09vt: use memdup_user in PIO_UNIMAP ioctlGravatar Adam Borowski 1-8/+3
2017-06-09vt: use copy_to_user instead of __put_user in GIO_UNIMAP ioctlGravatar Adam Borowski 1-8/+6
2017-06-09vt: fix unchecked __put_user() in tioclinux ioctlsGravatar Adam Borowski 1-3/+3
2017-06-09vt: use copy_from/to_user instead of __get/put_user for scrnmap ioctlsGravatar Adam Borowski 1-24/+7
2017-05-18tty/vt/keyboard: Remove AVR32 bits from the driverGravatar Andy Shevchenko 1-2/+1
2017-04-11vt: make mouse selection of non-ASCII consistentGravatar Adam Borowski 1-10/+6
2017-04-11vt: set mouse selection word-chars to gpm's defaultGravatar Adam Borowski 1-1/+1
2017-04-03Merge 4.11-rc5 into tty-nextGravatar Greg Kroah-Hartman 1-1/+0
2017-03-31tty: Disable default console blanking intervalGravatar Tim Gardner 1-1/+1
2017-03-28sched/headers: Remove duplicate #include <linux/sched/debug.h> lineGravatar Ingo Molnar 1-1/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 3-3/+3
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskGravatar Michal Hocko 1-1/+1
2017-01-25console: Add callback to flush scrollback buffer to consw structGravatar Manuel Schölling 1-0/+9
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 4-4/+4
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-4/+0
2016-11-29console: Move userspace I/O out of console_lock to fix lockdep warningGravatar Waiman Long 1-41/+74
2016-11-16vt: fix Scroll Lock LED trigger nameGravatar Maciej S. Szmigiero 1-1/+1
2016-11-10tty: typo in comments in drivers/tty/vt/keyboard.cGravatar Askar Safin 1-1/+1
2016-10-30Merge 4.9-rc3 into tty-nextGravatar Greg Kroah-Hartman 1-1/+6
2016-10-27vt: clear selection before resizingGravatar Scot Doyle 1-0/+3
2016-10-27tty: limit terminal size to 4M charsGravatar Dmitry Vyukov 1-0/+2
2016-10-27tty: vt, rename variables to sane namesGravatar Jiri Slaby 1-13/+13
2016-10-27tty: vt, compute vc offsets in advanceGravatar Jiri Slaby 1-5/+7
2016-10-27tty: vgacon+sisusb, move scrolldelta to a common helperGravatar Jiri Slaby 1-0/+38
2016-10-27tty: vt, unify scrolling functionsGravatar Jiri Slaby 1-30/+17
2016-10-27tty: vt, cleanup and document con_scrollGravatar Jiri Slaby 1-2/+4
2016-10-27tty: vt, fix bogus division in csi_JGravatar Jiri Slaby 1-1/+1
2016-10-19Merge branch 'for-4.9' into for-4.10Gravatar Tejun Heo 1-4/+0
2016-10-10Merge branch 'printk-cleanups'Gravatar Linus Torvalds 1-3/+3
2016-10-09printk: reinstate KERN_CONT for printing continuation linesGravatar Linus Torvalds 1-3/+3
2016-09-22vt: Emulate \e[100-107m (bright background colors).Gravatar Adam Borowski 1-2/+3
2016-09-22vt: Support \e[90-97m (bright foreground colors).Gravatar Adam Borowski 1-0/+4
2016-09-22vt: Drop a no longer true comment.Gravatar Adam Borowski 1-2/+2
2016-09-22vt: Make a comparison <= for readability.Gravatar Adam Borowski 1-1/+1
2016-09-22vt: Fix a read-past-array in vc_t416_color().Gravatar Adam Borowski 1-1/+1
2016-09-17tty, workqueue: remove keventd_up() usageGravatar Tejun Heo 1-4/+0
2016-07-24Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 4-247/+221
2016-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-21/+9
2016-07-20tty/vt/keyboard: fix OOB access in do_compute_shiftstate()Gravatar Dmitry Torokhov 1-21/+9
2016-07-04Merge 4.7-rc6 into tty-nextGravatar Greg Kroah-Hartman 1-0/+1
2016-06-25tty: vt: Fix soft lockup in fbcon cursor blink timer.Gravatar David Daney 1-0/+1
2016-06-25tty/vt/keyboard: use memdup_user().Gravatar Muhammad Falak R Wani 1-10/+4
2016-06-25tty: vt, remove unused vc_deccolmGravatar Jiri Slaby 1-1/+0
2016-06-25tty: vt, ignore PIO_UNIMAPCLR paramGravatar Jiri Slaby 2-14/+7
2016-06-25tty: vt, convert more macros to functionsGravatar Jiri Slaby 1-28/+34
2016-06-25tty: vt, whitespace cleanup in csi_mGravatar Jiri Slaby 1-84/+85