Show patches with: Submitter = Jiri Slaby       |    Archived = No       |   258 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[2/4] n_tty: simplify and sanitize zero_buffer() tty: n_tty: couple of random fixes --- 2023-07-12 Jiri Slaby Superseded
[4/4] n_tty: make many tty parameters const tty: n_tty: couple of random fixes --- 2023-07-12 Jiri Slaby Superseded
[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
[02/14] tty: n_tty: use output character directly Untitled series #219049 --- 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
[05/14] tty: n_tty: make n_tty_data::num_overrun unsigned 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
[07/14] tty: n_tty: move canon handling to a separate function 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
[09/14] tty: n_tty: remove unsigned char casts from character constants 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
[11/14] tty: n_tty: use u8 for chars and flags 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
[13/14] tty: n_tty: extract ECHO_OP processing to a separate function tty: n_tty: cleanup --- 2023-08-16 Jiri Slaby Superseded
[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
[01/45] vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta() 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
[03/45] tty: vt: fix 20 vs 0x20 typo in EScsiignore 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
[05/45] tty: vt: pass proper pointers from tioclinux() 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
[07/45] tty: vt: pass vc_resize_user as a parameter 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
[09/45] tty: vt: define an enum for CSI+m codes tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[10/45] tty: vt: use case ranges for CSI+m fg/bg colors 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
[13/45] tty: vt: define an enum for CSI+K codes tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[14/45] tty: vt: reflow csi_K() tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[17/45] tty: vt: remove extern from functions in selection.h tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[19/45] tty: vt: make init parameter of consw::con_init() a bool tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[21/45] tty: vt: remove checks for count in consw::con_clear() implementations tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[23/45] tty: vt: eliminate unneeded consw::con_putc() implementations tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[25/45] tty: vt: sanitize consw::con_putcs() parameters tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[27/45] fbdev/core: simplify cursor_state setting in fbcon_ops::cursor() tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[29/45] tty: vt: make consw::con_switch() return a bool tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[31/45] tty: vt: use VESA blanking constants 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
[34/45] tty: vt: make font of consw::con_font_set() const 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
[36/45] tty: vt: change consw::con_set_origin() return type 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
[38/45] tty: vt: remove consw::con_screen_pos() 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
[40/45] fbcon: remove fbcon_getxy() 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
[42/45] tty: vt: remove unused consw::con_flush_scrollback() 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
[44/45] tty: vt: fix up kernel-doc tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[45/45] Documentation: add console.rst tty: vt: cleanup and documentation --- 2024-01-18 Jiri Slaby Superseded
[v2,17/47] tty: vt: define an enum for ascii characters tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby Superseded
[v2,19/47] tty: vt: make consw::con_debug_*() return void tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby Superseded
[v2,21/47] tty: vt: sanitize arguments of consw::con_clear() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby Superseded
[v2,23/47] tty: vt: add con_putc() helper tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby Superseded
[v2,25/47] tty: vt: sanitize consw::con_putc() parameters tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby Superseded
[v2,27/47] consoles: use if instead of switch-case in consw::con_cursor() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby Superseded
[v2,29/47] tty: vt: remove CM_* constants tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby Superseded
[v2,31/47] tty: vt: stop using -1 for blank mode in consw::con_blank() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby Superseded
[RFT,01/15] kfifo: drop __kfifo_dma_out_finish_r() tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,02/15] kfifo: introduce and use kfifo_skip_count() tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,03/15] kfifo: add kfifo_out_linear{,_ptr}() tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,04/15] kfifo: remove support for physically non-contiguous memory Untitled series #237747 --- 2024-03-19 Jiri Slaby Superseded
[RFT,05/15] kfifo: rename l to len_to_end in setup_sgl() tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,06/15] kfifo: pass offset to setup_sgl_buf() instead of a pointer tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,07/15] kfifo: add kfifo_dma_out_prepare_mapped() tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,08/15] kfifo: fix typos in kernel-doc tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,09/15] tty: 8250_dma: use dmaengine_prep_slave_sg() tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,10/15] tty: 8250_omap: use dmaengine_prep_slave_sg() tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,11/15] tty: msm_serial: use dmaengine_prep_slave_sg() tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,12/15] tty: serial: switch from circ_buf to kfifo tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,13/15] tty: atmel_serial: use single DMA mapping for TX tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,14/15] tty: atmel_serial: define macro for RX size tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[RFT,15/15] tty: atmel_serial: use single DMA mapping for RX tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[v5,2/3] tty: serial: use uart_port_tx() helper tty: TX helpers --- 2022-10-04 Jiri Slaby New
[2/2] serial: atmel: don't stop the transmitter when doing PIO Untitled series #193473 --- 2022-11-23 Jiri Slaby New
[1/3] USB: sisusbvga: remove console support [1/3] USB: sisusbvga: remove console support --- 2022-12-08 Jiri Slaby New
[2/3] USB: sisusbvga: rename sisusb.c to sisusbvga.c [1/3] USB: sisusbvga: remove console support --- 2022-12-08 Jiri Slaby New
[3/3] USB: sisusbvga: use module_usb_driver() [1/3] USB: sisusbvga: remove console support --- 2022-12-08 Jiri Slaby New
[1/6] tty_audit: use TASK_COMM_LEN for task comm tty_audit: random cleanups --- 2023-06-21 Jiri Slaby New
[2/6] tty_audit: use kzalloc() in tty_audit_buf_alloc() tty_audit: random cleanups --- 2023-06-21 Jiri Slaby New
[3/6] tty_audit: invert the condition in tty_audit_log() tty_audit: random cleanups --- 2023-06-21 Jiri Slaby New
[4/6] tty_audit: make icanon a bool tty_audit: random cleanups --- 2023-06-21 Jiri Slaby New
[5/6] tty_audit: make tty pointers in exposed functions const tty_audit: random cleanups --- 2023-06-21 Jiri Slaby New
[6/6] tty_audit: make data of tty_audit_log() const tty_audit: random cleanups --- 2023-06-21 Jiri Slaby New
[01/10] tty: sysrq: rename and re-type i in sysrq_handle_loglevel() [01/10] tty: sysrq: rename and re-type i in sysrq_handle_loglevel() --- 2023-07-12 Jiri Slaby New
[02/10] tty: sysrq: switch sysrq handlers from int to u8 [01/10] tty: sysrq: rename and re-type i in sysrq_handle_loglevel() --- 2023-07-12 Jiri Slaby New
[04/10] tty: sysrq: use switch in sysrq_key_table_key2index() [01/10] tty: sysrq: rename and re-type i in sysrq_handle_loglevel() --- 2023-07-12 Jiri Slaby New
[05/10] serial: convert uart sysrq handling to u8 [01/10] tty: sysrq: rename and re-type i in sysrq_handle_loglevel() --- 2023-07-12 Jiri Slaby New
[06/10] serial: make uart_insert_char() accept u8s [01/10] tty: sysrq: rename and re-type i in sysrq_handle_loglevel() --- 2023-07-12 Jiri Slaby New
[2/7] vgacon: remove unneeded forward declarations consoles small cleanups --- 2023-07-12 Jiri Slaby New
[4/7] vgacon: let vgacon_doresize() return void consoles small cleanups --- 2023-07-12 Jiri Slaby New
[6/7] sticon: make sticon_set_def_font() void and remove op parameter consoles small cleanups --- 2023-07-12 Jiri Slaby New
[01/10] serial: move WARN_ON() in uart_write() to the condition [01/10] serial: move WARN_ON() in uart_write() to the condition --- 2023-07-31 Jiri Slaby New
[02/10] Bluetooth: rfcomm: remove casts from tty->driver_data [01/10] serial: move WARN_ON() in uart_write() to the condition --- 2023-07-31 Jiri Slaby New
[03/10] tty: hvsi: remove an extra variable from hvsi_write() [01/10] serial: move WARN_ON() in uart_write() to the condition --- 2023-07-31 Jiri Slaby New
[06/10] serial: altera_jtaguart: switch status to u32 [01/10] serial: move WARN_ON() in uart_write() to the condition --- 2023-07-31 Jiri Slaby New
[08/10] misc: ti-st: remove forward declarations and make st_int_recv() static [01/10] serial: move WARN_ON() in uart_write() to the condition --- 2023-07-31 Jiri Slaby New
[10/10] misc: ti-st: don't check for tty data == NULL [01/10] serial: move WARN_ON() in uart_write() to the condition --- 2023-07-31 Jiri Slaby New
[2/7] tty: synclink_gt: drop global slgt_driver_name array tty: synclink_gt: mark as BROKEN --- 2023-07-31 Jiri Slaby New
[4/7] tty: synclink_gt: drop info messages from init/exit functions tty: synclink_gt: mark as BROKEN --- 2023-07-31 Jiri Slaby New
[6/7] tty: synclink_gt: make default_params const tty: synclink_gt: mark as BROKEN --- 2023-07-31 Jiri Slaby New
« 1 2 3 »