summaryrefslogtreecommitdiff
path: root/drivers/tty/vt/vt_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-16vt_ioctl: add array_index_nospec to VT_ACTIVATEJakob Koschel1-0/+1
2022-02-16vt_ioctl: fix array_index_nospec in vt_setactivateJakob Koschel1-2/+2
2021-09-03vt_kdsetmode: extend console lockingLinus Torvalds1-4/+7
2021-05-26vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki1-3/+3
2020-11-05tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds1-15/+17
2020-09-03vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()George Kennedy1-1/+11
2020-04-02vt: vt_ioctl: fix use-after-free in vt_in_use()Eric Biggers1-4/+12
2020-04-02vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers1-8/+4
2020-04-02vt: vt_ioctl: remove unnecessary console allocation checksEric Biggers1-19/+2
2020-04-02vt: switch vt_dont_switch to boolJiri Slaby1-3/+3
2020-04-02vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlinesJiri Slaby1-7/+22
2020-04-02vt: selection, introduce vc_is_selJiri Slaby1-1/+1
2020-02-28vt: vt_ioctl: fix race in VT_RESIZEXEric Dumazet1-6/+11
2020-02-28VT_RESIZEX: get rid of field-by-field copyinAl Viro1-41/+27
2018-09-29tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-09vt: drop access_ok() calls in unimap ioctlsAdam Borowski1-8/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-06-25tty: vt, ignore PIO_UNIMAPCLR paramJiri Slaby1-7/+1
2015-03-07vt: vt_ioctl: use msecs_to_jiffies for time conversionNicholas Mc Guire1-1/+1
2013-06-17tty/vt: Return EBUSY if deallocating VT1 and it is busyRoss Lagerwall1-4/+1
2013-05-20tty/vt: Fix vc_deallocate() lock orderPeter Hurley1-18/+49
2012-11-22drivers/tty/vt/vt_ioctl.c: Include <linux/suspend.h> for pm_set_vt_switchJosh Triplett1-0/+1
2012-07-27vt: fix race in vt_waitactive()Rabin Vincent1-13/+34
2012-04-25vt: push the tty_lock down into the map handlingAlan Cox1-20/+5
2012-03-08vt: waitevent is self locked so drop the tty_lockAlan Cox1-9/+2
2012-03-08vt: push down tioclinux casesAlan Cox1-2/+0
2012-03-08vt: push down the tty lock so we can see what is left to tackleAlan Cox1-35/+57
2012-03-08vt:tackle kbd_tableAlan Cox1-308/+17
2012-02-25vt: lock the accent tableAlan Cox1-78/+3
2012-02-04drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layerSamuel Thibault1-1/+0
2011-04-20tty: remove invalid location line in file headerJovi Zhang1-2/+0
2011-04-20tty: VT, remove unused variableJiri Slaby1-2/+0
2011-04-20drivers/tty/vt/vt_ioctl.c: repair insane ?: expressionAndrew Morton1-5/+17
2011-04-20vt: Add K_OFF return value to vt_ioctl KDGKBMODEArthur Taylor1-0/+1
2011-03-17Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-1/+0
2011-03-02drivers: remove extraneous includes of smp_lock.hArnd Bergmann1-1/+0
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-3/+3
2011-02-17tty,vt: fix VT_SETACTIVATE console switchJiri Olsa1-1/+2
2011-02-17vt: Add virtual console keyboard mode OFFArthur Taylor1-0/+3
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-30/+30
2010-11-05TTY: create drivers/tty/vt and move the vt code thereGreg Kroah-Hartman1-0/+1788