index
:
pub/scm/linux/kernel/git/cem/linux.git
master
cem's fork of linux.git
Carlos Maiolino
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-30
serial: 8250: Switch to nbcon console, take 2
John Ogness
4
-53
/
+260
2026-07-30
serial: 8250: remove always included kconfig.h
Hugo Villeneuve
1
-1
/
+0
2026-07-30
serial: max310x: remove always included kconfig.h
Hugo Villeneuve
1
-1
/
+0
2026-07-30
serial: qcom-geni: fix TX DMA buffer flush
Jan Sebastian Götte
1
-21
/
+22
2026-07-30
serial: 8250_dma: Clear stale RX state on shutdown
Cunhao Lu
1
-5
/
+7
2026-07-30
serial: sc16is7xx: enable THRI before filling TX FIFO
Luca Fresi
1
-0
/
+3
2026-07-30
Revert "serial: 8250: Clear CON_PRINTBUFFER on port re-registration"
Fushuai Wang
1
-5
/
+1
2026-07-27
quota: remove CONFIG_PRINT_QUOTA_WARNING code
Jiri Slaby (SUSE)
1
-27
/
+0
2026-07-27
Merge 7.2-rc5 into tty-next
Greg Kroah-Hartman
2
-5
/
+21
2026-07-23
rust: add basic serial device bus abstractions
Markus Probst
1
-0
/
+7
2026-07-17
serial: sc16is7xx: implement gpio get_direction() callback
Hugo Villeneuve
1
-0
/
+12
2026-07-17
serial: 8250_mid: Fix NULL function pointer dereference on DNV/ICX-D/SNR plat...
Jiangshan Yi
1
-5
/
+9
2026-07-17
tty: hvc: restrict HVC_DCC to ARMv6+ and ARM64
Karl Mehltretter
1
-1
/
+1
2026-07-17
serial: qcom_geni: Add panic notifier to stop UART on panic
Praveen Talari
1
-0
/
+23
2026-07-17
serial: qcom_geni: Add shutdown callback to quiesce hardware on reboot
Praveen Talari
1
-0
/
+13
2026-07-17
serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver
Praveen Talari
1
-4
/
+23
2026-07-17
serial: core: display 32 for MEM32 and MEM32BE UPIO types
Hugo Villeneuve
1
-1
/
+1
2026-07-17
serial: 8250: fix compile error with hub6_match_port() when compiled as a module
Hugo Villeneuve
1
-1
/
+2
2026-07-17
Revert "serial: qcom-geni: remove .pm callback, use runtime PM in startup/shu...
Greg Kroah-Hartman
1
-18
/
+19
2026-07-14
serial: 8250_hub6: add missing include for hub6_match_port()
Hugo Villeneuve
1
-0
/
+2
2026-07-13
Merge 7.2-rc3 into tty-next
Greg Kroah-Hartman
19
-23
/
+44
2026-07-12
Merge tag 'tty-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
6
-9
/
+44
2026-07-10
serial: max3100: use new UPIO_BUS as iotype
Hugo Villeneuve
1
-0
/
+1
2026-07-10
serial: max310x: use new UPIO_BUS as iotype
Hugo Villeneuve
1
-8
/
+1
2026-07-10
serial: sc16is7xx: use new UPIO_BUS as iotype
Hugo Villeneuve
1
-8
/
+1
2026-07-10
serial: core: add new I/O type for SPI and I2C bus devices
Hugo Villeneuve
1
-5
/
+6
2026-07-10
serial: 8250_rsa: use uart_iotype_*() to simplify code
Hugo Villeneuve
1
-21
/
+19
2026-07-10
serial: 8250: use uart_iotype_*() to simplify code
Hugo Villeneuve
1
-36
/
+7
2026-07-10
serial: uniformize serial port I/O infos display
Hugo Villeneuve
2
-43
/
+42
2026-07-10
serial: core: use uart_iotype_*() to simplify uart_match_port()
Hugo Villeneuve
1
-12
/
+4
2026-07-10
serial: core: add uart_iotype_mmio/io helper functions
Hugo Villeneuve
1
-0
/
+28
2026-07-10
serial: 8250_hub6: add hub6_match_port()
Hugo Villeneuve
3
-2
/
+15
2026-07-10
serial: 8250: Ignore flow control on suspend/resume with no_console_suspend
John Ogness
1
-2
/
+8
2026-07-10
serial: 8250_mid: Disable DMA for selected platforms
Andy Shevchenko
1
-2
/
+11
2026-07-10
serial: 8250_omap: clear rx_running on zero-length DMA completes
Matthias Feser
1
-1
/
+2
2026-07-10
vt: fix spurious modifier in CSI/cursor key sequences
Nicolas Pitre
1
-3
/
+9
2026-07-10
serial: qcom-geni: remove .pm callback, use runtime PM in startup/shutdown
Praveen Talari
1
-19
/
+18
2026-07-10
serial: 8250: handle ixp4xx register endianness correctly
Arnd Bergmann
2
-1
/
+30
2026-07-10
serial: qcom-geni: do not advance stale DMA completions
Guangshuo Li
1
-1
/
+9
2026-07-10
serial: qcom_geni: Disable closing_wait for console to prevent shutdown timeout
Aniket Randive
1
-0
/
+8
2026-07-10
serial: qcom-geni: add force suspend/resume to system sleep callbacks
Praveen Talari
1
-1
/
+18
2026-07-10
serial: qcom-geni: Pre-map RX DMA buffer at probe to avoid sleep-in-atomic
Praveen Talari
1
-22
/
+33
2026-07-10
serial: ma35d1: Fix OF node reference leaks in console init
Yuho Choi
1
-2
/
+10
2026-07-10
serial: 8250_pnp: Use named initializers for pnp_device_id array
Uwe Kleine-König (The Capable Hub)
1
-154
/
+154
2026-07-10
serdev: acpi: Free resource list at appropriate time
Andy Shevchenko
1
-2
/
+2
2026-07-10
drivers/tty/serial/kgdboc: Use strscpy() to copy strings into arrays
David Laight
1
-1
/
+1
2026-07-10
tty: serial: pch_uart: add check for pci_get_slot()
Haoxiang Li
1
-0
/
+5
2026-07-10
serial: 8250: force synchronous probe for the ISA and PNP drivers
Rahul Bukte
2
-0
/
+2
2026-07-10
serial: cpm_uart: replace irq_of_parse_and_map with platform_get_irq
Rosen Penev
1
-6
/
+3
2026-07-10
serial: 8250: Clear CON_PRINTBUFFER on port re-registration
Fushuai Wang
1
-1
/
+5
[prev]
[next]