index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: Add support for Brainboxes UC cards.
Cameron Williams
2022-02-01
1
-2
/
+98
*
tty: n_gsm: fix SW flow control encoding/handling
daniel.starke@siemens.com
2022-02-01
1
-1
/
+3
*
serial: stm32: fix software flow control transfer
Valentin Caron
2022-02-01
1
-1
/
+1
*
serial: 8250: of: Fix mapped region size when using reg-offset property
Robert Hancock
2022-02-01
1
-1
/
+10
*
serial: Fix incorrect rs485 polarity on uart open
Lukas Wunner
2022-01-27
1
-2
/
+2
*
serial: core: Keep mctrl register state and cached copy in sync
Lukas Wunner
2022-01-27
1
-1
/
+2
*
serial: pl010: Drop CR register reset on set_termios
Lukas Wunner
2022-01-27
1
-3
/
+0
*
tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown()
Fugang Duan
2022-01-27
1
-2
/
+5
*
serial: amba-pl011: do not request memory region twice
Lino Sanfilippo
2022-01-27
1
-24
/
+3
*
tty: serial: uartlite: allow 64 bit address
Lizhi Hou
2022-01-27
1
-1
/
+1
*
tty: serial: atmel: Call dma_async_issue_pending()
Tudor Ambarus
2022-01-27
1
-0
/
+4
*
tty: serial: atmel: Check return code of dmaengine_submit()
Tudor Ambarus
2022-01-27
1
-0
/
+10
*
xen/console: harden hvc_xen against event channel storms
Juergen Gross
2021-12-22
1
-3
/
+27
*
serial: 8250_fintek: Fix garbled text for console
Ji-Ze Hong (Peter Hong)
2021-12-22
1
-20
/
+0
*
tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronous
Tetsuo Handa
2021-12-22
1
-1
/
+22
*
Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP"
Alexander Stein
2021-12-17
1
-0
/
+1
*
serial: 8250: Fix RTS modem control while in rs485 mode
Lukas Wunner
2021-12-08
2
-7
/
+5
*
serial: 8250_pci: rewrite pericom_do_set_divisor()
Jay Dolan
2021-12-08
1
-13
/
+17
*
serial: 8250_pci: Fix ACCES entries in pci_serial_quirks array
Jay Dolan
2021-12-08
1
-1
/
+8
*
serial: core: fix transmit-buffer reset and memleak
Johan Hovold
2021-12-08
1
-1
/
+12
*
serial: tegra: Change lower tolerance baud rate limit for tegra20 and tegra30
Patrik John
2021-12-08
1
-2
/
+2
*
serial: pl011: Add ACPI SBSA UART match id
Pierre Gondois
2021-12-08
1
-0
/
+1
*
tty: serial: msm_serial: Deactivate RX DMA for polling support
Sven Eckelmann
2021-12-08
1
-0
/
+3
*
tty: hvc: replace BUG_ON() with negative return value
Juergen Gross
2021-12-01
1
-3
/
+14
*
tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc
Guanghui Feng
2021-11-26
1
-0
/
+3
*
serial: xilinx_uartps: Fix race condition causing stuck TX
Anssi Hannula
2021-11-18
1
-1
/
+2
*
serial: imx: fix detach/attach of serial console
Stefan Agner
2021-11-18
1
-2
/
+2
*
serial: 8250_dw: Drop wrong use of ACPI_PTR()
Andy Shevchenko
2021-11-18
1
-1
/
+1
*
serial: 8250: fix racy uartclk update
Johan Hovold
2021-11-18
1
-4
/
+17
*
serial: core: Fix initializing and restoring termios speed
Pali Rohár
2021-11-18
1
-2
/
+14
*
tty: Fix out-of-bound vmalloc access in imageblit
Igor Matheus Andrade Torrente
2021-10-06
1
-2
/
+19
*
tty: synclink_gt: rename a conflicting function name
Randy Dunlap
2021-09-30
1
-22
/
+22
*
tty: synclink_gt, drop unneeded forward declarations
Jiri Slaby
2021-09-30
1
-56
/
+1
*
serial: mvebu-uart: fix driver's tx_empty callback
Pali Rohár
2021-09-30
1
-1
/
+1
*
serial: 8250: 8250_omap: Fix RX_LVL register offset
Nishanth Menon
2021-09-30
1
-1
/
+1
*
console: consume APC, DM, DCS
nick black
2021-09-26
1
-4
/
+27
*
serial: sh-sci: fix break handling for sysrq
Ulrich Hecht
2021-09-18
1
-1
/
+6
*
serial: 8250_omap: Handle optional overrun-throttle-ms property
Tony Lindgren
2021-09-18
1
-1
/
+24
*
serial: 8250_pci: make setup_port() parameters explicitly unsigned
Greg Kroah-Hartman
2021-09-18
1
-1
/
+1
*
hvsi: don't panic on tty_register_driver failure
Jiri Slaby
2021-09-18
1
-3
/
+16
*
serial: 8250: Define RX trigger levels for OxSemi 950 devices
Maciej W. Rozycki
2021-09-18
1
-1
/
+2
*
tty: serial: jsm: hold port lock when reporting modem line changes
Zheyu Ma
2021-09-18
2
-0
/
+5
*
tty: Fix data race between tiocsti() and flush_to_ldisc()
Nguyen Dinh Phi
2021-09-15
1
-2
/
+2
*
tty: serial: fsl_lpuart: fix the wrong mapbase value
Andy Duan
2021-09-15
1
-1
/
+1
*
serial: 8250: 8250_omap: Fix unused variable warning
Vignesh Raghavendra
2021-09-12
1
-13
/
+13
*
serial: 8250: 8250_omap: Fix possible array out of bounds access
Vignesh Raghavendra
2021-09-08
1
-0
/
+1
*
vt_kdsetmode: extend console locking
Linus Torvalds
2021-09-03
1
-4
/
+6
*
serial: 8250_pci: Avoid irq sharing for MSI(-X) interrupts.
Mario Kleiner
2021-08-12
1
-0
/
+1
*
serial: 8250_pci: Enumerate Elkhart Lake UARTs via dedicated driver
Andy Shevchenko
2021-08-12
1
-0
/
+6
*
serial: 8250: Mask out floating 16/32-bit bus bits
Maciej W. Rozycki
2021-08-12
1
-3
/
+9
[next]