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
*
serial: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-07-27
14
-31
/
+3
*
tty/hvc_iucv: Disconnect IUCV connection when lowering DTR
Hendrik Brueckner
2013-07-25
1
-13
/
+51
*
tty/hvc_console: Add DTR/RTS callback to handle HUPCL control
Hendrik Brueckner
2013-07-25
2
-1
/
+13
*
drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probe
Wolfram Sang
2013-07-25
4
-34
/
+0
*
Drivers: tty: n_gsm.c: fixed 7 errors & 6 warnings that checkpatch complained
Aldo Iljazi
2013-07-25
1
-13
/
+16
*
tty: Fix lock order in tty_do_resize()
Peter Hurley
2013-07-25
2
-7
/
+8
*
tty: Remove extra wakeup from pty write() path
Peter Hurley
2013-07-24
1
-3
/
+1
*
n_tty: Factor LNEXT processing from per-char i/o path
Peter Hurley
2013-07-24
1
-72
/
+94
*
n_tty: Un-inline single-use functions
Peter Hurley
2013-07-24
1
-6
/
+5
*
n_tty: Remove overflow tests from receive_buf() path
Peter Hurley
2013-07-24
1
-48
/
+37
*
n_tty: Factor PARMRK from normal per-char i/o
Peter Hurley
2013-07-24
1
-2
/
+43
*
n_tty: Factor ISTRIP and IUCLC receive_buf into separate fn
Peter Hurley
2013-07-24
1
-12
/
+32
*
n_tty: Split n_tty_receive_char()
Peter Hurley
2013-07-24
1
-47
/
+56
*
n_tty: Eliminate char tests from IXANY restart test
Peter Hurley
2013-07-24
1
-7
/
+12
*
n_tty: Factor standard per-char i/o into separate fn
Peter Hurley
2013-07-24
1
-10
/
+17
*
n_tty: Fix build breakage on ppc64
Peter Hurley
2013-07-24
1
-0
/
+1
*
n_tty: Factor tty->closing receive_buf() into separate fn
Peter Hurley
2013-07-24
1
-11
/
+39
*
n_tty: Special case EXTPROC receive_buf() as raw mode
Peter Hurley
2013-07-24
1
-1
/
+2
*
n_tty: Factor raw mode receive_buf() into separate fn
Peter Hurley
2013-07-24
1
-5
/
+19
*
n_tty: Factor flagged char handling into separate fn
Peter Hurley
2013-07-24
1
-21
/
+29
*
n_tty: Factor signal char handling into separate fn
Peter Hurley
2013-07-24
1
-24
/
+28
*
n_tty: Factor 'real raw' receive_buf into standalone fn
Peter Hurley
2013-07-24
1
-21
/
+30
*
n_tty: Simplify __receive_buf loop count
Peter Hurley
2013-07-24
1
-5
/
+3
*
n_tty: Rename process_char_map to char_map
Peter Hurley
2013-07-24
1
-23
/
+20
*
n_tty: Move buffers into n_tty_data
Peter Hurley
2013-07-24
1
-16
/
+9
*
n_tty: Remove alias ptrs in __receive_buf()
Peter Hurley
2013-07-24
1
-7
/
+6
*
n_tty: Fix EOF push handling
Peter Hurley
2013-07-24
2
-18
/
+17
*
n_tty: Avoid false-sharing echo buffer indices
Peter Hurley
2013-07-24
1
-5
/
+4
*
n_tty: Eliminate counter in __process_echoes
Peter Hurley
2013-07-24
1
-8
/
+1
*
n_tty: Only flush echo output if actually output
Peter Hurley
2013-07-24
1
-8
/
+10
*
n_tty: Process echoes in blocks
Peter Hurley
2013-07-24
1
-23
/
+47
*
n_tty: Eliminate echo_commit memory barrier
Peter Hurley
2013-07-24
1
-11
/
+20
*
n_tty: Remove echo_lock
Peter Hurley
2013-07-24
1
-47
/
+28
*
n_tty: Replace echo_cnt with computed value
Peter Hurley
2013-07-24
1
-13
/
+7
*
n_tty: Use separate head and tail indices for echo_buf
Peter Hurley
2013-07-24
1
-53
/
+35
*
n_tty: Remove unused echo_overrun field
Peter Hurley
2013-07-24
1
-7
/
+1
*
tty: Remove private constant from global namespace
Peter Hurley
2013-07-24
1
-0
/
+10
*
tty: Fix unsafe vt paste_selection()
Peter Hurley
2013-07-24
2
-14
/
+51
*
tty: Merge __tty_flush_buffer() into lone call site
Peter Hurley
2013-07-24
1
-23
/
+6
*
tty: Use non-atomic state to signal flip buffer flush pending
Peter Hurley
2013-07-24
1
-3
/
+4
*
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
[next]