aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty/vt/vt_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-27tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)1-4/+2
2022-03-18vt_ioctl: fix potential spectre v1 in VT_DISALLOCATEXiaomeng Tong1-4/+6
2022-02-04vt_ioctl: add array_index_nospec to VT_ACTIVATEJakob Koschel1-0/+1
2022-02-04vt_ioctl: fix array_index_nospec in vt_setactivateJakob Koschel1-1/+1
2021-08-30vt_kdsetmode: extend console lockingLinus Torvalds1-4/+6
2021-05-13vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki1-3/+3
2021-05-13vt_ioctl: Revert VT_RESIZEX parameter handling removalMaciej W. Rozycki1-10/+47
2021-02-09vt_ioctl: Remove in_interrupt() checkAhmed S. Darwish1-2/+1
2021-01-07vt: drop old FONT ioctlsJiri Slaby1-151/+0
2020-12-09tty: Fix whitespace inconsistencies in vt_io_ioctlYan.Gao1-2/+2
2020-11-02tty: make FONTX ioctl use the tty pointer they were actually passedLinus Torvalds1-17/+19
2020-10-28vt_ioctl: fix GIO_UNIMAP regressionJiri Slaby1-6/+5
2020-09-27vt_ioctl: make VT_RESIZEX behave like VT_RESIZETetsuo Handa1-47/+10
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman1-1/+11
2020-08-18tty: vt, fix kernel-docJiri Slaby1-2/+1
2020-08-18vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()George Kennedy1-1/+11
2020-06-24vt_ioctl: move perm checks level upJiri Slaby1-9/+12
2020-06-24vt_ioctl: move vt_kdsetmode out of vt_k_ioctlJiri Slaby1-35/+43
2020-06-24vt_ioctl: move vt_io_fontreset out of vt_io_ioctlJiri Slaby1-18/+26
2020-06-24vt_ioctl: move vt_resizex out of vt_ioctlJiri Slaby1-45/+55
2020-06-24vt_ioctl: move vt_reldisp out of vt_ioctlJiri Slaby1-48/+40
2020-06-24vt_ioctl: move vt_setactivate out of vt_ioctlJiri Slaby1-35/+39
2020-06-24vt_ioctl: move io ioctls to a separate functionJiri Slaby1-79/+98
2020-06-24vt_ioctl: move K* ioctls to a separate functionJiri Slaby1-137/+157
2020-06-24vt_ioctl: eliminate use of uival and ucvalJiri Slaby1-13/+6
2020-06-24vt_ioctl: eliminate ret & breaks in vt_ioctlJiri Slaby1-185/+133
2020-03-27vt: vt_ioctl: fix use-after-free in vt_in_use()Eric Biggers1-4/+12
2020-03-27vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual consoleEric Biggers1-8/+4
2020-03-12vt: vt_ioctl: remove unnecessary console allocation checksEric Biggers1-15/+1
2020-03-06vt: switch vt_dont_switch to boolJiri Slaby1-3/+3
2020-02-24Merge 5.6-rc3 into tty-nextGreg Kroah-Hartman1-6/+11
2020-02-21vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlinesJiri Slaby1-7/+22
2020-02-21vt: selection, introduce vc_is_selJiri Slaby1-1/+1
2020-02-12vt: vt_ioctl: fix race in VT_RESIZEXEric Dumazet1-6/+11
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-22/+9
2018-10-13vt_compat_ioctl(): clean up, use compat_ptr() properlyAl Viro1-22/+9
2018-09-18tty: vt_ioctl: fix potential Spectre v1Gustavo A. R. Silva1-0/+4
2018-04-02x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Dominik Brodowski1-3/+3
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-41/+27
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-29VT_RESIZEX: get rid of field-by-field copyinAl Viro1-41/+27
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 <linux/sched/signal.h>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-21drivers/tty/vt/vt_ioctl.c: Include <linux/suspend.h> for pm_set_vt_switchJosh Triplett1-0/+1
2012-07-26vt: fix race in vt_waitactive()Rabin Vincent1-13/+34