aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/consolemap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-16tty/vt: avoid high order pages allocation on GIO_UNIMAP ioctlKonstantin Khorenko1-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+4
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-06-09vt: use memdup_user in PIO_UNIMAP ioctlAdam Borowski1-8/+3
2017-06-09vt: use copy_to_user instead of __put_user in GIO_UNIMAP ioctlAdam Borowski1-8/+6
2017-06-09vt: use copy_from/to_user instead of __get/put_user for scrnmap ioctlsAdam Borowski1-24/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-29console: Move userspace I/O out of console_lock to fix lockdep warningWaiman Long1-41/+74
2016-06-25tty: vt, ignore PIO_UNIMAPCLR paramJiri Slaby1-7/+6
2015-05-10tty: consolemap.c: move assignment out of if () blockGreg Kroah-Hartman1-23/+37
2014-11-05tty/vt: don't set font mappings on vc not supporting thisImre Deak1-0/+7
2014-05-28console: Remove superfluous readonly checkTakashi Iwai1-13/+3
2014-05-28console: Use explicit pointer type for vc_uni_pagedir* fieldsTakashi Iwai1-19/+19
2013-03-18driver: tty: vt: remove cast for kmalloc return valueZhang Yanfei1-2/+1
2012-11-26tty: vt: Remove redundant null check before kfree.Sachin Kamat1-4/+2
2012-04-24vt: push the tty_lock down into the map handlingAlan Cox1-32/+91
2012-03-15TTY: Wrong unicode value copied in con_set_unimap()Liz Clark1-8/+43
2012-01-04tty: Fix memory leak in virtual console when enable unicode translationZeng Zhaoming1-1/+1
2010-11-05TTY: create drivers/tty/vt and move the vt code thereGreg Kroah-Hartman1-0/+745