index
:
Linux Stable
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
/
serial
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: qcom-geni: fix console corruption
Johan Hovold
2024-10-04
1
-23
/
+22
*
serial: qcom-geni: introduce qcom_geni_serial_poll_bitfield()
Douglas Anderson
2024-10-04
1
-3
/
+9
*
serial: qcom-geni: fix arg types for qcom_geni_serial_poll_bit()
Douglas Anderson
2024-10-04
1
-1
/
+1
*
serial: qcom-geni: fix false console tx restart
Johan Hovold
2024-10-04
1
-10
/
+3
*
serial: qcom-geni: fix fifo polling timeout
Johan Hovold
2024-10-04
1
-14
/
+17
*
serial: don't use uninitialized value in uart_poll_init()
Jiri Slaby (SUSE)
2024-10-04
1
-7
/
+6
*
tty: rp2: Fix reset with non forgiving PCIe host bridges
Florian Fainelli
2024-10-04
1
-1
/
+1
*
serial: 8250: omap: Cleanup on error in request_irq
Markus Schneider-Pargmann
2024-10-04
1
-1
/
+1
*
Revert "serial: 8250_omap: Set the console genpd always on if no console susp...
Griffin Kroah-Hartman
2024-08-29
1
-28
/
+5
*
tty: atmel_serial: use the correct RTS flag.
Mathieu Othacehe
2024-08-29
1
-1
/
+1
*
tty: serial: fsl_lpuart: mark last busy before uart_add_one_port
Peng Fan
2024-08-29
1
-0
/
+1
*
serial: sc16is7xx: fix invalid FIFO access with special register set
Hugo Villeneuve
2024-08-14
1
-0
/
+4
*
serial: sc16is7xx: fix TX fifo corruption
Hugo Villeneuve
2024-08-14
1
-10
/
+11
*
serial: core: check uartclk for zero to avoid divide by zero
George Kennedy
2024-08-14
1
-0
/
+8
*
serial: qcom-geni: do not kill the machine on fifo underrun
Johan Hovold
2024-07-04
1
-1
/
+1
*
serial: qcom-geni: fix hard lockup on buffer flush
Johan Hovold
2024-07-04
1
-3
/
+13
*
serial: qcom-geni: fix soft lockup on sw flow control and suspend
Johan Hovold
2024-07-04
1
-9
/
+24
*
serial: imx: ensure RTS signal is not left active after shutdown
Rasmus Villemoes
2024-07-03
1
-0
/
+51
*
tty: serial: ma35d1: Add a NULL check for of_node
Jacky Huang
2024-07-03
1
-6
/
+7
*
serial: 8250_omap: Fix Errata i2310 with RX FIFO level check
Udit Kumar
2024-07-03
1
-1
/
+2
*
serial: imx: only set receiver level if it is zero
Stefan Eichenberger
2024-07-03
1
-2
/
+6
*
Revert "serial: core: Add support for DEVNAME:0.0 style naming for kernel con...
Greg Kroah-Hartman
2024-06-25
3
-86
/
+0
*
Revert "serial: core: Handle serial console options"
Greg Kroah-Hartman
2024-06-25
1
-49
/
+0
*
Revert "serial: 8250: Add preferred console in serial8250_isa_init_ports()"
Greg Kroah-Hartman
2024-06-25
3
-34
/
+0
*
Revert "serial: 8250: Fix add preferred console for serial8250_isa_init_ports()"
Greg Kroah-Hartman
2024-06-25
2
-10
/
+11
*
Revert "serial: core: Fix ifdef for serial base console functions"
Greg Kroah-Hartman
2024-06-25
1
-2
/
+2
*
serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited()
Jonas Gorski
2024-06-24
1
-2
/
+5
*
serial: imx: set receiver level before starting uart
Stefan Eichenberger
2024-06-24
1
-1
/
+3
*
tty: mcf: MCF54418 has 10 UARTS
Jean-Michel Hautbois
2024-06-24
1
-1
/
+1
*
serial: 8250_omap: Implementation of Errata i2310
Udit Kumar
2024-06-24
1
-5
/
+20
*
tty: serial: 8250: Fix port count mismatch with the device
Crescent Hsieh
2024-06-24
1
-1
/
+12
*
serial: drop debugging WARN_ON_ONCE() from uart_write()
Tetsuo Handa
2024-06-04
1
-1
/
+1
*
serial: sc16is7xx: re-add Kconfig SPI or I2C dependency
Hugo Villeneuve
2024-06-04
1
-0
/
+1
*
serial: sc16is7xx: rename Kconfig CONFIG_SERIAL_SC16IS7XX_CORE
Hugo Villeneuve
2024-06-04
2
-2
/
+2
*
serial: port: Don't block system suspend even if bytes are left to xmit
Douglas Anderson
2024-06-04
1
-0
/
+7
*
serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ level
Doug Brown
2024-06-04
1
-0
/
+1
*
serial: 8250_dw: Revert "Move definitions to the shared header"
Andy Shevchenko
2024-06-04
2
-32
/
+27
*
serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dw
Andy Shevchenko
2024-06-04
3
-5
/
+10
*
Merge tag 'tty-6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-24
3
-48
/
+84
|
\
|
*
serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler
Hugo Villeneuve
2024-05-04
1
-5
/
+18
|
*
serial: 8250_bcm7271: use default_mux_rate if possible
Doug Berger
2024-05-04
1
-41
/
+60
|
*
serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup
Pin-yen Lin
2024-05-04
1
-2
/
+6
*
|
Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2024-05-22
70
-1537
/
+2474
|
\
\
|
*
|
serial: Clear UPF_DEAD before calling tty_port_register_device_attr_serdev()
Hans de Goede
2024-05-10
1
-2
/
+4
|
*
|
serial: imx: Raise TX trigger level to 8
Matthias Schiffer
2024-05-10
1
-1
/
+1
|
*
|
serial: 8250_pnp: Simplify "line" related code
Ilpo Järvinen
2024-05-10
1
-10
/
+6
|
*
|
serial: sh-sci: simplify locking when re-issuing RXDMA fails
Wolfram Sang
2024-05-10
1
-3
/
+1
|
*
|
serial: sh-sci: let timeout timer only run when DMA is scheduled
Wolfram Sang
2024-05-10
1
-2
/
+5
|
*
|
serial: sh-sci: describe locking requirements for invalidating RXDMA
Wolfram Sang
2024-05-10
1
-0
/
+1
|
*
|
serial: sh-sci: protect invalidating RXDMA on shutdown
Wolfram Sang
2024-05-10
1
-0
/
+5
[next]