index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
n_tty.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-24
n_tty: Queue buffer work on any available cpu
Peter Hurley
1
-1
/
+1
2013-07-24
n_tty: Special case pty flow control
Peter Hurley
1
-0
/
+14
2013-07-24
n_tty: Move n_tty_write_wakeup() to avoid forward declaration
Peter Hurley
1
-16
/
+15
2013-07-24
n_tty: Factor throttle/unthrottle into helper functions
Peter Hurley
1
-35
/
+46
2013-07-24
n_tty: Move chars_in_buffer() to factor throttle/unthrottle
Peter Hurley
1
-12
/
+12
2013-07-24
tty: Only guarantee termios read safety for throttle/unthrottle
Peter Hurley
1
-4
/
+0
2013-07-24
n_tty: Separate buffer indices to prevent cache-line sharing
Peter Hurley
1
-6
/
+15
2013-07-24
n_tty: Don't wait for buffer work in read() loop
Peter Hurley
1
-1
/
+0
2013-07-24
n_tty: Fix type mismatches in receive_buf raw copy
Peter Hurley
1
-14
/
+17
2013-07-24
n_tty: Reset lnext if canonical mode changes
Peter Hurley
1
-0
/
+1
2013-07-24
n_tty: Make N_TTY ldisc receive path lockless
Peter Hurley
1
-81
/
+92
2013-07-24
n_tty: Replace canon_data with index comparison
Peter Hurley
1
-16
/
+6
2013-07-24
n_tty: Access termios values safely
Peter Hurley
1
-5
/
+39
2013-07-24
tty: Convert termios_mutex to termios_rwsem
Peter Hurley
1
-1
/
+1
2013-07-24
n_tty: Remove read_cnt
Peter Hurley
1
-13
/
+2
2013-07-24
n_tty: Don't wrap input buffer indices at buffer size
Peter Hurley
1
-51
/
+60
2013-07-24
n_tty: Get read_cnt through accessor
Peter Hurley
1
-18
/
+23
2013-07-24
tty: Deprecate ldisc .chars_in_buffer() method
Peter Hurley
1
-0
/
+1
2013-07-24
n_tty: Split n_tty_chars_in_buffer() for reader-only interface
Peter Hurley
1
-3
/
+8
2013-07-24
n_tty: Line copy to user buffer in canonical mode
Peter Hurley
1
-33
/
+77
2013-07-24
n_tty: Factor canonical mode copy from n_tty_read()
Peter Hurley
1
-38
/
+57
2013-07-24
tty: Make ldisc input flow control concurrency-friendly
Peter Hurley
1
-27
/
+45
2013-06-17
n_tty: Buffer work should not reschedule itself
Peter Hurley
1
-4
/
+9
2013-06-17
n_tty: Fix unsafe update of available buffer space
Peter Hurley
1
-7
/
+11
2013-06-17
n_tty: Untangle read completion variables
Peter Hurley
1
-6
/
+2
2013-06-17
n_tty: Encapsulate minimum_to_wake within N_TTY
Peter Hurley
1
-12
/
+27
2013-05-27
Merge 3.10-rc3 into tty-next
Greg Kroah-Hartman
1
-0
/
+8
2013-05-20
TTY: Fix tty miss restart after we turn off flow-control
Wang YanQing
1
-0
/
+8
2013-05-20
tty: Remove TTY_HW_COOK_IN/OUT
Peter Hurley
1
-9
/
+3
2013-03-19
n_tty: Fully initialize ldisc before restarting buffer work
Peter Hurley
1
-9
/
+8
2013-03-19
n_tty: Correct unthrottle-with-buffer-flush comments
Peter Hurley
1
-8
/
+5
2013-03-19
n_tty: Don't flush buffer when closing ldisc
Peter Hurley
1
-1
/
+3
2013-03-19
n_tty: Factor packet mode status change for reuse
Peter Hurley
1
-10
/
+14
2013-03-19
tty: Add diagnostic for halted line discipline
Peter Hurley
1
-0
/
+8
2013-03-19
n_tty: Lock access to tty->pgrp for POSIX job control
Peter Hurley
1
-16
/
+18
2013-03-19
n_tty: Fix unsafe driver-side signals
Peter Hurley
1
-20
/
+14
2013-03-19
n_tty: Fix stuck throttled driver
Peter Hurley
1
-11
/
+17
2013-03-19
n_tty: Inline check_unthrottle() at lone call site
Peter Hurley
1
-16
/
+2
2013-02-13
pps: Move timestamp read into PPS code proper
George Spelvin
1
-1
/
+2
2013-02-05
tty: Use raw spin lock to protect the TTY read section
Ivo Sieben
1
-28
/
+28
2013-01-30
Revert "n_tty: Unthrottle tty when flushing read buffer"
Greg Kroah-Hartman
1
-2
/
+0
2013-01-25
n_tty: Unthrottle tty when flushing read buffer
Karthik Manamcheri
1
-0
/
+2
2012-10-25
tty: add missing newlines to WARN_RATELIMIT
Sasha Levin
1
-1
/
+1
2012-10-23
TTY: move tty buffers to tty_port
Jiri Slaby
1
-2
/
+5
2012-10-23
TTY: n_tty, propagate n_tty_data
Jiri Slaby
1
-93
/
+78
2012-10-23
TTY: move ldisc data from tty_struct: locks
Jiri Slaby
1
-51
/
+72
2012-10-23
TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuff
Jiri Slaby
1
-123
/
+137
2012-10-23
TTY: move ldisc data from tty_struct: bitmaps
Jiri Slaby
1
-24
/
+28
2012-10-23
TTY: move ldisc data from tty_struct: simple members
Jiri Slaby
1
-67
/
+93
2012-10-23
TTY: n_tty, add ldisc data to n_tty
Jiri Slaby
1
-1
/
+18
[next]