summaryrefslogtreecommitdiff
path: root/drivers/tty/n_tty.c
AgeCommit message (Expand)Author
2015-06-01n_tty: Fix auditing support for cannonical modeLaura Abbott
2015-05-24n_tty: Fix calculation of size in canon_copy_from_read_bufMark Tomlinson
2015-05-10pty: Fix input race when closingPeter Hurley
2015-02-02n_tty: Fix signal handling flushesPeter Hurley
2015-02-02n_tty: Fix read buffer overwrite when no newlinePeter Hurley
2015-02-02n_tty: Fix PARMRK over-throttlingPeter Hurley
2015-02-02n_tty: Fix unordered accesses to lockless read bufferPeter Hurley
2015-02-02n_tty: Simplify throttle threshold calculationPeter Hurley
2015-02-02n_tty: Fix throttle for canon lines > 3967 charsPeter Hurley
2015-02-02n_tty: Eliminate receive_room() from consumer/exclusive pathsPeter Hurley
2015-01-09Revert "tty: Fix pty master poll() after slave closes v2"Peter Hurley
2014-12-14Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-11-26n_tty: Fix read_buf race condition, increment read_head after pushing dataChristian Riesch
2014-11-10Merge 3.18-rc4 into tty-next.Greg Kroah-Hartman
2014-11-06tty: Fix pty master poll() after slave closes v2Francesco Ruggeri
2014-11-05pty, n_tty: Simplify input processing on final closePeter Hurley
2014-11-05n_tty: Remove stale read lock commentPeter Hurley
2014-11-05n_tty: Only process packet mode data in raw modePeter Hurley
2014-11-05tty: Fix missed wakeup from packet mode status updatePeter Hurley
2014-11-05pty: Don't claim slave's ctrl_lock for master's packet modePeter Hurley
2014-11-05tty: Use spin_lock_irq() for ctrl_lock when interrupts enabledPeter Hurley
2014-10-28sched, tty: Deal with nested sleepsPeter Zijlstra
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