index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: Only perform flip buffer flush from tty_buffer_flush()
Peter Hurley
2013-07-24
1
-42
/
+21
*
tty: Ensure single-threaded flip buffer consumer with mutex
Peter Hurley
2013-07-24
1
-21
/
+19
*
tty: Make driver-side flip buffers lockless
Peter Hurley
2013-07-24
1
-27
/
+4
*
tty: Track flip buffer memory limit atomically
Peter Hurley
2013-07-24
2
-13
/
+34
*
tty: Simplify flip buffer list with 0-sized sentinel
Peter Hurley
2013-07-24
1
-31
/
+18
*
tty: Use lockless flip buffer free list
Peter Hurley
2013-07-24
1
-17
/
+12
*
tty: Use generic names for flip buffer list cursors
Peter Hurley
2013-07-24
1
-10
/
+10
*
tty: Merge tty_buffer_find() into tty_buffer_alloc()
Peter Hurley
2013-07-24
1
-32
/
+18
*
tty: Factor flip buffer initialization into helper function
Peter Hurley
2013-07-24
1
-9
/
+12
*
tty: Fix flip buffer free list
Peter Hurley
2013-07-24
1
-6
/
+10
*
tty: Compute flip buffer ptrs
Peter Hurley
2013-07-24
1
-12
/
+10
*
n_tty: Queue buffer work on any available cpu
Peter Hurley
2013-07-24
1
-1
/
+1
*
n_tty: Special case pty flow control
Peter Hurley
2013-07-24
1
-0
/
+14
*
n_tty: Move n_tty_write_wakeup() to avoid forward declaration
Peter Hurley
2013-07-24
1
-16
/
+15
*
n_tty: Factor throttle/unthrottle into helper functions
Peter Hurley
2013-07-24
1
-35
/
+46
*
n_tty: Move chars_in_buffer() to factor throttle/unthrottle
Peter Hurley
2013-07-24
1
-12
/
+12
*
tty: Only guarantee termios read safety for throttle/unthrottle
Peter Hurley
2013-07-24
3
-8
/
+5
*
n_tty: Separate buffer indices to prevent cache-line sharing
Peter Hurley
2013-07-24
1
-6
/
+15
*
n_tty: Don't wait for buffer work in read() loop
Peter Hurley
2013-07-24
1
-1
/
+0
*
n_tty: Fix type mismatches in receive_buf raw copy
Peter Hurley
2013-07-24
1
-14
/
+17
*
n_tty: Reset lnext if canonical mode changes
Peter Hurley
2013-07-24
1
-0
/
+1
*
n_tty: Make N_TTY ldisc receive path lockless
Peter Hurley
2013-07-24
1
-81
/
+92
*
n_tty: Replace canon_data with index comparison
Peter Hurley
2013-07-24
1
-16
/
+6
*
n_tty: Access termios values safely
Peter Hurley
2013-07-24
1
-5
/
+39
*
tty: Convert termios_mutex to termios_rwsem
Peter Hurley
2013-07-24
6
-62
/
+62
*
n_tty: Remove read_cnt
Peter Hurley
2013-07-24
1
-13
/
+2
*
n_tty: Don't wrap input buffer indices at buffer size
Peter Hurley
2013-07-24
1
-51
/
+60
*
n_tty: Get read_cnt through accessor
Peter Hurley
2013-07-24
1
-18
/
+23
*
tty: Deprecate ldisc .chars_in_buffer() method
Peter Hurley
2013-07-24
1
-0
/
+1
*
n_tty: Split n_tty_chars_in_buffer() for reader-only interface
Peter Hurley
2013-07-24
1
-3
/
+8
*
n_tty: Line copy to user buffer in canonical mode
Peter Hurley
2013-07-24
1
-33
/
+77
*
n_tty: Factor canonical mode copy from n_tty_read()
Peter Hurley
2013-07-24
1
-38
/
+57
*
tty: Make ldisc input flow control concurrency-friendly
Peter Hurley
2013-07-24
3
-33
/
+56
*
tty: Simplify tty buffer/ldisc interface with helper function
Peter Hurley
2013-07-24
1
-12
/
+17
*
tty: Don't change receive_room for ioctl(TIOCSETD)
Peter Hurley
2013-07-24
1
-3
/
+0
*
tty: Clarify multiple-references comment in TIOCSETD ioctl
Peter Hurley
2013-07-24
1
-4
/
+6
*
tty: Fix hangup race with TIOCSETD ioctl
Peter Hurley
2013-07-24
1
-4
/
+2
*
tty: Clarify ldisc variable
Peter Hurley
2013-07-24
1
-7
/
+7
*
tty: Replace ldisc locking with ldisc_sem
Peter Hurley
2013-07-24
3
-288
/
+50
*
tty: Add lock/unlock ldisc pair functions
Peter Hurley
2013-07-24
1
-0
/
+87
*
tty: Fix tty_ldisc_lock name collision
Peter Hurley
2013-07-24
2
-25
/
+25
*
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2013-07-13
1
-39
/
+69
|
\
|
*
tty/8250_dw: Add support for OCTEON UARTS.
David Daney
2013-07-01
1
-39
/
+69
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2013-07-05
1
-4
/
+15
|
\
\
|
*
|
Merge branch 'for-next' of git://github.com/rydberg/linux into next
Dmitry Torokhov
2013-06-28
71
-1362
/
+1630
|
|
\
|
|
*
|
Input: sysrq - request graceful shutdown for key reset
Mathieu J. Poirier
2013-06-06
1
-4
/
+15
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-07-04
1
-1
/
+1
|
\
\
\
|
*
|
|
treewide: Fix typo in printk
Masanari Iida
2013-05-28
1
-1
/
+1
*
|
|
|
Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-07-03
1
-7
/
+2
|
\
\
\
\
|
*
\
\
\
Merge branch 'pm-assorted'
Rafael J. Wysocki
2013-06-28
1
-7
/
+2
|
|
\
\
\
\
[next]