Show patches with: Submitter = Jiri Slaby       |    Archived = No       |   258 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[v2,04/47] tty: vt: expect valid vc when in tty ops tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,03/47] tty: vt: fix 20 vs 0x20 typo in EScsiignore tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,02/47] fbcon: make display_desc a static array in fbcon_startup() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,01/47] vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[45/45] Documentation: add console.rst tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[44/45] tty: vt: fix up kernel-doc tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[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
[26/27] tty: um: convert to u8/__u8 and size_t tty: type unifications -- the last part --- 2023-12-06 Jiri Slaby New
[24/27] tty: srmcons: convert to u8 and size_t tty: type unifications -- the last part --- 2023-12-06 Jiri Slaby New
[22/27] tty: serdev: convert to u8 and size_t in serdev_controller_ops tty: type unifications -- the last part --- 2023-12-06 Jiri Slaby New
[20/27] tty: n_hdlc: convert to u8 and size_t tty: type unifications -- the last part --- 2023-12-06 Jiri Slaby New
[18/27] tty: mxser: convert to u8 and size_t tty: type unifications -- the last part --- 2023-12-06 Jiri Slaby New
[16/27] tty: mmc: sdio: use u8 for flag tty: type unifications -- the last part --- 2023-12-06 Jiri Slaby New
[14/27] tty: m68k: nfcon: convert to u8 and size_t tty: type unifications -- the last part --- 2023-12-06 Jiri Slaby New
[12/27] tty: hvc: convert to u8 and size_t tty: type unifications -- the last part --- 2023-12-06 Jiri Slaby New
[10/27] tty: ehv_bytechan: convert to u8 and size_t tty: type unifications -- the last part --- 2023-12-06 Jiri Slaby New
[08/27] tty: con3215: convert to u8 and size_t tty: type unifications -- the last part --- 2023-12-06 Jiri Slaby New
[06/27] tty: ami: use u8 for characters and flag tty: type unifications -- the last part --- 2023-12-06 Jiri Slaby New
[04/27] tty: make tty_operations::send_xchar accept u8 char tty: type unifications -- the last part --- 2023-12-06 Jiri Slaby New
[02/27] tty: mmc: sdio_uart: switch sdio_in() to return u8 tty: type unifications -- the last part --- 2023-12-06 Jiri Slaby New
tty: virtio: drop virtio_cons_early_init() tty: virtio: drop virtio_cons_early_init() --- 2023-11-30 Jiri Slaby New
[4/5] tty: srmcons: switch need_cr to bool Untitled series #228446 --- 2023-11-27 Jiri Slaby New
[2/5] tty: srmcons: make srmcons_do_write() return void Untitled series #228446 --- 2023-11-27 Jiri Slaby New
[v2,14/14] tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw() tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,13/14] tty: n_tty: extract ECHO_OP processing to a separate function tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,12/14] tty: n_tty: unify counts to size_t tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,11/14] tty: n_tty: use u8 for chars and flags tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,10/14] tty: n_tty: simplify chars_in_buffer() tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,09/14] tty: n_tty: remove unsigned char casts from character constants tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,08/14] tty: n_tty: move newline handling to a separate function tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,07/14] tty: n_tty: move canon handling to a separate function tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,06/14] tty: n_tty: use MASK() for masking out size bits tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,05/14] tty: n_tty: make n_tty_data::num_overrun unsigned tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,04/14] tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun() tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,03/14] tty: n_tty: use 'num' for writes' counts tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,02/14] tty: n_tty: use output character directly tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[v2,01/14] tty: n_tty: make flow of n_tty_receive_buf_common() a bool tty: n_tty: cleanup --- 2023-08-27 Jiri Slaby New
[14/14] tty: n_tty: deduplicate copy code in n_tty_receive_buf_real_raw() tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[13/14] tty: n_tty: extract ECHO_OP processing to a separate function tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[12/14] tty: n_tty: unify counts to size_t tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[11/14] tty: n_tty: use u8 for chars and flags tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[10/14] tty: n_tty: simplify chars_in_buffer() tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[09/14] tty: n_tty: remove unsigned char casts from character constants tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[08/14] tty: n_tty: move newline handling to a separate function tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[07/14] tty: n_tty: move canon handling to a separate function tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[06/14] tty: n_tty: use MASK() for masking out size bits tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[05/14] tty: n_tty: make n_tty_data::num_overrun unsigned tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[04/14] tty: n_tty: use time_is_before_jiffies() in n_tty_receive_overrun() tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[4/4] n_tty: make many tty parameters const Untitled series #218938 --- 2023-08-16 Jiri Slaby New
[03/14] tty: n_tty: use 'retval' for writes' retvals tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby New
[3/4] n_tty: pass ldata to canon_skip_eof() directly Untitled series #219050 --- 2023-08-16 Jiri Slaby New
[02/14] tty: n_tty: use output character directly Untitled series #219049 --- 2023-08-16 Jiri Slaby Superseded
[2/4] n_tty: simplify and sanitize zero_buffer() tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby New
[01/14] tty: n_tty: make flow of n_tty_receive_buf_common() a bool [01/14] tty: n_tty: make flow of n_tty_receive_buf_common() a bool --- 2023-08-16 Jiri Slaby Superseded
[1/4] n_tty: drop fp from n_tty_receive_buf_real_raw() tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby New
[10/10] tty: tty_buffer: invert conditions in __tty_buffer_request_room() tty: tty_buffer: cleanup --- 2023-08-16 Jiri Slaby New
[09/10] tty: tty_buffer: initialize variables in initializers already tty: tty_buffer: cleanup --- 2023-08-16 Jiri Slaby New
[08/10] tty: tty_buffer: better types in __tty_buffer_request_room() tty: tty_buffer: cleanup --- 2023-08-16 Jiri Slaby New
« 1 2 3 »