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

Date List Subject
2023-08-16 13:37:50 linux-kernel [PATCH 03/10] tty: tty_buffer: unify tty_insert_flip_string_{fixed_flag,flags}()
2023-08-16 12:02:02 linux-kernel [PATCH 07/14] tty: n_tty: move canon handling to a separate function
2023-08-16 10:29:18 linux-kernel [PATCH] tty: gdm724x: use min_t() for size_t varable and a constant
2023-08-15 13:53:20 linux-kernel Re: [PATCH] serial: 8250: drop lockdep annotation from serial8250_clear_IER()
2023-08-14 11:32:44 linux-kernel Re: [PATCH] serial: 8250: drop lockdep annotation from serial8250_clear_IER()
2023-08-14 07:27:38 linux-kernel Re: [PATCH 00/36] tty: type unifications -- part I.
2023-08-14 07:14:13 linux-kernel Re: [PATCH 16/36] tty: use u8 for chars
2023-08-14 06:40:41 linux-kernel Re: [PATCH] serial: 8250: drop lockdep annotation from serial8250_clear_IER()
2023-08-11 07:16:23 linux-kernel [PATCH] serial: 8250: drop lockdep annotation from serial8250_clear_IER()
2023-08-10 11:22:53 linux-kernel [PATCH 34-and-three-quarters/36] tty: gdm724x: simplify gdm_tty_write()
2023-08-10 10:56:18 linux-kernel [PATCH 31/36] tty: ldops: unify to u8
2023-08-10 10:51:54 linux-kernel Re: [PATCH 34/36] tty: gdm724x: convert counts to size_t
2023-08-10 10:51:45 linux-kernel [PATCH 16/36] tty: use u8 for chars
2023-08-10 10:43:15 linux-kernel [PATCH 05/36] tty: change tty_write_lock()'s ndelay parameter to bool
2023-08-10 10:42:14 linux-kernel [PATCH 15/36] tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
2023-08-10 10:40:49 linux-kernel [PATCH 20/36] tty: tty_buffer: make all offsets unsigned
2023-08-10 10:38:55 linux-kernel [PATCH 14/36] tty: can327, move overflow test inside can327_ldisc_rx()'s loop
2023-08-10 10:34:14 linux-kernel [PATCH 23/36] tty: use min() in iterate_tty_write()
2023-08-10 10:21:56 linux-kernel [PATCH 03/36] tty: remove dummy tty_ldisc_ops::poll() implementations
2023-08-10 10:14:26 linux-kernel [PATCH 06/36] tty: tty_port: rename 'disc' to 'ld'
2023-08-10 10:08:10 linux-kernel [PATCH 34/36] tty: gdm724x: convert counts to size_t
2023-08-10 10:07:16 linux-kernel [PATCH 33/36] tty: vcc: convert counts to size_t
2023-08-10 09:56:17 linux-kernel [PATCH 32/36] tty: hvc: convert counts to size_t
2023-08-10 09:55:52 linux-kernel [PATCH 11/36] tty: switch receive_buf() counts to size_t
2023-08-10 09:54:53 linux-kernel [PATCH 07/36] tty: drop tty_debug_wait_until_sent()
2023-08-10 09:54:26 linux-kernel [PATCH 26/36] tty: use min() for size computation in iterate_tty_read()
2023-08-10 09:54:16 linux-kernel [PATCH 02/36] tty: ldisc: document that ldops are optional
2023-08-10 09:51:14 linux-kernel [PATCH 09/36] tty: make tty_port_client_operations operate with u8
2023-08-10 09:50:07 linux-kernel [PATCH 01/36] tty: xtensa/iss: drop unneeded tty_operations hooks
2023-08-10 09:49:16 linux-kernel [PATCH 28/36] tty: propagate u8 data to tty_operations::put_char()
2023-08-10 09:47:41 linux-kernel [PATCH 18/36] misc: ti-st: make st_recv() conforming to tty_ldisc_ops::receive_buf()
2023-08-10 09:45:10 linux-kernel [PATCH 10/36] tty: make counts in tty_port_client_operations hooks size_t
2023-08-10 09:44:54 linux-kernel [PATCH 21/36] tty: don't pass write() to do_tty_write()
2023-08-10 09:42:59 linux-kernel [PATCH 27/36] tty: propagate u8 data to tty_operations::write()
2023-08-10 09:40:56 linux-kernel [PATCH 22/36] tty: rename and de-inline do_tty_write()
2023-08-10 09:40:21 linux-kernel [PATCH 04/36] tty: n_null: remove optional ldops
2023-08-10 09:39:06 linux-kernel [PATCH 00/36] tty: type unifications -- part I.
2023-08-10 09:37:55 linux-kernel [PATCH 25/36] tty: switch size and count types in iterate_tty_read() to size_t
2023-08-10 09:36:57 linux-kernel [PATCH 35/36] tty: hso: simplify hso_serial_write()
2023-08-10 09:36:29 linux-kernel [PATCH 17/36] tty: use u8 for flags
2023-08-10 09:36:02 linux-kernel [PATCH 36/36] tty: rfcomm: convert counts to size_t
2023-08-10 09:35:52 linux-kernel [PATCH 30/36] tty: audit: unify to u8
2023-08-10 09:35:24 linux-kernel [PATCH 08/36] tty: make tty_change_softcar() more understandable
2023-08-10 09:34:12 linux-kernel [PATCH 24/36] tty: use ssize_t for iterate_tty_read() returned type
2023-08-10 09:33:52 linux-kernel [PATCH 12/36] tty: switch count in tty_ldisc_receive_buf() to size_t
2023-08-10 09:33:35 linux-kernel [PATCH 19/36] tty: make char_buf_ptr()/flag_buf_ptr()'s offset unsigned
2023-08-10 09:33:26 linux-kernel [PATCH 29/36] tty: make tty_operations::write()'s count size_t
2023-08-10 09:33:11 linux-kernel [PATCH 13/36] tty: can327: unify error paths in can327_ldisc_rx()
2023-08-09 10:46:44 linux-wireless Re: [PATCH] ath5k: fix WARNING opportunity for swap.
2023-08-08 17:02:53 linux-wireless Re: [PATCH] ath5k: fix WARNING opportunity for swap.
2023-08-04 10:07:41 linux-kernel Re: [PATCH] serial: core: Fix kmemleak issue for serial core device remove