aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/n_tty.c
AgeCommit message (Expand)Author
2014-05-13n_tty: Fix n_tty_write crash when echoing in raw modePeter Hurley
2013-05-20TTY: Fix tty miss restart after we turn off flow-controlWang YanQing
2013-03-18n_tty: Fully initialize ldisc before restarting buffer workPeter Hurley
2013-03-18n_tty: Correct unthrottle-with-buffer-flush commentsPeter Hurley
2013-03-18n_tty: Don't flush buffer when closing ldiscPeter Hurley
2013-03-18n_tty: Factor packet mode status change for reusePeter Hurley
2013-03-18tty: Add diagnostic for halted line disciplinePeter Hurley
2013-03-18n_tty: Lock access to tty->pgrp for POSIX job controlPeter Hurley
2013-03-18n_tty: Fix unsafe driver-side signalsPeter Hurley
2013-03-18n_tty: Fix stuck throttled driverPeter Hurley
2013-03-18n_tty: Inline check_unthrottle() at lone call sitePeter Hurley
2013-02-13pps: Move timestamp read into PPS code properGeorge Spelvin
2013-02-04tty: Use raw spin lock to protect the TTY read sectionIvo Sieben
2013-01-29Revert "n_tty: Unthrottle tty when flushing read buffer"Greg Kroah-Hartman
2013-01-25n_tty: Unthrottle tty when flushing read bufferKarthik Manamcheri
2012-10-25tty: add missing newlines to WARN_RATELIMITSasha Levin
2012-10-22TTY: move tty buffers to tty_portJiri Slaby
2012-10-22TTY: n_tty, propagate n_tty_dataJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: locksJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuffJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: bitmapsJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: simple membersJiri Slaby
2012-10-22TTY: n_tty, add ldisc data to n_ttyJiri Slaby
2012-10-22TTY: audit, stop accessing tty->icountJiri Slaby
2012-10-22TTY: n_tty, remove bogus checksJiri Slaby
2012-10-22TTY: n_tty, simplify read_buf+echo_buf allocationJiri Slaby
2012-08-16Remove BUG_ON from n_tty_read()Stanislav Kozina
2012-08-10n_tty: Don't lose characters when PARMRK is enabledJaeden Amero
2012-08-10tty: Fix possible race in n_tty_read()Stanislav Kozina
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-06-26tty: note race we need to fixAlan Cox
2012-04-29TTY: n_tty, do not dereference user bufferJiri Slaby
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-12-09drivers/tty: Remove unneeded spacesThorsten Wißmann
2011-07-25Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-07-01tty: fix "IRQ45: nobody cared"Andrew McGregor
2011-06-07TTY: ntty, add one more sanity checkJiri Slaby
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi
2011-04-04tty: fix endless work loop when the buffer fills upLinus Torvalds
2010-11-05TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman