aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* tty: vt: use printk_onceMarcin Slusarz2009-09-191-3/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* tty: fix unused warning when TCGETX is not definedMike Frysinger2009-06-161-2/+3
* tty: Untangle termios and mm mutex dependenciesAlan Cox2009-06-111-29/+46
* tty: throttling race fixAlan Cox2009-06-111-0/+13
* tty: Fix race in the flush for some ldiscsAlan Cox2009-01-151-1/+1
* tty: some ICANON magic is in the wrong placesAlan Cox2008-10-131-40/+2
* tty: Remove more special casing and out of place codeAlan Cox2008-10-131-6/+60
* tty: Termios locking - sort out real_tty confusions and lock readsAlan Cox2008-10-131-20/+38
* tty: Add termioxAlan Cox2008-10-131-0/+58
* tty: TIOCGSOFTCAR/SSOFTCAR on pty is wronAlan Cox2008-08-271-2/+4
* tty: Ldisc revampAlan Cox2008-07-201-8/+8
* removed unused var real_tty on n_tty_ioctl()Gustavo Fernando Padovan2008-06-231-7/+0
* tty: add throttle/unthrottle helpersAlan Cox2008-04-301-0/+16
* tty: The big operations reworkAlan Cox2008-04-301-20/+42
* tty/serial: lay the foundations for the next set of reworksAlan Cox2008-04-301-2/+12
* tty_ioctl: soft carrier handlingAlan Cox2008-04-301-6/+27
* tty_ioctl: locking for tty_wait_until_sentAlan Cox2008-04-301-4/+7
* tty: BKL pushdownAlan Cox2008-04-301-0/+6
* tty_ioctl: drag screaming into compliance with the coding styleAlan Cox2008-02-081-182/+180
* pl2303: Fix mode switching regressionAlan Cox2008-01-081-0/+19
* tty: fix logic change introduced by wait_event_interruptible_timeout()Cory T. Tusar2007-12-231-1/+1
* [TTY]: Fix network driver interactions with TCGET/SET calls.Alan Cox2007-11-071-66/+104
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* tty_ioctl: fix the baud_table check in encode_baud_rateMaciej W. Rozycki2007-10-181-3/+8
* tty: expose new methods needed for drivers to get termios rightAlan Cox2007-10-171-10/+72
* sparc64 (and others): fix tty_ioctl.c buildTony Breeds2007-09-151-0/+14
* tty: termios locking functions break with new termios typeDavid Miller2007-09-111-2/+2
* Char: tty_ioctl, little whitespace cleanupJiri Slaby2007-07-161-4/+3
* Char: tty_ioctl, use wait_event_interruptible_timeoutJiri Slaby2007-07-161-18/+3
* Prevent an O_NDELAY writer from blocking when a tty write is blocked by the t...Alan Cox2007-07-161-2/+2
* [PATCH] tty: improve encode_baud_rate logicAlan Cox2007-02-111-15/+30
* [PATCH] tty_ioctl: use termios for the old structure and termios2 for the newAlan Cox2006-12-081-7/+11
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-2/+2
* [PATCH] tty: switch to ktermios and new frameworkAlan Cox2006-12-081-14/+244
* [PATCH] Fix locking for tty drivers when doing urgent charactersAlan Cox2006-09-291-7/+11
* [PATCH] tty: make termios_sem a mutexArjan van de Ven2006-09-291-8/+9
* [PATCH] tty layer comment the locking assumptions and functions somewhatAlan Cox2006-08-271-2/+57
* [PATCH] coverity: tty_ldisc_ref return null checkKAMBAROV, ZAUR2005-06-281-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+551