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.13.y
linux-6.14.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: max3100: Switch to DEFINE_SIMPLE_DEV_PM_OPS()
Andy Shevchenko
2024-04-09
1
-9
/
+3
|
*
|
serial: max3100: Replace MODULE_ALIAS() with respective ID tables
Andy Shevchenko
2024-04-09
1
-1
/
+15
|
*
|
serial: max3100: Switch to use dev_err_probe()
Andy Shevchenko
2024-04-09
1
-9
/
+3
|
*
|
serial: max3100: Remove duplicating irq field
Andy Shevchenko
2024-04-09
1
-12
/
+10
|
*
|
serial: max3100: Get crystal frequency via device property
Andy Shevchenko
2024-04-09
1
-29
/
+20
|
*
|
serial: max3100: Enable TIOCM_LOOP
Andy Shevchenko
2024-04-09
1
-12
/
+14
|
*
|
tty: serial: sc16is7xx: convert to use maple tree register cache
wangkaiyuan
2024-04-09
1
-1
/
+1
|
*
|
tty: serial: max310x: convert to use maple tree register cache
wangkaiyuan
2024-04-09
1
-2
/
+2
|
*
|
serial: max3100: Update Kconfig entry
Andy Shevchenko
2024-04-09
1
-2
/
+5
|
*
|
serial: max3100: Remove unneeded forward declaration
Andy Shevchenko
2024-04-09
1
-16
/
+14
|
*
|
serial: max3100: Replace custom polling timeout with standard one
Andy Shevchenko
2024-04-09
1
-20
/
+5
|
*
|
serial: max3100: Remove custom HW shutdown support
Andy Shevchenko
2024-04-09
1
-35
/
+7
|
*
|
serial: max3100: Make struct plat_max3100 local
Andy Shevchenko
2024-04-09
1
-20
/
+18
|
*
|
serial: max3100: Fix bitwise types
Andy Shevchenko
2024-04-09
1
-1
/
+4
|
*
|
serial: max3100: Update uart_driver_registered on driver removal
Andy Shevchenko
2024-04-09
1
-1
/
+3
|
*
|
serial: max3100: Lock port->lock when calling uart_handle_cts_change()
Andy Shevchenko
2024-04-09
1
-1
/
+12
|
*
|
serial: 8250_of: Add clock_notifier
Bastien Curutchet
2024-04-09
1
-0
/
+37
|
*
|
serial: pmac_zilog: Drop usage of platform_driver_probe()
Uwe Kleine-König
2024-04-09
1
-4
/
+5
|
*
|
serial: sifive: Remove 0 from fu540-c000-uart0 binding.
Sebastian Andrzej Siewior
2024-04-09
1
-2
/
+2
|
*
|
serial: pic32_uart: Replace of_gpio.h by proper one
Andy Shevchenko
2024-04-09
1
-1
/
+1
|
*
|
serial: 8250_omap: Remove unused of_gpio.h
Andy Shevchenko
2024-04-09
1
-1
/
+0
|
*
|
serial: 8250: Add preferred console in serial8250_isa_init_ports()
Tony Lindgren
2024-04-09
3
-0
/
+34
|
*
|
serial: core: Handle serial console options
Tony Lindgren
2024-04-09
1
-0
/
+49
|
*
|
serial: core: Add support for DEVNAME:0.0 style naming for kernel console
Tony Lindgren
2024-04-09
3
-0
/
+86
|
*
|
tty: atmel_serial: use single DMA mapping for RX
Jiri Slaby (SUSE)
2024-04-09
1
-34
/
+22
|
*
|
tty: atmel_serial: define macro for RX size
Jiri Slaby (SUSE)
2024-04-09
1
-5
/
+5
|
*
|
tty: atmel_serial: use single DMA mapping for TX
Jiri Slaby (SUSE)
2024-04-09
1
-21
/
+14
|
*
|
tty: serial: switch from circ_buf to kfifo
Jiri Slaby (SUSE)
2024-04-09
58
-762
/
+657
|
*
|
tty: msm_serial: use dmaengine_prep_slave_sg()
Jiri Slaby (SUSE)
2024-04-09
1
-37
/
+49
|
*
|
tty: 8250_omap: use dmaengine_prep_slave_sg()
Jiri Slaby (SUSE)
2024-04-09
1
-3
/
+6
|
*
|
tty: 8250_dma: use dmaengine_prep_slave_sg()
Jiri Slaby (SUSE)
2024-04-09
1
-4
/
+8
*
|
|
Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-05-21
1
-1
/
+1
|
\
\
\
|
*
|
|
tty: 8250_pci: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY
Damien Le Moal
2024-04-25
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'kgdb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...
Linus Torvalds
2024-05-19
1
-1
/
+29
|
\
\
\
|
*
|
|
serial: kgdboc: Fix NMI-safety problems from keyboard reset code
Daniel Thompson
2024-04-26
1
-1
/
+29
|
|
/
/
*
|
|
Merge tag 'asm-generic-alpha' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-05-13
4
-30
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
alpha: remove DECpc AXP150 (Jensen) support
Arnd Bergmann
2024-05-03
4
-30
/
+0
|
|
/
*
|
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
44
-1274
/
+1563
|
\
|
*
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
[prev]
[next]