summaryrefslogtreecommitdiff
path: root/drivers/tty/n_tty.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-15n_tty: Fix unsafe reference to "other" ldiscPeter Hurley1-5/+2
2015-10-31tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa1-10/+5
2015-10-31Revert "tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c"Sasha Levin1-6/+10
2015-10-28tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.cKosuke Tatsukawa1-10/+6
2015-07-03n_tty: Fix auditing support for cannonical modeLaura Abbott1-3/+14
2015-04-23n_tty: Fix read buffer overwrite when no newlinePeter Hurley1-27/+79
2015-01-16n_tty: Fix read_buf race condition, increment read_head after pushing dataChristian Riesch1-1/+2
2014-11-06tty: Fix pty master poll() after slave closes v2Francesco Ruggeri1-2/+7
2014-09-09tty: Fix spurious poll() wakeupsPeter Hurley1-4/+4
2014-06-20tty: Correct INPCK handlingPeter Hurley1-9/+10
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2014-05-04n_tty: Fix n_tty_write crash when echoing in raw modePeter Hurley1-0/+4
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-02-13n_tty: Simplify input_available_p()Peter Hurley1-7/+4
2014-02-13n_tty: Fix stale echo outputPeter Hurley1-5/+7
2014-02-13n_tty: Fix poll() when TIME_CHAR and MIN_CHAR == 0Peter Hurley1-1/+1
2013-12-24Merge 3.13-rc5 into tty-nextGreg Kroah-Hartman1-1/+6
2013-12-17n_tty: Fix apparent order of echoed outputPeter Hurley1-1/+6
2013-12-17n_tty: Fix buffer overruns with larger-than-4k pastesPeter Hurley1-3/+23
2013-12-17Merge 3.13-rc4 into tty-nextGreg Kroah-Hartman1-2/+4
2013-12-09n_tty: Only perform wakeups for waitersPeter Hurley1-6/+12
2013-12-09n_tty: Refactor input_available_p() by call sitePeter Hurley1-3/+4
2013-12-09n_tty: Refactor PARMRK doubling checksPeter Hurley1-9/+5
2013-12-09n_tty: Un-inline slow-path n_tty_receive_char_closing()Peter Hurley1-2/+1
2013-12-09n_tty: Un-inline slow-path n_tty_receive_char()Peter Hurley1-1/+1
2013-12-09n_tty: Merge .receive_buf() flavorsPeter Hurley1-27/+16
2013-11-30n_tty: Fix missing newline echoPeter Hurley1-2/+4
2013-11-25n_tty: Protect minimum_to_wake reset for concurrent readersPeter Hurley1-2/+2
2013-11-25n_tty: Fix 4096-byte canonical readsPeter Hurley1-1/+4
2013-11-25n_tty: Fix echo overrun tail computationPeter Hurley1-1/+1
2013-11-25n_tty: Ensure reader restarts worker for next readerPeter Hurley1-2/+3
2013-10-17tty: incorrect test of echo_buf() result for ECHO_OP_STARTRoel Kluin1-1/+1
2013-10-07Merge 3.12-rc4 into tty-nextGreg Kroah-Hartman1-20/+26
2013-10-01tty: Fix pty master read() after slave closesPeter Hurley1-20/+26
2013-09-30Merge 3.12-rc3 into tty-nextGreg Kroah-Hartman1-2/+1
2013-09-26n_tty: Style fix in n_tty_set_termiosPeter Hurley1-2/+1
2013-09-26n_tty: Remove unnecessary local variablePeter Hurley1-4/+1
2013-09-26n_tty: Remove superfluous reader wakeupPeter Hurley1-3/+0
2013-09-17n_tty: Fix EOF push index when termios changesPeter Hurley1-2/+1
2013-08-12n_tty: Fix termios_rwsem lockdep false positivePeter Hurley1-14/+11
2013-07-24n_tty: Factor LNEXT processing from per-char i/o pathPeter Hurley1-72/+94
2013-07-24n_tty: Un-inline single-use functionsPeter Hurley1-6/+5
2013-07-24n_tty: Remove overflow tests from receive_buf() pathPeter Hurley1-48/+37
2013-07-24n_tty: Factor PARMRK from normal per-char i/oPeter Hurley1-2/+43
2013-07-24n_tty: Factor ISTRIP and IUCLC receive_buf into separate fnPeter Hurley1-12/+32
2013-07-24n_tty: Split n_tty_receive_char()Peter Hurley1-47/+56
2013-07-24n_tty: Eliminate char tests from IXANY restart testPeter Hurley1-7/+12
2013-07-24n_tty: Factor standard per-char i/o into separate fnPeter Hurley1-10/+17
2013-07-24n_tty: Fix build breakage on ppc64Peter Hurley1-0/+1
2013-07-24n_tty: Factor tty->closing receive_buf() into separate fnPeter Hurley1-11/+39