linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-11 03:12:16 to 2023-08-23 08:08:44 UTC [more...]

[PATCH v2 0/1] mcb: Fix crash mcb-core module is removed
 2023-08-23  8:07 UTC  (4+ messages)
  ` [PATCH v2 1/1] mcb: create dedicated bus_type for mcb_bus and mcb_device

[PATCH 2/2] serial: exar: Add RS-485 Support for Sealevel XR17V35X based cards
 2023-08-23  7:06 UTC  (4+ messages)

[PATCH] tty/serial: create debugfs interface for UART register tracing
 2023-08-23  7:01 UTC  (2+ messages)

Re; Interest,
 2023-08-22 23:31 UTC 

[PATCH] tty/serial: Cancel work queue before closing uart
 2023-08-22 13:27 UTC  (4+ messages)

[PATCH v3] tty/sysrq: replace smp_processor_id() with get_cpu()
 2023-08-22 13:24 UTC  (2+ messages)

[PATCH v6 1/9] tty: n_gsm: add restart flag to DLC specific ioctl config
 2023-08-22 13:05 UTC  (12+ messages)
` [PATCH v6 2/9] tty: n_gsm: add missing description to structs in gsmmux.h
` [PATCH v6 3/9] tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_config
` [PATCH v6 4/9] tty: n_gsm: add open_error counter to gsm_mux
` [PATCH v6 5/9] tty: n_gsm: increase malformed counter for malformed control frames
` [PATCH v6 6/9] tty: n_gsm: increase gsm_mux unsupported counted where appropriate
` [PATCH v6 7/9] tty: n_gsm: cleanup gsm_control_command and gsm_control_reply
` [PATCH v6 8/9] tty: n_gsm: add DLCI specific rx/tx statistics
` [PATCH v6 9/9] tty: n_gsm: add restart flag to extended ioctl config

[PATCH] tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_mux
 2023-08-22 13:01 UTC  (3+ messages)

[PATCH 00/10] tty: tty_buffer: cleanup
 2023-08-22 12:58 UTC  (13+ messages)
` [PATCH 01/10] tty: tty_buffer: switch data type to u8
` [PATCH 02/10] tty: tty_buffer: use struct_size() in tty_buffer_alloc()
` [PATCH 03/10] tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}()
` [PATCH 04/10] tty: tty_buffer: warn if losing flags in __tty_insert_flip_string_flags()
` [PATCH 05/10] tty: tty_buffer: switch insert functions to size_t
` [PATCH 06/10] tty: tty_buffer: let tty_prepare_flip_string() return size_t
` [PATCH 07/10] tty: tty_buffer: use __tty_insert_flip_string_flags() in tty_insert_flip_char()
` [PATCH 08/10] tty: tty_buffer: better types in __tty_buffer_request_room()
` [PATCH 09/10] tty: tty_buffer: initialize variables in initializers already
` [PATCH 10/10] tty: tty_buffer: invert conditions in __tty_buffer_request_room()

[PATCH v4] serial: 8250_bcm7271: improve bcm7271 8250 port
 2023-08-22 11:36 UTC  (2+ messages)

[PATCH] serial: atmel: Fix Spectre v1 vulnerability reported by smatch
 2023-08-22 11:30 UTC  (2+ messages)

[PATCH v2 RESEND] tty/sysrq: replace smp_processor_id() with get_cpu()
 2023-08-22 10:27 UTC  (3+ messages)

[PATCH v2] tty/sysrq: replace smp_processor_id() with get_cpu()
 2023-08-22  8:56 UTC  (2+ messages)

[PATCH 1/2] serial: exar: Remove Sealevel 7xxxC IDs
 2023-08-21 19:36 UTC  (4+ messages)

[PATCH v2 0/2] serial: 8250_dw: fall back to poll if there's no interrupt
 2023-08-21 15:51 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: serial: snps-dw-apb-uart: make interrupt optional

[PATCH v3] serial: 8250_bcm7271: improve bcm7271 8250 port
 2023-08-21  8:49 UTC  (2+ messages)

[PATCH v2] serial: 8250_bcm7271: improve bcm7271 8250 port
 2023-08-21  8:45 UTC  (5+ messages)

[PATCH v1 1/1] serial: core: Remove unused PORT_* definitions
 2023-08-21  8:24 UTC  (5+ messages)

[syzbot] [input?] [usb?] [serial?] INFO: rcu detected stall in console_callback
 2023-08-19 22:28 UTC 

[GIT PULL] TTY/Serial driver fixes for 6.5-rc7
 2023-08-20  6:36 UTC  (2+ messages)

[PATCH 1/3] Documentation: devices.txt: Remove ttyIOC*
 2023-08-18 21:22 UTC  (6+ messages)
` [PATCH 2/3] Documentation: devices.txt: Remove ttySIOC*
` [PATCH 3/3] Documentation: devices.txt: Fix minors for ttyCPM*

Supply
 2023-08-18 10:27 UTC 

Pytanie o samochód
 2023-08-18  8:15 UTC 

[PATCH v10 0/6] serial: sc16is7xx: fix GPIO regression and rs485 improvements
 2023-08-17 18:02 UTC  (5+ messages)
` [PATCH v10 3/6] dt-bindings: sc16is7xx: Add property to change GPIO function
` [PATCH v10 4/6] serial: sc16is7xx: fix regression with GPIO configuration

[PATCH] tty: gdm724x: use min_t() for size_t varable and a constant
 2023-08-17 11:37 UTC  (4+ messages)

[PATCH 00/36] tty: type unifications -- part I
 2023-08-17 10:55 UTC  (32+ messages)
` [PATCH 13/36] tty: can327: unify error paths in can327_ldisc_rx()
` [PATCH 14/36] tty: can327, move overflow test inside can327_ldisc_rx()'s loop
` [PATCH 15/36] tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
` [PATCH 16/36] tty: use u8 for chars
` [PATCH 17/36] tty: use u8 for flags
` [PATCH 27/36] tty: propagate u8 data to tty_operations::write()
` [PATCH 28/36] tty: propagate u8 data to tty_operations::put_char()
` [PATCH 29/36] tty: make tty_operations::write()'s count size_t
` [PATCH 34/36] tty: gdm724x: convert counts to size_t

[PATCH] serial: tegra: handle clk prepare error in tegra_uart_hw_init()
 2023-08-17 10:54 UTC 

[PATCH V3 RESEND] tty: tty_jobctrl: fix pid memleak in disassociate_ctty()
 2023-08-16 14:43 UTC  (2+ messages)

[PATCH 00/14] tty: n_tty: cleanup
 2023-08-16 14:21 UTC  (22+ messages)
` [PATCH 1/4] n_tty: drop fp from n_tty_receive_buf_real_raw()
` [PATCH 01/14] tty: n_tty: make flow of n_tty_receive_buf_common() a bool
` [PATCH 2/4] n_tty: simplify and sanitize zero_buffer()
` [PATCH 02/14] tty: n_tty: use output character directly
` [PATCH 3/4] n_tty: pass ldata to canon_skip_eof() directly
` [PATCH 03/14] tty: n_tty: use 'retval' for writes' retvals
` [PATCH 4/4] n_tty: make many tty parameters const
` [PATCH 04/14] tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun()
` [PATCH 05/14] tty: n_tty: make n_tty_data::num_overrun unsigned
` [PATCH 06/14] tty: n_tty: use MASK() for masking out size bits
` [PATCH 07/14] tty: n_tty: move canon handling to a separate function
` [PATCH 08/14] tty: n_tty: move newline "
` [PATCH 09/14] tty: n_tty: remove unsigned char casts from character constants
` [PATCH 10/14] tty: n_tty: simplify chars_in_buffer()
` [PATCH 11/14] tty: n_tty: use u8 for chars and flags
` [PATCH 12/14] tty: n_tty: unify counts to size_t
` [PATCH 13/14] tty: n_tty: extract ECHO_OP processing to a separate function
` [PATCH 14/14] tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw()

[PATCH v5 01/10] tty: n_gsm: add restart flag to DLC specific ioctl config
 2023-08-16  6:03 UTC  (5+ messages)
` [PATCH v5 09/10] tty: n_gsm: expose configuration and statistics via proc fs

[tty:tty-next 80/83] drivers/staging/gdm724x/gdm_tty.c:165:24: warning: comparison of distinct pointer types ('typeof (2048UL) *' (aka 'unsigned long *') and 'typeof (remain) *' (aka 'unsigned int *'))
 2023-08-15 11:59 UTC 

[PATCH] serial: 8250: drop lockdep annotation from serial8250_clear_IER()
 2023-08-15 10:10 UTC  (8+ messages)

[PATCH v3] serial: sifive: Add suspend and resume operations
 2023-08-15  9:02 UTC 

[PATCH] tty/sysrq: replace smp_processor_id() with get_cpu()
 2023-08-15  7:13 UTC 

[PATCH] serial: 8250_bcm7271: improve bcm7271 8250 port
 2023-08-15  6:43 UTC  (9+ messages)

[PATCH RESEND] tty: serial: qcom-geni-serial: Poll primary sequencer irq status after cancel_tx
 2023-08-14 17:44 UTC  (5+ messages)

[PATCH] serial: mxs-uart: fix Wvoid-pointer-to-enum-cast warning
 2023-08-14 16:04 UTC  (5+ messages)

[PATCH v4 00/11] Introduce STM32 Firewall framework
 2023-08-14 13:45 UTC  (16+ messages)
` [IGNORE][PATCH v4 01/11] dt-bindings: Document common device controller bindings
` [PATCH v4 02/11] dt-bindings: treewide: add feature-domains description
` [PATCH v4 03/11] dt-bindings: bus: document RIFSC
` [PATCH v4 04/11] dt-bindings: bus: document ETZPC
` [PATCH v4 05/11] firewall: introduce stm32_firewall framework
` [PATCH v4 06/11] of: property: fw_devlink: Add support for "feature-domains"
` [PATCH v4 07/11] bus: rifsc: introduce RIFSC firewall controller driver
` [PATCH v4 08/11] arm64: dts: st: add RIFSC as a domain controller for STM32MP25x boards
` [PATCH v4 09/11] bus: etzpc: introduce ETZPC firewall controller driver
` [PATCH v4 10/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH v4 11/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards

[PATCH] tty: vt: selection: fix soft lockup in paste_selection()
 2023-08-14  8:57 UTC 

[PATCH] tty: vt: selection: fix soft lockup in paste_selection()
 2023-08-14  8:23 UTC  (3+ messages)

[PATCH v2 0/1] Add Sifive uart suspend and resume
 2023-08-14  8:12 UTC  (5+ messages)

[PATCH v9 1/2] dt-bindings: serial: amlogic,meson-uart: Add compatible string for T7
 2023-08-14  8:01 UTC  (2+ messages)
` [PATCH v9 2/2] tty: serial: meson: Add a earlycon for the T7 SoC

[tty:tty-linus] BUILD SUCCESS 04c7f60ca477ffbf7b7910320482335050f0d23a
 2023-08-12 19:33 UTC 

[tty:tty-testing] BUILD SUCCESS e67d7f60d2382677c25de10b2e4d8d3717ace91f
 2023-08-12  7:33 UTC 

[PATCH v2 1/1] serial: core: Fix serial core port id, including multiport devices
 2023-08-11 13:34 UTC  (2+ messages)

[PATCH] serial: core: Fix serial core port id, including multiport devices
 2023-08-11 10:21 UTC  (8+ messages)

[PATCH] input: keyboard: Add sprd-keypad driver
 2023-08-11  9:33 UTC  (6+ messages)

[PATCH 34/36] tty: gdm724x: convert counts to size_t
 2023-08-11  9:11 UTC  (3+ messages)
` [PATCH 34-and-three-quarters/36] tty: gdm724x: simplify gdm_tty_write()

[PATCH 3/3] gpio: sprd: Add clear interrupt
 2023-08-11  7:52 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).