index
:
kernel/git/stable/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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
8250
Age
Commit message (
Expand
)
Author
5 days
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...
Uwe Kleine-König (The Capable Hub)
2026-06-12
serial: 8250_pci: Don't specify conflicting values to pci_device_id members
Uwe Kleine-König (The Capable Hub)
2026-06-01
Merge tag 'v7.1-rc6' into tty-next
Greg Kroah-Hartman
2026-05-22
serial: 8250_dw: dispatch SysRq character in dw8250_handle_irq()
Jacques Nilo
2026-05-22
serial: 8250: dispatch SysRq character in serial8250_handle_irq()
Jacques Nilo
2026-05-22
serial: 8250: fix possible ISR soft lockup
Marco Felsch
2026-05-22
serial: 8250_dw: remove clock-notifier infrastructure
Stepan Ionichev
2026-05-22
serial: 8250_dw: unregister 8250 port if clk_notifier_register() fails
Stepan Ionichev
2026-05-22
serial: 8250: Add support for console flow control
John Ogness
2026-05-22
serial: 8250: Check LSR timeout on console flow control
John Ogness
2026-05-22
serial: 8250: Set cons_flow on port registration
John Ogness
2026-05-22
tty: serial: 8250: protect against NULL uart->port.dev in register
Stepan Ionichev
2026-05-11
serial: 8250_dw: Use a fixed CPR value for UltraRISC DP1000 UART
Jia Wang
2026-05-11
serial: 8250_dw: build Renesas RZN1 CPR value from DW_UART_CPR_* definitions
Jia Wang
2026-05-11
serial: 8250_dwlib: move DesignWare register definitions to header
Jia Wang
2026-05-11
serial: Replace driver usage of UPF_CONS_FLOW
John Ogness
2026-05-11
serial: 8250_pci: Consistently define pci_device_ids using named initializers
Uwe Kleine-König (The Capable Hub)
2026-05-11
serial: 8250_port: recognize UPIO_AU
Manuel Lauss
2026-05-11
serial: 8250_mtk: Add ACPI support
Zhiyong Tao
2026-03-30
serial: 8250: loongson: Enable building on MIPS Loongson64
Rong Zhang
2026-03-30
serial: 8250_fintek: Add support for F81214E
Ravi Rama
2026-03-23
Merge 7.0-rc5 into tty-next
Greg Kroah-Hartman
2026-03-12
serial: 8250_dw: Ensure BUSY is deasserted
Ilpo Järvinen
2026-03-12
serial: 8250: Add late synchronize_irq() to shutdown to handle DW UART BUSY
Ilpo Järvinen
2026-03-12
serial: 8250_dw: Rework IIR_NO_INT handling to stop interrupt storm
Ilpo Järvinen
2026-03-12
serial: 8250_dw: Rework dw8250_handle_irq() locking and IIR handling
Ilpo Järvinen
2026-03-12
serial: 8250: Add serial8250_handle_irq_locked()
Ilpo Järvinen
2026-03-12
serial: 8250_dw: Avoid unnecessary LCR writes
Ilpo Järvinen
2026-03-12
serial: 8250: Protect LCR write in shutdown
Ilpo Järvinen
2026-03-12
serial: 8250_pci: add support for the AX99100
Martin Roukala (né Peres)
2026-03-12
serial: 8250: always disable IRQ during THRE test
Peng Zhang
2026-03-12
serial: 8250: Fix TX deadlock when using DMA
Raul E Rangel
2026-03-12
tty: tty_port: add workqueue to flip TTY buffer
Xin Zhao
2026-03-12
tty: serial: 8250: Add SystemBase Multi I/O cards
Michael Walle
2026-03-12
serial: 8250_port: Drop duplicate NULL check
Andy Shevchenko
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-17
Merge tag 'tty-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2026-01-23
serial: 8250_pci: Remove custom deprecated baud setting routine
Andy Shevchenko
2026-01-23
serial: 8250_omap: Remove custom deprecated baud setting routine
Andy Shevchenko
2026-01-23
serial: 8250: omap: set out-of-band wakeup if wakeup pinctrl exists
Kendall Willis
2026-01-16
serial: 8250_pci: Fix broken RS485 for F81504/508/512
Marnix Rijnart
2026-01-16
serial: 8250: 8250_omap.c: Clear DMA RX running status only after DMA termina...
Moteen Shah
2026-01-16
serial: 8250: 8250_omap.c: Add support for handling UART error conditions
Moteen Shah
2026-01-16
serial: 8250: fix ordering of entries for menu display
Randy Dunlap
2026-01-16
8250_men_mcb: drop unneeded MODULE_ALIAS
Jose Javier Rodriguez Barbarin
2025-12-29
Merge 6.19-rc3 into tty-next
Greg Kroah-Hartman
2025-12-17
serial: 8250: longson: Fix NULL vs IS_ERR() bug in probe
Dan Carpenter
[next]