public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-24 19:14:26 to 2025-04-05 07:37:12 UTC [more...]

[PATCH v4 0/2] serial: sifive: Convert sifive console to nbcon
 2025-04-05  7:35 UTC  (4+ messages)
` [PATCH v4 1/2] serial: sifive: lock port in startup()/shutdown() callbacks
` [PATCH v4 2/2] serial: sifive: Switch to nbcon console

[PATCH v2] tty: serial: samsung_tty: support 18 uart ports
 2025-04-04 16:45 UTC  (2+ messages)

[PATCH] serial: 8250: fix panic due to PSLVERR
 2025-04-04 10:58 UTC  (12+ messages)
    ` [External] "

[PATCH v3 00/16] Introduce and use generic parity16/32/64 helper
 2025-04-04  9:01 UTC  (22+ messages)

[PATCH v7 03/13] dt-bindings: serial: Add compatible for Renesas RZ/T2H SoC in sci
 2025-04-03 21:29 UTC  (5+ messages)
` [PATCH v7 07/13] serial: sh-sci: Fix a comment about SCIFA
` [PATCH v7 08/13] serial: sh-sci: Introduced function pointers
` [PATCH v7 09/13] serial: sh-sci: Introduced sci_of_data
` [PATCH v7 10/13] serial: sh-sci: Add support for RZ/T2H SCI

[PATCH v1] serial: Fix null-ptr-deref in mlb_usio_probe()
 2025-04-03  8:59 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] tty/sysrq: make sysrq_replay_logs_op const
 2025-04-03  8:45 UTC  (2+ messages)

[PATCH] tty/sysrq: make sysrq_replay_logs_op const and refactor sysrq_mask()
 2025-04-03  8:19 UTC  (2+ messages)

[GIT PULL] TTY / Serial driver updates for 6.15-rc1
 2025-04-03  1:29 UTC  (2+ messages)

[PATCH] tty: serial: samsung: Fix potential buffer overflow in clkname
 2025-04-02  6:49 UTC  (7+ messages)

ProMat 2025 Attendees Database – Expand Your Reach
 2025-04-01 19:17 UTC 

[PATCH] serial: lantiq: Remove unnecessary print function dev_err()
 2025-04-01  8:50 UTC  (2+ messages)

[PATCH] tty: serial: uartlite: ensure uart driver is registered
 2025-03-31 16:06 UTC  (4+ messages)
` [PATCH v2] tty: serial: uartlite: register uart driver in init
` [PATCH v3] "

[PATCH v6 03/13] dt-bindings: serial: Add compatible for Renesas RZ/T2H SoC in sci
 2025-03-31 14:27 UTC  (8+ messages)
` [PATCH v6 07/13] serial: sh-sci: Fix a comment about SCIFA
` [PATCH v6 08/13] serial: sh-sci: Introduced function pointers
` [PATCH v6 09/13] serial: sh-sci: Introduced sci_of_data
` [PATCH v6 10/13] serial: sh-sci: Add support for RZ/T2H SCI

[PATCH 00/15] Add support for Renesas RZ/V2N SoC and EVK
 2025-03-31 14:23 UTC  (38+ messages)
` [PATCH 01/15] dt-bindings: soc: renesas: Document Renesas RZ/V2N SoC variants
` [PATCH 02/15] dt-bindings: soc: renesas: Document RZ/V2N EVK board
` [PATCH 03/15] soc: renesas: Add config option for RZ/V2N (R9A09G056) SoC
` [PATCH 04/15] dt-bindings: soc: renesas: Document SYS for RZ/V2N SoC
` [PATCH 05/15] soc: renesas: sysc: Add SoC identification "
` [PATCH 06/15] dt-bindings: serial: renesas: Document RZ/V2N SCIF
` [PATCH 07/15] dt-bindings: mmc: renesas,sdhi: Document RZ/V2N support
` [PATCH 08/15] dt-bindings: clock: renesas: Document RZ/V2N SoC CPG
` [PATCH 09/15] clk: renesas: rzv2h-cpg: Sort compatible list based on SoC part number
` [PATCH 10/15] clk: renesas: rzv2h: Add support for RZ/V2N SoC
` [PATCH 11/15] dt-bindings: pinctrl: renesas: Document "
` [PATCH 12/15] pinctrl: renesas: rzg2l: Add support for "
` [PATCH 13/15] arm64: dts: renesas: Add initial SoC DTSI for RZ/V2N
` [PATCH 14/15] arm64: dts: renesas: Add initial device tree for RZ/V2N EVK
` [PATCH 15/15] arm64: defconfig: Enable Renesas RZ/V2N SoC

[PATCH v3 0/2] serial: sifive: Convert sifive console to nbcon
 2025-03-31 10:57 UTC  (5+ messages)
` [PATCH v3 1/2] serial: sifive: lock port in startup()/shutdown() callbacks
` [PATCH v3 2/2] serial: sifive: Switch to nbcon console

[PATCH v2 1/2] serial: sifive: lock port in startup()/shutdown() callbacks
 2025-03-30 10:51 UTC  (3+ messages)

[PATCH v2 0/2] serial: sifive: Convert sifive console to nbcon
 2025-03-30  0:40 UTC  (3+ messages)
` [PATCH v2 1/2] serial: sifive: lock port in startup()/shutdown() callbacks
` [PATCH v2 2/2] serial: sifive: Switch to nbcon console

[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
 2025-03-27 21:06 UTC  (63+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 02/43] rv64ilp32_abi: riscv: Adapt Makefile and Kconfig
` [RFC PATCH V3 03/43] rv64ilp32_abi: riscv: Adapt ULL & UL definition
` [RFC PATCH V3 04/43] rv64ilp32_abi: riscv: Introduce xlen_t to adapt __riscv_xlen != BITS_PER_LONG
` [RFC PATCH V3 05/43] rv64ilp32_abi: riscv: crc32: Utilize 64-bit width to improve the performance
` [RFC PATCH V3 06/43] rv64ilp32_abi: riscv: csum: "
` [RFC PATCH V3 07/43] rv64ilp32_abi: riscv: arch_hweight: Adapt cpopw & cpop of zbb extension
` [RFC PATCH V3 08/43] rv64ilp32_abi: riscv: bitops: Adapt ctzw & clzw "
` [RFC PATCH V3 09/43] rv64ilp32_abi: riscv: Reuse LP64 SBI interface
` [RFC PATCH V3 10/43] rv64ilp32_abi: riscv: Update SATP.MODE.ASID width
` [RFC PATCH V3 11/43] rv64ilp32_abi: riscv: Introduce PTR_L and PTR_S
` [RFC PATCH V3 12/43] rv64ilp32_abi: riscv: Introduce cmpxchg_double
` [RFC PATCH V3 13/43] rv64ilp32_abi: riscv: Correct stackframe layout
` [RFC PATCH V3 14/43] rv64ilp32_abi: riscv: Adapt kernel module code
` [RFC PATCH V3 15/43] rv64ilp32_abi: riscv: mm: Adapt MMU_SV39 for 2GiB address space
` [RFC PATCH V3 16/43] rv64ilp32_abi: riscv: Support physical addresses >= 0x80000000
` [RFC PATCH V3 17/43] rv64ilp32_abi: riscv: Adapt kasan memory layout
` [RFC PATCH V3 18/43] rv64ilp32_abi: riscv: kvm: Initial support
` [RFC PATCH V3 19/43] rv64ilp32_abi: irqchip: irq-riscv-intc: Use xlen_t instead of ulong
` [RFC PATCH V3 20/43] rv64ilp32_abi: drivers/perf: Adapt xlen_t of sbiret
` [RFC PATCH V3 21/43] rv64ilp32_abi: asm-generic: Add custom BITS_PER_LONG definition
` [RFC PATCH V3 22/43] rv64ilp32_abi: bpf: Change KERN_ARENA_SZ to 256MiB
` [RFC PATCH V3 23/43] rv64ilp32_abi: compat: Correct compat_ulong_t cast
` [RFC PATCH V3 24/43] rv64ilp32_abi: compiler_types: Add "long long" into __native_word()
` [RFC PATCH V3 25/43] rv64ilp32_abi: exec: Adapt 64lp64 env and argv
` [RFC PATCH V3 26/43] rv64ilp32_abi: file_ref: Use 32-bit width for refcnt
` [RFC PATCH V3 27/43] rv64ilp32_abi: input: Adapt BITS_PER_LONG to dword
` [RFC PATCH V3 28/43] rv64ilp32_abi: iov_iter: Resize kvec to match iov_iter's size
` [RFC PATCH V3 29/43] rv64ilp32_abi: locking/atomic: Use BITS_PER_LONG for scripts
` [RFC PATCH V3 30/43] rv64ilp32_abi: kernel/smp: Disable CSD_LOCK_WAIT_DEBUG
` [RFC PATCH V3 31/43] rv64ilp32_abi: maple_tree: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 32/43] rv64ilp32_abi: mm: Remove _folio_nr_pages
` [RFC PATCH V3 33/43] rv64ilp32_abi: mm/auxvec: Adapt mm->saved_auxv[] to Elf64
` [RFC PATCH V3 34/43] rv64ilp32_abi: mm: Adapt vm_flags_t struct
` [RFC PATCH V3 35/43] rv64ilp32_abi: net: Use BITS_PER_LONG in struct dst_entry
` [RFC PATCH V3 36/43] rv64ilp32_abi: printf: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 37/43] rv64ilp32_abi: random: Adapt fast_pool struct
` [RFC PATCH V3 38/43] rv64ilp32_abi: syscall: Use CONFIG_64BIT instead of BITS_PER_LONG
` [RFC PATCH V3 39/43] rv64ilp32_abi: sysinfo: Adapt sysinfo structure to lp64 uapi
` [RFC PATCH V3 40/43] rv64ilp32_abi: tracepoint-defs: Using u64 for trace_print_flags.mask
` [RFC PATCH V3 41/43] rv64ilp32_abi: tty: Adapt ptr_to_compat
` [RFC PATCH V3 42/43] rv64ilp32_abi: memfd: Use vm_flag_t
` [RFC PATCH V3 43/43] riscv: Fixup address space overlay of print_mlk

[PATCH v1] serial: qcom-geni: Remove alias dependency from qcom serial driver
 2025-03-27  7:12 UTC  (3+ messages)

[PATCH v2] serial: qcom-geni: Remove alias dependency from qcom serial driver
 2025-03-27  7:07 UTC 

[PATCH v5 03/13] dt-bindings: serial: Add compatible for Renesas RZ/T2H SoC in sci
 2025-03-26  9:49 UTC  (7+ messages)
` [PATCH v5 07/13] serial: sh-sci: Fix a comment about SCIFA
` [PATCH v5 08/13] serial: sh-sci: Introduced function pointers
` [PATCH v5 09/13] serial: sh-sci: Introduced sci_of_data
` [PATCH v5 10/13] serial: sh-sci: Add support for RZ/T2H SCI

[PATCH v4 10/13] serial: sh-sci: Add support for RZ/T2H SCI
 2025-03-25 16:24 UTC  (9+ messages)

[PATCH v4 0/2] Airoha UART support
 2025-03-25 14:54 UTC  (10+ messages)
` [PATCH 2/2] serial: Airoha SoC UART and HSUART support

[tty:tty-testing] BUILD SUCCESS 9f8fe348ac9544f6855f82565e754bf085d81f88
 2025-03-25 13:50 UTC 

[PATCH] serial: sifive: Switch to nbcon console
 2025-03-25 11:01 UTC  (2+ messages)

[PATCH v1 0/7] serial: 8250_ni: Clean up the driver
 2025-03-24 22:10 UTC  (2+ messages)

[PATCH] tty: caif: removed unused function debugfs_tx()
 2025-03-24 21:40 UTC  (2+ messages)

ProMat 2025 Attendees Database – Expand Your Reach
 2025-03-24 19:14 UTC 


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