Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9cc236827fde5e254fd995a0023c05c5ee3a3ba6
/
drivers
/
tty
/
n_tty.c
25e8d0e
n_tty: Simplify input_available_p()
by Peter Hurley
· 11 years ago
e2613be
n_tty: Fix stale echo output
by Peter Hurley
· 11 years ago
a593480
n_tty: Fix poll() when TIME_CHAR and MIN_CHAR == 0
by Peter Hurley
· 11 years ago
b86b75e
Merge 3.13-rc5 into tty-next
by Greg Kroah-Hartman
· 11 years ago
1075a6e
n_tty: Fix apparent order of echoed output
by Peter Hurley
· 11 years ago
4d0ed18
n_tty: Fix buffer overruns with larger-than-4k pastes
by Peter Hurley
· 11 years ago
6a8c62f
Merge 3.13-rc4 into tty-next
by Greg Kroah-Hartman
· 11 years ago
6c67716
n_tty: Only perform wakeups for waiters
by Peter Hurley
· 11 years ago
eafbe67
n_tty: Refactor input_available_p() by call site
by Peter Hurley
· 11 years ago
001ba92
n_tty: Refactor PARMRK doubling checks
by Peter Hurley
· 11 years ago
8dc4b25
n_tty: Un-inline slow-path n_tty_receive_char_closing()
by Peter Hurley
· 11 years ago
eb3e466
n_tty: Un-inline slow-path n_tty_receive_char()
by Peter Hurley
· 11 years ago
5c32d12
n_tty: Merge .receive_buf() flavors
by Peter Hurley
· 11 years ago
39434ab
n_tty: Fix missing newline echo
by Peter Hurley
· 11 years ago
aebf0453
n_tty: Protect minimum_to_wake reset for concurrent readers
by Peter Hurley
· 11 years ago
c77569d
n_tty: Fix 4096-byte canonical reads
by Peter Hurley
· 11 years ago
6f22253
n_tty: Fix echo overrun tail computation
by Peter Hurley
· 11 years ago
42458f4
n_tty: Ensure reader restarts worker for next reader
by Peter Hurley
· 11 years ago
c476f65
tty: incorrect test of echo_buf() result for ECHO_OP_START
by Roel Kluin
· 11 years ago
97a7729
Merge 3.12-rc4 into tty-next
by Greg Kroah-Hartman
· 11 years ago
f8747d4
tty: Fix pty master read() after slave closes
by Peter Hurley
· 11 years ago
4ceedcf
Merge 3.12-rc3 into tty-next
by Greg Kroah-Hartman
· 11 years ago
103fcbe2
n_tty: Style fix in n_tty_set_termios
by Peter Hurley
· 11 years ago
c786f74
n_tty: Remove unnecessary local variable
by Peter Hurley
· 11 years ago
1cb40d0
n_tty: Remove superfluous reader wakeup
by Peter Hurley
· 11 years ago
93a8d41
n_tty: Fix EOF push index when termios changes
by Peter Hurley
· 11 years ago
aefceaf
n_tty: Fix termios_rwsem lockdep false positive
by Peter Hurley
· 11 years ago
e60d27c
n_tty: Factor LNEXT processing from per-char i/o path
by Peter Hurley
· 11 years ago
4b29349
n_tty: Un-inline single-use functions
by Peter Hurley
· 11 years ago
19e2ad6
n_tty: Remove overflow tests from receive_buf() path
by Peter Hurley
· 11 years ago
7de971b
n_tty: Factor PARMRK from normal per-char i/o
by Peter Hurley
· 11 years ago
6baad00
n_tty: Factor ISTRIP and IUCLC receive_buf into separate fn
by Peter Hurley
· 11 years ago
4b1f79c
n_tty: Split n_tty_receive_char()
by Peter Hurley
· 11 years ago
855df3c
n_tty: Eliminate char tests from IXANY restart test
by Peter Hurley
· 11 years ago
7d88d63
n_tty: Factor standard per-char i/o into separate fn
by Peter Hurley
· 11 years ago
86e35ae
n_tty: Fix build breakage on ppc64
by Peter Hurley
· 11 years ago
ad0cc7b
n_tty: Factor tty->closing receive_buf() into separate fn
by Peter Hurley
· 11 years ago
a1dd30e
n_tty: Special case EXTPROC receive_buf() as raw mode
by Peter Hurley
· 11 years ago
554117b
n_tty: Factor raw mode receive_buf() into separate fn
by Peter Hurley
· 11 years ago
d2f8d7a
n_tty: Factor flagged char handling into separate fn
by Peter Hurley
· 11 years ago
b0ac50b
n_tty: Factor signal char handling into separate fn
by Peter Hurley
· 11 years ago
4a23a4d
n_tty: Factor 'real raw' receive_buf into standalone fn
by Peter Hurley
· 11 years ago
781ad1c
n_tty: Simplify __receive_buf loop count
by Peter Hurley
· 11 years ago
1bb9d56
n_tty: Rename process_char_map to char_map
by Peter Hurley
· 11 years ago
20bafb3
n_tty: Move buffers into n_tty_data
by Peter Hurley
· 11 years ago
8cb06c9
n_tty: Remove alias ptrs in __receive_buf()
by Peter Hurley
· 11 years ago
40d5e09
n_tty: Fix EOF push handling
by Peter Hurley
· 11 years ago
9dfd16d
n_tty: Avoid false-sharing echo buffer indices
by Peter Hurley
· 11 years ago
29c7c5c
n_tty: Eliminate counter in __process_echoes
by Peter Hurley
· 11 years ago
bc5b1ec
n_tty: Only flush echo output if actually output
by Peter Hurley
· 11 years ago
cbfd034
n_tty: Process echoes in blocks
by Peter Hurley
· 11 years ago
019ebdf
n_tty: Eliminate echo_commit memory barrier
by Peter Hurley
· 11 years ago
17bd790
n_tty: Remove echo_lock
by Peter Hurley
· 11 years ago
862eeff
n_tty: Replace echo_cnt with computed value
by Peter Hurley
· 11 years ago
addaebc
n_tty: Use separate head and tail indices for echo_buf
by Peter Hurley
· 11 years ago
ae56f33
n_tty: Remove unused echo_overrun field
by Peter Hurley
· 11 years ago
f0f947c
n_tty: Queue buffer work on any available cpu
by Peter Hurley
· 11 years ago
3afb1b39
n_tty: Special case pty flow control
by Peter Hurley
· 11 years ago
ee0bab8
n_tty: Move n_tty_write_wakeup() to avoid forward declaration
by Peter Hurley
· 11 years ago
6367ca7
n_tty: Factor throttle/unthrottle into helper functions
by Peter Hurley
· 11 years ago
9a4aec2
n_tty: Move chars_in_buffer() to factor throttle/unthrottle
by Peter Hurley
· 11 years ago
d8c1f92
tty: Only guarantee termios read safety for throttle/unthrottle
by Peter Hurley
· 11 years ago
fb7aa03
n_tty: Separate buffer indices to prevent cache-line sharing
by Peter Hurley
· 11 years ago
f95499c
n_tty: Don't wait for buffer work in read() loop
by Peter Hurley
· 11 years ago
d1913e3
n_tty: Fix type mismatches in receive_buf raw copy
by Peter Hurley
· 11 years ago
6f9b028
n_tty: Reset lnext if canonical mode changes
by Peter Hurley
· 11 years ago
6d76bd2
n_tty: Make N_TTY ldisc receive path lockless
by Peter Hurley
· 11 years ago
a73d3d6
n_tty: Replace canon_data with index comparison
by Peter Hurley
· 11 years ago
9356b53
n_tty: Access termios values safely
by Peter Hurley
· 11 years ago
6a1c068
tty: Convert termios_mutex to termios_rwsem
by Peter Hurley
· 11 years ago
a2f73be
n_tty: Remove read_cnt
by Peter Hurley
· 11 years ago
bc5a5e3
n_tty: Don't wrap input buffer indices at buffer size
by Peter Hurley
· 11 years ago
ce74117
n_tty: Get read_cnt through accessor
by Peter Hurley
· 11 years ago
4753408
tty: Deprecate ldisc .chars_in_buffer() method
by Peter Hurley
· 11 years ago
a19d0c6
n_tty: Split n_tty_chars_in_buffer() for reader-only interface
by Peter Hurley
· 11 years ago
32f1352
n_tty: Line copy to user buffer in canonical mode
by Peter Hurley
· 11 years ago
88bb0de
n_tty: Factor canonical mode copy from n_tty_read()
by Peter Hurley
· 11 years ago
24a89d1
tty: Make ldisc input flow control concurrency-friendly
by Peter Hurley
· 11 years ago
7879a9f
n_tty: Buffer work should not reschedule itself
by Peter Hurley
· 11 years ago
b848305
n_tty: Fix unsafe update of available buffer space
by Peter Hurley
· 11 years ago
a6e5431
n_tty: Untangle read completion variables
by Peter Hurley
· 11 years ago
f6c8dbe
n_tty: Encapsulate minimum_to_wake within N_TTY
by Peter Hurley
· 11 years ago
8095e4e
Merge 3.10-rc3 into tty-next
by Greg Kroah-Hartman
· 11 years ago
dab73b4
TTY: Fix tty miss restart after we turn off flow-control
by Wang YanQing
· 12 years ago
582f559
tty: Remove TTY_HW_COOK_IN/OUT
by Peter Hurley
· 11 years ago
b66f4fa
n_tty: Fully initialize ldisc before restarting buffer work
by Peter Hurley
· 12 years ago
25518c6
n_tty: Correct unthrottle-with-buffer-flush comments
by Peter Hurley
· 12 years ago
7990131
n_tty: Don't flush buffer when closing ldisc
by Peter Hurley
· 12 years ago
a30737a
n_tty: Factor packet mode status change for reuse
by Peter Hurley
· 12 years ago
2162293
tty: Add diagnostic for halted line discipline
by Peter Hurley
· 12 years ago
01a5e44
n_tty: Lock access to tty->pgrp for POSIX job control
by Peter Hurley
· 12 years ago
8c985d1
n_tty: Fix unsafe driver-side signals
by Peter Hurley
· 12 years ago
e91e52e
n_tty: Fix stuck throttled driver
by Peter Hurley
· 12 years ago
c828f67
n_tty: Inline check_unthrottle() at lone call site
by Peter Hurley
· 12 years ago
593fb1ae4
pps: Move timestamp read into PPS code proper
by George Spelvin
· 12 years ago
9800121
tty: Use raw spin lock to protect the TTY read section
by Ivo Sieben
· 12 years ago
1651d0a
Revert "n_tty: Unthrottle tty when flushing read buffer"
by Greg Kroah-Hartman
· 12 years ago
58f82be
n_tty: Unthrottle tty when flushing read buffer
by Karthik Manamcheri
· 12 years ago
cadf748
tty: add missing newlines to WARN_RATELIMIT
by Sasha Levin
· 12 years ago
ecbbfd4
TTY: move tty buffers to tty_port
by Jiri Slaby
· 12 years ago
Next »