public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
[PATCH v7 0/8] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-04-15  9:07 UTC  (24+ messages)
` [PATCH v7 1/8] serdev: Convert to_serdev_*() helpers to macros and use container_of_const()
` [PATCH v7 2/8] serdev: Add an API to find the serdev controller associated with the devicetree node
` [PATCH v7 3/8] serdev: Do not return -ENODEV from of_serdev_register_devices() if external connector is used
` [PATCH v7 4/8] dt-bindings: serial: Document the graph port
` [PATCH v7 5/8] dt-bindings: connector: Add PCIe M.2 Mechanical Key E connector
` [PATCH v7 6/8] Bluetooth: hci_qca: Add M.2 Bluetooth device support using pwrseq
` [PATCH v7 7/8] power: sequencing: pcie-m2: Add support for PCIe M.2 Key E connectors
` [PATCH v7 8/8] power: sequencing: pcie-m2: Create serdev device for WCN7850 bluetooth
` (subset) [PATCH v7 0/8] Add support for handling PCIe M.2 Key E connectors in devicetree

[PATCH] serial: base: do not disable TX on hangup for console ports
 2026-04-15  8:01 UTC 

[RFC] tty: n_gsm: fix use-after-free in gsmtty_install
 2026-04-15  3:17 UTC  (2+ messages)
` [PATCH] "

[PATCH v2] tty: serial: pch_uart: add check for dma_alloc_coherent()
 2026-04-14 17:13 UTC  (2+ messages)

[syzbot] [serial?] KCSAN: data-race in serial8250_do_startup / serial8250_modem_status (4)
 2026-04-13 12:59 UTC 

[PATCH v2 0/2] serial: sh-sci/rsci: Fix divide by zero and clean up baud rate logic
 2026-04-13 10:24 UTC  (17+ messages)
` [PATCH v2 1/2] serial: sh-sci: Avoid divide-by-zero fault
` [PATCH v2 2/2] serial: rsci: Remove goto and refactor baud rate clock selection

[PATCH v1] serial: qcom-geni: Avoid probing debug console UART without console support
 2026-04-13  7:25 UTC 

[PATCH v1] serial: sh-sci: fix memory region release in error path
 2026-04-13  4:08 UTC 

[PATCH v2 0/4] MIPS: SiByte: Fix serial device regressions
 2026-04-13  4:03 UTC  (5+ messages)
` [PATCH v2 1/4] MIPS: SiByte: Fix console message clobbering at channel resets
` [PATCH v2 2/4] MIPS: SiByte: Fix bootconsole handover lockup
` [PATCH v2 3/4] MIPS: SiByte: Convert to use a platform device
` [PATCH v2 4/4] Revert "drivers: convert sbd_duart.map_guard from atomic_t to refcount_t"

[PATCH v4 0/4] rust: add basic serial device bus abstractions
 2026-04-13  3:58 UTC  (6+ messages)
` [PATCH v4 1/4] rust: devres: return reference in `devres::register`
` [PATCH v4 2/4] serdev: add rust private data to serdev_device
` [PATCH v4 3/4] rust: add basic serial device bus abstractions
` [PATCH v4 4/4] samples: rust: add Rust serial device bus sample device driver

[PATCH 0/4] MIPS: SiByte: Fix serial device regressions
 2026-04-13  3:28 UTC  (5+ messages)
` [PATCH 1/4] MIPS: SiByte: Fix console message clobbering at channel resets
` [PATCH 2/4] MIPS: SiByte: Fix bootconsole handover lockup
` [PATCH 3/4] MIPS: SiByte: Convert to use a platform device
` [PATCH 4/4] Revert "drivers: convert sbd_duart.map_guard from atomic_t to refcount_t"

[PATCH 0/8] MIPS: DEC: Fix serial device regressions + RTC cleanup
 2026-04-13  3:28 UTC  (9+ messages)
` [PATCH 1/8] serial: dz: Fix bootconsole message clobbering at chip reset
` [PATCH 2/8] serial: dz: Fix bootconsole handover lockup
` [PATCH 3/8] serial: zs: "
` [PATCH 4/8] serial: zs: Switch to using channel reset
` [PATCH 5/8] serial: dz: Convert to use a platform device
` [PATCH 6/8] serial: zs: "
` [PATCH 7/8] serial: dz: Enable modular build
` [PATCH 8/8] MIPS: DEC: Ensure RTC platform device deregistration upon failure

[PATCH] serial: zs: Fix swapped RI/DSR modem line transition counting
 2026-04-10 17:19 UTC 

[PATCH 0/5] serial: core: improve safety of uart_get_baud_rate()
 2026-04-10 15:20 UTC  (6+ messages)
` [PATCH 1/5] serial: icom: remove check for zero baud rate from uart_get_baud_rate()
` [PATCH 2/5] serial: apbuart: "
` [PATCH 3/5] serial: core: update uart_get_baud_rate() obsolete comments
` [PATCH 4/5] serial: core: simplify clipping logic in uart_get_baud_rate()
` [PATCH 5/5] serial: core: prevent division by zero by always returning non-zero baud rate

[PATCH tty v2 0/2] 8250: Add console flow control
 2026-04-10 14:48 UTC  (3+ messages)
` [PATCH tty v2 1/2] serial: 8250: Check LSR timeout on "
` [PATCH tty v2 2/2] serial: 8250: Add support for console hardware "

[PATCH] serial: sh-sci: fix memory region release in error path
 2026-04-10 10:46 UTC  (2+ messages)

[syzbot] [serial?] KASAN: slab-use-after-free Read in kbd_event (2)
 2026-04-10  6:55 UTC  (2+ messages)
` [PATCH RFC] vt: tty: use krefs to fix a potential UAF between kbd_keycode and con_shutdown

[PATCH] tty: ipwireless: fix memory leak in do_go_offline()
 2026-04-10  4:54 UTC  (4+ messages)

[PATCH] tty: serial: pch_uart: add check for dma_alloc_coherent()
 2026-04-09  5:46 UTC  (3+ messages)

[PATCH] serial: rsci: Remove goto and refactor baud rate clock selection
 2026-04-08 13:57 UTC  (3+ messages)

[PATCH v5 0/9] driver core: Fix some race conditions
 2026-04-07 22:58 UTC  (5+ messages)
` [PATCH v5 8/9] driver core: Replace dev->of_node_reused with dev_of_node_reused()

[PATCH v2 00/10] fbcon,fonts: Refactor framebuffer console rotation
 2026-04-07 15:48 UTC  (12+ messages)
` [PATCH v2 01/10] fbcon: Avoid OOB font access if console rotation fails
` [PATCH v2 02/10] vt: Implement helpers for struct vc_font in source file
` [PATCH v2 03/10] lib/fonts: Provide helpers for calculating glyph pitch and size
` [PATCH v2 04/10] lib/fonts: Clean up Makefile
` [PATCH v2 05/10] lib/fonts: Implement glyph rotation
` [PATCH v2 06/10] lib/fonts: Refactor glyph-pattern helpers
` [PATCH v2 07/10] lib/fonts: Refactor glyph-rotation helpers
` [PATCH v2 08/10] lib/fonts: Implement font rotation
` [PATCH v2 09/10] fbcon: Fill cursor mask in helper function
` [PATCH v2 10/10] fbcon: Put font-rotation state into separate struct

[PATCH v2] tty: serial: ip22zilog: Fix section mismatch warning
 2026-04-07 10:51 UTC 

[PATCH v2] MIPS: dts: loongson64g-package: Switch to Loongson UART driver
 2026-04-06 12:32 UTC  (2+ messages)

[PATCH v4 0/9] driver core: Fix some race conditions
 2026-04-05 22:43 UTC  (6+ messages)
` [PATCH v4 8/9] driver core: Replace dev->of_node_reused with dev_of_node_reused()

[GIT PULL] TTY driver fixes for 7.0-rc7
 2026-04-05 17:13 UTC  (2+ messages)

[moderation] KCSAN: data-race in n_tty_flush_buffer / n_tty_lookahead_flow_ctrl (9)
 2026-04-03 13:20 UTC 

[PATCH v3 0/9] driver core: Fix some race conditions
 2026-04-03 11:56 UTC  (3+ messages)
` [PATCH v3 8/9] driver core: Replace dev->of_node_reused with DEV_FLAG_OF_NODE_REUSED

[tty:tty-testing] BUILD SUCCESS a1a81aef99e853dec84241d701fbf587d713eb5b
 2026-04-03  3:25 UTC 

[PATCH 0/3] Pwrseq/serdev fixes
 2026-04-02 22:56 UTC  (5+ messages)
` [PATCH 1/3] serdev: Add missing stubs for serdev APIs when CONFIG_SERIAL_DEV_BUS is not selected
` [PATCH 2/3] serdev: Add CONFIG_SERIAL_DEV_BUS guard for of_find_serdev_controller_by_node() API
` [PATCH 3/3] power: sequencing: pcie-m2: Guard the helper functions making use of PCI bus notifier

[PATCH] tty: serial: ip22zilog: Fix section mispatch warning
 2026-04-02 18:35 UTC  (2+ messages)

[syzbot] Monthly serial report (Apr 2026)
 2026-04-01 13:14 UTC 

[PATCH 00/10] fbcon,fonts: Refactor framebuffer console rotation
 2026-04-01  9:09 UTC  (18+ messages)
` [PATCH 01/10] fbcon: Avoid OOB font access if console rotation fails
` [PATCH 02/10] vt: Implement helpers for struct vc_font in source file
` [PATCH 03/10] lib/fonts: Provide helpers for calculating glyph pitch and size
` [PATCH 04/10] lib/fonts: Clean up Makefile
` [PATCH 05/10] lib/fonts: Implement glyph rotation
` [PATCH 06/10] lib/fonts: Refactor glyph-pattern helpers
` [PATCH 07/10] lib/fonts: Refactor glyph-rotation helpers
` [PATCH 08/10] lib/fonts: Implement font rotation
` [PATCH 09/10] fbcon: Fill cursor mask in helper function
` [PATCH 10/10] fbcon: Put font-rotation state into separate struct

[PATCH tty v1] serial: 8250: Add support for console hardware flow control
 2026-03-31 23:50 UTC  (2+ messages)

[PATCH v6 0/9] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-03-31 16:29 UTC  (13+ messages)
` [PATCH v6 6/9] dt-bindings: connector: m2: Add M.2 1620 LGA soldered down connector

[tty:tty-linus] BUILD SUCCESS 3ddbea7542ae529c1a88ef9a8b1ce169126211f6
 2026-03-31 13:14 UTC 

[tty:tty-testing] BUILD SUCCESS d50dd728ced93a1900ff0be924b6f273baf59fb2
 2026-03-31 13:06 UTC 

[GIT PULL] Immutable branch between pwrseq and serdev trees for v7.1-rc1
 2026-03-31  7:54 UTC 

[PATCH] vt: keyboard: add NULL check for vc_cons[fg_console].d in kbd_keycode and kbd_rawcode
 2026-03-30 15:32 UTC  (4+ messages)

[PATCH] vt: resize saved unicode buffer on alt screen exit after resize
 2026-03-28  3:09 UTC 

[PATCH 0/2] Add support for RZ/G3L RSCI
 2026-03-26 14:49 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: serial: renesas,rsci: Document RZ/G3L SoC
` [PATCH 2/2] serial: sh-sci: Add support for RZ/G3L RSCI

[PATCH 0/1] Mediatek uart patch
 2026-03-25  6:39 UTC  (7+ messages)
` [PATCH] MEDIATEK: serial: 8250_mtk: Add ACPI support

[PATCH v8 00/11] Add support for Renesas RZ/G3L SoC and SMARC-EVK platform
 2026-03-24 11:43 UTC 

[PATCH] tty: atmel_serial: update outdated reference to atmel_tasklet_func()
 2026-03-24  7:58 UTC  (5+ messages)
  ` [PATCH v2] "

[tty:tty-testing] BUILD SUCCESS 6872c84dc6f5d18e02ebc34b257f4152895e236c
 2026-03-24  6:37 UTC 

[PATCH] n_tty: add null check for tty->link in packet mode
 2026-03-23 20:39 UTC  (3+ messages)

[PATCH] tty: vt: Fix slab-out-of-bounds write in do_con_write
 2026-03-22  7:32 UTC  (4+ messages)

[PATCH v1 1/1] serial: xilinx_uartps: Drop unused include
 2026-03-20 22:08 UTC 

[PATCH v3 0/4] rust: add basic serial device bus abstractions
 2026-03-20 21:08 UTC  (12+ messages)
` [PATCH v3 2/4] serdev: add rust private data to serdev_device

[GIT PULL] TTY/Serial driver fixes for 7.0-rc5
 2026-03-20 19:12 UTC  (2+ messages)

[PATCH 0/4] Add support for the Mediatek Genio 520-EVK and 720-EVK boards
 2026-03-20 14:06 UTC  (7+ messages)
` [PATCH 3/4] arm64: dts: mediatek: add device-tree for Genio 720-EVK board

[PATCH v7 00/10] Add support for Renesas RZ/G3L SoC and SMARC-EVK platform
 2026-03-20 10:49 UTC 

[PATCH v6 0/6] Add support for Microchip LAN969x
 2026-03-20  9:11 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