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
2016-10-28
tty: serial_core: fix NULL struct tty pointer access in uart_write_wakeup
Rob Herring
1
-2
/
+2
2016-10-28
tty: serial_core: Fix serial console crash on port shutdown
Geert Uytterhoeven
1
-0
/
+2
2016-10-28
tty/serial: at91: fix hardware handshake on Atmel platforms
Richard Genoud
1
-4
/
+22
2016-10-27
vt: clear selection before resizing
Scot Doyle
1
-0
/
+3
2016-10-27
sc16is7xx: always write state when configuring GPIO as an output
Francois Berder
1
-2
/
+6
2016-10-27
tty: serial: 8250: 8250_core: NXP SC16C2552 workaround
Steve Shih
1
-1
/
+2
2016-10-27
tty: limit terminal size to 4M chars
Dmitry Vyukov
1
-0
/
+2
2016-10-27
tty: serial: fsl_lpuart: Fix Tx DMA edge case
Aaron Brice
1
-2
/
+1
2016-10-27
serial: 8250_lpss: enable MSI for sure
Andy Shevchenko
1
-1
/
+1
2016-10-27
serial: core: fix console problems on uart_close
Rob Herring
1
-2
/
+0
2016-10-27
serial: 8250_uniphier: fix clearing divisor latch access bit
Masahiro Yamada
1
-1
/
+1
2016-10-27
serial: 8250_uniphier: fix more unterminated string
Denys Vlasenko
1
-1
/
+1
2016-10-27
serial: pch_uart: add terminate entry for dmi_system_id tables
Wei Yongjun
1
-0
/
+1
2016-10-27
serial: xuartps: Add new compatible string for ZynqMP
Nava kishore Manne
1
-0
/
+2
2016-10-27
serial: SERIAL_STM32 should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2016-10-27
serial: stm32: Fix comparisons with undefined register
Geert Uytterhoeven
1
-1
/
+1
2016-10-27
tty: vt, fix bogus division in csi_J
Jiri Slaby
1
-1
/
+1
2016-10-11
kthread: kthread worker API cleanup
Petr Mladek
1
-11
/
+11
2016-10-10
Merge branch 'printk-cleanups'
Linus Torvalds
1
-3
/
+3
2016-10-09
printk: reinstate KERN_CONT for printing continuation lines
Linus Torvalds
1
-3
/
+3
2016-10-03
Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
42
-1137
/
+2282
2016-10-03
Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-1
/
+6
2016-10-02
Merge branch 'device-properties'
Rafael J. Wysocki
1
-5
/
+10
2016-09-30
Revert "serial: pl011: add console matching function"
Greg Kroah-Hartman
1
-55
/
+0
2016-09-28
serial: pl011: add console matching function
Aleksey Makarov
1
-0
/
+55
2016-09-28
ACPI: parse SPCR and enable matching console
Aleksey Makarov
1
-2
/
+17
2016-09-28
of/serial: move earlycon early_param handling to serial
Leif Lindholm
1
-1
/
+1
2016-09-28
Revert "drivers/tty: Explicitly pass current to show_stack"
Greg Kroah-Hartman
1
-1
/
+1
2016-09-27
tty: amba-pl011: Don't complain on -EPROBE_DEFER when no irq
Kefeng Wang
1
-1
/
+2
2016-09-27
serial: 8250: Set Altera 16550 TX FIFO Threshold
Thor Thayer
1
-0
/
+43
2016-09-27
serial: 8250: of: Load TX FIFO Threshold from DT
Thor Thayer
1
-0
/
+7
2016-09-27
drivers/tty: Explicitly pass current to show_stack
Mark Rutland
1
-1
/
+1
2016-09-27
serial: imx: Fix DCD reading
Sascha Hauer
1
-1
/
+2
2016-09-27
serial: stm32: mark symbols static where possible
Baoyou Xie
1
-3
/
+4
2016-09-27
serial: xuartps: Add some register initialisation to cdns_early_console_setup()
Scott Telford
1
-1
/
+26
2016-09-27
serial: xuartps: Removed unwanted checks while reading the error conditions
Nava kishore Manne
1
-37
/
+35
2016-09-27
serial: xuartps: Rewrite the interrupt handling logic
Anirudha Sarangi
1
-105
/
+114
2016-09-27
serial: stm32: use mapbase instead of membase for DMA
Arnd Bergmann
1
-2
/
+2
2016-09-27
tty/serial: atmel: fix fractional baud rate computation
Alexey Starikovskiy
1
-4
/
+6
2016-09-22
serial: xuartps: Do not enable parity error interrupt
Anirudha Sarangi
1
-2
/
+15
2016-09-22
serial: stm32: fix uart enable management
Alexandre TORGUE
1
-1
/
+5
2016-09-22
serial: stm32: fix spin_lock management
Alexandre TORGUE
1
-0
/
+4
2016-09-22
serial: stm32: adding dma support
Alexandre TORGUE
2
-25
/
+378
2016-09-22
serial: stm32: clock disabling management
Alexandre TORGUE
1
-2
/
+3
2016-09-22
serial: stm32: correct flow control property spelling
Alexandre TORGUE
1
-1
/
+1
2016-09-22
serial: stm32: disable tx and rx during shutdown
Alexandre TORGUE
1
-1
/
+1
2016-09-22
serial: stm32: header file creation
Alexandre TORGUE
2
-208
/
+216
2016-09-22
serial: stm32: adding support for stm32f7
Alexandre TORGUE
1
-50
/
+219
2016-09-22
tty: serial: xuartps: Wait for rx and tx reset done status
Nava kishore Manne
1
-0
/
+8
2016-09-22
serial: xuartps: Adds RXBS register support for zynqmp
Nava kishore Manne
1
-20
/
+81
[next]