summaryrefslogtreecommitdiff
path: root/drivers/tty/vt/vt_ioctl.c
AgeCommit message (Expand)Author
2021-09-03vt_kdsetmode: extend console lockingLinus Torvalds
2021-05-26vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki
2020-11-10tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds
2020-09-03vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()George Kennedy
2020-04-02vt: vt_ioctl: fix use-after-free in vt_in_use()Eric Biggers
2020-04-02vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers
2020-04-02vt: vt_ioctl: remove unnecessary console allocation checksEric Biggers
2020-04-02vt: switch vt_dont_switch to boolJiri Slaby
2020-04-02vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlinesJiri Slaby
2020-04-02vt: selection, introduce vc_is_selJiri Slaby
2020-02-28vt: vt_ioctl: fix race in VT_RESIZEXEric Dumazet
2020-02-28VT_RESIZEX: get rid of field-by-field copyinAl Viro
2018-09-29tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva
2015-03-07vt: vt_ioctl: use msecs_to_jiffies for time conversionNicholas Mc Guire
2013-06-17tty/vt: Return EBUSY if deallocating VT1 and it is busyRoss Lagerwall
2013-05-20tty/vt: Fix vc_deallocate() lock orderPeter Hurley
2012-11-21drivers/tty/vt/vt_ioctl.c: Include <linux/suspend.h> for pm_set_vt_switchJosh Triplett
2012-07-26vt: fix race in vt_waitactive()Rabin Vincent
2012-04-24vt: push the tty_lock down into the map handlingAlan Cox
2012-03-08vt: waitevent is self locked so drop the tty_lockAlan Cox
2012-03-08vt: push down tioclinux casesAlan Cox
2012-03-08vt: push down the tty lock so we can see what is left to tackleAlan Cox
2012-03-08vt:tackle kbd_tableAlan Cox
2012-02-24vt: lock the accent tableAlan Cox
2012-02-03drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layerSamuel Thibault
2011-04-19tty: remove invalid location line in file headerJovi Zhang
2011-04-19tty: VT, remove unused variableJiri Slaby
2011-04-19drivers/tty/vt/vt_ioctl.c: repair insane ?: expressionAndrew Morton
2011-04-19vt: Add K_OFF return value to vt_ioctl KDGKBMODEArthur Taylor
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2011-03-02drivers: remove extraneous includes of smp_lock.hArnd Bergmann
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox
2011-02-17tty,vt: fix VT_SETACTIVATE console switchJiri Olsa
2011-02-17vt: Add virtual console keyboard mode OFFArthur Taylor
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn
2010-11-05TTY: create drivers/tty/vt and move the vt code thereGreg Kroah-Hartman