Show patches with: Archived = No       |   7668 patches
« 1 2 3 476 77 »
Patch Series S/W/F Date Submitter Delegate State
[v2,31/31] serial: switch change_irq and change_port to bool in uart_set_info() tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,30/31] serial: 8250_port: simplify serial8250_request_std_resource() tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,29/31] serial: 8250_port: do not use goto for UPQ_NO_TXEN_TEST code flow tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,28/31] serial: 8250_rsa: simplify rsa8250_{request/release}_resource() tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,27/31] serial: 8250: use serial_port_in/out() helpers tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,26/31] serial: pass struct uart_state to uart_line_info() tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,25/31] serial: remove redundant tty_port_link_device() tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,24/31] tty: sunsu: remove unused serial_icr_read() tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,23/31] tty: sunsu: drop serial_{in,out}p() tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,22/31] tty: staging/greybus: pass tty_driver flags to tty_alloc_driver() tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,21/31] tty: srmcons: fix retval from srmcons_init() tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,20/31] tty: moxa: carve out special ioctls and extra tty_port tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,19/31] tty: moxa: drop ISA support tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,18/31] tty: moxa: drop version dump to logs tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,17/31] tty: mmc: sdio: use bool for cts and remove parentheses tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,16/31] tty: serdev: drop serdev_controller_ops::write_room() tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,15/31] tty: tty_driver: introduce TTY driver sub/types enums tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,14/31] tty: tty_driver: document both {,__}tty_alloc_driver() properly tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,13/31] tty: tty_driver: convert "TTY Driver Flags" to an enum tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,12/31] tty: tty_driver: move TTY macros to the top tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,11/31] tty: n_tty: move more_to_be_read to the end of n_tty_read() tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,10/31] tty: n_tty: extract n_tty_wait_for_input() tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,09/31] tty: n_tty: extract n_tty_continue_cookie() from n_tty_read() tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,08/31] tty: n_tty: drop n_tty_trace() tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,07/31] tty: n_tty: clean up process_output_block() tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,06/31] tty: n_tty: simplify process_output() tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,05/31] tty: n_tty: use uint for space returned by tty_write_room() tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,04/31] tty: move N_TTY_BUF_SIZE to n_tty tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,03/31] tty: caif: do not use N_TTY_BUF_SIZE tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,02/31] tty: audit: do not use N_TTY_BUF_SIZE tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v2,01/31] tty: convert "TTY Struct Flags" to an enum tty: cleanup no. 99 --- 2025-03-17 Jiri Slaby New
[v12,1/1] printk: Add an option to allow ttynull to be a default console device Optionally allow ttynull to be selected as a default console --- 2025-03-14 Adam Simonelli Superseded
[v11,1/1] printk: Add an option to allow ttynull to be a default console device Optionally allow ttynull to be selected as a default console --- 2025-03-14 Adam Simonelli Superseded
[v10,1/1] printk: Add an option to allow ttynull to be a default console device Optionally allow ttynull to be selected as a default console --- 2025-03-14 Adam Simonelli Superseded
[v9,1/1] printk: Add an option to allow ttynull to be a default console device Optionally allow ttynull to be selected as a default console --- 2025-03-13 Adam Simonelli New
tty: serial: uartlite: ensure uart driver is registered tty: serial: uartlite: ensure uart driver is registered --- 2025-03-13 Elodie Decerle New
[V3,3/3] tty: serial: fsl_lpuart: rename register variables more specifically tty: serial: fsl_lpuart: cleanup lpuart driver --- 2025-03-12 Sherry Sun Superseded
[V3,2/3] tty: serial: fsl_lpuart: use port struct directly to simply code tty: serial: fsl_lpuart: cleanup lpuart driver --- 2025-03-12 Sherry Sun Superseded
[V3,1/3] tty: serial: fsl_lpuart: Use u32 and u8 for register variables tty: serial: fsl_lpuart: cleanup lpuart driver --- 2025-03-12 Sherry Sun Superseded
[V3] tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers [V3] tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers --- 2025-03-12 Sherry Sun Superseded
[V2,3/3] tty: serial: lpuart: rename register variables more specifically tty: serial: fsl_lpuart: cleanup lpuart driver --- 2025-03-11 Sherry Sun Superseded
[V2,2/3] tty: serial: fsl_lpuart: use port struct directly to simply code tty: serial: fsl_lpuart: cleanup lpuart driver --- 2025-03-11 Sherry Sun New
[V2,1/3] tty: serial: fsl_lpuart: Use u32 for register variables tty: serial: fsl_lpuart: cleanup lpuart driver --- 2025-03-11 Sherry Sun New
[v8,4/4] Documentation/serial-console: Document CONFIG_NULL_TTY_DEFAULT_CONSOLE. Optionally allow ttynull to be selected as a default console --- 2025-03-11 Adam Simonelli New
[v8,3/4] tty: Change order of ttynull to be linked sooner if enabled as a console. Optionally allow ttynull to be selected as a default console --- 2025-03-11 Adam Simonelli New
[v8,2/4] ttynull: Add an option to allow ttynull to be used as a console device Optionally allow ttynull to be selected as a default console --- 2025-03-11 Adam Simonelli New
[v8,1/4] ttynull: Always initialize console index to -1 Optionally allow ttynull to be selected as a default console --- 2025-03-11 Adam Simonelli New
[V2] tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers [V2] tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers --- 2025-03-11 Sherry Sun New
tty: serial: 8250: Add Brainboxes XC devices tty: serial: 8250: Add Brainboxes XC devices --- 2025-03-10 Cameron Williams New
tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMODIR register tty: serial: lpuart: only disable CTS instead of overwriting the whole UARTMODIR register --- 2025-03-07 Sherry Sun New
[2/2] tty: serial: fsl_lpuart: use port struct directly to simply code tty: serial: fsl_lpuart: cleanup lpuart driver --- 2025-03-07 Sherry Sun Superseded
[1/2] tty: serial: fsl_lpuart: Use u32 for register variables tty: serial: fsl_lpuart: cleanup lpuart driver --- 2025-03-07 Sherry Sun Superseded
tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers tty: serial: fsl_lpuart: disable transmitter before changing RS485 related registers --- 2025-03-07 Sherry Sun Superseded
dt-bindings: serial: fsl-lpuart: support i.MX94 dt-bindings: serial: fsl-lpuart: support i.MX94 --- 2025-03-06 Frank Li New
[v3,16/16] nfp: bpf: Replace open-coded parity calculation with parity64() Introduce and use generic parity16/32/64 helper --- 2025-03-06 Kuan-Wei Chiu New
[v3,15/16] Input: joystick - Replace open-coded parity calculation with parity64() Introduce and use generic parity16/32/64 helper --- 2025-03-06 Kuan-Wei Chiu New
[v3,14/16] fsi: i2cr: Replace open-coded parity calculation with parity64() Introduce and use generic parity16/32/64 helper --- 2025-03-06 Kuan-Wei Chiu New
[v3,13/16] fsi: i2cr: Replace open-coded parity calculation with parity32() Introduce and use generic parity16/32/64 helper --- 2025-03-06 Kuan-Wei Chiu New
[v3,12/16] mtd: ssfdc: Replace open-coded parity calculation with parity32() Introduce and use generic parity16/32/64 helper --- 2025-03-06 Kuan-Wei Chiu New
[v3,11/16] drm/bridge: dw-hdmi: Replace open-coded parity calculation with parity32() Introduce and use generic parity16/32/64 helper --- 2025-03-06 Kuan-Wei Chiu New
[v3,10/16] wifi: brcm80211: Replace open-coded parity calculation with parity32() Introduce and use generic parity16/32/64 helper --- 2025-03-06 Kuan-Wei Chiu New
[v3,09/16] net: ethernet: oa_tc6: Replace open-coded parity calculation with parity32() Introduce and use generic parity16/32/64 helper --- 2025-03-06 Kuan-Wei Chiu New
[v3,08/16] Input: joystick - Replace open-coded parity calculation with parity32() Introduce and use generic parity16/32/64 helper --- 2025-03-06 Kuan-Wei Chiu New
[v3,07/16] lib/bch: Replace open-coded parity calculation with parity32() Introduce and use generic parity16/32/64 helper --- 2025-03-06 Kuan-Wei Chiu New
[v3,06/16] serial: max3100: Replace open-coded parity calculation with parity8() Introduce and use generic parity16/32/64 helper --- 2025-03-06 Kuan-Wei Chiu New
[v3,05/16] media: saa7115: Replace open-coded parity calculation with parity8() Introduce and use generic parity16/32/64 helper --- 2025-03-06 Kuan-Wei Chiu New
[v3,04/16] media: pci: cx18-av-vbi: Replace open-coded parity calculation with parity8() Introduce and use generic parity16/32/64 helper --- 2025-03-06 Kuan-Wei Chiu New
[v3,03/16] media: media/test_drivers: Replace open-coded parity calculation with parity8() Introduce and use generic parity16/32/64 helper --- 2025-03-06 Kuan-Wei Chiu New
[v3,02/16] bitops: Add parity16(), parity32(), and parity64() helpers Introduce and use generic parity16/32/64 helper --- 2025-03-06 Kuan-Wei Chiu New
[v3,01/16] bitops: Change parity8() return type to bool Introduce and use generic parity16/32/64 helper --- 2025-03-06 Kuan-Wei Chiu New
[v7,2/3] ttynull: Add an option to allow ttynull to be used as a console device Optionally allow ttynull to be selected as a default console --- 2025-03-05 Adam Simonelli Superseded
[v2] serial: sh-sci: Save and restore more registers [v2] serial: sh-sci: Save and restore more registers --- 2025-03-04 Geert Uytterhoeven New
[v2,34/34] MAINTAINERS: Add entry for Capability Analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,33/34] crypto: Enable capability analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,32/34] security/tomoyo: Enable capability analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,31/34] drivers/tty: Enable capability analysis for core files Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,30/34] printk: Move locking annotation to printk.c Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,29/34] rhashtable: Enable capability analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,28/34] stackdepot: Enable capability analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,27/34] kcov: Enable capability analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,26/34] kfence: Enable capability analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,25/34] compiler: Let data_race() imply disabled capability analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,24/34] compiler-capability-analysis: Introduce header suppressions Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,23/34] compiler-capability-analysis: Remove __cond_lock() function-like helper Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,22/34] compiler-capability-analysis: Remove Sparse support Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,21/34] debugfs: Make debugfs_cancellation a capability struct Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,20/34] locking/ww_mutex: Support Clang's capability analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,19/34] locking/local_lock: Support Clang's capability analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,18/34] locking/local_lock: Include missing headers Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,17/34] locking/rwsem: Support Clang's capability analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,16/34] kref: Add capability-analysis annotations Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,15/34] srcu: Support Clang's capability analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,14/34] rcu: Support Clang's capability analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,13/34] bit_spinlock: Support Clang's capability analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,12/34] bit_spinlock: Include missing <asm/processor.h> Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,11/34] locking/seqlock: Support Clang's capability analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,10/34] locking/mutex: Support Clang's capability analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,09/34] compiler-capability-analysis: Change __cond_acquires to take return value Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,08/34] locking/rwlock, spinlock: Support Clang's capability analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
[v2,07/34] lockdep: Annotate lockdep assertions for capability analysis Compiler-Based Capability- and Locking-Analysis --- 2025-03-04 Marco Elver New
« 1 2 3 476 77 »