summaryrefslogtreecommitdiff
path: root/drivers/tty/n_tty.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-24n_tty: Queue buffer work on any available cpuPeter Hurley1-1/+1
2013-07-24n_tty: Special case pty flow controlPeter Hurley1-0/+14
2013-07-24n_tty: Move n_tty_write_wakeup() to avoid forward declarationPeter Hurley1-16/+15
2013-07-24n_tty: Factor throttle/unthrottle into helper functionsPeter Hurley1-35/+46
2013-07-24n_tty: Move chars_in_buffer() to factor throttle/unthrottlePeter Hurley1-12/+12
2013-07-24tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley1-4/+0
2013-07-24n_tty: Separate buffer indices to prevent cache-line sharingPeter Hurley1-6/+15
2013-07-24n_tty: Don't wait for buffer work in read() loopPeter Hurley1-1/+0
2013-07-24n_tty: Fix type mismatches in receive_buf raw copyPeter Hurley1-14/+17
2013-07-24n_tty: Reset lnext if canonical mode changesPeter Hurley1-0/+1
2013-07-24n_tty: Make N_TTY ldisc receive path locklessPeter Hurley1-81/+92
2013-07-24n_tty: Replace canon_data with index comparisonPeter Hurley1-16/+6
2013-07-24n_tty: Access termios values safelyPeter Hurley1-5/+39
2013-07-24tty: Convert termios_mutex to termios_rwsemPeter Hurley1-1/+1
2013-07-24n_tty: Remove read_cntPeter Hurley1-13/+2
2013-07-24n_tty: Don't wrap input buffer indices at buffer sizePeter Hurley1-51/+60
2013-07-24n_tty: Get read_cnt through accessorPeter Hurley1-18/+23
2013-07-24tty: Deprecate ldisc .chars_in_buffer() methodPeter Hurley1-0/+1
2013-07-24n_tty: Split n_tty_chars_in_buffer() for reader-only interfacePeter Hurley1-3/+8
2013-07-24n_tty: Line copy to user buffer in canonical modePeter Hurley1-33/+77
2013-07-24n_tty: Factor canonical mode copy from n_tty_read()Peter Hurley1-38/+57
2013-07-24tty: 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-19n_tty: Fully initialize ldisc before restarting buffer workPeter Hurley1-9/+8
2013-03-19n_tty: Correct unthrottle-with-buffer-flush commentsPeter Hurley1-8/+5
2013-03-19n_tty: Don't flush buffer when closing ldiscPeter Hurley1-1/+3
2013-03-19n_tty: Factor packet mode status change for reusePeter Hurley1-10/+14
2013-03-19tty: Add diagnostic for halted line disciplinePeter Hurley1-0/+8
2013-03-19n_tty: Lock access to tty->pgrp for POSIX job controlPeter Hurley1-16/+18
2013-03-19n_tty: Fix unsafe driver-side signalsPeter Hurley1-20/+14
2013-03-19n_tty: Fix stuck throttled driverPeter Hurley1-11/+17
2013-03-19n_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-05tty: Use raw spin lock to protect the TTY read sectionIvo Sieben1-28/+28
2013-01-30Revert "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
2012-10-23TTY: move tty buffers to tty_portJiri Slaby1-2/+5
2012-10-23TTY: n_tty, propagate n_tty_dataJiri Slaby1-93/+78
2012-10-23TTY: move ldisc data from tty_struct: locksJiri Slaby1-51/+72
2012-10-23TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuffJiri Slaby1-123/+137
2012-10-23TTY: move ldisc data from tty_struct: bitmapsJiri Slaby1-24/+28
2012-10-23TTY: move ldisc data from tty_struct: simple membersJiri Slaby1-67/+93
2012-10-23TTY: n_tty, add ldisc data to n_ttyJiri Slaby1-1/+18