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.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
*
serial: stm32: Reset .throttled state in .startup()
Uwe Kleine-König
2024-04-17
1
-0
/
+1
*
serial: stm32: Return IRQ_NONE in the ISR if no handling happend
Uwe Kleine-König
2024-04-17
1
-2
/
+10
*
serial: core: Fix missing shutdown and startup for serial base port
Tony Lindgren
2024-04-11
3
-3
/
+55
*
serial: core: Clearing the circular buffer before NULLifying it
Andy Shevchenko
2024-04-09
1
-0
/
+1
*
serial/pmac_zilog: Remove flawed mitigation for rx irq flood
Finn Thain
2024-04-09
1
-14
/
+0
*
serial: 8250_pci: Remove redundant PCI IDs
Andy Shevchenko
2024-04-09
1
-6
/
+0
*
serial: core: Fix regression when runtime PM is not enabled
Tony Lindgren
2024-04-09
1
-1
/
+1
*
serial: mxs-auart: add spinlock around changing cts state
Emil Kronborg
2024-04-09
1
-2
/
+6
*
serial: 8250_dw: Revert: Do not reclock if already at correct rate
Hans de Goede
2024-04-09
1
-3
/
+3
*
serial: 8250_lpc18xx: disable clks on error in probe()
Dan Carpenter
2024-04-09
1
-1
/
+1
*
Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2024-03-21
55
-2018
/
+2440
|
\
|
*
serial: 8250_dw: Replace ACPI device check by a quirk
Andy Shevchenko
2024-03-06
1
-25
/
+26
|
*
serial: Lock console when calling into driver before registration
Peter Collingbourne
2024-03-05
2
-6
/
+12
|
*
serial: 8250_uniphier: Switch to use uart_read_port_properties()
Andy Shevchenko
2024-03-05
1
-13
/
+4
|
*
serial: 8250_tegra: Switch to use uart_read_port_properties()
Andy Shevchenko
2024-03-05
1
-17
/
+9
|
*
serial: 8250_pxa: Switch to use uart_read_port_properties()
Andy Shevchenko
2024-03-05
1
-13
/
+9
|
*
serial: 8250_omap: Switch to use uart_read_port_properties()
Andy Shevchenko
2024-03-05
1
-19
/
+10
|
*
serial: 8250_of: Switch to use uart_read_port_properties()
Andy Shevchenko
2024-03-05
1
-80
/
+19
|
*
serial: 8250_lpc18xx: Switch to use uart_read_port_properties()
Andy Shevchenko
2024-03-05
1
-12
/
+8
|
*
serial: 8250_ingenic: Switch to use uart_read_port_properties()
Andy Shevchenko
2024-03-05
1
-13
/
+7
|
*
serial: 8250_dw: Switch to use uart_read_port_properties()
Andy Shevchenko
2024-03-05
1
-40
/
+27
|
*
serial: 8250_bcm7271: Switch to use uart_read_port_properties()
Andy Shevchenko
2024-03-05
1
-37
/
+19
|
*
serial: 8250_bcm2835aux: Switch to use uart_read_port_properties()
Andy Shevchenko
2024-03-05
1
-51
/
+43
|
*
serial: 8250_aspeed_vuart: Switch to use uart_read_port_properties()
Andy Shevchenko
2024-03-05
1
-35
/
+15
|
*
serial: port: Introduce a common helper to read properties
Andy Shevchenko
2024-03-05
1
-0
/
+145
|
*
serial: sh-sci: Call sci_serial_{in,out}() directly
Geert Uytterhoeven
2024-03-05
1
-126
/
+119
|
*
serial: pch: Use uart_prepare_sysrq_char().
Sebastian Andrzej Siewior
2024-03-02
1
-15
/
+9
|
*
serial: pch: Remove eg20t_port::lock.
Sebastian Andrzej Siewior
2024-03-02
1
-20
/
+6
|
*
serial: pch: Don't initialize uart_port's spin_lock.
Sebastian Andrzej Siewior
2024-03-02
1
-2
/
+0
|
*
serial: pch: Don't disable interrupts while acquiring lock in ISR.
Sebastian Andrzej Siewior
2024-03-02
1
-3
/
+2
|
*
serial: pch: Make push_rx() return void.
Sebastian Andrzej Siewior
2024-03-02
1
-8
/
+4
|
*
serial: pch: Invoke handle_rx_to() directly.
Sebastian Andrzej Siewior
2024-03-02
1
-6
/
+1
|
*
serial: sifive: Use uart_prepare_sysrq_char() to handle sysrq.
Sebastian Andrzej Siewior
2024-03-02
1
-10
/
+7
|
*
serial: rda: Use uart_prepare_sysrq_char() to handle sysrq.
Sebastian Andrzej Siewior
2024-03-02
1
-18
/
+10
|
*
serial: owl: Use uart_prepare_sysrq_char() to handle sysrq.
Sebastian Andrzej Siewior
2024-03-02
1
-18
/
+12
|
*
serial: lpc32xx_hs: Use uart_prepare_sysrq_char() to handle sysrq.
Sebastian Andrzej Siewior
2024-03-02
1
-10
/
+7
|
*
serial: sunplus: Use uart_prepare_sysrq_char().
Sebastian Andrzej Siewior
2024-03-02
1
-12
/
+6
|
*
serial: pxa: Use uart_prepare_sysrq_char().
Sebastian Andrzej Siewior
2024-03-02
1
-11
/
+6
|
*
serial: omap: Use uart_prepare_sysrq_char().
Sebastian Andrzej Siewior
2024-03-02
1
-10
/
+6
|
*
serial: msm: Use uart_prepare_sysrq_char().
Sebastian Andrzej Siewior
2024-03-02
1
-23
/
+10
|
*
serial: meson: Use uart_prepare_sysrq_char().
Sebastian Andrzej Siewior
2024-03-02
1
-14
/
+8
|
*
serial: bcm63xx: Use uart_prepare_sysrq_char().
Sebastian Andrzej Siewior
2024-03-02
1
-16
/
+8
|
*
serial: ar933x: Use uart_prepare_sysrq_char().
Sebastian Andrzej Siewior
2024-03-02
1
-12
/
+6
|
*
serial: amba-pl011: Use uart_prepare_sysrq_char().
Sebastian Andrzej Siewior
2024-03-02
1
-16
/
+8
|
*
serial: 8250_dw: Emit an error message if getting the baudclk failed
Uwe Kleine-König
2024-03-02
1
-1
/
+2
|
*
serial: 8250: Use serial8250_do_set_termios for uartclk updating
Serge Semin
2024-03-02
1
-19
/
+1
|
*
serial: st-asc: don't get/put GPIOs in atomic context
Bartosz Golaszewski
2024-03-02
1
-16
/
+24
|
*
serial: samsung: honor fifosize from dts at first
Tamseel Shams
2024-03-02
1
-7
/
+10
|
*
drivers/tty/serial: Remove unused function early_mcf_setup
Thomas Huth
2024-03-02
1
-27
/
+0
|
*
serial: 8250_pci1xxxx: Drop quirk from 8250_port
Andy Shevchenko
2024-03-02
2
-14
/
+18
[next]