index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-17
serial: clps711x: Driver refactor
Alexander Shiyan
1
-194
/
+254
2013-12-17
Merge 3.13-rc4 into tty-next
Greg Kroah-Hartman
1
-2
/
+4
2013-12-09
tty: Halve flip buffer GFP_ATOMIC memory consumption
Peter Hurley
1
-10
/
+35
2013-12-09
tty: serial: mxs-auart: Check the return value from clk_prepare_enable()
Fabio Estevam
1
-2
/
+7
2013-12-09
tty: Fix stale tty_buffer_flush() comment
Peter Hurley
1
-3
/
+1
2013-12-09
serial: pl010: Convert to modern PM ops
Ulf Hansson
1
-6
/
+9
2013-12-09
tty: remove DEFINE_PCI_DEVICE_TABLE macro
Jingoo Han
3
-3
/
+3
2013-12-09
serial: imx: add support for loopback mode.
Huang Shijie
1
-0
/
+8
2013-12-09
serial: pl011: use DMA RX polling by default
Linus Walleij
1
-1
/
+1
2013-12-09
serial: pl011: Convert to modern PM ops
Ulf Hansson
1
-9
/
+8
2013-12-09
n_gsm: race between ld close and gsmtty open
Chao Bi
1
-10
/
+29
2013-12-09
serial: pch_uart: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-12-09
staging/fwserial: Rip out rx buffering
Peter Hurley
1
-0
/
+1
2013-12-09
tty: Remove tty_prepare_flip_string_flags()
Peter Hurley
1
-28
/
+0
2013-12-09
tty: Rename tty buffer memory_used field
Peter Hurley
1
-6
/
+6
2013-12-09
tty: Enable configurable tty flip buffer limit
Peter Hurley
1
-3
/
+21
2013-12-09
tty: Always handle NULL flag ptr
Peter Hurley
2
-3
/
+4
2013-12-09
n_tty: Only perform wakeups for waiters
Peter Hurley
1
-6
/
+12
2013-12-09
n_tty: Refactor input_available_p() by call site
Peter Hurley
1
-3
/
+4
2013-12-09
n_tty: Refactor PARMRK doubling checks
Peter Hurley
1
-9
/
+5
2013-12-09
n_tty: Un-inline slow-path n_tty_receive_char_closing()
Peter Hurley
1
-2
/
+1
2013-12-09
n_tty: Un-inline slow-path n_tty_receive_char()
Peter Hurley
1
-1
/
+1
2013-12-09
n_tty: Merge .receive_buf() flavors
Peter Hurley
1
-27
/
+16
2013-12-09
serial: pl011: remove redundant early amba_ports declaration
Baruch Siach
1
-2
/
+0
2013-12-09
serial: 8250_dw: remove ACPI ifdef
Heikki Krogerus
1
-8
/
+0
2013-12-09
serial_core: Don't re-initialize a previously initialized spinlock.
Randy Witt
1
-2
/
+6
2013-11-30
n_tty: Fix missing newline echo
Peter Hurley
1
-2
/
+4
2013-11-26
Revert "n_gsm: race between ld close and gsmtty open"
Greg Kroah-Hartman
1
-27
/
+10
2013-11-25
n_tty: Protect minimum_to_wake reset for concurrent readers
Peter Hurley
1
-2
/
+2
2013-11-25
tty: Reset hupped state on open
Peter Hurley
1
-0
/
+1
2013-11-25
TTY: amiserial, add missing platform check
Geert Uytterhoeven
1
-0
/
+3
2013-11-25
TTY: pmac_zilog, check existence of ports in pmz_console_init()
Geert Uytterhoeven
1
-0
/
+3
2013-11-25
n_gsm: race between ld close and gsmtty open
Chao Bi
1
-10
/
+27
2013-11-25
tty/serial/8250: fix typo in help text
Randy Dunlap
1
-1
/
+1
2013-11-25
n_tty: Fix 4096-byte canonical reads
Peter Hurley
1
-1
/
+4
2013-11-25
n_tty: Fix echo overrun tail computation
Peter Hurley
1
-1
/
+1
2013-11-25
n_tty: Ensure reader restarts worker for next reader
Peter Hurley
1
-2
/
+3
2013-11-21
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-1
/
+1
2013-11-15
Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-2
/
+17
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
1
-1
/
+1
2013-11-12
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-1
/
+9
2013-11-12
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2
-15
/
+14
2013-11-09
Merge tag 'v3.12-rc5' into stable/for-linus-3.13
Konrad Rzeszutek Wilk
5
-33
/
+37
2013-11-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-2
/
+1
2013-11-07
Merge remote-tracking branch 'grant/devicetree/next' into for-next
Rob Herring
3
-21
/
+28
2013-11-07
Merge tag 'tty-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
45
-341
/
+1174
2013-10-31
serial: omap: fix missing comma
Philippe Proulx
1
-1
/
+1
2013-10-30
Merge branch 'dma_complete' into next
Vinod Koul
1
-1
/
+1
2013-10-30
serial: sh-sci: Enable the driver on all ARM platforms
Laurent Pinchart
1
-1
/
+1
2013-10-30
serial: mfd: Staticize local symbols
Jingoo Han
1
-4
/
+6
[next]