aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-17n_tty: Fix apparent order of echoed outputPeter Hurley1-1/+6
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
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-23n_tty: Factor tty->closing receive_buf() into separate fnPeter Hurley1-11/+39
2013-07-23n_tty: Special case EXTPROC receive_buf() as raw modePeter Hurley1-1/+2
2013-07-23n_tty: Factor raw mode receive_buf() into separate fnPeter Hurley1-5/+19
2013-07-23n_tty: Factor flagged char handling into separate fnPeter Hurley1-21/+29
2013-07-23n_tty: Factor signal char handling into separate fnPeter Hurley1-24/+28
2013-07-23n_tty: Factor 'real raw' receive_buf into standalone fnPeter Hurley1-21/+30
2013-07-23n_tty: Simplify __receive_buf loop countPeter Hurley1-5/+3
2013-07-23n_tty: Rename process_char_map to char_mapPeter Hurley1-23/+20
2013-07-23n_tty: Move buffers into n_tty_dataPeter Hurley1-16/+9
2013-07-23n_tty: Remove alias ptrs in __receive_buf()Peter Hurley1-7/+6
2013-07-23n_tty: Fix EOF push handlingPeter Hurley1-17/+17
2013-07-23n_tty: Avoid false-sharing echo buffer indicesPeter Hurley1-5/+4
2013-07-23n_tty: Eliminate counter in __process_echoesPeter Hurley1-8/+1
2013-07-23n_tty: Only flush echo output if actually outputPeter Hurley1-8/+10
2013-07-23n_tty: Process echoes in blocksPeter Hurley1-23/+47
2013-07-23n_tty: Eliminate echo_commit memory barrierPeter Hurley1-11/+20
2013-07-23n_tty: Remove echo_lockPeter Hurley1-47/+28
2013-07-23n_tty: Replace echo_cnt with computed valuePeter Hurley1-13/+7
2013-07-23n_tty: Use separate head and tail indices for echo_bufPeter Hurley1-53/+35
2013-07-23n_tty: Remove unused echo_overrun fieldPeter Hurley1-7/+1
2013-07-23n_tty: Queue buffer work on any available cpuPeter Hurley1-1/+1
2013-07-23n_tty: Special case pty flow controlPeter Hurley1-0/+14
2013-07-23n_tty: Move n_tty_write_wakeup() to avoid forward declarationPeter Hurley1-16/+15
2013-07-23n_tty: Factor throttle/unthrottle into helper functionsPeter Hurley1-35/+46
2013-07-23n_tty: Move chars_in_buffer() to factor throttle/unthrottlePeter Hurley1-12/+12
2013-07-23tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley1-4/+0