Jiri Slaby ([email protected])

Number of posts: 1511 (1.07 per day)
First post: 2020-06-24 09:48:34
Last post: 2024-05-09 06:43:05

Date List Subject
2024-01-22 06:49:07 linux-kernel Re: [PATCH] tty: vt: check for atomic context in con_write()
2024-01-19 09:58:35 linux-kernel Re: [PATCH 17/18] tty: serial: samsung: shrink port feature flags to u8
2024-01-19 09:08:23 linux-kernel Re: [PATCH 17/18] tty: serial: samsung: shrink port feature flags to u8
2024-01-19 07:14:32 linux-kernel Re: [PATCH next v4 0/5] minmax: Relax type checks in min() and max().
2024-01-19 06:31:54 linux-kernel Re: [PATCH 11/45] tty: vt: define an enum for CSI+J codes
2024-01-19 06:29:22 linux-kernel Re: [PATCH 15/45] tty: vt: pass vpar as unsigned to csi_J() and csi_K()
2024-01-18 10:33:21 linux-kernel Re: [RESEND RFC PATCH v1 2/2] serial/8250: Avoid getting lock in RT atomic context
2024-01-18 09:28:35 linux-kernel Re: [PATCH] usb: gadget: u_serial: Add null pointer checks after RX/TX submission
2024-01-18 08:53:15 linux-kernel Re: [PATCH 31/45] tty: vt: use VESA blanking constants
2024-01-18 08:39:04 linux-kernel Re: [PATCH 31/45] tty: vt: use VESA blanking constants
2024-01-18 08:16:44 linux-kernel [PATCH 43/45] tty: vt: document the rest of struct consw
2024-01-18 08:16:23 linux-kernel [PATCH 42/45] tty: vt: remove unused consw::con_flush_scrollback()
2024-01-18 08:15:13 linux-kernel [PATCH 39/45] tty: vt: make types of screenpos() more consistent
2024-01-18 08:11:44 linux-kernel [PATCH 30/45] tty: vt: stop using -1 for blank mode in consw::con_blank()
2024-01-18 08:11:03 linux-kernel [PATCH 28/45] tty: vt: remove CM_* constants
2024-01-18 08:09:19 linux-kernel [PATCH 45/45] Documentation: add console.rst
2024-01-18 08:09:07 linux-kernel [PATCH 44/45] tty: vt: fix up kernel-doc
2024-01-18 08:08:25 linux-kernel [PATCH 41/45] tty: vt: remove consw::con_getxy()
2024-01-18 08:08:11 linux-kernel [PATCH 40/45] fbcon: remove fbcon_getxy()
2024-01-18 08:08:02 linux-kernel [PATCH 22/45] tty: vt: add con_putc() helper
2024-01-18 08:07:41 linux-kernel [PATCH 38/45] tty: vt: remove consw::con_screen_pos()
2024-01-18 08:07:27 linux-kernel [PATCH 37/45] fbcon: remove consw::con_screen_pos()
2024-01-18 08:07:12 linux-kernel [PATCH 36/45] tty: vt: change consw::con_set_origin() return type
2024-01-18 08:07:05 linux-kernel [PATCH 35/45] tty: vt: make consw::con_font_default()'s name const
2024-01-18 08:06:54 linux-kernel [PATCH 34/45] tty: vt: make font of consw::con_font_set() const
2024-01-18 08:06:34 linux-kernel [PATCH 18/45] tty: vt: make consw::con_debug_*() return void
2024-01-18 08:06:24 linux-kernel [PATCH 33/45] tty: vt: make types around consw::con_blank() bool
2024-01-18 08:06:11 linux-kernel [PATCH 32/45] tty: vt: use enum for VESA blanking modes
2024-01-18 08:05:57 linux-kernel [PATCH 31/45] tty: vt: use VESA blanking constants
2024-01-18 08:05:35 linux-kernel [PATCH 16/45] tty: vt: define an enum for ascii characters
2024-01-18 08:05:25 linux-kernel [PATCH 29/45] tty: vt: make consw::con_switch() return a bool
2024-01-18 08:05:06 linux-kernel [PATCH 27/45] fbdev/core: simplify cursor_state setting in fbcon_ops::cursor()
2024-01-18 08:04:41 linux-kernel [PATCH 26/45] consoles: use if instead of switch-case in consw::con_cursor()
2024-01-18 08:04:40 linux-kernel [PATCH 25/45] tty: vt: sanitize consw::con_putcs() parameters
2024-01-18 08:04:12 linux-kernel [PATCH 24/45] tty: vt: sanitize consw::con_putc() parameters
2024-01-18 08:03:59 linux-kernel [PATCH 23/45] tty: vt: eliminate unneeded consw::con_putc() implementations
2024-01-18 08:03:39 linux-kernel [PATCH 20/45] tty: vt: sanitize arguments of consw::con_clear()
2024-01-18 08:03:28 linux-kernel [PATCH 21/45] tty: vt: remove checks for count in consw::con_clear() implementations
2024-01-18 08:03:03 linux-kernel [PATCH 19/45] tty: vt: make init parameter of consw::con_init() a bool
2024-01-18 08:03:02 linux-kernel [PATCH 09/45] tty: vt: define an enum for CSI+m codes
2024-01-18 08:02:29 linux-kernel [PATCH 15/45] tty: vt: pass vpar as unsigned to csi_J() and csi_K()
2024-01-18 08:02:29 linux-kernel [PATCH 17/45] tty: vt: remove extern from functions in selection.h
2024-01-18 08:02:23 linux-kernel [PATCH 08/45] tty: vt: make vc_is_sel()'s vc const
2024-01-18 08:02:14 linux-kernel [PATCH 14/45] tty: vt: reflow csi_K()
2024-01-18 08:02:07 linux-kernel [PATCH 07/45] tty: vt: pass vc_resize_user as a parameter
2024-01-18 08:01:38 linux-kernel [PATCH 11/45] tty: vt: define an enum for CSI+J codes
2024-01-18 08:01:33 linux-kernel [PATCH 13/45] tty: vt: define an enum for CSI+K codes
2024-01-18 08:01:32 linux-kernel [PATCH 06/45] tty: vt: push console lock from tioclinux() down to 2 functions
2024-01-18 08:01:25 linux-kernel [PATCH 12/45] tty: vt: reflow csi_J()
2024-01-18 08:00:49 linux-kernel [PATCH 10/45] tty: vt: use case ranges for CSI+m fg/bg colors
2024-01-18 07:59:31 linux-kernel [PATCH 05/45] tty: vt: pass proper pointers from tioclinux()