summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tty.c
Commit message (Expand)AuthorAgeFilesLines
* n_tty: Fully initialize ldisc before restarting buffer workPeter Hurley2013-03-181-9/+8
* n_tty: Correct unthrottle-with-buffer-flush commentsPeter Hurley2013-03-181-8/+5
* n_tty: Don't flush buffer when closing ldiscPeter Hurley2013-03-181-1/+3
* n_tty: Factor packet mode status change for reusePeter Hurley2013-03-181-10/+14
* tty: Add diagnostic for halted line disciplinePeter Hurley2013-03-181-0/+8
* n_tty: Lock access to tty->pgrp for POSIX job controlPeter Hurley2013-03-181-16/+18
* n_tty: Fix unsafe driver-side signalsPeter Hurley2013-03-181-20/+14
* n_tty: Fix stuck throttled driverPeter Hurley2013-03-181-11/+17
* n_tty: Inline check_unthrottle() at lone call sitePeter Hurley2013-03-181-16/+2
* pps: Move timestamp read into PPS code properGeorge Spelvin2013-02-131-1/+2
* tty: Use raw spin lock to protect the TTY read sectionIvo Sieben2013-02-041-28/+28
* Revert "n_tty: Unthrottle tty when flushing read buffer"Greg Kroah-Hartman2013-01-291-2/+0
* n_tty: Unthrottle tty when flushing read bufferKarthik Manamcheri2013-01-251-0/+2
* tty: add missing newlines to WARN_RATELIMITSasha Levin2012-10-251-1/+1
* TTY: move tty buffers to tty_portJiri Slaby2012-10-221-2/+5
* TTY: n_tty, propagate n_tty_dataJiri Slaby2012-10-221-93/+78
* TTY: move ldisc data from tty_struct: locksJiri Slaby2012-10-221-51/+72
* TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuffJiri Slaby2012-10-221-123/+137
* TTY: move ldisc data from tty_struct: bitmapsJiri Slaby2012-10-221-24/+28
* TTY: move ldisc data from tty_struct: simple membersJiri Slaby2012-10-221-67/+93
* TTY: n_tty, add ldisc data to n_ttyJiri Slaby2012-10-221-1/+18
* TTY: audit, stop accessing tty->icountJiri Slaby2012-10-221-2/+3
* TTY: n_tty, remove bogus checksJiri Slaby2012-10-221-12/+0
* TTY: n_tty, simplify read_buf+echo_buf allocationJiri Slaby2012-10-221-18/+13
* Remove BUG_ON from n_tty_read()Stanislav Kozina2012-08-161-1/+2
* n_tty: Don't lose characters when PARMRK is enabledJaeden Amero2012-08-101-2/+10
* tty: Fix possible race in n_tty_read()Stanislav Kozina2012-08-101-1/+5
* tty: move the termios object into the ttyAlan Cox2012-07-161-1/+1
* tty: note race we need to fixAlan Cox2012-06-261-0/+6
* TTY: n_tty, do not dereference user bufferJiri Slaby2012-04-291-4/+5
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* drivers/tty: Remove unneeded spacesThorsten Wißmann2011-12-091-4/+4
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-07-251-1/+1
|\
| * tty: fix "IRQ45: nobody cared"Andrew McGregor2011-07-011-1/+1
* | TTY: ntty, add one more sanity checkJiri Slaby2011-06-071-0/+1
|/
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-041-14/+47
* tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-221-47/+14
* tty: fix endless work loop when the buffer fills upLinus Torvalds2011-04-041-0/+6
* TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman2010-11-051-0/+2121