LinuxLists
Users
About
Jiri Slaby (
[email protected]
)
Number of posts: 1524 (1.05 per day)
First post: 2020-06-24 09:48:34
Last post: 2024-06-11 08:04:35
Previous Page
/
Next Page
Date
List
Subject
2024-01-22 11:09:27
linux-kernel
[PATCH v2 17/47] tty: vt: define an enum for ascii characters
2024-01-22 11:09:12
linux-kernel
[PATCH v2 15/47] tty: vt: define an enum for CSI+K codes
2024-01-22 11:09:05
linux-kernel
[PATCH v2 14/47] don't pass vc->vc_par[0] to csi_?() handlers
2024-01-22 11:08:47
linux-kernel
[PATCH v2 12/47] tty: vt: reflow csi_J()
2024-01-22 11:08:29
linux-kernel
[PATCH v2 10/47] tty: vt: use case ranges for CSI+m fg/bg colors
2024-01-22 11:08:13
linux-kernel
[PATCH v2 08/47] tty: vt: make vc_is_sel()'s vc const
2024-01-22 11:07:20
linux-kernel
[PATCH v2 09/47] tty: vt: define an enum for CSI+m codes
2024-01-22 11:07:00
linux-kernel
[PATCH v2 06/47] tty: vt: push console lock from tioclinux() down to 2 functions
2024-01-22 11:06:19
linux-kernel
[PATCH v2 03/47] tty: vt: fix 20 vs 0x20 typo in EScsiignore
2024-01-22 11:05:49
linux-kernel
[PATCH v2 02/47] fbcon: make display_desc a static array in fbcon_startup()
2024-01-22 11:05:44
linux-kernel
[PATCH v2 00/47] tty: vt: cleanup and documentation
2024-01-22 11:05:40
linux-kernel
[PATCH v2 01/47] vgacon: inline vc_scrolldelta_helper() into vgacon_scrolldelta()
2024-01-22 11:05:17
linux-kernel
[PATCH v2 04/47] tty: vt: expect valid vc when in tty ops
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