index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
at32ap-cpufreq.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-07-27
serial: max310x: Add MAX14830 support
Alexander Shiyan
3
-4
/
+47
2013-07-27
serial: max310x: Add MAX3109 support
Alexander Shiyan
3
-7
/
+34
2013-07-27
serial: max310x: Driver rework
Alexander Shiyan
3
-473
/
+454
2013-07-27
serial: imx: add DMA support for imx6q
Huang Shijie
1
-5
/
+400
2013-07-27
serial/imx: fix custom-baudrate handling
Hubert Feurstein
1
-0
/
+5
2013-07-27
serial: imx: distinguish the imx6q uart from the others
Huang Shijie
1
-2
/
+15
2013-07-27
serial: imx: remove the uart_console() check
Huang Shijie
1
-26
/
+43
2013-07-27
serial: remove unnecessary platform_set_drvdata()
Jingoo Han
14
-31
/
+3
2013-07-25
tty/hvc_iucv: Disconnect IUCV connection when lowering DTR
Hendrik Brueckner
1
-13
/
+51
2013-07-25
tty/hvc_console: Add DTR/RTS callback to handle HUPCL control
Hendrik Brueckner
2
-1
/
+13
2013-07-25
drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probe
Wolfram Sang
4
-34
/
+0
2013-07-25
Drivers: tty: n_gsm.c: fixed 7 errors & 6 warnings that checkpatch complained
Aldo Iljazi
1
-13
/
+16
2013-07-25
tty: Fix lock order in tty_do_resize()
Peter Hurley
3
-8
/
+10
2013-07-24
tty: Remove extra wakeup from pty write() path
Peter Hurley
1
-3
/
+1
2013-07-24
n_tty: Factor LNEXT processing from per-char i/o path
Peter Hurley
1
-72
/
+94
2013-07-24
n_tty: Un-inline single-use functions
Peter Hurley
1
-6
/
+5
2013-07-24
n_tty: Remove overflow tests from receive_buf() path
Peter Hurley
1
-48
/
+37
2013-07-24
n_tty: Factor PARMRK from normal per-char i/o
Peter Hurley
1
-2
/
+43
2013-07-24
n_tty: Factor ISTRIP and IUCLC receive_buf into separate fn
Peter Hurley
1
-12
/
+32
2013-07-24
n_tty: Split n_tty_receive_char()
Peter Hurley
1
-47
/
+56
2013-07-24
n_tty: Eliminate char tests from IXANY restart test
Peter Hurley
1
-7
/
+12
2013-07-24
n_tty: Factor standard per-char i/o into separate fn
Peter Hurley
1
-10
/
+17
2013-07-24
n_tty: Fix build breakage on ppc64
Peter Hurley
1
-0
/
+1
2013-07-24
n_tty: Factor tty->closing receive_buf() into separate fn
Peter Hurley
1
-11
/
+39
2013-07-24
n_tty: Special case EXTPROC receive_buf() as raw mode
Peter Hurley
1
-1
/
+2
2013-07-24
n_tty: Factor raw mode receive_buf() into separate fn
Peter Hurley
1
-5
/
+19
2013-07-24
n_tty: Factor flagged char handling into separate fn
Peter Hurley
1
-21
/
+29
2013-07-24
n_tty: Factor signal char handling into separate fn
Peter Hurley
1
-24
/
+28
2013-07-24
n_tty: Factor 'real raw' receive_buf into standalone fn
Peter Hurley
1
-21
/
+30
2013-07-24
n_tty: Simplify __receive_buf loop count
Peter Hurley
1
-5
/
+3
2013-07-24
n_tty: Rename process_char_map to char_map
Peter Hurley
1
-23
/
+20
2013-07-24
n_tty: Move buffers into n_tty_data
Peter Hurley
1
-16
/
+9
2013-07-24
n_tty: Remove alias ptrs in __receive_buf()
Peter Hurley
1
-7
/
+6
2013-07-24
n_tty: Fix EOF push handling
Peter Hurley
3
-19
/
+17
2013-07-24
n_tty: Avoid false-sharing echo buffer indices
Peter Hurley
1
-5
/
+4
2013-07-24
n_tty: Eliminate counter in __process_echoes
Peter Hurley
1
-8
/
+1
2013-07-24
n_tty: Only flush echo output if actually output
Peter Hurley
1
-8
/
+10
2013-07-24
n_tty: Process echoes in blocks
Peter Hurley
1
-23
/
+47
2013-07-24
n_tty: Eliminate echo_commit memory barrier
Peter Hurley
1
-11
/
+20
2013-07-24
n_tty: Remove echo_lock
Peter Hurley
1
-47
/
+28
2013-07-24
n_tty: Replace echo_cnt with computed value
Peter Hurley
1
-13
/
+7
2013-07-24
n_tty: Use separate head and tail indices for echo_buf
Peter Hurley
1
-53
/
+35
2013-07-24
n_tty: Remove unused echo_overrun field
Peter Hurley
1
-7
/
+1
2013-07-24
tty: Remove private constant from global namespace
Peter Hurley
2
-11
/
+10
2013-07-24
tty: Fix unsafe vt paste_selection()
Peter Hurley
4
-16
/
+56
2013-07-24
tty: Merge __tty_flush_buffer() into lone call site
Peter Hurley
1
-23
/
+6
2013-07-24
tty: Use non-atomic state to signal flip buffer flush pending
Peter Hurley
2
-5
/
+5
2013-07-24
tty: Avoid false-sharing flip buffer ptrs
Peter Hurley
1
-2
/
+2
2013-07-24
tty: Only perform flip buffer flush from tty_buffer_flush()
Peter Hurley
2
-43
/
+21
2013-07-24
tty: Ensure single-threaded flip buffer consumer with mutex
Peter Hurley
3
-22
/
+22
[next]