index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
vt
/
vt_ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-30
vt_kdsetmode: extend console locking
Linus Torvalds
1
-4
/
+6
2021-05-13
vt: Fix character height handling with VT_RESIZEX
Maciej W. Rozycki
1
-3
/
+3
2021-05-13
vt_ioctl: Revert VT_RESIZEX parameter handling removal
Maciej W. Rozycki
1
-10
/
+47
2021-02-09
vt_ioctl: Remove in_interrupt() check
Ahmed S. Darwish
1
-2
/
+1
2021-01-07
vt: drop old FONT ioctls
Jiri Slaby
1
-151
/
+0
2020-12-09
tty: Fix whitespace inconsistencies in vt_io_ioctl
Yan.Gao
1
-2
/
+2
2020-11-03
tty: make FONTX ioctl use the tty pointer they were actually passed
Linus Torvalds
1
-17
/
+19
2020-10-28
vt_ioctl: fix GIO_UNIMAP regression
Jiri Slaby
1
-6
/
+5
2020-09-27
vt_ioctl: make VT_RESIZEX behave like VT_RESIZE
Tetsuo Handa
1
-47
/
+10
2020-08-31
Merge 5.9-rc3 into tty-next
Greg Kroah-Hartman
1
-1
/
+11
2020-08-18
tty: vt, fix kernel-doc
Jiri Slaby
1
-2
/
+1
2020-08-18
vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize()
George Kennedy
1
-1
/
+11
2020-06-24
vt_ioctl: move perm checks level up
Jiri Slaby
1
-9
/
+12
2020-06-24
vt_ioctl: move vt_kdsetmode out of vt_k_ioctl
Jiri Slaby
1
-35
/
+43
2020-06-24
vt_ioctl: move vt_io_fontreset out of vt_io_ioctl
Jiri Slaby
1
-18
/
+26
2020-06-24
vt_ioctl: move vt_resizex out of vt_ioctl
Jiri Slaby
1
-45
/
+55
2020-06-24
vt_ioctl: move vt_reldisp out of vt_ioctl
Jiri Slaby
1
-48
/
+40
2020-06-24
vt_ioctl: move vt_setactivate out of vt_ioctl
Jiri Slaby
1
-35
/
+39
2020-06-24
vt_ioctl: move io ioctls to a separate function
Jiri Slaby
1
-79
/
+98
2020-06-24
vt_ioctl: move K* ioctls to a separate function
Jiri Slaby
1
-137
/
+157
2020-06-24
vt_ioctl: eliminate use of uival and ucval
Jiri Slaby
1
-13
/
+6
2020-06-24
vt_ioctl: eliminate ret & breaks in vt_ioctl
Jiri Slaby
1
-185
/
+133
2020-03-27
vt: vt_ioctl: fix use-after-free in vt_in_use()
Eric Biggers
1
-4
/
+12
2020-03-27
vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
Eric Biggers
1
-8
/
+4
2020-03-12
vt: vt_ioctl: remove unnecessary console allocation checks
Eric Biggers
1
-15
/
+1
2020-03-06
vt: switch vt_dont_switch to bool
Jiri Slaby
1
-3
/
+3
2020-02-24
Merge 5.6-rc3 into tty-next
Greg Kroah-Hartman
1
-6
/
+11
2020-02-21
vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
Jiri Slaby
1
-7
/
+22
2020-02-21
vt: selection, introduce vc_is_sel
Jiri Slaby
1
-1
/
+1
2020-02-12
vt: vt_ioctl: fix race in VT_RESIZEX
Eric Dumazet
1
-6
/
+11
2018-10-24
Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-22
/
+9
2018-10-13
vt_compat_ioctl(): clean up, use compat_ptr() properly
Al Viro
1
-22
/
+9
2018-09-18
tty: vt_ioctl: fix potential Spectre v1
Gustavo A. R. Silva
1
-0
/
+4
2018-04-02
x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()
Dominik Brodowski
1
-3
/
+3
2017-11-17
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-41
/
+27
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-29
VT_RESIZEX: get rid of field-by-field copyin
Al Viro
1
-41
/
+27
2017-06-09
vt: drop access_ok() calls in unimap ioctls
Adam Borowski
1
-8
/
+0
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-06-25
tty: vt, ignore PIO_UNIMAPCLR param
Jiri Slaby
1
-7
/
+1
2015-03-07
vt: vt_ioctl: use msecs_to_jiffies for time conversion
Nicholas Mc Guire
1
-1
/
+1
2013-06-17
tty/vt: Return EBUSY if deallocating VT1 and it is busy
Ross Lagerwall
1
-4
/
+1
2013-05-20
tty/vt: Fix vc_deallocate() lock order
Peter Hurley
1
-18
/
+49
2012-11-22
drivers/tty/vt/vt_ioctl.c: Include <linux/suspend.h> for pm_set_vt_switch
Josh Triplett
1
-0
/
+1
2012-07-27
vt: fix race in vt_waitactive()
Rabin Vincent
1
-13
/
+34
2012-04-25
vt: push the tty_lock down into the map handling
Alan Cox
1
-20
/
+5
2012-03-08
vt: waitevent is self locked so drop the tty_lock
Alan Cox
1
-9
/
+2
2012-03-08
vt: push down tioclinux cases
Alan Cox
1
-2
/
+0
2012-03-08
vt: push down the tty lock so we can see what is left to tackle
Alan Cox
1
-35
/
+57
[next]