summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tty.c
AgeCommit message (Expand)AuthorFilesLines
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
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 Hurley1-1/+1
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
2013-07-23tty: Deprecate ldisc .chars_in_buffer() methodPeter Hurley1-0/+1
2013-07-23n_tty: Split n_tty_chars_in_buffer() for reader-only interfacePeter Hurley1-3/+8
2013-07-23n_tty: Line copy to user buffer in canonical modePeter Hurley1-33/+77
2013-07-23n_tty: Factor canonical mode copy from n_tty_read()Peter Hurley1-38/+57
2013-07-23tty: Make ldisc input flow control concurrency-friendlyPeter Hurley1-27/+45
2013-06-17n_tty: Buffer work should not reschedule itselfPeter Hurley1-4/+9
2013-06-17n_tty: Fix unsafe update of available buffer spacePeter Hurley1-7/+11
2013-06-17n_tty: Untangle read completion variablesPeter Hurley1-6/+2
2013-06-17n_tty: Encapsulate minimum_to_wake within N_TTYPeter Hurley1-12/+27
2013-05-27Merge 3.10-rc3 into tty-nextGreg Kroah-Hartman1-0/+8
2013-05-20TTY: Fix tty miss restart after we turn off flow-controlWang YanQing1-0/+8
2013-05-20tty: Remove TTY_HW_COOK_IN/OUTPeter Hurley1-9/+3
2013-03-18n_tty: Fully initialize ldisc before restarting buffer workPeter Hurley1-9/+8
2013-03-18n_tty: Correct unthrottle-with-buffer-flush commentsPeter Hurley1-8/+5
2013-03-18n_tty: Don't flush buffer when closing ldiscPeter Hurley1-1/+3
2013-03-18n_tty: Factor packet mode status change for reusePeter Hurley1-10/+14
2013-03-18tty: Add diagnostic for halted line disciplinePeter Hurley1-0/+8
2013-03-18n_tty: Lock access to tty->pgrp for POSIX job controlPeter Hurley1-16/+18
2013-03-18n_tty: Fix unsafe driver-side signalsPeter Hurley1-20/+14
2013-03-18n_tty: Fix stuck throttled driverPeter Hurley1-11/+17
2013-03-18n_tty: Inline check_unthrottle() at lone call sitePeter Hurley1-16/+2
2013-02-13pps: Move timestamp read into PPS code properGeorge Spelvin1-1/+2
2013-02-04tty: Use raw spin lock to protect the TTY read sectionIvo Sieben1-28/+28
2013-01-29Revert "n_tty: Unthrottle tty when flushing read buffer"Greg Kroah-Hartman1-2/+0
2013-01-25n_tty: Unthrottle tty when flushing read bufferKarthik Manamcheri1-0/+2
2012-10-25tty: add missing newlines to WARN_RATELIMITSasha Levin1-1/+1