index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-17
serial: atmel: fix compiler warning on address cast
Andre Przywara
1
-1
/
+1
2015-10-15
n_tracesink: stop including <asm-generic/bug>
Christoph Hellwig
1
-1
/
+1
2015-10-15
n_tracerouter: stop including <asm-generic/bug>
Christoph Hellwig
1
-1
/
+1
2015-10-12
Merge 4.3-rc5 into tty-next
Greg Kroah-Hartman
6
-28
/
+79
2015-10-04
drivers/tty: require read access for controlling terminal
Jann Horn
1
-4
/
+27
2015-10-04
serial: 8250: add uart_config entry for PORT_RT2880
Mans Rullgard
1
-0
/
+8
2015-10-04
tty: serial: msm: Remove 115.2 Kbps maximum baud rate limitation
Ivan T. Ivanov
1
-3
/
+17
2015-10-04
tty: serial: msm: Add RX DMA support
Ivan T. Ivanov
2
-3
/
+233
2015-10-04
tty: serial: msm: Add TX DMA support
Ivan T. Ivanov
2
-24
/
+291
2015-10-04
tty: serial: msm: Add msm prefix to all driver functions
Ivan T. Ivanov
1
-21
/
+21
2015-10-04
tty: serial: msm: replaces (1 << x) with BIT(x) macro
Pramod Gurav
1
-22
/
+22
2015-10-04
tty: serial: msm: Add mask value for UART_DM registers
Pramod Gurav
2
-6
/
+22
2015-10-04
sc16is7xx: null ptr check
Sean Nyekjaer
1
-0
/
+6
2015-10-04
serial: omap: remove warnings about unused functions
Ezequiel Garcia
1
-0
/
+2
2015-10-04
mpsc: use dma_set_mask insted of dma_supported
Christoph Hellwig
1
-1
/
+1
2015-10-04
serial: 8250_dma: no need to sync RX buffer
Andy Shevchenko
1
-6
/
+0
2015-10-04
serial: 8250: Refactor serial console restore-from-suspend
Peter Hurley
1
-14
/
+22
2015-10-04
serial: 8250: Tolerate clock variance for max baud rate
James Hogan
1
-9
/
+19
2015-10-04
serial_core: support native endianness
Max Filippov
1
-2
/
+6
2015-10-04
tty/serial: st-asc: drop the use of IRQF_NO_SUSPEND
Sudeep Holla
2
-3
/
+2
2015-10-04
MIPS: ttyFDC: replace IRQF_NO_SUSPEND with IRQF_COND_SUSPEND
Sudeep Holla
1
-2
/
+2
2015-10-04
tty: serial: lpc32xx_hs: fix handling platform_get_irq result
Andrzej Hajda
1
-3
/
+4
2015-10-04
tty: serial: cpm_uart: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-10-04
tty: serial: sprd: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-10-04
tty: serial: of_serial: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-10-04
tty: serial: apbuart: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-10-04
serial: 8250: simplify ralink/alchemy register remap selection
Mans Rullgard
2
-6
/
+7
2015-10-04
tty: fix data race on tty_buffer.commit
Dmitry Vyukov
1
-3
/
+12
2015-10-04
tty: fix data race in tty_buffer_flush
Dmitry Vyukov
1
-1
/
+4
2015-10-04
tty: fix data race in flush_to_ldisc
Dmitry Vyukov
1
-1
/
+1
2015-10-04
tty: fix stall caused by missing memory barrier in drivers/tty/n_tty.c
Kosuke Tatsukawa
1
-10
/
+5
2015-10-04
serial: atmel: fix error path of probe function
Uwe Kleine-König
1
-1
/
+1
2015-10-04
tty: don't leak cdev in tty_cdev_add()
Leon Yu
1
-2
/
+7
2015-10-04
Revert "serial: imx: remove unbalanced clk_prepare"
Fabio Estevam
1
-6
/
+14
2015-10-04
serial: mctrl_gpio: implement interrupt handling
Uwe Kleine-König
2
-2
/
+162
2015-10-04
serial: mctrl-gpio: rename init function
Uwe Kleine-König
5
-7
/
+8
2015-10-04
serial: mxs-auart+imx: allow compile testing on non-Freescale architectures
Uwe Kleine-König
1
-2
/
+2
2015-10-04
serial: atmel: allow compile testing on non-atmel architectures
Uwe Kleine-König
2
-8
/
+8
2015-10-04
serial: imx: also update RX stats in DMA path
Lucas Stach
1
-0
/
+1
2015-10-04
serial: imx: re-enable DMA support without hardware flow control
Lucas Stach
1
-7
/
+8
2015-10-04
serial: imx: don't use idle condition detect for DMA transfers
Lucas Stach
1
-26
/
+5
2015-10-04
serial: imx: configure proper DMA burst sizes
Lucas Stach
1
-2
/
+9
2015-10-04
serial: imx: always restart DMA if more data is available
Lucas Stach
1
-14
/
+11
2015-10-04
serial: imx: set up aging timer interrupt as DMA trigger
Lucas Stach
1
-9
/
+22
2015-10-04
serial: imx: make setup_ufcr more useful
Lucas Stach
1
-18
/
+19
2015-10-04
serial: 8250_dw: don't set UPF_BOOT_AUTOCONF flag
Heikki Krogerus
1
-1
/
+1
2015-10-04
serial: 8250_dw: cleanup dw8250_setup_port
Heikki Krogerus
1
-33
/
+33
2015-10-04
serial: 8250_dw: cleanup dw8250_idma_filter
Heikki Krogerus
1
-6
/
+1
2015-10-04
serial: 8250_dw: rename and comment the fallback dma filter
Heikki Krogerus
1
-5
/
+10
2015-10-04
serial: 8250_dw: proper support for UARTs without busy functionality
Heikki Krogerus
1
-1
/
+12
[prev]
[next]