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-02-16 06:53:40
linux-kernel
[PATCH 00/21] drm/i915: remove unused structure members
2024-02-16 05:51:16
linux-kernel
Re: [PATCH 4/4] tty: mips_ejtag_fdc: Fix passing incompatible pointer type warning
2024-02-14 09:17:40
linux-kernel
Re: [PATCH v1 1/1] serial: 8250_pci1xxxx: Don't use "proxy" headers
2024-02-14 06:25:26
linux-kernel
Re: [PATCH] tty: hvc-iucv: fix function pointer casts
2024-02-13 11:30:05
linux-kernel
[PATCH 5/7] EDAC: Remove edac_pci_ctl_info::edac_subsys
2024-02-13 11:23:06
linux-kernel
[PATCH 7/7] EDAC: Remove edac_device_ctl_info::removal_complete
2024-02-13 11:22:48
linux-kernel
[PATCH 6/7] EDAC: Remove edac_pci_ctl_info::complete
2024-02-13 11:22:40
linux-kernel
[PATCH 4/7] EDAC: Remove dynamic attributes from edac_device_alloc_ctl_info()
2024-02-13 11:22:29
linux-kernel
[PATCH 3/7] EDAC/device: Remove edac_dev_sysfs_block_attribute::store()
2024-02-13 11:22:20
linux-kernel
[PATCH 2/7] EDAC/device: Remove edac_dev_sysfs_block_attribute::{block,value}
2024-02-13 11:22:13
linux-kernel
[PATCH 1/7] EDAC/amd64: Remove amd64_pvt::ext_nbcfg
2024-02-13 11:22:04
linux-kernel
[PATCH 0/7] EDAC: remove unused structure members
2024-02-13 11:17:18
linux-kernel
[PATCH] cpufreq/intel_pstate: remove cpudata::prev_cummulative_iowait
2024-02-13 11:16:24
linux-kernel
[PATCH] hpet: remove hpets::hp_clocksource
2024-02-13 11:15:22
linux-kernel
[PATCH] char/agp: remove agp_bridge_data::type
2024-02-12 07:11:12
linux-kernel
Re: [PATCH] sound: drivers: fix typo 'reguest' to 'request'
2024-02-12 06:08:13
linux-kernel
Re: [PATCH] Subject: [PATCH] sound: drivers: fix typo 'reguest' to 'request'
2024-02-09 06:39:08
linux-kernel
Re: [PATCH v1 tty] 8250: microchip: pci1xxxx: Add Burst mode transmission support in uart driver for reading from FIFO
2024-02-08 11:45:22
linux-kernel
[PATCH] fbcon: always restore the old font data in fbcon_do_set_font()
2024-02-08 08:28:13
linux-kernel
Re: [PATCH v3] serial: port: Don't suspend if the port is still busy
2024-02-07 08:37:39
linux-kernel
Re: [PATCH net-next v6 4/4] eventpoll: Add epoll ioctl for epoll_params
2024-02-05 07:56:56
linux-kernel
Re: [PATCH v1 tty] 8250: microchip: pci1xxxx: Add Burst mode transmission support in uart driver for reading from FIFO
2024-02-02 07:20:04
linux-kernel
[PATCH 10/22] tty: vt: accept u8 in do_con_trol() and vc_setGx()
2024-02-02 07:19:49
linux-kernel
[PATCH 09/22] tty: vt: put cases on separate lines
2024-02-02 07:19:48
linux-kernel
[PATCH 12/22] tty: vt: separate ESesc state handling into handle_esc()
2024-02-02 07:11:20
linux-kernel
[PATCH 13/22] tty: vt: move CSI DEC handling to a separate function
2024-02-02 07:05:41
linux-kernel
[PATCH 06/22] tty: vt: move CSI+n handling along to other ECMA CSIs
2024-02-02 07:02:52
linux-kernel
[PATCH 01/22] tty: vt: make rgb_from_256() slighly more comprehensible
2024-02-02 07:02:01
linux-kernel
[PATCH 22/22] tty: vt: decrypt magic constants in vc_is_control()
2024-02-02 07:01:46
linux-kernel
[PATCH 21/22] tty: vt: use ASCII enum constants in vt_console_print()
2024-02-02 07:01:34
linux-kernel
[PATCH 20/22] tty: vt: use switch+case in the ESgetpars case
2024-02-02 07:01:21
linux-kernel
[PATCH 19/22] tty: vt: use switch+case in the ESnonstd case
2024-02-02 07:01:09
linux-kernel
[PATCH 18/22] tty: vt: add new helper for reseting vc parameters
2024-02-02 07:00:57
linux-kernel
[PATCH 17/22] tty: vt: handle CSI+[ inside preexisting switch-case
2024-02-02 07:00:37
linux-kernel
[PATCH 16/22] tty: vt: simplify ansi_control_string()
2024-02-02 07:00:21
linux-kernel
[PATCH 15/22] tty: vt: name, reflow and document enum vc_ctl_state
2024-02-02 07:00:10
linux-kernel
[PATCH 14/22] tty: vt: move CSI ECMA handling to a separate function
2024-02-02 06:59:23
linux-kernel
[PATCH 11/22] tty: vt: extract ascii handling to handle_ascii()
2024-02-02 06:58:23
linux-kernel
[PATCH 08/22] tty: vt: rename setterm_command() to csi_RSB()
2024-02-02 06:58:04
linux-kernel
[PATCH 07/22] tty: vt: define an enum for CSI+] codes
2024-02-02 06:57:32
linux-kernel
[PATCH 05/22] tty: vt: remove unneeded assignment of EPecma to vc_priv
2024-02-02 06:57:20
linux-kernel
[PATCH 04/22] tty: vt: split DEC CSI+h/l handling into csi_DEC_hl()
2024-02-02 06:57:04
linux-kernel
[PATCH 03/22] tty: vt: rename set_mode() to csi_hl()
2024-02-02 06:56:51
linux-kernel
[PATCH 02/22] tty: vt: define enums for CSI+h/l codes
2024-02-02 06:56:21
linux-kernel
[PATCH 00/22] tty: vt: cleanup ESC sequences handling
2024-02-01 12:07:49
linux-kernel
Re: [PATCH v2 2/2] serial: mxs-auart: fix tx
2024-02-01 11:58:52
linux-kernel
[PATCH 7/7] HID: hid-prodikeys: remove struct pk_device
2024-02-01 11:55:00
linux-kernel
[PATCH 6/7] HID: hid-prodikeys: remove unused struct pcmidi_snd members
2024-02-01 11:54:45
linux-kernel
[PATCH 5/7] HID: hid-multitouch: remove unused mt_application::dev_time
2024-02-01 11:54:31
linux-kernel
[PATCH 4/7] HID: hid-lg3ff: remove unused struct lg3ff_device
2024-02-01 11:54:15
linux-kernel
[PATCH 3/7] HID: protect hid_device::bpf by CONFIG_HID_BPF