- 28cb138 vt_ioctl: add array_index_nospec to VT_ACTIVATE by Jakob Koschel · 3 years ago
- 61cc70d vt_ioctl: fix array_index_nospec in vt_setactivate by Jakob Koschel · 3 years ago
- 2287a51 vt_kdsetmode: extend console locking by Linus Torvalds · 3 years, 5 months ago
- 860dafa vt: Fix character height handling with VT_RESIZEX by Maciej W. Rozycki · 3 years, 8 months ago
- a90c275 vt_ioctl: Revert VT_RESIZEX parameter handling removal by Maciej W. Rozycki · 3 years, 8 months ago
- 151db8c vt_ioctl: Remove in_interrupt() check by Ahmed S. Darwish · 4 years ago
- ff2047f vt: drop old FONT ioctls by Jiri Slaby · 4 years ago
- fa26b32 tty: Fix whitespace inconsistencies in vt_io_ioctl by Yan.Gao · 4 years, 1 month ago
- 90bfdee tty: make FONTX ioctl use the tty pointer they were actually passed by Linus Torvalds · 4 years, 3 months ago
- d546547 vt_ioctl: fix GIO_UNIMAP regression by Jiri Slaby · 4 years, 3 months ago
- 988d076 vt_ioctl: make VT_RESIZEX behave like VT_RESIZE by Tetsuo Handa · 4 years, 4 months ago
- 8f49a2f Merge 5.9-rc3 into tty-next by Greg Kroah-Hartman · 4 years, 5 months ago
- ea239f1 tty: vt, fix kernel-doc by Jiri Slaby · 4 years, 5 months ago
- bc5269c vt_ioctl: change VT_RESIZEX ioctl to check for error return from vc_resize() by George Kennedy · 4 years, 6 months ago
- 5ba1278 vt_ioctl: move perm checks level up by Jiri Slaby · 4 years, 7 months ago
- a4c53c8 vt_ioctl: move vt_kdsetmode out of vt_k_ioctl by Jiri Slaby · 4 years, 7 months ago
- 7a0ac4b vt_ioctl: move vt_io_fontreset out of vt_io_ioctl by Jiri Slaby · 4 years, 7 months ago
- 5422337 vt_ioctl: move vt_resizex out of vt_ioctl by Jiri Slaby · 4 years, 7 months ago
- 535082d vt_ioctl: move vt_reldisp out of vt_ioctl by Jiri Slaby · 4 years, 7 months ago
- ebf1efb vt_ioctl: move vt_setactivate out of vt_ioctl by Jiri Slaby · 4 years, 7 months ago
- bfbbdfa vt_ioctl: move io ioctls to a separate function by Jiri Slaby · 4 years, 7 months ago
- 832a62a vt_ioctl: move K* ioctls to a separate function by Jiri Slaby · 4 years, 7 months ago
- eca734d vt_ioctl: eliminate use of uival and ucval by Jiri Slaby · 4 years, 7 months ago
- 0ce8179 vt_ioctl: eliminate ret & breaks in vt_ioctl by Jiri Slaby · 4 years, 7 months ago
- 7cf64b1 vt: vt_ioctl: fix use-after-free in vt_in_use() by Eric Biggers · 4 years, 10 months ago
- ca4463b vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console by Eric Biggers · 4 years, 10 months ago
- 1aa6e05 vt: vt_ioctl: remove unnecessary console allocation checks by Eric Biggers · 5 years ago
- f400991 vt: switch vt_dont_switch to bool by Jiri Slaby · 5 years ago
- ba08cf4 Merge 5.6-rc3 into tty-next by Greg Kroah-Hartman · 5 years ago
- e587e8f vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines by Jiri Slaby · 5 years ago
- dce05aa vt: selection, introduce vc_is_sel by Jiri Slaby · 5 years ago
- 6cd1ed5 vt: vt_ioctl: fix race in VT_RESIZEX by Eric Dumazet · 5 years ago
- 44adbac Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- 9d1807d vt_compat_ioctl(): clean up, use compat_ptr() properly by Al Viro · 6 years ago
- e97267c tty: vt_ioctl: fix potential Spectre v1 by Gustavo A. R. Silva · 6 years ago
- 66f4e88 x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm() by Dominik Brodowski · 7 years ago
- 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 1b3bce4 VT_RESIZEX: get rid of field-by-field copyin by Al Viro · 7 years ago
- f8564c9 vt: drop access_ok() calls in unimap ioctls by Adam Borowski · 8 years ago
- 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- f8b0c2e tty: vt, ignore PIO_UNIMAPCLR param by Jiri Slaby · 9 years ago
- 4c0d9b1 vt: vt_ioctl: use msecs_to_jiffies for time conversion by Nicholas Mc Guire · 10 years ago
- ef223fb tty/vt: Return EBUSY if deallocating VT1 and it is busy by Ross Lagerwall · 12 years ago
- 421b40a tty/vt: Fix vc_deallocate() lock order by Peter Hurley · 12 years ago
- a5e04b7 drivers/tty/vt/vt_ioctl.c: Include <linux/suspend.h> for pm_set_vt_switch by Josh Triplett · 12 years ago
- a7b1292 vt: fix race in vt_waitactive() by Rabin Vincent · 13 years ago
- 5d1a33f vt: push the tty_lock down into the map handling by Alan Cox · 13 years ago
- 99cceb4e vt: waitevent is self locked so drop the tty_lock by Alan Cox · 13 years ago
- 20f6257 vt: push down tioclinux cases by Alan Cox · 13 years ago
- 4001d7b vt: push down the tty lock so we can see what is left to tackle by Alan Cox · 13 years ago
- 079c953 vt:tackle kbd_table by Alan Cox · 13 years ago
- 247ff8e vt: lock the accent table by Alan Cox · 13 years ago
- cbcb834 drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer by Samuel Thibault · 13 years ago
- 99edb3d tty: remove invalid location line in file header by Jovi Zhang · 14 years ago
- 52ea383 tty: VT, remove unused variable by Jiri Slaby · 14 years ago
- 6da9e95 drivers/tty/vt/vt_ioctl.c: repair insane ?: expression by Andrew Morton · 14 years ago
- 60680f9 vt: Add K_OFF return value to vt_ioctl KDGKBMODE by Arthur Taylor · 14 years ago
- f74b944 Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
- 5edc341 drivers: remove extraneous includes of smp_lock.h by Arnd Bergmann · 14 years ago
- 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 14 years ago
- d637837 tty,vt: fix VT_SETACTIVATE console switch by Jiri Olsa · 14 years ago
- 9fc3de9 vt: Add virtual console keyboard mode OFF by Arthur Taylor · 14 years ago
- ac751ef console: rename acquire/release_console_sem() to console_lock/unlock() by Torben Hohn · 14 years ago
- 60d4ae8d TTY: create drivers/tty/vt and move the vt code there by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/vt_ioctl.c]
- 1e0ad28 drivers/char/vt_ioctl.c: fix VT_OPENQRY error value by Graham Gower · 14 years ago
- 2c4e967 Input: use PIT_TICK_RATE in vt beep ioctl by Arnd Bergmann · 14 years ago
- be1bc28 tty: introduce wait_event_interruptible_tty by Arnd Bergmann · 15 years ago
- ec79d60 tty: replace BKL with a new tty_lock by Arnd Bergmann · 15 years ago
- 8ce7326 tty: Move the vt_tty field from the vc_data into the standard tty_port by Alan Cox · 15 years ago
- 3fde85d vt_ioctl: return -EFAULT on copy_from_user errors by Dan Carpenter · 15 years ago
- 87a6aca Revert "tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELDISP ioctl call" by Greg Kroah-Hartman · 15 years ago
- eec9fe7 tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELDISP ioctl call by Ari Entlich · 15 years ago
- 308efab vt: Fix use of "new" in a struct field by Alan Cox · 15 years ago
- 4b1fe77 tty: fix vt_compat_ioctl by Andreas Schwab · 15 years ago
- a09efb0 Char: vt_ioctl, fix BKL imbalance by Jiri Slaby · 15 years ago
- 797938b tty: Power: fix suspend vt regression by Jiri Slaby · 15 years ago
- e921665 tty: handle VT specific compat ioctls in vt driver by Arnd Bergmann · 15 years ago
- d3b5cff vt: add an activate and lock by Alan Cox · 15 years ago
- 8d23355 vt: remove power stuff from kernel/power by Alan Cox · 15 years ago
- 8b92e87 vt: add an event interface by Alan Cox · 15 years ago
- 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 16 years ago
- a115902 vt_ioctl: fix lock imbalance by Jiri Slaby · 16 years ago
- fab8922 vt: Add a note on the historical abuse of CLOCK_TICK_RATE by Alan Cox · 16 years ago
- c9f19e9 tty: Remove some pointless casts by Alan Cox · 16 years ago
- e688510 tty: move tioclinux from a special case by Alan Cox · 16 years ago
- 8c9a9dd tty: remove resize window special case by Alan Cox · 16 years ago
- 9cc3c22 vt_ioctl: Prepare for BKL push down by Alan Cox · 17 years ago
- 2e8ecb9 add CONFIG_VT_UNICODE by Bill Nottingham · 17 years ago
- 04c7197 unicode diacritics support by Samuel Thibault · 17 years ago
- e400b6e vt/vgacon: Check if screen resize request comes from userspace by Antonino A. Daplas · 17 years ago
- 70cb979 VT_WAITACTIVE: Avoid returning EINTR when not necessary by Linus Torvalds · 17 years ago
- 8792f96 VT ioctl race fix by Samuel Ortiz · 17 years ago
- a64314e fix console change race exposed by CFS by Jan Lübbe · 17 years ago
- cc0a8fb drivers/char: use __set_current_state() by Milind Arun Choudhary · 18 years ago
- f991519 [PATCH] vt: fix potential race in VT_WAITACTIVE handler by Michal Januszewski · 18 years ago
- b257bc0 [PATCH] swsusp: fix suspend when console is in VT_AUTO+KD_GRAPHICS mode by Andrew Johnson · 18 years ago
- 8b6312f [PATCH] vt: refactor console SAK processing by Eric W. Biederman · 18 years ago
- 5cbded5 [PATCH] getting rid of all casts of k[cmz]alloc() calls by Robert P. J. Day · 18 years ago