summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tty.c
AgeCommit message (Expand)AuthorLines
2015-02-02n_tty: Fix signal handling flushesPeter Hurley-15/+30
2015-02-02n_tty: Fix read buffer overwrite when no newlinePeter Hurley-30/+62
2015-02-02n_tty: Fix PARMRK over-throttlingPeter Hurley-8/+4
2015-02-02n_tty: Fix unordered accesses to lockless read bufferPeter Hurley-53/+48
2015-02-02n_tty: Simplify throttle threshold calculationPeter Hurley-1/+1
2015-02-02n_tty: Fix throttle for canon lines > 3967 charsPeter Hurley-0/+5
2015-02-02n_tty: Eliminate receive_room() from consumer/exclusive pathsPeter Hurley-11/+12
2015-01-09Revert "tty: Fix pty master poll() after slave closes v2"Peter Hurley-7/+2
2014-12-14Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-44/+37
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-12/+5
2014-11-26n_tty: Fix read_buf race condition, increment read_head after pushing dataChristian Riesch-1/+2
2014-11-10Merge 3.18-rc4 into tty-next.Greg Kroah-Hartman-2/+7
2014-11-06tty: Fix pty master poll() after slave closes v2Francesco Ruggeri-2/+7
2014-11-05pty, n_tty: Simplify input processing on final closePeter Hurley-26/+20
2014-11-05n_tty: Remove stale read lock commentPeter Hurley-2/+0
2014-11-05n_tty: Only process packet mode data in raw modePeter Hurley-10/+11
2014-11-05tty: Fix missed wakeup from packet mode status updatePeter Hurley-4/+5
2014-11-05pty: Don't claim slave's ctrl_lock for master's packet modePeter Hurley-2/+2
2014-11-05tty: Use spin_lock_irq() for ctrl_lock when interrupts enabledPeter Hurley-3/+2
2014-10-28sched, tty: Deal with nested sleepsPeter Zijlstra-12/+5
2014-09-08tty: Fix spurious poll() wakeupsPeter Hurley-4/+4
2014-06-19tty: Correct INPCK handlingPeter Hurley-9/+10
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2014-05-03n_tty: Fix n_tty_write crash when echoing in raw modePeter Hurley-0/+4
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra-1/+1
2014-02-13n_tty: Simplify input_available_p()Peter Hurley-7/+4
2014-02-13n_tty: Fix stale echo outputPeter Hurley-5/+7
2014-02-13n_tty: Fix poll() when TIME_CHAR and MIN_CHAR == 0Peter Hurley-1/+1
2013-12-24Merge 3.13-rc5 into tty-nextGreg Kroah-Hartman-1/+6
2013-12-17n_tty: Fix apparent order of echoed outputPeter Hurley-1/+6
2013-12-17n_tty: Fix buffer overruns with larger-than-4k pastesPeter Hurley-3/+23
2013-12-16Merge 3.13-rc4 into tty-nextGreg Kroah-Hartman-2/+4
2013-12-08n_tty: Only perform wakeups for waitersPeter Hurley-6/+12
2013-12-08n_tty: Refactor input_available_p() by call sitePeter Hurley-3/+4
2013-12-08n_tty: Refactor PARMRK doubling checksPeter Hurley-9/+5
2013-12-08n_tty: Un-inline slow-path n_tty_receive_char_closing()Peter Hurley-2/+1
2013-12-08n_tty: Un-inline slow-path n_tty_receive_char()Peter Hurley-1/+1
2013-12-08n_tty: Merge .receive_buf() flavorsPeter Hurley-27/+16
2013-11-29n_tty: Fix missing newline echoPeter Hurley-2/+4
2013-11-25n_tty: Protect minimum_to_wake reset for concurrent readersPeter Hurley-2/+2
2013-11-25n_tty: Fix 4096-byte canonical readsPeter Hurley-1/+4
2013-11-25n_tty: Fix echo overrun tail computationPeter Hurley-1/+1
2013-11-25n_tty: Ensure reader restarts worker for next readerPeter Hurley-2/+3
2013-10-16tty: incorrect test of echo_buf() result for ECHO_OP_STARTRoel Kluin-1/+1
2013-10-06Merge 3.12-rc4 into tty-nextGreg Kroah-Hartman-20/+26
2013-09-30tty: Fix pty master read() after slave closesPeter Hurley-20/+26
2013-09-29Merge 3.12-rc3 into tty-nextGreg Kroah-Hartman-2/+1
2013-09-25n_tty: Style fix in n_tty_set_termiosPeter Hurley-2/+1
2013-09-25n_tty: Remove unnecessary local variablePeter Hurley-4/+1
2013-09-25n_tty: Remove superfluous reader wakeupPeter Hurley-3/+0