summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/consolemap.c
Commit message (Expand)AuthorAgeFilesLines
* tty/vt: avoid high order pages allocation on GIO_UNIMAP ioctlKonstantin Khorenko2019-04-161-4/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-3/+4
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* vt: use memdup_user in PIO_UNIMAP ioctlAdam Borowski2017-06-091-8/+3Star
* vt: use copy_to_user instead of __put_user in GIO_UNIMAP ioctlAdam Borowski2017-06-091-8/+6Star
* vt: use copy_from/to_user instead of __get/put_user for scrnmap ioctlsAdam Borowski2017-06-091-24/+7Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* console: Move userspace I/O out of console_lock to fix lockdep warningWaiman Long2016-11-291-41/+74
* tty: vt, ignore PIO_UNIMAPCLR paramJiri Slaby2016-06-251-7/+6Star
* tty: consolemap.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-23/+37
* tty/vt: don't set font mappings on vc not supporting thisImre Deak2014-11-061-0/+7
* console: Remove superfluous readonly checkTakashi Iwai2014-05-281-13/+3Star
* console: Use explicit pointer type for vc_uni_pagedir* fieldsTakashi Iwai2014-05-281-19/+19
* driver: tty: vt: remove cast for kmalloc return valueZhang Yanfei2013-03-191-2/+1Star
* tty: vt: Remove redundant null check before kfree.Sachin Kamat2012-11-271-4/+2Star
* vt: push the tty_lock down into the map handlingAlan Cox2012-04-251-32/+91
* TTY: Wrong unicode value copied in con_set_unimap()Liz Clark2012-03-151-8/+43
* tty: Fix memory leak in virtual console when enable unicode translationZeng Zhaoming2012-01-051-1/+1
* TTY: create drivers/tty/vt and move the vt code thereGreg Kroah-Hartman2010-11-051-0/+745