summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tty.c
Commit message (Expand)AuthorAgeFilesLines
* tty: add missing newlines to WARN_RATELIMITSasha Levin2012-10-251-1/+1
* TTY: move tty buffers to tty_portJiri Slaby2012-10-231-2/+5
* TTY: n_tty, propagate n_tty_dataJiri Slaby2012-10-231-93/+78Star
* TTY: move ldisc data from tty_struct: locksJiri Slaby2012-10-231-51/+72
* TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuffJiri Slaby2012-10-231-123/+137
* TTY: move ldisc data from tty_struct: bitmapsJiri Slaby2012-10-231-24/+28
* TTY: move ldisc data from tty_struct: simple membersJiri Slaby2012-10-231-67/+93
* TTY: n_tty, add ldisc data to n_ttyJiri Slaby2012-10-231-1/+18
* TTY: audit, stop accessing tty->icountJiri Slaby2012-10-231-2/+3
* TTY: n_tty, remove bogus checksJiri Slaby2012-10-231-12/+0Star
* TTY: n_tty, simplify read_buf+echo_buf allocationJiri Slaby2012-10-231-18/+13Star
* 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-271-0/+6
* TTY: n_tty, do not dereference user bufferJiri Slaby2012-04-301-4/+5
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* drivers/tty: Remove unneeded spacesThorsten Wißmann2011-12-101-4/+4
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-07-261-1/+1
|\
| * tty: fix "IRQ45: nobody cared"Andrew McGregor2011-07-021-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-031-14/+47
* tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-231-47/+14Star
* 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