Show patches with: none      |   6435 patches
« 1 2 ... 9 10 1164 65 »
Patch Series S/W/F Date Submitter Delegate State
[43/45] tty: vt: document the rest of struct consw tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[42/45] tty: vt: remove unused consw::con_flush_scrollback() tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[41/45] tty: vt: remove consw::con_getxy() tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[40/45] fbcon: remove fbcon_getxy() tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[39/45] tty: vt: make types of screenpos() more consistent tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[38/45] tty: vt: remove consw::con_screen_pos() tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[37/45] fbcon: remove consw::con_screen_pos() tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[36/45] tty: vt: change consw::con_set_origin() return type tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[35/45] tty: vt: make consw::con_font_default()'s name const tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[34/45] tty: vt: make font of consw::con_font_set() const tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[33/45] tty: vt: make types around consw::con_blank() bool tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[32/45] tty: vt: use enum for VESA blanking modes tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby New
[31/45] tty: vt: use VESA blanking constants tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[30/45] tty: vt: stop using -1 for blank mode in consw::con_blank() tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby New
[29/45] tty: vt: make consw::con_switch() return a bool tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[28/45] tty: vt: remove CM_* constants tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby New
[27/45] fbdev/core: simplify cursor_state setting in fbcon_ops::cursor() tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[26/45] consoles: use if instead of switch-case in consw::con_cursor() tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby New
[25/45] tty: vt: sanitize consw::con_putcs() parameters tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[24/45] tty: vt: sanitize consw::con_putc() parameters tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby New
[23/45] tty: vt: eliminate unneeded consw::con_putc() implementations tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[22/45] tty: vt: add con_putc() helper tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby New
[21/45] tty: vt: remove checks for count in consw::con_clear() implementations tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[20/45] tty: vt: sanitize arguments of consw::con_clear() tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby New
[19/45] tty: vt: make init parameter of consw::con_init() a bool tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[18/45] tty: vt: make consw::con_debug_*() return void tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby New
[17/45] tty: vt: remove extern from functions in selection.h tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[16/45] tty: vt: define an enum for ascii characters tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby New
[15/45] tty: vt: pass vpar as unsigned to csi_J() and csi_K() tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby New
[14/45] tty: vt: reflow csi_K() tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[13/45] tty: vt: define an enum for CSI+K codes tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[12/45] tty: vt: reflow csi_J() tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[11/45] tty: vt: define an enum for CSI+J codes tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby New
[10/45] tty: vt: use case ranges for CSI+m fg/bg colors tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[09/45] tty: vt: define an enum for CSI+m codes tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[08/45] tty: vt: make vc_is_sel()'s vc const tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[07/45] tty: vt: pass vc_resize_user as a parameter tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[06/45] tty: vt: push console lock from tioclinux() down to 2 functions tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[05/45] tty: vt: pass proper pointers from tioclinux() tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[04/45] tty: vt: expect valid vc when in tty ops tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[03/45] tty: vt: fix 20 vs 0x20 typo in EScsiignore tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[02/45] fbcon: make display_desc a static array in fbcon_startup() tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[01/45] vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta() tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[V9,3/3] tty: serial: uartps: Add rs485 support to uartps driver Add rs485 support to uartps driver --- 2024-01-18 Manikanta Guntupalli Superseded
[V9,2/3] tty: serial: uartps: Relocate cdns_uart_tx_empty to facilitate rs485 Add rs485 support to uartps driver --- 2024-01-18 Manikanta Guntupalli Superseded
[V9,1/3] dt-bindings: Add reference to rs485.yaml Add rs485 support to uartps driver --- 2024-01-18 Manikanta Guntupalli Superseded
[18/18] serial: max310x: fix indentation Untitled series #232785 --- 2024-01-17 Hugo Villeneuve Superseded
[14/18] serial: max310x: use common power function for all variants Untitled series #232785 --- 2024-01-17 Hugo Villeneuve Superseded
[13/18] serial: max310x: use common detect function for all variants Untitled series #232785 --- 2024-01-17 Hugo Villeneuve Superseded
[11/18] serial: max310x: use dev_err_probe() instead of dev_err() Untitled series #232785 --- 2024-01-17 Hugo Villeneuve Superseded
[10/18] serial: max310x: add explicit return for some switch default cases Untitled series #232785 --- 2024-01-17 Hugo Villeneuve Superseded
[09/18] serial: max310x: simplify probe() and remove() error handling Untitled series #232785 --- 2024-01-17 Hugo Villeneuve Superseded
[08/18] serial: max310x: use separate regmap name for each port Untitled series #232785 --- 2024-01-17 Hugo Villeneuve Superseded
[06/18] serial: max310x: remove holes in struct max310x_devtype Untitled series #232785 --- 2024-01-17 Hugo Villeneuve Superseded
[02/18] serial: max310x: add I2C device table for instantiation from userspace Untitled series #232785 --- 2024-01-17 Hugo Villeneuve Superseded
[v3,2/2] tty/sysrq: Dump printk ring buffer messages via sysrq [v3,1/2] printk: Add function to dump printk buffer directly to consoles --- 2024-01-17 Sreenath Vijayan New
[v3,1/2] printk: Add function to dump printk buffer directly to consoles [v3,1/2] printk: Add function to dump printk buffer directly to consoles --- 2024-01-17 Sreenath Vijayan New
[3/4] serial: max310x: fail probe if clock crystal is unstable [1/4] serial: max310x: set default value when reading clock ready bit --- 2024-01-16 Hugo Villeneuve New
[1/4] serial: max310x: set default value when reading clock ready bit [1/4] serial: max310x: set default value when reading clock ready bit --- 2024-01-16 Hugo Villeneuve New
tty: change the privilege required for tty operarions tty: change the privilege required for tty operarions --- 2024-01-15 Jingzi Meng New
[1/2] soc: qcom: geni-se: Add M_TX_FIFO_NOT_EMPTY bit definition [1/2] soc: qcom: geni-se: Add M_TX_FIFO_NOT_EMPTY bit definition --- 2024-01-12 Doug Anderson New
[v10] serial: linflexuart: Remove redundant uart type assignment [v10] serial: linflexuart: Remove redundant uart type assignment --- 2024-01-12 Lizhe Superseded
tty: fix atomicity violation in n_tty_read tty: fix atomicity violation in n_tty_read --- 2024-01-12 Gui-Dong Han New
serial: core: Fix double fetch in uart_throttle/uart_unthrottle serial: core: Fix double fetch in uart_throttle/uart_unthrottle --- 2024-01-12 Gui-Dong Han New
[v2] serial: core: Fix atomicity violation in uart_tiocmget [v2] serial: core: Fix atomicity violation in uart_tiocmget --- 2024-01-12 Gui-Dong Han Superseded
[v2,4/4] serial: stm32: get FIFO size from hwcfg register serial: stm32: improve driver for stm32mp25 --- 2024-01-12 Valentin Caron New
[v2,3/4] serial: stm32: change register's offset type from u8 to u16 serial: stm32: improve driver for stm32mp25 --- 2024-01-12 Valentin Caron Superseded
[v2,2/4] serial: stm32: extend max number of U(S)ART to 9 serial: stm32: improve driver for stm32mp25 --- 2024-01-12 Valentin Caron New
[v2,1/4] serial: stm32: implement prescaler tuning to compute low baudrate serial: stm32: improve driver for stm32mp25 --- 2024-01-12 Valentin Caron New
serial: core: Fix atomicity violation in uart_tiocmget serial: core: Fix atomicity violation in uart_tiocmget --- 2024-01-12 Gui-Dong Han New
[4/4] serial: stm32: get FIFO size from hwcfg register serial: stm32: improve driver for stm32mp25 --- 2024-01-11 Valentin Caron Superseded
[3/4] serial: stm32: change register's offset type from u8 to u16 serial: stm32: improve driver for stm32mp25 --- 2024-01-11 Valentin Caron New
[2/4] serial: stm32: extend max number of U(S)ART to 9 serial: stm32: improve driver for stm32mp25 --- 2024-01-11 Valentin Caron Superseded
[1/4] serial: stm32: implement prescaler tuning to compute low baudrate serial: stm32: improve driver for stm32mp25 --- 2024-01-11 Valentin Caron Superseded
[v9] serial: linflexuart: Remove redundant uart type assignment [v9] serial: linflexuart: Remove redundant uart type assignment --- 2024-01-11 Lizhe New
[v8] serial: linflexuart: Remove redundant uart type assignment [v8] serial: linflexuart: Remove redundant uart type assignment --- 2024-01-11 Lizhe Superseded
[v1,RESEND] serial: 8250: Set fifo timeout with uart_fifo_timeout() [v1,RESEND] serial: 8250: Set fifo timeout with uart_fifo_timeout() --- 2024-01-11 Michael Pratt New
[v2] serial: 8250_pci1xxxx: fix off by one in pci1xxxx_process_read_data() [v2] serial: 8250_pci1xxxx: fix off by one in pci1xxxx_process_read_data() --- 2024-01-10 Dan Carpenter New
[v2,7/7] tty: i3c: add TTY over I3C master support I3C target mode support --- 2024-01-10 Frank Li Superseded
[v2,6/7] i3c: add API i3c_dev_gettstatus_format1() to get target device status I3C target mode support --- 2024-01-10 Frank Li Superseded
[v2,5/7] i3c: target: func: add tty driver I3C target mode support --- 2024-01-10 Frank Li Superseded
[v2,4/7] i3c: target: add svc target controller support I3C target mode support --- 2024-01-10 Frank Li Superseded
[v2,3/7] Documentation: i3c: Add I3C target mode controller and function I3C target mode support --- 2024-01-10 Frank Li Superseded
[v2,2/7] dt-bindings: i3c: svc: add compatible string i3c: silvaco,i3c-target-v1 I3C target mode support --- 2024-01-10 Frank Li New
[v2,1/7] i3c: add target mode support I3C target mode support --- 2024-01-10 Frank Li Superseded
[v2] tty/sysrq: Dump printk ring buffer messages via sysrq [v2] tty/sysrq: Dump printk ring buffer messages via sysrq --- 2024-01-10 Sreenath Vijayan New
serial: 8250: Move hp300_setup_serial_console() to <linux/serial_8250.h> serial: 8250: Move hp300_setup_serial_console() to <linux/serial_8250.h> --- 2024-01-10 Geert Uytterhoeven New
[V8,3/3] tty: serial: uartps: Add rs485 support to uartps driver Add rs485 support to uartps driver --- 2024-01-10 Manikanta Guntupalli New
[V8,2/3] tty: serial: uartps: Relocate cdns_uart_tx_empty to facilitate rs485 Add rs485 support to uartps driver --- 2024-01-10 Manikanta Guntupalli New
[V8,1/3] dt-bindings: Add reference to rs485.yaml Add rs485 support to uartps driver --- 2024-01-10 Manikanta Guntupalli Superseded
[18/18] tty: serial: samsung: shrink memory footprint of ``struct s3c24xx_uart_info`` serial: samsung: gs101 updates and winter cleanup --- 2024-01-10 Tudor Ambarus Superseded
[17/18] tty: serial: samsung: shrink port feature flags to u8 serial: samsung: gs101 updates and winter cleanup --- 2024-01-10 Tudor Ambarus New
[16/18] tty: serial: samsung: shrink the clock selection to 8 clocks serial: samsung: gs101 updates and winter cleanup --- 2024-01-10 Tudor Ambarus Superseded
[15/18] tty: serial: samsung: change return type for s3c24xx_serial_rx_fifocnt() serial: samsung: gs101 updates and winter cleanup --- 2024-01-10 Tudor Ambarus Superseded
[14/18] tty: serial: samsung: return bool for s3c24xx_serial_console_txrdy() serial: samsung: gs101 updates and winter cleanup --- 2024-01-10 Tudor Ambarus Superseded
[13/18] tty: serial: samsung: return bool for s3c24xx_serial_txempty_nofifo() serial: samsung: gs101 updates and winter cleanup --- 2024-01-10 Tudor Ambarus Superseded
[12/18] tty: serial: samsung: use TIOCSER_TEMT for tx_empty() serial: samsung: gs101 updates and winter cleanup --- 2024-01-10 Tudor Ambarus New
[11/18] tty: serial: samsung: don't compare with zero an if (bitwise expression) serial: samsung: gs101 updates and winter cleanup --- 2024-01-10 Tudor Ambarus New
[10/18] tty: serial: samsung: make max_count unsigned int serial: samsung: gs101 updates and winter cleanup --- 2024-01-10 Tudor Ambarus Superseded
[09/18] tty: serial: samsung: drop superfluous comment serial: samsung: gs101 updates and winter cleanup --- 2024-01-10 Tudor Ambarus Superseded
« 1 2 ... 9 10 1164 65 »