index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-27
serial: sh-sci: Increment the runtime usage counter for the earlycon device
Claudiu Beznea
1
-0
/
+16
2025-02-27
serial: sh-sci: Clean sci_ports[0] after at earlycon exit
Claudiu Beznea
1
-2
/
+30
2025-02-27
serial: sh-sci: Move runtime PM enable to sci_probe_single()
Claudiu Beznea
1
-18
/
+6
2025-02-21
serial: 8250: Fix fifo underflow on flush
John Keeping
3
-0
/
+27
2025-02-21
serial: port: Always update ->iotype in __uart_read_properties()
Andy Shevchenko
1
-1
/
+1
2025-02-21
serial: port: Assign ->iotype correctly when ->iobase is set
Andy Shevchenko
1
-1
/
+2
2025-02-21
8250: microchip: pci1xxxx: Add workaround for RTS bit toggle
Rengarajan S
1
-1
/
+59
2025-02-21
serial: 8250_pci: Share WCH IDs with parport_serial driver
Andy Shevchenko
1
-8
/
+2
2025-02-21
serial: 8250_pci: Resolve WCH vendor ID ambiguity
Andy Shevchenko
1
-41
/
+41
2025-02-17
serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in...
Claudiu Beznea
1
-0
/
+23
2025-02-17
serial: sh-sci: Drop __initdata macro for port_cfg
Claudiu Beznea
1
-1
/
+1
2025-02-17
tty: xilinx_uartps: split sysrq handling
Sean Anderson
1
-5
/
+3
2025-02-08
serial: 8250: Adjust the timeout for FIFO mode
John Ogness
1
-6
/
+26
2024-12-23
serial: stm32: use port lock wrappers for break control
Ben Wolsieffer
1
-2
/
+2
2024-12-23
serial: imx: Use uart_port_lock_irq() instead of uart_port_lock()
Xiaolei Wang
1
-2
/
+2
2024-12-23
tty: serial: 8250: Fix another runtime PM usage counter underflow
Ilpo Järvinen
1
-0
/
+3
2024-12-14
Merge tag 'tty-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-1
/
+31
2024-12-06
tty: serial: Work around warning backtrace in serial8250_set_defaults
Guenter Roeck
1
-1
/
+2
2024-12-04
serial: sh-sci: Check if TX data was written to device in .tx_empty()
Claudiu Beznea
1
-0
/
+29
2024-12-03
module: Convert default symbol namespace to string literal
Masahiro Yamada
1
-1
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
8
-9
/
+9
2024-11-30
Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
70
-216
/
+327
2024-11-30
Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon exit"
Greg Kroah-Hartman
1
-28
/
+0
2024-11-27
Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+7
2024-11-21
Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-8
/
+84
2024-11-20
Merge tag 'printk-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+23
2024-11-20
Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
6
-6
/
+6
2024-11-16
serial: amba-pl011: fix build regression
Arnd Bergmann
1
-0
/
+2
2024-11-13
serial: sprd: Add support for sc9632
Wenhua Lin
1
-5
/
+36
2024-11-13
tty/serial/altera_uart: unwrap error log string
Tobias Klauser
1
-2
/
+2
2024-11-13
tty/serial/altera_jtaguart: unwrap error log string
Tobias Klauser
1
-2
/
+2
2024-11-13
serial: amba-pl011: Fix RX stall when DMA is used
Kartik Rajput
1
-0
/
+5
2024-11-12
serial: 8250_fintek: Add support for F81216E
Filip Brozovic
1
-1
/
+13
2024-11-07
serial: sh-sci: Clean sci_ports[0] after at earlycon exit
Claudiu Beznea
1
-0
/
+28
2024-11-07
tty: atmel_serial: Fix typo retreives to retrieves
Shivam Chaudhary
1
-1
/
+1
2024-11-07
tty: atmel_serial: Use devm_platform_ioremap_resource()
Mihai Sain
1
-9
/
+3
2024-11-05
serial: 8250: omap: Move pm_runtime_get_sync
Bin Liu
1
-2
/
+2
2024-11-04
tty: serial: samsung: Add Exynos8895 compatible
Ivaylo Ivanov
1
-0
/
+13
2024-11-04
serial: 8250_dw: Add Sophgo SG2044 quirk
Inochi Amaoto
1
-2
/
+3
2024-11-04
altera_jtaguart: Use dev_err() to report error attaching IRQ
Tobias Klauser
1
-1
/
+1
2024-11-04
altera_uart: Use dev_err() to report error attaching IRQ handler
Tobias Klauser
1
-1
/
+1
2024-10-31
serial: rp2: Replace deprecated PCI functions
Philipp Stanner
1
-5
/
+7
2024-10-29
tty: serial: export serial_8250_warn_need_ioport
Arnd Bergmann
1
-0
/
+1
2024-10-29
tty: serial: handle HAS_IOPORT dependencies
Niklas Schnelle
7
-8
/
+83
2024-10-21
Merge 6.12-rc4 into tty-next
Greg Kroah-Hartman
2
-55
/
+63
2024-10-16
serial: ucc_uart: Switch to irq_get_nr_irqs()
Bart Van Assche
1
-1
/
+1
2024-10-16
serial: cpm_uart: Switch to irq_get_nr_irqs()
Bart Van Assche
1
-1
/
+1
2024-10-16
serial: amba-pl011: Switch to irq_get_nr_irqs()
Bart Van Assche
1
-1
/
+1
2024-10-16
serial: amba-pl010: Switch to irq_get_nr_irqs()
Bart Van Assche
1
-1
/
+1
2024-10-16
serial: 8250: Switch to irq_get_nr_irqs()
Bart Van Assche
1
-1
/
+1
[next]