Linux Serial subsystem development
 help / color / mirror / Atom feed
 messages from 2026-09-01 09:53:57 to 2026-09-06 20:13:20 UTC [more...]

[PATCH 0/5] rust: serdev: Refactor
 2026-09-06 20:13 UTC  (14+ messages)
` [PATCH 1/5] tty: serdev: Export functions to pause receive_buf callback calls
` [PATCH 2/5] rust: serdev: Replace `active` mutex with receive pause
` [PATCH 3/5] rust: serdev: Simplify callbacks
` [PATCH 4/5] rust: Add `Device::drvdata_borrow_mut`
` [PATCH 5/5] rust: serdev: Pause receive callback before calling unbind

[GIT PULL] virtio driver fix for 7.3-rc2
 2026-09-06 18:11 UTC  (2+ messages)

[PATCH] ecard: use module_driver() to avoid repeated boilerplate code
 2026-09-06 10:16 UTC  (3+ messages)

[PATCH v4] rust: serdev: Mitigate race conditions
 2026-09-05 23:59 UTC  (4+ messages)

[PATCH] Documentation: rs485: Pull uart_get_rs485_mode() from serial_core.c
 2026-09-05 21:46 UTC  (3+ messages)

[PATCH v3] rust: serdev: Mitigate race conditions
 2026-09-05 18:43 UTC  (3+ messages)

[PATCH v2 0/5] kthread: convert remaining users to kthread_create_worker
 2026-09-05 17:56 UTC  (27+ messages)
` [PATCH v2 1/5] media: ivtv: convert to kthread_run_worker
` [PATCH v2 2/5] net: encx24j600: "
` [PATCH v2 4/5] cpufreq: schedutil: convert to kthread_create_worker
` [PATCH v2 3/5] tty: sc16is7xx: convert to kthread_run_worker
` [PATCH v2 5/5] kthread: remove worker->task self assignment

[PATCH v2 0/2] rust: serdev: Mitigate race conditions
 2026-09-05 17:44 UTC  (9+ messages)
` [PATCH v2 1/2] rust: serdev: Fix race condition on driver unbind
` [PATCH v2 2/2] rust: serdev: Fix race condition on driver probe

[PATCH] rust: serdev: Fix race condition on driver probe fail
 2026-09-05 14:29 UTC  (5+ messages)

[PATCH 0/2] WK2xxx SPI to UART bridge driver
 2026-09-05  7:32 UTC  (20+ messages)
` [PATCH 1/2] serial: wk2xxx: Add WK2xxx SPI UART driver
` [PATCH 2/2] dt-bindings: serial: Document WK2xxx SPI UART bindings
` [PATCH v2 0/2] WK2xxx SPI to UART bridge driver
  ` [PATCH v2 1/2] serial: wk2xxx: Add WK2xxx SPI UART driver
  ` [PATCH v2 2/2] dt-bindings: serial: Document WK2xxx SPI UART bindings
  ` [PATCH v3 0/2] WK2xxx SPI to UART bridge driver
    ` [PATCH v3 1/2] serial: wk2xxx: Add WK2xxx SPI UART driver
    ` [PATCH v3 2/2] dt-bindings: serial: Document WK2xxx SPI UART bindings

[PATCH] vt: skip screen update for DEC alignment test on backgroup consoles
 2026-09-05  6:58 UTC  (2+ messages)

[PATCH v6 00/13] Ambarella CV75 SoC minimal bring-up
 2026-09-04 22:45 UTC  (41+ messages)
` [PATCH v6 01/13] dt-bindings: arm: add Ambarella CV75 platforms
` [PATCH v6 02/13] dt-bindings: mfd: syscon: add Ambarella CV75 secure scratchpad
` [PATCH v6 03/13] dt-bindings: clock: add Ambarella CV75 RCT
` [PATCH v6 04/13] dt-bindings: pinctrl: add Ambarella CV75 pinctrl
` [PATCH v6 05/13] dt-bindings: gpio: pl061: add Ambarella CV75 variant
` [PATCH v6 06/13] dt-bindings: serial: snps-dw-apb-uart: add ambarella,cv75-uart
` [PATCH v6 07/13] clk: ambarella: add CV75 CCU driver
    `  "
` [PATCH v6 08/13] gpio: regmap: support write_data_after_dir and girq
` [PATCH v6 09/13] gpio: pl061: use gpio-regmap and add Ambarella layout
` [PATCH v6 10/13] pinctrl: ambarella: add CV75 pin controller
` [PATCH v6 11/13] serial: 8250_dw: add Ambarella CV75 quirks
` [PATCH v6 12/13] arm64: ambarella: add ARCH_AMBARELLA and CV75 EVK DT
` [PATCH v6 13/13] MAINTAINERS: add ARM/AMBARELLA SoC support

[PATCH v3] tty: serial: qcom_geni: don't ida_free() the console port line
 2026-09-04 15:44 UTC  (2+ messages)

[syzbot] [serial?] KASAN: slab-use-after-free Write in tty_init_dev
 2026-09-04 12:38 UTC  (2+ messages)

[syzbot] Monthly serial report (Sep 2026)
 2026-09-04 12:33 UTC 

[PATCH v2] tty: serial: qcom_geni: don't ida_free() the console port line
 2026-09-04 12:21 UTC  (4+ messages)

[PATCH] tty: serial: fix typo "inteface" in comment
 2026-09-04 12:20 UTC  (2+ messages)

[PATCH v2] serial: fix ioctl hangup race
 2026-09-04 11:55 UTC  (2+ messages)

[PATCH] tty: fix typos in comments
 2026-09-04 11:41 UTC  (2+ messages)

[PATCH v2 0/9] soc: qcom: geni: Derive SE clock configuration from OPP table on SA8255P
 2026-09-04  9:01 UTC  (13+ messages)
` [PATCH v2 1/9] pmdomain: arm: Fix -EINVAL from scmi_pd_set_perf_state() on state 0
` [PATCH v2 3/9] soc: qcom: geni-se: Add helper to set SE clock rate via OPP
` [PATCH v2 4/9] soc: qcom: geni-se: Remove OPP rate reset from resource deactivation
` [PATCH v2 7/9] i2c: qcom-geni: Vote for SE clock rate using OPP

[PATCH] tty: serial: qcom_geni: don't ida_free() the console port line
 2026-09-04  8:04 UTC  (5+ messages)

[PATCH] rust: serdev: Synchronize receive callback before calling unbind
 2026-09-03 22:34 UTC  (4+ messages)

[PATCH] dt-bindings: serial: 8250: add marvell,armada-38x-uart compatible
 2026-09-03 18:58 UTC  (6+ messages)

[PATCH] tty: abort break signalling on hangup
 2026-09-03 17:09 UTC  (3+ messages)

[PATCH] serial: fix ioctl hangup race
 2026-09-03 17:06 UTC  (3+ messages)

[syzbot] [usb?] general protection fault in keyspan_break_ctl
 2026-09-03 14:55 UTC 

[PATCH v5 00/12] Ambarella CV75 SoC minimal bring-up
 2026-09-03 13:01 UTC  (7+ messages)
` [PATCH v5 10/12] serial: 8250: add Ambarella UART driver
      `  "
        `  "
          `  "
            `  "

[PATCH v2 0/2] tty: fix break race
 2026-09-03  6:22 UTC  (6+ messages)
` [PATCH v2 1/2] USB: serial: fix break_ctl() NULL-pointer dereference
` [PATCH v2 2/2] tty: fix break race

[PATCH] serial: 8250: Add Armada 38x earlycon support
 2026-09-02 22:25 UTC  (2+ messages)

[PATCH tty 0/1] Make 8250 deferred MSR handling LAZY
 2026-09-02  8:34 UTC  (3+ messages)
` [PATCH tty 1/1] serial: 8250: Change console_msr_work to IRQ_WORK_LAZY

[PATCH v2 0/3] serial: 8250_mxpcie: probe and console fixes
 2026-09-02  2:22 UTC  (2+ messages)

[PATCH v1] serial: qcom-geni: Avoid double-free of PM domain list
 2026-09-01 14:52 UTC  (5+ messages)

[PATCH] kconfig: fix extra output from savedefconfig on out-of-range defaults
 2026-09-01 13:48 UTC  (2+ messages)

[PATCH] vc_screen: reload vc pointer before if (ret) in vcs_write() to avoid UAF
 2026-09-01 11:55 UTC  (2+ messages)

vt: Enlarge the framebuffer glyph size from 16 to 32 bits
 2026-09-01 11:14 UTC  (9+ messages)

[PATCH v2] serial: qcom-geni: Fix port_ida handling for console and probe errors
 2026-09-01  9:57 UTC  (4+ messages)


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