Show patches with: Submitter = Jiri Slaby       |    Archived = No       |   255 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[15/15] tty: atmel_serial: use single DMA mapping for RX tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[14/15] tty: atmel_serial: define macro for RX size tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[13/15] tty: atmel_serial: use single DMA mapping for TX tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[12/15] tty: serial: switch from circ_buf to kfifo tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[11/15] tty: msm_serial: use dmaengine_prep_slave_sg() tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[10/15] tty: 8250_omap: use dmaengine_prep_slave_sg() tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[09/15] tty: 8250_dma: use dmaengine_prep_slave_sg() tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[08/15] kfifo: fix typos in kernel-doc tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[07/15] kfifo: add kfifo_dma_out_prepare_mapped() tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[06/15] kfifo: pass offset to setup_sgl_buf() instead of a pointer tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[05/15] kfifo: rename l to len_to_end in setup_sgl() tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[04/15] kfifo: remove support for physically non-contiguous memory tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[03/15] kfifo: add kfifo_out_linear{,_ptr}() tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[02/15] kfifo: introduce and use kfifo_skip_count() tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[01/15] kfifo: drop __kfifo_dma_out_finish_r() tty: serial: switch from circ_buf to kfifo --- 2024-04-05 Jiri Slaby New
[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
[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,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,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,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,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,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,08/15] kfifo: fix typos in kernel-doc 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,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,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,04/15] kfifo: remove support for physically non-contiguous memory Untitled series #237747 --- 2024-03-19 Jiri Slaby Superseded
[4/4] kfifo: fix typos in kernel-doc tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby New
[RFT,03/15] kfifo: add kfifo_out_linear{,_ptr}() 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,01/15] kfifo: drop __kfifo_dma_out_finish_r() tty: serial: switch from circ_buf to kfifo --- 2024-03-19 Jiri Slaby Superseded
[21/22] tty: vt: use ASCII enum constants in vt_console_print() tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[20/22] tty: vt: use switch+case in the ESgetpars case tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[19/22] tty: vt: use switch+case in the ESnonstd case tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[18/22] tty: vt: add new helper for reseting vc parameters tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[17/22] tty: vt: handle CSI+[ inside preexisting switch-case tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[16/22] tty: vt: simplify ansi_control_string() tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[15/22] tty: vt: name, reflow and document enum vc_ctl_state tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[14/22] tty: vt: move CSI ECMA handling to a separate function tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[13/22] tty: vt: move CSI DEC handling to a separate function tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[12/22] tty: vt: separate ESesc state handling into handle_esc() tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[11/22] tty: vt: extract ascii handling to handle_ascii() tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[10/22] tty: vt: accept u8 in do_con_trol() and vc_setGx() tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[09/22] tty: vt: put cases on separate lines tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[08/22] tty: vt: rename setterm_command() to csi_RSB() tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[07/22] tty: vt: define an enum for CSI+] codes tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[06/22] tty: vt: move CSI+n handling along to other ECMA CSIs tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[05/22] tty: vt: remove unneeded assignment of EPecma to vc_priv tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[04/22] tty: vt: split DEC CSI+h/l handling into csi_DEC_hl() tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[03/22] tty: vt: rename set_mode() to csi_hl() tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[02/22] tty: vt: define enums for CSI+h/l codes tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[01/22] tty: vt: make rgb_from_256() slighly more comprehensible tty: vt: cleanup ESC sequences handling --- 2024-02-02 Jiri Slaby New
[v2,1/2] serial: core: introduce uart_port_tx_flags() [v2,1/2] serial: core: introduce uart_port_tx_flags() --- 2024-02-01 Jiri Slaby New
[2/2] serial: mxs-auart: fix tx Untitled series #234198 --- 2024-01-31 Jiri Slaby New
[v2,47/47] Documentation: add console.rst tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,46/47] tty: vt: fix up kernel-doc tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,45/47] tty: vt: document the rest of struct consw tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,44/47] tty: vt: remove unused consw::con_flush_scrollback() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,43/47] tty: vt: remove consw::con_getxy() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,42/47] fbcon: remove fbcon_getxy() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,41/47] tty: vt: make types of screenpos() more consistent tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,40/47] tty: vt: remove consw::con_screen_pos() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,39/47] fbcon: remove consw::con_screen_pos() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,38/47] tty: vt: change consw::con_set_origin() return type tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,37/47] tty: vt: make consw::con_font_default()'s name const tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,36/47] tty: vt: make font of consw::con_font_set() const tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,35/47] tty: vt: make types around consw::con_blank() bool tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,34/47] tty: vt: use enum constants for VESA blanking modes tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,33/47] tty: vt: use VESA blanking constants tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,32/47] tty: vt: define a common enum for VESA blanking constants tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[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
[v2,30/47] tty: vt: make consw::con_switch() return a bool tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,29/47] tty: vt: remove CM_* constants tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby Superseded
[v2,28/47] fbdev/core: simplify cursor_state setting in fbcon_ops::cursor() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[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,26/47] tty: vt: sanitize consw::con_putcs() parameters tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,25/47] tty: vt: sanitize consw::con_putc() parameters tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby Superseded
[v2,24/47] tty: vt: eliminate unneeded consw::con_putc() implementations tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,23/47] tty: vt: add con_putc() helper tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby Superseded
[v2,22/47] tty: vt: remove checks for count in consw::con_clear() implementations tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,21/47] tty: vt: sanitize arguments of consw::con_clear() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby Superseded
[v2,20/47] tty: vt: make init parameter of consw::con_init() a bool tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,19/47] tty: vt: make consw::con_debug_*() return void tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby Superseded
[v2,18/47] tty: vt: remove extern from functions in selection.h tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,17/47] tty: vt: define an enum for ascii characters tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby Superseded
[v2,16/47] tty: vt: reflow csi_K() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,15/47] tty: vt: define an enum for CSI+K codes tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,14/47] don't pass vc->vc_par[0] to csi_?() handlers tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,13/47] use clamp() for counts in csi_?() handlers tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,12/47] tty: vt: reflow csi_J() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,11/47] tty: vt: define an enum for CSI+J codes tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,10/47] tty: vt: use case ranges for CSI+m fg/bg colors tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,09/47] tty: vt: define an enum for CSI+m codes tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,08/47] tty: vt: make vc_is_sel()'s vc const tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,07/47] tty: vt: pass vc_resize_user as a parameter tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,06/47] tty: vt: push console lock from tioclinux() down to 2 functions tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[v2,05/47] tty: vt: pass proper pointers from tioclinux() tty: vt: cleanup and documentation --- 2024-01-22 Jiri Slaby New
[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
« 1 2 3 »