index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci_ids.h: move PCI_VENDOR_ID_AMCC here
Ian Abbott
2013-07-26
1
-1
/
+0
*
serial:st-asc: Add ST ASC driver.
Srinivas Kandagatla
2013-07-26
3
-0
/
+954
*
serial/efm32-uart: make of_device_id array const
Uwe Kleine-König
2013-07-26
1
-1
/
+1
*
serial/efm32-uart: use COMPILE_TEST symbol to extend compile test coverage
Uwe Kleine-König
2013-07-26
1
-2
/
+2
*
msm_serial: add missing iounmap() on error in msm_request_port()
Wei Yongjun
2013-07-26
1
-1
/
+3
*
serial: bfin_uart: Remove redundant testing for ifdef CONFIG_SERIAL_BFIN_MODULE
Axel Lin
2013-07-26
1
-4
/
+0
*
pch_uart: Use DMI interface for board detection
Darren Hart
2013-07-26
1
-22
/
+49
*
serial: report base_baud after initialization
Kees Cook
2013-07-26
1
-2
/
+2
*
serial: omap: enable PM runtime only when its fully configured
Grygorii Strashko
2013-07-26
1
-1
/
+2
*
serial: fsl_lpuart: Return proper error on lpuart_serial_init error path
Axel Lin
2013-07-26
1
-1
/
+1
*
serial: fsl_lpuart: restore UARTCR2 after watermark setup is done
Shawn Guo
2013-07-26
1
-0
/
+5
*
serial: omap: Fix IRQ handling return value
Ruchika Kharwar
2013-07-26
1
-3
/
+1
*
serial: omap: Initialize platform_data
Vikram Pandita
2013-07-26
1
-1
/
+3
*
OMAP: UART: Fix the revision register read.
Ruchika Kharwar
2013-07-26
1
-1
/
+1
*
OMAP: UART: Keep the TX fifo full when possible
Dmitry Fink
2013-07-26
1
-1
/
+2
*
OMAP2+: UART: enable tx wakeup bit for wer reg
Govindraj.R
2013-07-26
1
-1
/
+15
*
8250_pci: improve code comments and Kconfig help
Stefan Seyfried
2013-07-26
2
-0
/
+8
*
serial: max310x: Add MAX14830 support
Alexander Shiyan
2013-07-26
2
-2
/
+45
*
serial: max310x: Add MAX3109 support
Alexander Shiyan
2013-07-26
2
-5
/
+32
*
serial: max310x: Driver rework
Alexander Shiyan
2013-07-26
2
-469
/
+453
*
serial: imx: add DMA support for imx6q
Huang Shijie
2013-07-26
1
-5
/
+400
*
serial/imx: fix custom-baudrate handling
Hubert Feurstein
2013-07-26
1
-0
/
+5
*
serial: imx: distinguish the imx6q uart from the others
Huang Shijie
2013-07-26
1
-2
/
+15
*
serial: imx: remove the uart_console() check
Huang Shijie
2013-07-26
1
-26
/
+43
*
serial: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-07-26
14
-31
/
+3
*
tty/hvc_iucv: Disconnect IUCV connection when lowering DTR
Hendrik Brueckner
2013-07-24
1
-13
/
+51
*
tty/hvc_console: Add DTR/RTS callback to handle HUPCL control
Hendrik Brueckner
2013-07-24
2
-1
/
+13
*
drivers/tty/serial: don't use devm_pinctrl_get_select_default() in probe
Wolfram Sang
2013-07-24
4
-34
/
+0
*
Drivers: tty: n_gsm.c: fixed 7 errors & 6 warnings that checkpatch complained
Aldo Iljazi
2013-07-24
1
-13
/
+16
*
tty: Fix lock order in tty_do_resize()
Peter Hurley
2013-07-24
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-23
1
-11
/
+39
*
n_tty: Special case EXTPROC receive_buf() as raw mode
Peter Hurley
2013-07-23
1
-1
/
+2
*
n_tty: Factor raw mode receive_buf() into separate fn
Peter Hurley
2013-07-23
1
-5
/
+19
*
n_tty: Factor flagged char handling into separate fn
Peter Hurley
2013-07-23
1
-21
/
+29
*
n_tty: Factor signal char handling into separate fn
Peter Hurley
2013-07-23
1
-24
/
+28
*
n_tty: Factor 'real raw' receive_buf into standalone fn
Peter Hurley
2013-07-23
1
-21
/
+30
*
n_tty: Simplify __receive_buf loop count
Peter Hurley
2013-07-23
1
-5
/
+3
*
n_tty: Rename process_char_map to char_map
Peter Hurley
2013-07-23
1
-23
/
+20
*
n_tty: Move buffers into n_tty_data
Peter Hurley
2013-07-23
1
-16
/
+9
*
n_tty: Remove alias ptrs in __receive_buf()
Peter Hurley
2013-07-23
1
-7
/
+6
[next]