aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Hurley3-19/+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-23tty: Remove private constant from global namespacePeter Hurley2-11/+10
2013-07-23tty: Fix unsafe vt paste_selection()Peter Hurley4-16/+56
2013-07-23tty: Merge __tty_flush_buffer() into lone call sitePeter Hurley1-23/+6
2013-07-23tty: Use non-atomic state to signal flip buffer flush pendingPeter Hurley2-5/+5
2013-07-23tty: Avoid false-sharing flip buffer ptrsPeter Hurley1-2/+2
2013-07-23tty: Only perform flip buffer flush from tty_buffer_flush()Peter Hurley2-43/+21
2013-07-23tty: Ensure single-threaded flip buffer consumer with mutexPeter Hurley3-22/+22
2013-07-23tty: Make driver-side flip buffers locklessPeter Hurley1-27/+4
2013-07-23tty: Track flip buffer memory limit atomicallyPeter Hurley4-15/+36
2013-07-23tty: Simplify flip buffer list with 0-sized sentinelPeter Hurley2-31/+19
2013-07-23tty: Use lockless flip buffer free listPeter Hurley3-19/+41
2013-07-23tty: Use generic names for flip buffer list cursorsPeter Hurley1-10/+10
2013-07-23tty: Merge tty_buffer_find() into tty_buffer_alloc()Peter Hurley1-32/+18
2013-07-23tty: Factor flip buffer initialization into helper functionPeter Hurley1-9/+12
2013-07-23tty: Fix flip buffer free listPeter Hurley1-6/+10
2013-07-23tty: Compute flip buffer ptrsPeter Hurley3-16/+22
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 Hurley4-8/+6
2013-07-23n_tty: Separate buffer indices to prevent cache-line sharingPeter Hurley1-6/+15
2013-07-23n_tty: Don't wait for buffer work in read() loopPeter Hurley1-1/+0
2013-07-23n_tty: Fix type mismatches in receive_buf raw copyPeter Hurley1-14/+17
2013-07-23n_tty: Reset lnext if canonical mode changesPeter Hurley1-0/+1
2013-07-23n_tty: Make N_TTY ldisc receive path locklessPeter Hurley1-81/+92
2013-07-23n_tty: Replace canon_data with index comparisonPeter Hurley1-16/+6
2013-07-23n_tty: Access termios values safelyPeter Hurley1-5/+39
2013-07-23tty: Convert termios_mutex to termios_rwsemPeter Hurley8-69/+70
2013-07-23n_tty: Remove read_cntPeter Hurley1-13/+2
2013-07-23n_tty: Don't wrap input buffer indices at buffer sizePeter Hurley1-51/+60
2013-07-23n_tty: Get read_cnt through accessorPeter Hurley1-18/+23