aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/consolemap.c
AgeCommit message (Expand)Author
2021-03-07vt/consolemap: do font sum unsignedJiri Slaby
2017-06-09vt: use memdup_user in PIO_UNIMAP ioctlAdam Borowski
2017-06-09vt: use copy_to_user instead of __put_user in GIO_UNIMAP ioctlAdam Borowski
2017-06-09vt: use copy_from/to_user instead of __get/put_user for scrnmap ioctlsAdam Borowski
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-29console: Move userspace I/O out of console_lock to fix lockdep warningWaiman Long
2016-06-25tty: vt, ignore PIO_UNIMAPCLR paramJiri Slaby
2015-05-10tty: consolemap.c: move assignment out of if () blockGreg Kroah-Hartman
2014-11-05tty/vt: don't set font mappings on vc not supporting thisImre Deak
2014-05-28console: Remove superfluous readonly checkTakashi Iwai
2014-05-28console: Use explicit pointer type for vc_uni_pagedir* fieldsTakashi Iwai
2013-03-18driver: tty: vt: remove cast for kmalloc return valueZhang Yanfei
2012-11-26tty: vt: Remove redundant null check before kfree.Sachin Kamat
2012-04-24vt: push the tty_lock down into the map handlingAlan Cox
2012-03-15TTY: Wrong unicode value copied in con_set_unimap()Liz Clark
2012-01-04tty: Fix memory leak in virtual console when enable unicode translationZeng Zhaoming
2010-11-05TTY: create drivers/tty/vt and move the vt code thereGreg Kroah-Hartman