summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tty.c
AgeCommit message (Expand)Author
2014-11-06tty: Fix pty master poll() after slave closes v2Francesco Ruggeri
2014-09-08tty: Fix spurious poll() wakeupsPeter Hurley
2014-06-19tty: Correct INPCK handlingPeter Hurley
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-05-03n_tty: Fix n_tty_write crash when echoing in raw modePeter Hurley
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-02-13n_tty: Simplify input_available_p()Peter Hurley
2014-02-13n_tty: Fix stale echo outputPeter Hurley
2014-02-13n_tty: Fix poll() when TIME_CHAR and MIN_CHAR == 0Peter Hurley
2013-12-24Merge 3.13-rc5 into tty-nextGreg Kroah-Hartman
2013-12-17n_tty: Fix apparent order of echoed outputPeter Hurley
2013-12-17n_tty: Fix buffer overruns with larger-than-4k pastesPeter Hurley
2013-12-16Merge 3.13-rc4 into tty-nextGreg Kroah-Hartman
2013-12-08n_tty: Only perform wakeups for waitersPeter Hurley
2013-12-08n_tty: Refactor input_available_p() by call sitePeter Hurley
2013-12-08n_tty: Refactor PARMRK doubling checksPeter Hurley
2013-12-08n_tty: Un-inline slow-path n_tty_receive_char_closing()Peter Hurley
2013-12-08n_tty: Un-inline slow-path n_tty_receive_char()Peter Hurley
2013-12-08n_tty: Merge .receive_buf() flavorsPeter Hurley
2013-11-29n_tty: Fix missing newline echoPeter Hurley
2013-11-25n_tty: Protect minimum_to_wake reset for concurrent readersPeter Hurley
2013-11-25n_tty: Fix 4096-byte canonical readsPeter Hurley
2013-11-25n_tty: Fix echo overrun tail computationPeter Hurley
2013-11-25n_tty: Ensure reader restarts worker for next readerPeter Hurley
2013-10-16tty: incorrect test of echo_buf() result for ECHO_OP_STARTRoel Kluin
2013-10-06Merge 3.12-rc4 into tty-nextGreg Kroah-Hartman
2013-09-30tty: Fix pty master read() after slave closesPeter Hurley
2013-09-29Merge 3.12-rc3 into tty-nextGreg Kroah-Hartman
2013-09-25n_tty: Style fix in n_tty_set_termiosPeter Hurley
2013-09-25n_tty: Remove unnecessary local variablePeter Hurley
2013-09-25n_tty: Remove superfluous reader wakeupPeter Hurley
2013-09-17n_tty: Fix EOF push index when termios changesPeter Hurley
2013-08-12n_tty: Fix termios_rwsem lockdep false positivePeter Hurley
2013-07-24n_tty: Factor LNEXT processing from per-char i/o pathPeter Hurley
2013-07-24n_tty: Un-inline single-use functionsPeter Hurley
2013-07-24n_tty: Remove overflow tests from receive_buf() pathPeter Hurley
2013-07-24n_tty: Factor PARMRK from normal per-char i/oPeter Hurley
2013-07-24n_tty: Factor ISTRIP and IUCLC receive_buf into separate fnPeter Hurley
2013-07-24n_tty: Split n_tty_receive_char()Peter Hurley
2013-07-24n_tty: Eliminate char tests from IXANY restart testPeter Hurley
2013-07-24n_tty: Factor standard per-char i/o into separate fnPeter Hurley
2013-07-24n_tty: Fix build breakage on ppc64Peter Hurley
2013-07-23n_tty: Factor tty->closing receive_buf() into separate fnPeter Hurley
2013-07-23n_tty: Special case EXTPROC receive_buf() as raw modePeter Hurley
2013-07-23n_tty: Factor raw mode receive_buf() into separate fnPeter Hurley
2013-07-23n_tty: Factor flagged char handling into separate fnPeter Hurley
2013-07-23n_tty: Factor signal char handling into separate fnPeter Hurley
2013-07-23n_tty: Factor 'real raw' receive_buf into standalone fnPeter Hurley
2013-07-23n_tty: Simplify __receive_buf loop countPeter Hurley
2013-07-23n_tty: Rename process_char_map to char_mapPeter Hurley