summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_tty.c
Commit message (Expand)AuthorAgeFilesLines
...
* n_tty: Fix EOF push handlingPeter Hurley2013-07-231-17/+17
* n_tty: Avoid false-sharing echo buffer indicesPeter Hurley2013-07-231-5/+4
* n_tty: Eliminate counter in __process_echoesPeter Hurley2013-07-231-8/+1
* n_tty: Only flush echo output if actually outputPeter Hurley2013-07-231-8/+10
* n_tty: Process echoes in blocksPeter Hurley2013-07-231-23/+47
* n_tty: Eliminate echo_commit memory barrierPeter Hurley2013-07-231-11/+20
* n_tty: Remove echo_lockPeter Hurley2013-07-231-47/+28
* n_tty: Replace echo_cnt with computed valuePeter Hurley2013-07-231-13/+7
* n_tty: Use separate head and tail indices for echo_bufPeter Hurley2013-07-231-53/+35
* n_tty: Remove unused echo_overrun fieldPeter Hurley2013-07-231-7/+1
* n_tty: Queue buffer work on any available cpuPeter Hurley2013-07-231-1/+1
* n_tty: Special case pty flow controlPeter Hurley2013-07-231-0/+14
* n_tty: Move n_tty_write_wakeup() to avoid forward declarationPeter Hurley2013-07-231-16/+15
* n_tty: Factor throttle/unthrottle into helper functionsPeter Hurley2013-07-231-35/+46
* n_tty: Move chars_in_buffer() to factor throttle/unthrottlePeter Hurley2013-07-231-12/+12
* tty: Only guarantee termios read safety for throttle/unthrottlePeter Hurley2013-07-231-4/+0
* 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
OpenPOWER on IntegriCloud