messages from 2025-06-03 13:43:12 to 2025-06-12 11:46:26 UTC [more...]
[PATCH 0/7] printk cleanup - part 2
2025-06-12 11:46 UTC (12+ messages)
` [PATCH 1/7] printk: Make console_{suspend,resume} handle CON_SUSPENDED
` [PATCH 2/7] printk: Use consoles_suspended flag when suspending/resuming all consoles
` [PATCH 3/7] drivers: tty: Check CON_SUSPENDED instead of CON_ENABLED
` [PATCH 4/7] drivers: serial: kgdboc: "
` [PATCH 5/7] arch: um: kmsg_dump: Don't check for CON_ENABLED
` [PATCH 6/7] debug: kgd_io: "
` [PATCH 7/7] printk: Don't check for CON_ENABLED on console_unblank
[PATCH 00/33] tty: summer cleanup
2025-06-12 10:04 UTC (70+ messages)
` [PATCH 01/33] tty: introduce and use tty_port_tty_vhangup() helper
` [PATCH 02/33] powerpc/legacy_serial: cache serial port and info in add_legacy_port()
` [PATCH 03/33] powerpc/legacy_serial: use %pa for phys_addr_t prints
` [PATCH 04/33] m68k: remove unneeded tty includes
` [PATCH 05/33] powerpc/powermac: "
` [PATCH 06/33] tty: vt: use sane types for userspace API
` [PATCH 07/33] tty: vt: use _IO() to define ioctl numbers
` [PATCH 08/33] serial: 8250: sanitize uart_port::serial_{in,out}() types
` [PATCH 09/33] serial: 8250: remove CONFIG_SERIAL_8250_RSA inline macros from code
` [PATCH 10/33] serial: 8250: invert conditions in RSA functions
` [PATCH 11/33] serial: 8250: put RSA functions to their namespace
` [PATCH 12/33] serial: 8250: move RSA functions to 8250_rsa.c
` [PATCH 13/33] serial: 8250: extract serial8250_startup_special()
` [PATCH 14/33] serial: 8250: extract serial8250_set_TRG_levels()
` [PATCH 15/33] serial: 8250: extract serial8250_THRE_test()
` [PATCH 16/33] serial: 8250: extract serial8250_initialize()
` [PATCH 17/33] serial: 8250: extract serial8250_clear_interrupts()
` [PATCH 18/33] serial: 8250: extract serial8250_set_mini()
` [PATCH 19/33] serial: 8250: extract serial8250_set_trigger_for_slow_speed()
` [PATCH 20/33] serial: 8250: extract serial8250_set_afe()
` [PATCH 21/33] serial: 8250: extract serial8250_set_errors_and_ignores
` [PATCH 22/33] serial: 8250: extract serial8250_set_ier()
` [PATCH 23/33] serial: 8250: extract serial8250_set_efr()
` [PATCH 24/33] serial: 8250: extract serial8250_set_fcr()
` [PATCH 25/33] serial: 8250: lcr compute cleanup
` [PATCH 26/33] serial: 8250: drop unused frac from serial8250_do_get_divisor()
` [PATCH 27/33] serial: 8250: extract serial_get_or_create_irq_info()
` [PATCH 28/33] serial: 8250: remove debug prints from ISR
` [PATCH 29/33] serial: 8250: drop DEBUG_AUTOCONF() macro
` [PATCH 30/33] serial: 8250: invert serial8250_register_8250_port() CIR condition
` [PATCH 31/33] serial: 8250: invert condition to avoid a goto label
` [PATCH 32/33] serial: 8250: use hashtable
` [PATCH 33/33] serial: 8250_omap: use uart_port pointer when available
Missing tty device of_node info after 6.8-rc1
2025-06-11 17:19 UTC
[PATCH v6 0/8] Enable QUPs and Serial on SA8255p Qualcomm platforms
2025-06-11 14:12 UTC (13+ messages)
` [PATCH v6 1/8] dt-bindings: serial: describe SA8255p
` [PATCH v6 2/8] dt-bindings: qcom: geni-se: "
` [PATCH v6 3/8] soc: qcom: geni-se: Enable QUPs on SA8255p Qualcomm platforms
` [PATCH v6 4/8] serial: qcom-geni: move resource initialization to separate function
` [PATCH v6 5/8] serial: qcom-geni: move resource control logic to separate functions
` [PATCH v6 6/8] serial: qcom-geni: move clock-rate logic to separate function
` [PATCH v6 7/8] serial: qcom-geni: Enable PM runtime for serial driver
` [PATCH v6 8/8] serial: qcom-geni: Enable Serial on SA8255p Qualcomm platforms
[PATCH v3 0/9] Add support to load QUP SE firmware from
2025-06-11 11:44 UTC (5+ messages)
` [PATCH v3 6/9] soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystem
[PATCH 0/3] Add MT8196 compatibles to bindings
2025-06-11 11:08 UTC (4+ messages)
` [PATCH 1/3] dt-bindings: timer: mediatek,timer: Add MediaTek MT8196 compatible
` [PATCH 2/3] dt-bindings: serial: mediatek,uart: Add compatible for MT8196
` [PATCH 3/3] dt-bindings: i2c: i2c-mt65xx: Add MediaTek MT8196/6991 compatibles
[PATCH] tty: sysrq: Introduce compile-time crash-only mode
2025-06-11 6:33 UTC (3+ messages)
[PATCH v4] vt: fix kernel-doc warnings in ucs_get_fallback()
2025-06-11 2:02 UTC
[PATCH] vt: add missing notification when switching back to text mode
2025-06-11 1:41 UTC
[PATCH] dt-bindings: serial: renesas,rsci: Document RZ/N2H support
2025-06-10 15:29 UTC (2+ messages)
WTS Available laptops and Memory
2025-06-10 14:54 UTC
[PATCH v9 0/4] Serial: 8250: Fix PSLVERR related issues
2025-06-10 9:21 UTC (5+ messages)
` [PATCH v9 1/4] serial: 8250: fix panic due to PSLVERR
` [PATCH v9 2/4] serial: 8250_dw: fix PSLVERR on RX_TIMEOUT
` [PATCH v9 3/4] serial: 8250: avoid potential PSLVERR issue
` [PATCH v9 4/4] serial: 8250_dw: assert port->lock is held in dw8250_force_idle()
[PATCH] tty: serial: fix print format specifiers
2025-06-10 6:56 UTC
[PATCH v3] vt: fix kernel-doc warnings in ucs_get_fallback()
2025-06-10 5:48 UTC
[PATCH] drivers/tty/moxa: Fix spelling mistake in comment
2025-06-10 4:56 UTC (5+ messages)
` [PATCH v2] drivers/tty/moxa.c: "
[PATCH v2] vt: fix kernel-doc warnings in ucs_get_fallback()
2025-06-10 4:28 UTC (3+ messages)
[RFC PATCH 0/2] serial: kgdboc: convert to the faux device interface
2025-06-09 22:45 UTC (3+ messages)
` [RFC PATCH 2/2] serial: kgdboc: convert to use faux_device
[PATCH v8 1/4] serial: 8250: fix panic due to PSLVERR
2025-06-09 20:06 UTC (8+ messages)
` [PATCH v8 2/4] serial: 8250: avoid potential PSLVERR issue
` [PATCH v8 3/4] serial: 8250_dw: assert port->lock is held in dw8250_force_idle()
` [PATCH v8 4/4] serial: 8250_dw: fix PSLVERR on RX_TIMEOUT
` [External] Re: [PATCH v8 1/4] serial: 8250: fix panic due to PSLVERR
[PATCH] printk: Allow to use the printk kthread immediately even for 1st nbcon
2025-06-09 15:12 UTC (4+ messages)
[PATCH AUTOSEL 5.4 4/7] tty: serial: uartlite: register uart driver in init
2025-06-09 13:48 UTC
[PATCH AUTOSEL 5.15 08/12] tty: serial: uartlite: register uart driver in init
2025-06-09 13:47 UTC
[PATCH AUTOSEL 6.1 11/16] tty: serial: uartlite: register uart driver in init
2025-06-09 13:47 UTC
[PATCH AUTOSEL 6.6 13/18] tty: serial: uartlite: register uart driver in init
2025-06-09 13:46 UTC
[PATCH AUTOSEL 6.12 11/23] 8250: microchip: pci1xxxx: Add PCIe Hot reset disable support for Rev C0 and later devices
2025-06-09 13:46 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 17/23] tty: serial: uartlite: register uart driver in init
[PATCH AUTOSEL 6.14 12/29] 8250: microchip: pci1xxxx: Add PCIe Hot reset disable support for Rev C0 and later devices
2025-06-09 13:45 UTC (2+ messages)
` [PATCH AUTOSEL 6.14 21/29] tty: serial: uartlite: register uart driver in init
[PATCH AUTOSEL 6.15 17/35] 8250: microchip: pci1xxxx: Add PCIe Hot reset disable support for Rev C0 and later devices
2025-06-09 13:43 UTC (2+ messages)
` [PATCH AUTOSEL 6.15 27/35] tty: serial: uartlite: register uart driver in init
[PATCH] serial: Remove unused uart_get_console
2025-06-09 7:49 UTC (3+ messages)
[PATCH v7 1/4] serial: 8250: fix panic due to PSLVERR
2025-06-09 7:02 UTC (5+ messages)
` [PATCH v7 4/4] serial: 8250_dw: fix PSLVERR on RX_TIMEOUT
` [External] Re: [PATCH v7 1/4] serial: 8250: fix panic due to PSLVERR
Problem with nbcon console and amba-pl011 serial port
2025-06-09 3:38 UTC (24+ messages)
[PATCH] tty: replace capable() with file_ns_capable()
2025-06-08 10:25 UTC (2+ messages)
[GIT PULL] TTY / Serial driver changes for 6.16-rc1
2025-06-07 6:54 UTC (4+ messages)
[PATCH v10 01/10] dt-bindings: serial: Added secondary clock for RZ/T2H RSCI
2025-06-05 18:47 UTC (3+ messages)
[PATCH v1] tty: serdev: serdev-ttyport: Fix use-after-free in ttyport_close() due to uninitialized serport->tty
2025-06-05 8:13 UTC (11+ messages)
[PATCH v5 0/8] Enable QUPs and Serial on SA8255p Qualcomm platforms
2025-06-05 3:34 UTC (22+ messages)
` [PATCH v5 3/8] soc: qcom: geni-se: Enable QUPs "
` [PATCH v5 4/8] serial: qcom-geni: move resource initialization to separate function
` [PATCH v5 5/8] serial: qcom-geni: move resource control logic to separate functions
` [PATCH v5 6/8] serial: qcom-geni: move clock-rate logic to separate function
` [PATCH v5 7/8] serial: qcom-geni: Enable PM runtime for serial driver
` [PATCH v5 8/8] serial: qcom-geni: Enable Serial on SA8255p Qualcomm platforms
[PATCH RFC 0/3] printk: Don't flush messages using write_atomic during console registration if kthreads have not been started yet
2025-06-03 16:38 UTC (8+ messages)
[PATCH v2 1/2] tty: Register device *after* creating the cdev for a tty
2025-06-03 13:43 UTC (5+ messages)
` [PATCH v2 2/2] tty: Fix race against tty_open() in tty_register_device_attr()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox