summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/vt_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* vt_ioctl: fix potential spectre v1 in VT_DISALLOCATEXiaomeng Tong2022-03-181-4/+6
* vt_ioctl: add array_index_nospec to VT_ACTIVATEJakob Koschel2022-02-041-0/+1
* vt_ioctl: fix array_index_nospec in vt_setactivateJakob Koschel2022-02-041-1/+1
* vt_kdsetmode: extend console lockingLinus Torvalds2021-08-301-4/+6
* vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki2021-05-131-3/+3
* vt_ioctl: Revert VT_RESIZEX parameter handling removalMaciej W. Rozycki2021-05-131-10/+47
* vt_ioctl: Remove in_interrupt() checkAhmed S. Darwish2021-02-091-2/+1
* vt: drop old FONT ioctlsJiri Slaby2021-01-071-151/+0
* tty: Fix whitespace inconsistencies in vt_io_ioctlYan.Gao2020-12-091-2/+2
* tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds2020-11-021-17/+19
* vt_ioctl: fix GIO_UNIMAP regressionJiri Slaby2020-10-281-6/+5
* vt_ioctl: make VT_RESIZEX behave like VT_RESIZETetsuo Handa2020-09-271-47/+10
* Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman2020-08-311-1/+11
|\
| * vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()George Kennedy2020-08-181-1/+11
* | tty: vt, fix kernel-docJiri Slaby2020-08-181-2/+1
|/
* vt_ioctl: move perm checks level upJiri Slaby2020-06-241-9/+12
* vt_ioctl: move vt_kdsetmode out of vt_k_ioctlJiri Slaby2020-06-241-35/+43
* vt_ioctl: move vt_io_fontreset out of vt_io_ioctlJiri Slaby2020-06-241-18/+26
* vt_ioctl: move vt_resizex out of vt_ioctlJiri Slaby2020-06-241-45/+55
* vt_ioctl: move vt_reldisp out of vt_ioctlJiri Slaby2020-06-241-48/+40
* vt_ioctl: move vt_setactivate out of vt_ioctlJiri Slaby2020-06-241-35/+39
* vt_ioctl: move io ioctls to a separate functionJiri Slaby2020-06-241-79/+98
* vt_ioctl: move K* ioctls to a separate functionJiri Slaby2020-06-241-137/+157
* vt_ioctl: eliminate use of uival and ucvalJiri Slaby2020-06-241-13/+6
* vt_ioctl: eliminate ret & breaks in vt_ioctlJiri Slaby2020-06-241-185/+133
* vt: vt_ioctl: fix use-after-free in vt_in_use()Eric Biggers2020-03-271-4/+12
* vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers2020-03-271-8/+4
* vt: vt_ioctl: remove unnecessary console allocation checksEric Biggers2020-03-121-15/+1
* vt: switch vt_dont_switch to boolJiri Slaby2020-03-061-3/+3
* Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman2020-02-241-6/+11
|\
| * vt: vt_ioctl: fix race in VT_RESIZEXEric Dumazet2020-02-121-6/+11
* | vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlinesJiri Slaby2020-02-211-7/+22
* | vt: selection, introduce vc_is_selJiri Slaby2020-02-211-1/+1
|/
* Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-22/+9
|\
| * vt_compat_ioctl(): clean up, use compat_ptr() properlyAl Viro2018-10-131-22/+9
* | tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva2018-09-181-0/+4
|/
* x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Dominik Brodowski2018-04-021-3/+3
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-41/+27
|\
| * VT_RESIZEX: get rid of field-by-field copyinAl Viro2017-09-291-41/+27
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* vt: drop access_ok() calls in unimap ioctlsAdam Borowski2017-06-091-8/+0
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* tty: vt, ignore PIO_UNIMAPCLR paramJiri Slaby2016-06-251-7/+1
* vt: vt_ioctl: use msecs_to_jiffies for time conversionNicholas Mc Guire2015-03-071-1/+1
* tty/vt: Return EBUSY if deallocating VT1 and it is busyRoss Lagerwall2013-06-171-4/+1
* tty/vt: Fix vc_deallocate() lock orderPeter Hurley2013-05-201-18/+49
* drivers/tty/vt/vt_ioctl.c: Include <linux/suspend.h> for pm_set_vt_switchJosh Triplett2012-11-211-0/+1
* vt: fix race in vt_waitactive()Rabin Vincent2012-07-261-13/+34
* vt: push the tty_lock down into the map handlingAlan Cox2012-04-241-20/+5