aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-02n_tty: Fix unordered accesses to lockless read bufferPeter Hurley1-53/+48
2015-02-02n_tty: Simplify throttle threshold calculationPeter Hurley1-1/+1
2015-02-02n_tty: Fix throttle for canon lines > 3967 charsPeter Hurley1-0/+5
2015-02-02n_tty: Eliminate receive_room() from consumer/exclusive pathsPeter Hurley1-11/+12
2015-01-09Revert "tty: Fix pty master poll() after slave closes v2"Peter Hurley1-7/+2
2014-12-14Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-44/+37
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+5
2014-11-26n_tty: Fix read_buf race condition, increment read_head after pushing dataChristian Riesch1-1/+2
2014-11-10Merge 3.18-rc4 into tty-next.Greg Kroah-Hartman1-2/+7
2014-11-06tty: Fix pty master poll() after slave closes v2Francesco Ruggeri1-2/+7
2014-11-05pty, n_tty: Simplify input processing on final closePeter Hurley1-26/+20
2014-11-05n_tty: Remove stale read lock commentPeter Hurley1-2/+0
2014-11-05n_tty: Only process packet mode data in raw modePeter Hurley1-10/+11
2014-11-05tty: Fix missed wakeup from packet mode status updatePeter Hurley1-4/+5
2014-11-05pty: Don't claim slave's ctrl_lock for master's packet modePeter Hurley1-2/+2
2014-11-05tty: Use spin_lock_irq() for ctrl_lock when interrupts enabledPeter Hurley1-3/+2
2014-10-28sched, tty: Deal with nested sleepsPeter Zijlstra1-12/+5
2014-09-08tty: Fix spurious poll() wakeupsPeter Hurley1-4/+4
2014-06-19tty: Correct INPCK handlingPeter Hurley1-9/+10
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-1/+1
2014-05-03n_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-16Merge 3.13-rc4 into tty-nextGreg Kroah-Hartman1-2/+4
2013-12-08n_tty: Only perform wakeups for waitersPeter Hurley1-6/+12
2013-12-08n_tty: Refactor input_available_p() by call sitePeter Hurley1-3/+4
2013-12-08n_tty: Refactor PARMRK doubling checksPeter Hurley1-9/+5
2013-12-08n_tty: Un-inline slow-path n_tty_receive_char_closing()Peter Hurley1-2/+1
2013-12-08n_tty: Un-inline slow-path n_tty_receive_char()Peter Hurley1-1/+1
2013-12-08n_tty: Merge .receive_buf() flavorsPeter Hurley1-27/+16
2013-11-29n_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-16tty: incorrect test of echo_buf() result for ECHO_OP_STARTRoel Kluin1-1/+1
2013-10-06Merge 3.12-rc4 into tty-nextGreg Kroah-Hartman1-20/+26
2013-09-30tty: Fix pty master read() after slave closesPeter Hurley1-20/+26
2013-09-29Merge 3.12-rc3 into tty-nextGreg Kroah-Hartman1-2/+1
2013-09-25n_tty: Style fix in n_tty_set_termiosPeter Hurley1-2/+1
2013-09-25n_tty: Remove unnecessary local variablePeter Hurley1-4/+1
2013-09-25n_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