index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tty_ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: Ldisc revamp
Alan Cox
2008-07-20
1
-8
/
+8
*
removed unused var real_tty on n_tty_ioctl()
Gustavo Fernando Padovan
2008-06-23
1
-7
/
+0
*
tty: add throttle/unthrottle helpers
Alan Cox
2008-04-30
1
-0
/
+16
*
tty: The big operations rework
Alan Cox
2008-04-30
1
-20
/
+42
*
tty/serial: lay the foundations for the next set of reworks
Alan Cox
2008-04-30
1
-2
/
+12
*
tty_ioctl: soft carrier handling
Alan Cox
2008-04-30
1
-6
/
+27
*
tty_ioctl: locking for tty_wait_until_sent
Alan Cox
2008-04-30
1
-4
/
+7
*
tty: BKL pushdown
Alan Cox
2008-04-30
1
-0
/
+6
*
tty_ioctl: drag screaming into compliance with the coding style
Alan Cox
2008-02-08
1
-182
/
+180
*
pl2303: Fix mode switching regression
Alan Cox
2008-01-08
1
-0
/
+19
*
tty: fix logic change introduced by wait_event_interruptible_timeout()
Cory T. Tusar
2007-12-23
1
-1
/
+1
*
[TTY]: Fix network driver interactions with TCGET/SET calls.
Alan Cox
2007-11-07
1
-66
/
+104
*
Fix misspellings of "system", "controller", "interrupt" and "necessary".
Robert P. J. Day
2007-10-19
1
-1
/
+1
*
tty_ioctl: fix the baud_table check in encode_baud_rate
Maciej W. Rozycki
2007-10-18
1
-3
/
+8
*
tty: expose new methods needed for drivers to get termios right
Alan Cox
2007-10-17
1
-10
/
+72
*
sparc64 (and others): fix tty_ioctl.c build
Tony Breeds
2007-09-15
1
-0
/
+14
*
tty: termios locking functions break with new termios type
David Miller
2007-09-11
1
-2
/
+2
*
Char: tty_ioctl, little whitespace cleanup
Jiri Slaby
2007-07-16
1
-4
/
+3
*
Char: tty_ioctl, use wait_event_interruptible_timeout
Jiri Slaby
2007-07-16
1
-18
/
+3
*
Prevent an O_NDELAY writer from blocking when a tty write is blocked by the t...
Alan Cox
2007-07-16
1
-2
/
+2
*
[PATCH] tty: improve encode_baud_rate logic
Alan Cox
2007-02-11
1
-15
/
+30
*
[PATCH] tty_ioctl: use termios for the old structure and termios2 for the new
Alan Cox
2006-12-08
1
-7
/
+11
*
[PATCH] tty: switch to ktermios
Alan Cox
2006-12-08
1
-2
/
+2
*
[PATCH] tty: switch to ktermios and new framework
Alan Cox
2006-12-08
1
-14
/
+244
*
[PATCH] Fix locking for tty drivers when doing urgent characters
Alan Cox
2006-09-29
1
-7
/
+11
*
[PATCH] tty: make termios_sem a mutex
Arjan van de Ven
2006-09-29
1
-8
/
+9
*
[PATCH] tty layer comment the locking assumptions and functions somewhat
Alan Cox
2006-08-27
1
-2
/
+57
*
[PATCH] coverity: tty_ldisc_ref return null check
KAMBAROV, ZAUR
2005-06-28
1
-2
/
+2
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+551