LinuxLists
Users
About
Jiri Slaby (
[email protected]
)
Number of posts: 5885 (1.61 per day)
First post: 2007-11-30 13:12:19
Last post: 2017-11-30 14:55:32
Previous Page
/
Next Page
Date
List
Subject
2022-02-24 00:56:31
linux-kernel
[PATCH v2] serial: make uart_console_write->putchar()'s character an unsigned char
2022-01-24 18:04:25
linux-kernel
[PATCH 05/11] mxser: fix xmit_buf leak in activate when LSR == 0xff
2022-01-24 18:04:24
linux-kernel
[PATCH 02/11] serial: atmel_serial: include circ_buf.h
2022-01-24 18:04:20
linux-kernel
[PATCH 07/11] mxser: switch from xmit_buf to kfifo
2022-01-24 18:04:05
linux-kernel
[PATCH 11/11] serial: mcf: use helpers in mcf_tx_chars()
2022-01-24 18:04:03
linux-kernel
[PATCH 03/11] tty: add kfifo to tty_port
2022-01-24 18:04:03
linux-kernel
[PATCH 10/11] serial: make uart_console_write->putchar()'s character a char
2022-01-24 18:03:58
linux-kernel
[PATCH 06/11] mxser: use tty_port xmit_buf helpers
2022-01-24 18:03:55
linux-kernel
[PATCH 08/11] serial: fsl_linflexuart: deduplicate character sending
2022-01-24 18:03:53
linux-kernel
[PATCH 09/11] serial: fsl_linflexuart: don't call uart_write_wakeup() twice
2022-01-24 18:03:38
linux-kernel
[PATCH 04/11] tty: tty_port_open, document shutdown vs failed activate
2022-01-24 18:03:22
linux-kernel
[PATCH 01/11] serial: core: clean up EXPORT_SYMBOLs
2022-01-24 18:03:20
linux-kernel
[PATCH 00/11] TTY patches for 5.18
2021-12-16 11:59:26
linux-kernel
[PATCH] drm/i915: remove circ_buf.h includes
2021-11-26 08:21:48
linux-kernel
[PATCH 23/23] Documentation: add TTY chapter
2021-11-26 08:21:45
linux-kernel
[PATCH 22/23] tty: add kernel-doc for tty_standard_install
2021-11-26 08:21:42
linux-kernel
[PATCH 21/23] tty: more kernel-doc for tty_ldisc
2021-11-26 08:21:35
linux-kernel
[PATCH 20/23] tty: make tty_ldisc docs up-to-date
2021-11-26 08:21:25
linux-kernel
[PATCH 18/23] tty: add kernel-doc for more tty_port functions
2021-11-26 08:21:21
linux-kernel
[PATCH 14/23] tty: reformat kernel-doc in tty_buffer.c
2021-11-26 08:21:12
linux-kernel
[PATCH 19/23] tty: move tty_ldisc docs to new Documentation/tty/
2021-11-26 08:21:09
linux-kernel
[PATCH 13/23] tty: reformat kernel-doc in tty_ldisc.c
2021-11-26 08:21:05
linux-kernel
[PATCH 16/23] tty: reformat kernel-doc in n_tty.c
2021-11-26 08:21:01
linux-kernel
[PATCH 11/23] tty: reformat kernel-doc in tty_port.c
2021-11-26 08:20:57
linux-kernel
[PATCH 15/23] tty: fix kernel-doc in n_tty.c
2021-11-26 08:20:44
linux-kernel
[PATCH 17/23] tty: add kernel-doc for more tty_driver functions
2021-11-26 08:20:41
linux-kernel
[PATCH 12/23] tty: reformat kernel-doc in tty_io.c
2021-11-26 08:20:21
linux-kernel
[PATCH 09/23] tty: reformat tty_struct::flags into kernel-doc
2021-11-26 08:19:45
linux-kernel
[PATCH 04/23] tty: add kernel-doc for tty_operations
2021-11-26 08:19:34
linux-kernel
[PATCH 05/23] tty: add kernel-doc for tty_port_operations
2021-11-26 08:19:30
linux-kernel
[PATCH 06/23] tty: add kernel-doc for tty_ldisc_ops
2021-11-26 08:19:18
linux-kernel
[PATCH 08/23] tty: combine tty_ldisc_ops docs into kernel-doc
2021-11-26 08:18:44
linux-kernel
[PATCH 07/23] tty: combine tty_operations triple docs into kernel-doc
2021-11-26 08:18:40
linux-kernel
[PATCH 10/23] tty: reformat TTY_DRIVER_ flags into kernel-doc
2021-11-26 08:18:36
linux-kernel
[PATCH 02/23] tty: add kernel-doc for tty_port
2021-11-26 08:18:31
linux-kernel
[PATCH 01/23] tty: finish kernel-doc of tty_struct members
2021-11-26 08:18:23
linux-kernel
[PATCH 03/23] tty: add kernel-doc for tty_driver
2021-11-26 08:18:16
linux-kernel
[PATCH 00/23] tty: documentation revamp
2021-11-22 11:17:06
linux-kernel
[PATCH v2 3/3] tty: drop tty_schedule_flip()
2021-11-22 11:16:58
linux-kernel
[PATCH v2 2/3] tty: the rest, stop using tty_schedule_flip()
2021-11-22 11:16:56
linux-kernel
[PATCH v2 1/3] tty: drivers/tty/, stop using tty_schedule_flip()
2021-11-22 11:16:54
linux-kernel
[PATCH v2 0/3] tty: drop tty_schedule_flip()
2021-11-22 09:45:38
linux-kernel
[PATCH v2] tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl
2021-11-18 07:33:14
linux-kernel
[PATCH 18/19] mxser: move ids from pci_ids.h here
2021-11-18 07:33:03
linux-kernel
[PATCH 19/19] mxser: use PCI_DEVICE_DATA
2021-11-18 07:32:54
linux-kernel
[PATCH 17/19] mxser: add MOXA prefix to some PCI device IDs
2021-11-18 07:32:52
linux-kernel
[PATCH 16/19] mxser: increase buf_overrun if tty_insert_flip_char() fails
2021-11-18 07:32:49
linux-kernel
[PATCH 15/19] mxser: remove tty parameter from mxser_receive_chars_new()
2021-11-18 07:32:43
linux-kernel
[PATCH 14/19] mxser: don't throttle manually
2021-11-18 07:32:40
linux-kernel
[PATCH 12/19] mxser: use msleep_interruptible() in mxser_wait_until_sent()
2021-11-18 07:32:37
linux-kernel
[PATCH 13/19] mxser: clean up timeout handling in mxser_wait_until_sent()