summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tty.c
AgeCommit message (Expand)Author
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
2013-07-23n_tty: Access termios values safelyPeter Hurley
2013-07-23tty: Convert termios_mutex to termios_rwsemPeter Hurley
2013-07-23n_tty: Remove read_cntPeter Hurley
2013-07-23n_tty: Don't wrap input buffer indices at buffer sizePeter Hurley
2013-07-23n_tty: Get read_cnt through accessorPeter Hurley
2013-07-23tty: Deprecate ldisc .chars_in_buffer() methodPeter Hurley
2013-07-23n_tty: Split n_tty_chars_in_buffer() for reader-only interfacePeter Hurley
2013-07-23n_tty: Line copy to user buffer in canonical modePeter Hurley
2013-07-23n_tty: Factor canonical mode copy from n_tty_read()Peter Hurley
2013-07-23tty: Make ldisc input flow control concurrency-friendlyPeter Hurley
2013-06-17n_tty: Buffer work should not reschedule itselfPeter Hurley
2013-06-17n_tty: Fix unsafe update of available buffer spacePeter Hurley
2013-06-17n_tty: Untangle read completion variablesPeter Hurley
2013-06-17n_tty: Encapsulate minimum_to_wake within N_TTYPeter Hurley
2013-05-27Merge 3.10-rc3 into tty-nextGreg Kroah-Hartman
2013-05-20TTY: Fix tty miss restart after we turn off flow-controlWang YanQing
2013-05-20tty: Remove TTY_HW_COOK_IN/OUTPeter Hurley
2013-03-18n_tty: Fully initialize ldisc before restarting buffer workPeter Hurley
2013-03-18n_tty: Correct unthrottle-with-buffer-flush commentsPeter Hurley
2013-03-18n_tty: Don't flush buffer when closing ldiscPeter Hurley
2013-03-18n_tty: Factor packet mode status change for reusePeter Hurley
2013-03-18tty: Add diagnostic for halted line disciplinePeter Hurley
2013-03-18n_tty: Lock access to tty->pgrp for POSIX job controlPeter Hurley
2013-03-18n_tty: Fix unsafe driver-side signalsPeter Hurley
2013-03-18n_tty: Fix stuck throttled driverPeter Hurley
2013-03-18n_tty: Inline check_unthrottle() at lone call sitePeter Hurley
2013-02-13pps: Move timestamp read into PPS code properGeorge Spelvin
2013-02-04tty: Use raw spin lock to protect the TTY read sectionIvo Sieben
2013-01-29Revert "n_tty: Unthrottle tty when flushing read buffer"Greg Kroah-Hartman
2013-01-25n_tty: Unthrottle tty when flushing read bufferKarthik Manamcheri
2012-10-25tty: add missing newlines to WARN_RATELIMITSasha Levin