Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
07ecd897b1634e0f34a9ba9d0d1b9263bc05d90b
/
drivers
/
tty
/
tty_ioctl.c
5cec7bf
tty: Fix SIGTTOU not sent with tcflush()
by Peter Hurley
· 11 years ago
d8c1f92
tty: Only guarantee termios read safety for throttle/unthrottle
by Peter Hurley
· 11 years ago
6a1c068
tty: Convert termios_mutex to termios_rwsem
by Peter Hurley
· 11 years ago
579a00a
tty: Fix unsafe bit ops in tty_throttle_safe/unthrottle_safe
by Peter Hurley
· 12 years ago
e7f3880
tty: Fix recursive deadlock in tty_perform_flush()
by Peter Hurley
· 12 years ago
6865ff2
TTY: do not warn about setting speed via SPD_*
by Jiri Slaby
· 12 years ago
70bc126
tty: Add safe tty throttle/unthrottle functions
by Peter Hurley
· 12 years ago
183d95c
tty: set_termios/set_termiox should not return -EINTR
by Oleg Nesterov
· 12 years ago
a1bf958
tty: Add driver unthrottle in ioctl(...,TCFLSH,..).
by Ilya Zykov
· 12 years ago
06026d9
tty: pty - Move TIOCPKT handling into pty.c
by Cyrill Gorcunov
· 12 years ago
9833fac
tty: Fix up PPC fallout from the termios move
by Alan Cox
· 12 years ago
adc8d74
tty: move the termios object into the tty
by Alan Cox
· 12 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
8193c42
tty: Support compat_ioctl get/set termios_locked
by Thomas Meyer
· 13 years ago
99dff58
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 13 years ago
07f9479
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
99edb3d
tty: remove invalid location line in file header
by Jovi Zhang
· 14 years ago
f98e5b8
tty: fix typo in descripton of tty_termios_encode_baud_rate
by Uwe Kleine-König
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
8d075b1
tty: add a helper for setting termios data from kernel side
by Alan Cox
· 14 years ago
96fd7ce
TTY: create drivers/tty and move the tty core files there
by Greg Kroah-Hartman
· 14 years ago
[Renamed from drivers/char/tty_ioctl.c]
26df6d1
tty: Add EXTPROC support for LINEMODE
by hyc@symas.com
· 14 years ago
06fe9fb
tree-wide: fix a very frequent spelling mistake
by Dirk Hohndel
· 15 years ago
9074d96
tty: vt: use printk_once
by Marcin Slusarz
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
5dca607
tty: fix unused warning when TCGETX is not defined
by Mike Frysinger
· 15 years ago
26a2e20
tty: Untangle termios and mm mutex dependencies
by Alan Cox
· 15 years ago
38db897
tty: throttling race fix
by Alan Cox
· 15 years ago
c0253ee
tty: Fix race in the flush for some ldiscs
by Alan Cox
· 16 years ago
47afa7a
tty: some ICANON magic is in the wrong places
by Alan Cox
· 16 years ago
d81ed10
tty: Remove more special casing and out of place code
by Alan Cox
· 16 years ago
8f52002
tty: Termios locking - sort out real_tty confusions and lock reads
by Alan Cox
· 16 years ago
1d65b4a
tty: Add termiox
by Alan Cox
· 16 years ago
f753f32
tty: TIOCGSOFTCAR/SSOFTCAR on pty is wron
by Alan Cox
· 16 years ago
a352def
tty: Ldisc revamp
by Alan Cox
· 16 years ago
96a331b
removed unused var real_tty on n_tty_ioctl()
by Gustavo Fernando Padovan
· 16 years ago
39c2e60
tty: add throttle/unthrottle helpers
by Alan Cox
· 17 years ago
f34d7a5
tty: The big operations rework
by Alan Cox
· 17 years ago
978e595
tty/serial: lay the foundations for the next set of reworks
by Alan Cox
· 17 years ago
1c2630c
tty_ioctl: soft carrier handling
by Alan Cox
· 17 years ago
0ee9cbb
tty_ioctl: locking for tty_wait_until_sent
by Alan Cox
· 17 years ago
04f378b
tty: BKL pushdown
by Alan Cox
· 17 years ago
355d95a1
tty_ioctl: drag screaming into compliance with the coding style
by Alan Cox
· 17 years ago
bf5e583
pl2303: Fix mode switching regression
by Alan Cox
· 17 years ago
db99247
tty: fix logic change introduced by wait_event_interruptible_timeout()
by Cory T. Tusar
· 17 years ago
0fc00e2
[TTY]: Fix network driver interactions with TCGET/SET calls.
by Alan Cox
· 17 years ago
3a4fa0a
Fix misspellings of "system", "controller", "interrupt" and "necessary".
by Robert P. J. Day
· 17 years ago
75e8b71
tty_ioctl: fix the baud_table check in encode_baud_rate
by Maciej W. Rozycki
· 17 years ago
5f519d7
tty: expose new methods needed for drivers to get termios right
by Alan Cox
· 17 years ago
bb8bd3a
sparc64 (and others): fix tty_ioctl.c build
by Tony Breeds
· 17 years ago
f629307
tty: termios locking functions break with new termios type
by David Miller
· 17 years ago
6804396
Char: tty_ioctl, little whitespace cleanup
by Jiri Slaby
· 17 years ago
5a52bd4
Char: tty_ioctl, use wait_event_interruptible_timeout
by Jiri Slaby
· 17 years ago
9c1729d
Prevent an O_NDELAY writer from blocking when a tty write is blocked by the tty atomic writer mutex
by Alan Cox
· 17 years ago
78137e3
[PATCH] tty: improve encode_baud_rate logic
by Alan Cox
· 18 years ago
64bb6c5
[PATCH] tty_ioctl: use termios for the old structure and termios2 for the new
by Alan Cox
· 18 years ago
606d099
[PATCH] tty: switch to ktermios
by Alan Cox
· 18 years ago
edc6afc
[PATCH] tty: switch to ktermios and new framework
by Alan Cox
· 18 years ago
5f412b2
[PATCH] Fix locking for tty drivers when doing urgent characters
by Alan Cox
· 18 years ago
5785c95
[PATCH] tty: make termios_sem a mutex
by Arjan van de Ven
· 18 years ago
af9b897
[PATCH] tty layer comment the locking assumptions and functions somewhat
by Alan Cox
· 18 years ago
69f63c5
[PATCH] coverity: tty_ldisc_ref return null check
by KAMBAROV, ZAUR
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago