public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-26 00:30:51 to 2025-03-06 10:17:23 UTC [more...]

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

[PATCH] tty: vt: make defkeymap for shifted F-keys consistent with kbd
 2025-03-06  7:20 UTC  (3+ messages)
` [PATCH RESEND] "

[PATCH v6 0/3] Optionally allow ttynull to be selected as a default console
 2025-03-06  7:10 UTC  (13+ messages)
` [PATCH v6 1/3] ttynull: Always initialize console index to -1
` [PATCH v6 2/3] ttynull: Add an option to allow ttynull to be used as a console device
` [PATCH v6 3/3] tty: Change order of ttynull to be linked sooner if enabled as a console

[PATCH v7 0/3] Optionally allow ttynull to be selected as a default console
 2025-03-06  7:06 UTC  (9+ messages)
` [PATCH v7 1/3] ttynull: Always initialize console index to -1
` [PATCH v7 2/3] ttynull: Add an option to allow ttynull to be used as a console device
` [PATCH v7 3/3] tty: Change order of ttynull to be linked sooner if enabled as a console

[PATCH] serial: 8250: Optimize port function assignment with generic macro
 2025-03-06  7:05 UTC  (2+ messages)

[PATCH v3 0/9] Add support to load QUP SE firmware from
 2025-03-05 23:27 UTC  (22+ messages)
` [PATCH v3 1/9] dt-bindings: qcom: geni-se: Add 'firmware-name' property for firmware loading
` [PATCH v3 2/9] dt-bindings: qcom: se-common: Add QUP Peripheral-specific properties for I2C, SPI, and SERIAL bus
` [PATCH v3 3/9] dt-bindings: i2c: qcom,i2c-geni: document qcom,gsi-dma-allowed
` [PATCH v3 4/9] spi: dt-bindings: "
` [PATCH v3 5/9] dt-bindings: serial: "
` [PATCH v3 6/9] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem
` [PATCH v3 7/9] i2c: qcom-geni: Load i2c qup Firmware from linux side
` [PATCH v3 8/9] spi: geni-qcom: Load spi "
` [PATCH v3 9/9] serial: qcom-geni: Load UART "

[PATCH v2 00/18] Introduce and use generic parity16/32/64 helper
 2025-03-05 16:20 UTC  (32+ messages)
` [PATCH v2 01/18] lib/parity: Add __builtin_parity() fallback implementations
` [PATCH v2 02/18] bitops: Optimize parity8() using __builtin_parity()
` [PATCH v2 03/18] bitops: Add parity16(), parity32(), and parity64() helpers
` [PATCH v2 04/18] media: media/test_drivers: Replace open-coded parity calculation with parity8()
` [PATCH v2 05/18] media: pci: cx18-av-vbi: "
` [PATCH v2 06/18] media: saa7115: "
` [PATCH v2 07/18] serial: max3100: "
` [PATCH v2 08/18] lib/bch: Replace open-coded parity calculation with parity32()
` [PATCH v2 09/18] Input: joystick - "
` [PATCH v2 10/18] net: ethernet: oa_tc6: "
` [PATCH v2 11/18] wifi: brcm80211: "
` [PATCH v2 12/18] drm/bridge: dw-hdmi: "
` [PATCH v2 13/18] mtd: ssfdc: "
` [PATCH v2 14/18] fsi: i2cr: "
` [PATCH v2 15/18] fsi: i2cr: Replace open-coded parity calculation with parity64()
` [PATCH v2 16/18] Input: joystick - "
` [PATCH v2 17/18] nfp: bpf: "
` [PATCH v2 18/18] bitops: Add parity() macro for automatic type-based selection

[PATCH v2 00/34] Compiler-Based Capability- and Locking-Analysis
 2025-03-05 16:16 UTC  (56+ messages)
` [PATCH v2 01/34] compiler_types: Move lock checking attributes to compiler-capability-analysis.h
` [PATCH v2 02/34] compiler-capability-analysis: Add infrastructure for Clang's capability analysis
` [PATCH v2 03/34] compiler-capability-analysis: Add test stub
` [PATCH v2 04/34] Documentation: Add documentation for Compiler-Based Capability Analysis
` [PATCH v2 05/34] checkpatch: Warn about capability_unsafe() without comment
` [PATCH v2 06/34] cleanup: Basic compatibility with capability analysis
` [PATCH v2 07/34] lockdep: Annotate lockdep assertions for "
` [PATCH v2 08/34] locking/rwlock, spinlock: Support Clang's "
` [PATCH v2 09/34] compiler-capability-analysis: Change __cond_acquires to take return value
` [PATCH v2 10/34] locking/mutex: Support Clang's capability analysis
` [PATCH v2 11/34] locking/seqlock: "
` [PATCH v2 12/34] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v2 13/34] bit_spinlock: Support Clang's capability analysis
` [PATCH v2 14/34] rcu: "
` [PATCH v2 15/34] srcu: "
` [PATCH v2 16/34] kref: Add capability-analysis annotations
` [PATCH v2 17/34] locking/rwsem: Support Clang's capability analysis
` [PATCH v2 18/34] locking/local_lock: Include missing headers
` [PATCH v2 19/34] locking/local_lock: Support Clang's capability analysis
` [PATCH v2 20/34] locking/ww_mutex: "
` [PATCH v2 21/34] debugfs: Make debugfs_cancellation a capability struct
` [PATCH v2 22/34] compiler-capability-analysis: Remove Sparse support
` [PATCH v2 23/34] compiler-capability-analysis: Remove __cond_lock() function-like helper
` [PATCH v2 24/34] compiler-capability-analysis: Introduce header suppressions
` [PATCH v2 25/34] compiler: Let data_race() imply disabled capability analysis
` [PATCH v2 26/34] kfence: Enable "
` [PATCH v2 27/34] kcov: "
` [PATCH v2 28/34] stackdepot: "
` [PATCH v2 29/34] rhashtable: "
` [PATCH v2 30/34] printk: Move locking annotation to printk.c
` [PATCH v2 31/34] drivers/tty: Enable capability analysis for core files
` [PATCH v2 32/34] security/tomoyo: Enable capability analysis
` [PATCH v2 33/34] crypto: "
` [PATCH v2 34/34] MAINTAINERS: Add entry for Capability Analysis

[PATCH v1] serial: qcom-geni: Remove alias dependency from qcom serial driver
 2025-03-05 11:10 UTC  (3+ messages)

[PATCH] serial: icom: fix inconsistent indenting warning
 2025-03-05  9:51 UTC  (3+ messages)
` [PATCH v2] serial: icom: fix code format problems

More than 256/512 glyphs on the Liinux console
 2025-03-04 20:30 UTC  (13+ messages)

[PATCH v2] serial: sh-sci: Save and restore more registers
 2025-03-04 19:06 UTC 

[PATCH] serial: 8250_dw: Add ACPI ID for Sophgo SG2044 UART
 2025-03-04 11:50 UTC  (4+ messages)

[PATCH v5 0/2] Optionally allow ttynull to be selected as a default console
 2025-03-04  3:52 UTC  (9+ messages)
` [PATCH v5 1/2] ttynull: Add an option to allow ttynull to be used as a console device

[PATCH v2 0/8] Add support to load QUP SE firmware from
 2025-03-03 12:47 UTC  (4+ messages)
` [PATCH v2 5/8] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem

[PATCH 0/3] USB-Serial serdev support
 2025-03-03 11:25 UTC  (5+ messages)

[PATCH 00/17] Introduce and use generic parity32/64 helper
 2025-03-02 15:47 UTC  (19+ messages)
` [PATCH 02/17] bitops: Add generic parity calculation for u64
` [PATCH 03/17] x86: Replace open-coded parity calculation with parity8()

[PATCH v3 00/15] rockchip: Add rk3562 SoC and evb support
 2025-02-28 22:10 UTC  (5+ messages)
` [PATCH v3 08/15] dt-bindings: serial: snps-dw-apb-uart: Add support for rk3562
` (subset) [PATCH v3 00/15] rockchip: Add rk3562 SoC and evb support

[PATCH] tty: pty: remove redundant local variable
 2025-02-27 18:40 UTC  (3+ messages)

[PATCH 0/5] printk: renaming some suspend/resume functions and one fix for unblanking
 2025-02-27 15:30 UTC  (8+ messages)
` [PATCH 1/5] printk: Rename suspend_console to console_suspend_all
` [PATCH 2/5] printk: Rename resume_console to console_resume_all
` [PATCH 3/5] printk: Rename console_stop to console_suspend
` [PATCH 4/5] printk: Rename console_start to console_resume
` [PATCH 5/5] printk: Check CON_SUSPEND when unblanking a console

[PATCH 02/17] bitops: Add generic parity calculation for u64
 2025-02-26  1:35 UTC  (3+ messages)


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