Linux Serial subsystem development
 help / color / mirror / Atom feed
 messages from 2026-06-12 07:50:51 to 2026-07-06 19:58:54 UTC [more...]

[PATCH 00/12] Add support for the Rockchip RV1106 and RV1103
 2026-07-06 19:57 UTC 

[PATCH] serial: msm: Disable DMA for kernel console UART
 2026-07-06 18:03 UTC 

[PATCH 1/2] tty: n_gsm: avoid reactivation without previous cleanup
 2026-07-06 15:18 UTC  (5+ messages)
` [PATCH 2/2] tty: n_gsm: issue mutex_destroy() from gsm_dlci_free()

[PATCH V1] serial: qcom_geni: Disable closing_wait for console to prevent shutdown timeout
 2026-07-06  9:37 UTC 

[tty:tty-testing] BUILD SUCCESS e508a176d86f5ca0916ac1caf80806f9ad3d91ef
 2026-07-04 11:27 UTC 

[syzbot] Monthly serial report (Jul 2026)
 2026-07-04  4:32 UTC 

[PATCH 0/2] serial: sc16is7xx: fix TX inter-frame gaps on SPI UARTs
 2026-07-03 20:36 UTC  (15+ messages)
` [PATCH 1/2] serial: sc16is7xx: fix TX gap caused by kfifo circular buffer wrap-around
` [PATCH 2/2] serial: sc16is7xx: set TX FIFO trigger level to half FIFO to prevent underruns

[PATCH] serial: amba-pl011: drop redundant BUSY wait from earlycon pl011_putc()
 2026-07-03 19:38 UTC  (2+ messages)
` [PATCH v2] serial: amba-pl011: don't wait for BUSY after every earlycon character

[PATCH 1/4] goldfish: remove unused gf_write_dma_addr()
 2026-07-03  8:47 UTC  (4+ messages)
` [PATCH 2/4] tty: goldfish: drop unused goldfish_tty::opencount
` [PATCH 3/4] tty: goldfish: move gf_write_ptr() to tty/goldfish.c
` [PATCH 4/4] tty: goldfish: use guard() for locks

[PATCH v2] serial: qcom-geni: add force suspend/resume to system sleep callbacks
 2026-07-02 11:41 UTC 

[PATCH] serial: qcom-geni: add force suspend/resume to system sleep callbacks
 2026-07-02  9:49 UTC  (5+ messages)

[PATCH] tty: tty_jobctrl: use guard() in tiocgsid()
 2026-07-02  3:34 UTC  (2+ messages)

[PATCH] tty: tty_jobctrl: use guard() in tiocgsid()
 2026-07-01 21:49 UTC 

[PATCH v2 0/4] Add support for the Mediatek Genio 520-EVK and 720-EVK boards
 2026-07-01 16:55 UTC  (7+ messages)
` [PATCH v2 1/4] dt-bindings: serial: mediatek,uart: Add compatible for MT8189 SoC
` [PATCH v2 2/4] dt-bindings: arm: mediatek: add Mediatek Genio 520/720-EVK boards
` [PATCH v2 3/4] arm64: dts: mediatek: add Genio 720-EVK board
` [PATCH v2 4/4] arm64: dts: mediatek: add Genio 520-EVK board

[PATCH] serial: 8250_dw: Prefer SRBR in bogus RX timeout workaround if available
 2026-07-01 16:13 UTC  (11+ messages)

[PATCH v2 00/15] serial: 8250: add Moxa MUEx50 PCIe board support
 2026-07-01 12:42 UTC  (19+ messages)
` [PATCH v2 01/15] serial: 8250: split Moxa PCIe serial board support out of 8250_pci
` [PATCH v2 02/15] serial: 8250: add Moxa MUEx50 UART port type
` [PATCH v2 03/15] serial: 8250_mxpcie: enable enhanced mode and program FIFO trigger levels
` [PATCH v2 04/15] serial: 8250_mxpcie: enable automatic RTS/CTS flow control
` [PATCH v2 05/15] serial: 8250_mxpcie: offload XON/XOFF flow control to MUEx50 hardware
` [PATCH v2 06/15] serial: 8250_mxpcie: add custom handle_irq callback
` [PATCH v2 07/15] serial: 8250_mxpcie: speed up RX using memory-mapped FIFO window
` [PATCH v2 08/15] serial: 8250_mxpcie: speed up TX "
` [PATCH v2 09/15] serial: 8250_mxpcie: introduce per-port private data structure
` [PATCH v2 10/15] serial: 8250_mxpcie: defer uart_write_wakeup() to workqueue
` [PATCH v2 11/15] serial: 8250_mxpcie: support serial interface mode switching
` [PATCH v2 12/15] serial: 8250: allow low-level drivers to override break control
` [PATCH v2 13/15] serial: 8250_mxpcie: add break support for RS485 using MUEx50 features
` [PATCH v2 14/15] serial: 8250: allow UART drivers to override rx_trig_bytes handling
` [PATCH v2 15/15] serial: 8250_mxpcie: implement rx_trig_bytes callbacks via MUEx50 RTL

[PATCH] serial: qcom-geni: Pre-map RX DMA buffer at probe to avoid sleep-in-atomic
 2026-07-01  4:23 UTC 

[PATCH] tty: tty_jobctrl: use guard()s in tiocspgrp()
 2026-07-01  4:11 UTC  (2+ messages)

[PATCH v1] serial: ma35d1: Fix OF node reference leaks in console init
 2026-06-30 21:40 UTC 

[Kernel Bug] INFO: task hung in show_cons_active
 2026-06-30 14:20 UTC  (6+ messages)

[PATCH v2 1/2] dt-bindings: clock: Drop incorrect usage of double '::'
 2026-06-30 13:14 UTC  (6+ messages)
` [PATCH v2 2/2] dt-bindings: "

[PATCH v2] serial: max310x: implement gpio_chip::get_direction()
 2026-06-30 12:13 UTC  (4+ messages)

[PATCH v3 0/4] tty: replace __get_free_pages() with kmalloc()
 2026-06-30  9:54 UTC  (5+ messages)
` [PATCH v3 1/4] serial: pch: replace __get_free_page() "
` [PATCH v3 2/4] tty: amiserial: replace get_zeroed_page() with kzalloc()
` [PATCH v3 3/4] tty: serial: men_z135_uart: replace __get_free_page() with kmalloc()
` [PATCH v3 4/4] vc_screen: replace __get_free_pages() "

[PATCH v2 0/2] tty: n_gsm: fix gsm_queue() UAF and add a base regression test
 2026-06-30  3:22 UTC  (9+ messages)
` [PATCH v2 1/2] tty: n_gsm: fix use-after-free in gsm_queue() control frame dispatch
` [PATCH v2 2/2] selftests: tty: add base regression test for n_gsm line discipline

[PATCH v3 00/10] MIPS: DEC: Fix serial device regressions + RTC cleanup
 2026-06-29 17:12 UTC  (3+ messages)
` [PATCH v3 10/10] MIPS: DEC: Ensure RTC platform device deregistration upon failure

[PATCH v2] serial: 8250_pnp: Use named initializers for pnp_device_id array
 2026-06-29 17:04 UTC 

[PATCH v1 1/1] serdev: acpi: Free resource list at appropriate time
 2026-06-29 16:18 UTC  (2+ messages)

[PATCH v12 0/3] rust: add basic serial device bus abstractions
 2026-06-29 16:15 UTC  (3+ messages)
` [PATCH v12 3/3] MAINTAINERS: serdev: Add self for serdev

[PATCH v1 1/1] serial: 8250_mid: Disable DMA for selected platforms
 2026-06-26  9:49 UTC 

[PATCH v5 0/9] driver core: Fix some race conditions
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH] vt: fix spurious modifier in CSI/cursor key sequences
 2026-06-26  2:48 UTC 

[PATCH v3 0/7] soc: aspeed: Add BMC and host driver for PCIe BMC device
 2026-06-25  9:10 UTC  (16+ messages)
  ` [PATCH v3 1/7] dt-bindings: serial: 8250: aspeed: add compatible string for ast2600
  ` [PATCH v3 2/7] dt-bindings: serial: 8250: aspeed: add aspeed,vuart-over-pci bool prop
  ` [PATCH v3 3/7] serial: 8250_aspeed_vuart: add aspeed,ast2600-vuart compatible string
  ` [PATCH v3 4/7] serial: 8250_aspeed_vuart: add VUART over PCI
  ` [PATCH v3 5/7] soc: aspeed: add host-side PCIe BMC device driver
  ` [PATCH v3 6/7] ARM: dts: aspeed: g6: Change vuart compatible string for ast2600
  ` [PATCH v3 7/7] ARM: dts: aspeed: g6: add aspeed,vuart-over-pci prop to vuart3 and 4

[PATCH v5] serial: 8250: fix use-after-free in IRQ chain handling
 2026-06-25  4:38 UTC  (4+ messages)

[PATCH next] drivers/tty/serial/kgdboc: Use strscpy() to copy strings into arrays
 2026-06-24 10:33 UTC  (2+ messages)

[PATCH] serial: 8250: serialize shared IRQ startup
 2026-06-24  2:49 UTC  (2+ messages)

[PATCH] tty: serial: pch_uart: add check for pci_get_slot()
 2026-06-23 16:03 UTC  (2+ messages)

[PATCH v4] serial: 8250: fix use-after-free in IRQ chain handling
 2026-06-23 14:32 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: clock: Drop incorrect usage of double '::'
 2026-06-23 11:45 UTC  (10+ messages)
  ` [PATCH 2/2] dt-bindings: "

[GIT PULL] TTY/Serial driver changes for 7.2-rc1
 2026-06-22 19:59 UTC  (2+ messages)

[PATCH v3 0/2] tty: n_gsm: fix gsm_queue() UAF and add a base regression test
 2026-06-20 16:56 UTC  (3+ messages)
` [PATCH v3 1/2] tty: n_gsm: fix use-after-free in gsm_queue() control frame dispatch
` [PATCH v3 2/2] selftests: tty: add base regression test for n_gsm line discipline

[PATCH v5 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-06-18  8:55 UTC  (4+ messages)
` [PATCH v5 1/2] serial: qcom-geni: trace: Drop redundant len field from geni_serial_data
` [PATCH v5 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver

[PATCH] ufs: Add HS_GEAR6 string in power_info/gear sysfs output
 2026-06-18  3:05 UTC  (8+ messages)
    ` [PATCH v2] scsi: ufs: sysfs: "
        ` [PATCH v3] "

[PATCH v2 0/6] MIPS: SiByte: Fix serial device regressions
 2026-06-17 12:01 UTC  (11+ messages)
` [PATCH v2 1/6] serial: sb1250-duart: Fix console message clobbering at channel resets
` [PATCH v2 2/6] serial: sb1250-duart: Fix bootconsole handover lockup
` [PATCH v2 4/6] Revert "drivers: convert sbd_duart.map_guard from atomic_t to refcount_t"
` [PATCH v2 5/6] serial: sb1250-duart: Switch to spinlock protection for shared resource
` [PATCH v2 6/6] MAINTAINERS: Add self for the sb1250-duart serial driver

[PATCH v3 0/3] serial: max310x: honour per-channel DT RS485 properties
 2026-06-16 17:28 UTC  (5+ messages)
` [PATCH v3 1/3] serial: max310x: register GPIO controller before adding UART ports
` [PATCH v3 2/3] dt-bindings: serial: maxim,max310x: describe per-channel rs485 subnodes
` [PATCH v3 3/3] serial: max310x: honour rs485 properties from per-channel DT subnode

[PATCH v2 6.12.y 00/10] serial: 8250_dw: backport BUSY deassert series
 2026-06-16  7:57 UTC  (4+ messages)

8250_dw system pause due to IRQ load
 2026-06-16  7:52 UTC  (3+ messages)
`  "

[PATCH v4 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-06-15 13:31 UTC  (7+ messages)
` [PATCH v4 1/2] serial: qcom-geni: trace: Add tracepoint support for Qualcomm GENI serial

[PATCH] tty: n_gsm: fix NULL deref of gsm->dlci[0] in control message handlers
 2026-06-15  5:49 UTC  (7+ messages)

[PATCH v3 0/2] ACPI: SPCR: Support UART clock frequency field
 2026-06-15  0:40 UTC  (3+ messages)
` [PATCH v3 1/2] serial: earlycon: add uart_clk_freq parameter
` [PATCH v3 2/2] ACPI: SPCR: Support UART clock frequency field

[PATCH] tty: serial: core: fix NULL pointer deref in uart_resume_port()
 2026-06-13  5:37 UTC  (3+ messages)

[tty:tty-testing] BUILD SUCCESS 426e83cab1f5d53069ac7030cb03e2d7c6367ef1
 2026-06-13  0:35 UTC 

[PATCH v6 6/9] dt-bindings: connector: m2: Add M.2 1620 LGA soldered down connector
 2026-06-12  7:50 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox