Linux Serial subsystem development
 help / color / mirror / Atom feed
 messages from 2026-05-13 18:07:51 to 2026-05-30 13:37:32 UTC [more...]

[PATCH v8 0/5] rust: add basic serial device bus abstractions
 2026-05-30 13:37 UTC  (9+ messages)
` [PATCH v8 1/5] rust: devres: return reference in `devres::register`
` [PATCH v8 2/5] serdev: add rust private data to serdev_device
` [PATCH v8 3/5] rust: add basic serial device bus abstractions
` [PATCH v8 4/5] samples: rust: add Rust serial device bus sample device driver
` [PATCH v8 5/5] MAINTAINERS: serdev: Add self for serdev

[GIT PULL] TTY/Serial driver fixes for 7.1-rc6
 2026-05-30 11:29 UTC 

[PATCH 0/3] serial: max310x: honour per-port DT RS485 properties
 2026-05-30 11:26 UTC  (5+ messages)
` [PATCH 1/3] serial: max310x: register GPIO controller before adding UART ports
` [PATCH 2/3] dt-bindings: serial: maxim,max310x: allow per-port subnodes for rs485
` [PATCH 3/3] serial: max310x: honour rs485 properties from per-port DT subnode

[PATCH] serial: mxs-auart: fix probe error paths and clock handling
 2026-05-30  5:21 UTC  (2+ messages)

[PATCH tty] tty: n_gsm: fix use-after-free in gsm_queue vs gsm_cleanup_mux race
 2026-05-30  5:19 UTC  (4+ messages)

[PATCH] tty: serial: mpc52xx_uart: add bounds check for psc_num array index
 2026-05-30  6:10 UTC 

[PATCH v4 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-05-29 14:14 UTC  (4+ messages)
` [PATCH v4 1/2] serial: qcom-geni: trace: Add tracepoint support for Qualcomm GENI serial
` [PATCH v4 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver

[PATCH 0/4] tty: replace __get_free_pages() with kmalloc()
 2026-05-29  8:52 UTC  (9+ messages)
` [PATCH 1/4] serial: pch: replace __get_free_page() "
` [PATCH 2/4] tty: amiserial: replace get_zeroed_page() with kzalloc()
` [PATCH 3/4] tty: serial: men_z135_uart: replace __get_free_page() with kmalloc()
` [PATCH 4/4] vc_screen: replace __get_free_pages() "

[PATCH v4] serial: 8250: fix use-after-free in IRQ chain handling
 2026-05-29  8:23 UTC 

[PATCH] serial: mxs-auart: fix 64-bit cast in probe
 2026-05-29  7:40 UTC  (3+ messages)

[PATCH v3] serial: 8250: fix use-after-free in IRQ chain handling
 2026-05-29  7:27 UTC  (2+ messages)

[PATCH v2] serial: 8250: fix use-after-free in IRQ chain handling
 2026-05-29  2:39 UTC  (3+ messages)

[PATCH] serial: 8250_pci: fix -Winitializer-overrides for Brainboxes UC-260/271/701/756 entries
 2026-05-28 20:12 UTC 

[PATCH v2] serial: qcom_geni: Fix RX DMA stall when SE_DMA_RX_LEN_IN is zero
 2026-05-28 17:18 UTC 

[PATCH] serial: 8250: fix use-after-free in IRQ chain handling
 2026-05-28 15:08 UTC 

[PATCH v1] serial: qcom_geni: Fix RX DMA stall when SE_DMA_RX_LEN_IN is zero
 2026-05-28 11:43 UTC  (3+ messages)

[PATCH v3 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-05-27 16:16 UTC  (7+ messages)
` [PATCH v3 1/2] serial: qcom-geni: trace: Add tracepoint support for Qualcomm GENI serial
` [PATCH v3 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver

[PATCH] serial: 8250: serialize shared IRQ startup
 2026-05-27  9:20 UTC 

[PATCH RFT] tty: serial: fsl_lpuart: Add register dump
 2026-05-27  2:16 UTC  (4+ messages)

[PATCH v3] serial: max310x: fix compile errors if CONFIG_SPI_MASTER is disabled
 2026-05-26 16:19 UTC  (4+ messages)

[PATCH v3 00/10] MIPS: DEC: Fix serial device regressions + RTC cleanup
 2026-05-26 15:08 UTC  (10+ messages)
` [PATCH v3 01/10] MIPS: DEC: Ensure 32-bit stack location for o32 prom_printf()
` [PATCH v3 02/10] MIPS: DEC: Prevent initial console buffer from landing in XKPHYS
` [PATCH v3 10/10] MIPS: DEC: Ensure RTC platform device deregistration upon failure

[PATCH RFC] serial: core: Don't clobber the baud rate on hangup via B0
 2026-05-26 15:03 UTC  (3+ messages)

[PATCH] serial: 8250_omap: clear rx_running on zero-length DMA completes
 2026-05-26  7:35 UTC  (11+ messages)
  ` [PATCH v2] "
      ` AW: [PATCH v3] "
          ` [PATCH v4] "
          ` [PATCH v5] "

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-26  6:53 UTC  (27+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer
` [PATCH 02/11] panic: Replace panic_print_get() with generic helper
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 05/11] moduleparam: Rename .get field to .get_str
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
` [PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic

[PATCH v2 0/6] MIPS: SiByte: Fix serial device regressions
 2026-05-24 23:12 UTC  (7+ 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 3/6] serial: sb1250-duart: Convert to use a platform device
` [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 v2 0/2] ACPI: SPCR: Support UART clock frequency field
 2026-05-24 22:35 UTC  (3+ messages)
` [PATCH v2 1/2] serial: earlycon: add uart_clk_freq parameter
` [PATCH v2 2/2] ACPI: SPCR: Support UART clock frequency field

[PATCH] tty: serial: samsung: Remove redundant port lock acquisition in rx helpers
 2026-05-24 19:42 UTC  (2+ messages)

[PATCH v1] tty: serial: rp2: Use named initializer for pci_device_id::driver_data
 2026-05-24 13:19 UTC 

[PATCH v1] serial: 8250_exar: Consistently define pci_device_ids using named initializers
 2026-05-22 14:01 UTC 

[PATCH] drm: Use named initializers for arrays of i2c_device_data
 2026-05-22 13:29 UTC  (4+ messages)

[PATCH v3] serial: 8250: Clear CON_PRINTBUFFER on port re-registration
 2026-05-22 10:10 UTC 

[PATCH v2] serial: 8250: Clear CON_PRINTBUFFER on port re-registration
 2026-05-22  9:52 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 550604d6c9b9efc8d068aff94dc301694a7afdee
 2026-05-22  0:33 UTC 

[PATCH v3 00/10] serial: add new I/O type for SPI and I2C bus devices
 2026-05-21 18:16 UTC  (11+ messages)
` [PATCH v3 01/10] serial: 8250_hub6: add hub6_match_port()
` [PATCH v3 02/10] serial: core: add uart_iotype_mmio/io helper functions
` [PATCH v3 03/10] serial: core: use uart_iotype_*() to simplify uart_match_port()
` [PATCH v3 04/10] serial: uniformize serial port I/O infos display
` [PATCH v3 05/10] serial: 8250: use uart_iotype_*() to simplify code
` [PATCH v3 06/10] serial: 8250_rsa: "
` [PATCH v3 07/10] serial: core: add new I/O type for SPI and I2C bus devices
` [PATCH v3 08/10] serial: sc16is7xx: use new UPIO_BUS as iotype
` [PATCH v3 09/10] serial: max310x: "
` [PATCH v3 10/10] serial: max3100: "

[PATCH v2] dt-bindings: serial: rs485: remove deprecated .txt binding stub
 2026-05-21 16:48 UTC  (2+ messages)

[PATCH] dt-bindings: serial: rs485: remove deprecated .txt binding stub
 2026-05-21 15:07 UTC 

[PATCH v5 0/8] Add support for ZTE zx297520v3
 2026-05-21  8:00 UTC  (5+ messages)
` [PATCH v5 8/8] ARM: defconfig: Add a zx29 defconfig file

[PATCH] serial: max310x: fix I2C-only build
 2026-05-20 14:34 UTC  (5+ messages)

[PATCH] video: console: mdacon: remove this obsolete driver
 2026-05-20 11:45 UTC  (2+ messages)

[PATCH] Bluetooth: hci_uart: fix UAF in hci_uart_tty_close()
 2026-05-19 15:00 UTC  (12+ messages)
  `  "
  ` [PATCH v4] "
      `  "
      ` [PATCH v5] "
      ` [PATCH v6] Bluetooth: hci_uart: fix UAFs and race conditions in close and init paths
      ` [PATCH v7] "
      ` [PATCH v8] "
      ` [PATCH v9] "

[PATCH RFC] serial: 8250: fix possible ISR soft lockup
 2026-05-19  9:57 UTC 

[PATCH 00/15] serial: 8250: add MUEx50 support for Moxa PCIe boards
 2026-05-19  7:57 UTC  (5+ messages)
` [PATCH 01/15] serial: 8250: split Moxa PCIe serial board support out of 8250_pci

[PATCH 00/13] Add DMA support for LINFlexD UART driver
 2026-05-18 14:14 UTC  (3+ messages)

[PATCH v2 0/2] Add tracepoints support for Qualcomm GENI Serial drivers
 2026-05-18 13:48 UTC  (6+ messages)
` [PATCH v2 1/2] serial: qcom-geni: trace: Add tracepoint support for Qualcomm GENI serial
` [PATCH v2 2/2] serial: qcom-geni: Add tracepoints for Qualcomm GENI serial driver

[PATCH] serial: atmel: honor CREAD in atmel_set_termios
 2026-05-18  7:20 UTC  (3+ messages)
` [PATCH v2] tty: serial: atmel: Ignore chars when CREAD is cleared

[PATCH] ARM: Move Footbridge-specific header into mach-footbridge
 2026-05-17  4:57 UTC 

[PATCH v2] serial: max310x: fix compile errors if CONFIG_SPI_MASTER is disabled
 2026-05-15 18:30 UTC 

[PATCH 0/2] serial: 8250_dw: clock-notifier cleanup
 2026-05-15 10:55 UTC  (4+ messages)
` [PATCH 1/2] serial: 8250_dw: unregister 8250 port if clk_notifier_register() fails
` [PATCH 2/2] serial: 8250_dw: remove clock-notifier infrastructure

[PATCH tty v4 0/6] 8250: Add console flow control
 2026-05-15 10:21 UTC  (7+ messages)
` [PATCH tty v4 2/6] serial: Replace driver usage of UPF_CONS_FLOW

[PATCH] serial: max310x: fix compile errors if CONFIG_SPI_MASTER is disabled
 2026-05-15 10:05 UTC  (2+ messages)

[PATCH] Bluetooth: hci_uart: fix UAF in hci_uart_tty_close()
 2026-05-15  6:50 UTC  (4+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] vt: merge ucs_is_zero_width()/ucs_is_double_width() into ucs_get_width()
 2026-05-15  3:48 UTC 

[tty:tty-next 28/31] drivers/tty/serial/max310x.c:1730:1: warning: unused label 'err_spi_register'
 2026-05-14 23:35 UTC 

[PATCH 0/2] amba/serial: amba-pl011: Bring back zx29 UART support
 2026-05-13 21:34 UTC  (3+ messages)
` [PATCH 1/2] ARM: zte: Add support for zx29 low level debug
` [PATCH 2/2] amba/serial: amba-pl011: Bring back zx29 UART support

[PATCH] serial: 8250-dw: unregister 8250 port if clk_notifier_register() fails
 2026-05-13 20:35 UTC  (3+ messages)

[PATCH v2 1/2] Add ZTE LRX UART driver
 2026-05-13 18:13 UTC  (2+ messages)

[PATCH v1 1/2] LRW UART: dt-bindings: Add binding for LRW UART
 2026-05-13 18:07 UTC  (2+ messages)


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