aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-17n_tty: Buffer work should not reschedule itselfPeter Hurley1-4/+9
2013-06-17n_tty: Fix unsafe update of available buffer spacePeter Hurley1-7/+11
2013-06-17n_tty: Untangle read completion variablesPeter Hurley1-6/+2
2013-06-17n_tty: Encapsulate minimum_to_wake within N_TTYPeter Hurley1-12/+27
2013-05-27Merge 3.10-rc3 into tty-nextGreg Kroah-Hartman1-0/+8
2013-05-20TTY: Fix tty miss restart after we turn off flow-controlWang YanQing1-0/+8
2013-05-20tty: Remove TTY_HW_COOK_IN/OUTPeter Hurley1-9/+3
2013-03-18n_tty: Fully initialize ldisc before restarting buffer workPeter Hurley1-9/+8
2013-03-18n_tty: Correct unthrottle-with-buffer-flush commentsPeter Hurley1-8/+5
2013-03-18n_tty: Don't flush buffer when closing ldiscPeter Hurley1-1/+3
2013-03-18n_tty: Factor packet mode status change for reusePeter Hurley1-10/+14
2013-03-18tty: Add diagnostic for halted line disciplinePeter Hurley1-0/+8
2013-03-18n_tty: Lock access to tty->pgrp for POSIX job controlPeter Hurley1-16/+18
2013-03-18n_tty: Fix unsafe driver-side signalsPeter Hurley1-20/+14
2013-03-18n_tty: Fix stuck throttled driverPeter Hurley1-11/+17
2013-03-18n_tty: Inline check_unthrottle() at lone call sitePeter Hurley1-16/+2
2013-02-13pps: Move timestamp read into PPS code properGeorge Spelvin1-1/+2
2013-02-04tty: Use raw spin lock to protect the TTY read sectionIvo Sieben1-28/+28
2013-01-29Revert "n_tty: Unthrottle tty when flushing read buffer"Greg Kroah-Hartman1-2/+0
2013-01-25n_tty: Unthrottle tty when flushing read bufferKarthik Manamcheri1-0/+2
2012-10-25tty: add missing newlines to WARN_RATELIMITSasha Levin1-1/+1
2012-10-22TTY: move tty buffers to tty_portJiri Slaby1-2/+5
2012-10-22TTY: n_tty, propagate n_tty_dataJiri Slaby1-93/+78
2012-10-22TTY: move ldisc data from tty_struct: locksJiri Slaby1-51/+72
2012-10-22TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuffJiri Slaby1-123/+137
2012-10-22TTY: move ldisc data from tty_struct: bitmapsJiri Slaby1-24/+28
2012-10-22TTY: move ldisc data from tty_struct: simple membersJiri Slaby1-67/+93
2012-10-22TTY: n_tty, add ldisc data to n_ttyJiri Slaby1-1/+18
2012-10-22TTY: audit, stop accessing tty->icountJiri Slaby1-2/+3
2012-10-22TTY: n_tty, remove bogus checksJiri Slaby1-12/+0
2012-10-22TTY: n_tty, simplify read_buf+echo_buf allocationJiri Slaby1-18/+13
2012-08-16Remove BUG_ON from n_tty_read()Stanislav Kozina1-1/+2
2012-08-10n_tty: Don't lose characters when PARMRK is enabledJaeden Amero1-2/+10
2012-08-10tty: Fix possible race in n_tty_read()Stanislav Kozina1-1/+5
2012-07-16tty: move the termios object into the ttyAlan Cox1-1/+1
2012-06-26tty: note race we need to fixAlan Cox1-0/+6
2012-04-29TTY: n_tty, do not dereference user bufferJiri Slaby1-4/+5
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-12-09drivers/tty: Remove unneeded spacesThorsten Wißmann1-4/+4
2011-07-25Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-1/+1
2011-07-01tty: fix "IRQ45: nobody cared"Andrew McGregor1-1/+1
2011-06-07TTY: ntty, add one more sanity checkJiri Slaby1-0/+1
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds1-14/+47
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi1-47/+14
2011-04-04tty: fix endless work loop when the buffer fills upLinus Torvalds1-0/+6
2010-11-05TTY: create drivers/tty and move the tty core files thereGreg Kroah-Hartman1-0/+2121