aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/n_tty.c
AgeCommit message (Expand)Author
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
2013-09-25n_tty: Style fix in n_tty_set_termiosPeter Hurley
2013-09-25n_tty: Remove unnecessary local variablePeter Hurley
2013-09-25n_tty: Remove superfluous reader wakeupPeter Hurley
2013-09-17n_tty: Fix EOF push index when termios changesPeter Hurley
2013-08-12n_tty: Fix termios_rwsem lockdep false positivePeter Hurley
2013-07-24n_tty: Factor LNEXT processing from per-char i/o pathPeter Hurley
2013-07-24n_tty: Un-inline single-use functionsPeter Hurley
2013-07-24n_tty: Remove overflow tests from receive_buf() pathPeter Hurley
2013-07-24n_tty: Factor PARMRK from normal per-char i/oPeter Hurley
2013-07-24n_tty: Factor ISTRIP and IUCLC receive_buf into separate fnPeter Hurley
2013-07-24n_tty: Split n_tty_receive_char()Peter Hurley
2013-07-24n_tty: Eliminate char tests from IXANY restart testPeter Hurley
2013-07-24n_tty: Factor standard per-char i/o into separate fnPeter Hurley
2013-07-24n_tty: Fix build breakage on ppc64Peter Hurley
2013-07-23n_tty: Factor tty->closing receive_buf() into separate fnPeter Hurley
2013-07-23n_tty: Special case EXTPROC receive_buf() as raw modePeter Hurley
2013-07-23n_tty: Factor raw mode receive_buf() into separate fnPeter Hurley
2013-07-23n_tty: Factor flagged char handling into separate fnPeter Hurley
2013-07-23n_tty: Factor signal char handling into separate fnPeter Hurley
2013-07-23n_tty: Factor 'real raw' receive_buf into standalone fnPeter Hurley
2013-07-23n_tty: Simplify __receive_buf loop countPeter Hurley
2013-07-23n_tty: Rename process_char_map to char_mapPeter Hurley
2013-07-23n_tty: Move buffers into n_tty_dataPeter Hurley
2013-07-23n_tty: Remove alias ptrs in __receive_buf()Peter Hurley
2013-07-23n_tty: Fix EOF push handlingPeter Hurley
2013-07-23n_tty: Avoid false-sharing echo buffer indicesPeter Hurley
2013-07-23n_tty: Eliminate counter in __process_echoesPeter Hurley
2013-07-23n_tty: Only flush echo output if actually outputPeter Hurley
2013-07-23n_tty: Process echoes in blocksPeter Hurley
2013-07-23n_tty: Eliminate echo_commit memory barrierPeter Hurley
2013-07-23n_tty: Remove echo_lockPeter Hurley
2013-07-23n_tty: Replace echo_cnt with computed valuePeter Hurley
2013-07-23n_tty: Use separate head and tail indices for echo_bufPeter Hurley
2013-07-23n_tty: Remove unused echo_overrun fieldPeter Hurley
2013-07-23n_tty: Queue buffer work on any available cpuPeter Hurley
2013-07-23n_tty: Special case pty flow controlPeter Hurley
2013-07-23n_tty: Move n_tty_write_wakeup() to avoid forward declarationPeter Hurley
2013-07-23n_tty: Factor throttle/unthrottle into helper functionsPeter Hurley
2013-07-23n_tty: Move chars_in_buffer() to factor throttle/unthrottlePeter Hurley
2013-07-23tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley
2013-07-23n_tty: Separate buffer indices to prevent cache-line sharingPeter Hurley
2013-07-23n_tty: Don't wait for buffer work in read() loopPeter Hurley
2013-07-23n_tty: Fix type mismatches in receive_buf raw copyPeter Hurley
2013-07-23n_tty: Reset lnext if canonical mode changesPeter Hurley
2013-07-23n_tty: Make N_TTY ldisc receive path locklessPeter Hurley
2013-07-23n_tty: Replace canon_data with index comparisonPeter Hurley