summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tty.c
Commit message (Expand)AuthorAgeFilesLines
...
* n_tty: Separate buffer indices to prevent cache-line sharingPeter Hurley2013-07-231-6/+15
* n_tty: Don't wait for buffer work in read() loopPeter Hurley2013-07-231-1/+0
* n_tty: Fix type mismatches in receive_buf raw copyPeter Hurley2013-07-231-14/+17
* n_tty: Reset lnext if canonical mode changesPeter Hurley2013-07-231-0/+1
* n_tty: Make N_TTY ldisc receive path locklessPeter Hurley2013-07-231-81/+92
* n_tty: Replace canon_data with index comparisonPeter Hurley2013-07-231-16/+6
* n_tty: Access termios values safelyPeter Hurley2013-07-231-5/+39
* tty: Convert termios_mutex to termios_rwsemPeter Hurley2013-07-231-1/+1
* n_tty: Remove read_cntPeter Hurley2013-07-231-13/+2
* n_tty: Don't wrap input buffer indices at buffer sizePeter Hurley2013-07-231-51/+60
* n_tty: Get read_cnt through accessorPeter Hurley2013-07-231-18/+23
* tty: Deprecate ldisc .chars_in_buffer() methodPeter Hurley2013-07-231-0/+1
* n_tty: Split n_tty_chars_in_buffer() for reader-only interfacePeter Hurley2013-07-231-3/+8
* n_tty: Line copy to user buffer in canonical modePeter Hurley2013-07-231-33/+77
* n_tty: Factor canonical mode copy from n_tty_read()Peter Hurley2013-07-231-38/+57
* tty: Make ldisc input flow control concurrency-friendlyPeter Hurley2013-07-231-27/+45
* n_tty: Buffer work should not reschedule itselfPeter Hurley2013-06-171-4/+9
* n_tty: Fix unsafe update of available buffer spacePeter Hurley2013-06-171-7/+11
* n_tty: Untangle read completion variablesPeter Hurley2013-06-171-6/+2
* n_tty: Encapsulate minimum_to_wake within N_TTYPeter Hurley2013-06-171-12/+27
* Merge 3.10-rc3 into tty-nextGreg Kroah-Hartman2013-05-271-0/+8
|\
| * TTY: Fix tty miss restart after we turn off flow-controlWang YanQing2013-05-201-0/+8
* | tty: Remove TTY_HW_COOK_IN/OUTPeter Hurley2013-05-201-9/+3
|/
* n_tty: Fully initialize ldisc before restarting buffer workPeter Hurley2013-03-181-9/+8
* n_tty: Correct unthrottle-with-buffer-flush commentsPeter Hurley2013-03-181-8/+5
* n_tty: Don't flush buffer when closing ldiscPeter Hurley2013-03-181-1/+3
* n_tty: Factor packet mode status change for reusePeter Hurley2013-03-181-10/+14
* tty: Add diagnostic for halted line disciplinePeter Hurley2013-03-181-0/+8
* n_tty: Lock access to tty->pgrp for POSIX job controlPeter Hurley2013-03-181-16/+18
* n_tty: Fix unsafe driver-side signalsPeter Hurley2013-03-181-20/+14
* n_tty: Fix stuck throttled driverPeter Hurley2013-03-181-11/+17
* n_tty: Inline check_unthrottle() at lone call sitePeter Hurley2013-03-181-16/+2
* pps: Move timestamp read into PPS code properGeorge Spelvin2013-02-131-1/+2
* tty: Use raw spin lock to protect the TTY read sectionIvo Sieben2013-02-041-28/+28
* Revert "n_tty: Unthrottle tty when flushing read buffer"Greg Kroah-Hartman2013-01-291-2/+0
* n_tty: Unthrottle tty when flushing read bufferKarthik Manamcheri2013-01-251-0/+2
* tty: add missing newlines to WARN_RATELIMITSasha Levin2012-10-251-1/+1
* TTY: move tty buffers to tty_portJiri Slaby2012-10-221-2/+5
* TTY: n_tty, propagate n_tty_dataJiri Slaby2012-10-221-93/+78
* TTY: move ldisc data from tty_struct: locksJiri Slaby2012-10-221-51/+72
* TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuffJiri Slaby2012-10-221-123/+137
* TTY: move ldisc data from tty_struct: bitmapsJiri Slaby2012-10-221-24/+28
* TTY: move ldisc data from tty_struct: simple membersJiri Slaby2012-10-221-67/+93
* TTY: n_tty, add ldisc data to n_ttyJiri Slaby2012-10-221-1/+18
* TTY: audit, stop accessing tty->icountJiri Slaby2012-10-221-2/+3
* TTY: n_tty, remove bogus checksJiri Slaby2012-10-221-12/+0
* TTY: n_tty, simplify read_buf+echo_buf allocationJiri Slaby2012-10-221-18/+13
* Remove BUG_ON from n_tty_read()Stanislav Kozina2012-08-161-1/+2
* n_tty: Don't lose characters when PARMRK is enabledJaeden Amero2012-08-101-2/+10
* tty: Fix possible race in n_tty_read()Stanislav Kozina2012-08-101-1/+5
OpenPOWER on IntegriCloud