Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a5cf5ce92ecefcbeb3265e6f894905ab3ed5c4c2
/
drivers
/
tty
/
vt
/
vt_ioctl.c
a7b1292
vt: fix race in vt_waitactive()
by Rabin Vincent
· 12 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
60d4ae8
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
· 14 years ago
ec79d60
tty: replace BKL with a new tty_lock
by Arnd Bergmann
· 14 years ago
8ce7326
tty: Move the vt_tty field from the vc_data into the standard tty_port
by Alan Cox
· 14 years ago
3fde85d
vt_ioctl: return -EFAULT on copy_from_user errors
by Dan Carpenter
· 14 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
· 15 years ago
a115902
vt_ioctl: fix lock imbalance
by Jiri Slaby
· 15 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
3dfcaf16
[PATCH] vt: fix comments to not refer to kill_proc
by Eric W. Biederman
· 18 years ago
bde0d2c9
[PATCH] vt: Make vt_pid a struct pid (making it pid wrap around safe).
by Eric W. Biederman
· 18 years ago
81af8d6
[PATCH] vt: rework the console spawning variables
by Eric W. Biederman
· 18 years ago
ca9bda0
[PATCH] tty locking on resize
by Alan Cox
· 18 years ago
533475d
[PATCH] vcsa attribute bits -> ioctl(VT_GETHIFONTMASK)
by Samuel Thibault
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
e3f17f0
[PATCH] Only disallow _setting_ of function key string
by Marcelo Tosatti
· 19 years ago
0b360ad
[PATCH] setkeys needs root
by Andrew Morton
· 19 years ago
bcc8ca0
[PATCH] Adapt drivers/char/vt_ioctl.c to non-x86
by Emmanuel Colbus
· 19 years ago
7ed20e1
[PATCH] convert that currently tests _NSIG directly to use valid_signal()
by Jesper Juhl
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago