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
2024-04-08 05:37:36 linux-kernel Re: [PATCH] serial/pmac_zilog: Remove flawed mitigation for rx irq flood
2024-04-08 05:33:14 linux-kernel Re: [PATCH] serial/pmac_zilog: Remove flawed mitigation for rx irq flood
2024-04-05 06:17:20 linux-kernel [PATCH 14/15] tty: atmel_serial: define macro for RX size
2024-04-05 06:15:37 linux-kernel [PATCH 13/15] tty: atmel_serial: use single DMA mapping for TX
2024-04-05 06:13:15 linux-kernel [PATCH 12/15] tty: serial: switch from circ_buf to kfifo
2024-04-05 06:13:03 linux-kernel [PATCH 10/15] tty: 8250_omap: use dmaengine_prep_slave_sg()
2024-04-05 06:12:47 linux-kernel [PATCH 15/15] tty: atmel_serial: use single DMA mapping for RX
2024-04-05 06:12:39 linux-kernel [PATCH 09/15] tty: 8250_dma: use dmaengine_prep_slave_sg()
2024-04-05 06:11:17 linux-kernel [PATCH 11/15] tty: msm_serial: use dmaengine_prep_slave_sg()
2024-04-05 06:10:28 linux-kernel [PATCH 08/15] kfifo: fix typos in kernel-doc
2024-04-05 06:10:21 linux-kernel [PATCH 07/15] kfifo: add kfifo_dma_out_prepare_mapped()
2024-04-05 06:10:05 linux-kernel [PATCH 06/15] kfifo: pass offset to setup_sgl_buf() instead of a pointer
2024-04-05 06:09:58 linux-kernel [PATCH 05/15] kfifo: rename l to len_to_end in setup_sgl()
2024-04-05 06:09:38 linux-kernel [PATCH 04/15] kfifo: remove support for physically non-contiguous memory
2024-04-05 06:09:25 linux-kernel [PATCH 01/15] kfifo: drop __kfifo_dma_out_finish_r()
2024-04-05 06:09:25 linux-kernel [PATCH 03/15] kfifo: add kfifo_out_linear{,_ptr}()
2024-04-05 06:09:14 linux-kernel [PATCH 02/15] kfifo: introduce and use kfifo_skip_count()
2024-04-05 06:08:48 linux-kernel [PATCH 00/15] tty: serial: switch from circ_buf to kfifo
2024-04-05 05:25:18 linux-kernel Re: [PATCH v1 1/1] serial: core: Clearing the circular buffer before NULLifying it
2024-04-04 08:11:26 linux-kernel Re: [PATCH v3] tty: xtensa/iss: Use min() to fix Coccinelle warning
2024-04-04 07:41:48 linux-kernel Re: [PATCH v2] tty: xtensa/iss: Use min() to fix Coccinelle warning
2024-04-04 07:08:20 linux-kernel Re: [PATCH 6.8 015/715] io_uring: remove unconditional looping in local task_work handling
2024-04-04 06:18:35 linux-kernel Re: [PATCH] tty: Convert from tasklet to BH workqueue
2024-04-04 06:14:03 linux-kernel Re: [PATCH] tty: Convert from tasklet to BH workqueue
2024-04-04 05:29:51 linux-kernel Re: [PATCH v1 0/3] serial: Do not count XON/XOFF in the statistics
2024-04-04 05:07:57 linux-kernel Re: [PATCH] serial/pmac_zilog: Remove flawed mitigation for rx irq flood
2024-04-04 05:07:14 linux-kernel Re: [PATCH] tty: xtensa/iss: Use umin() to fix Coccinelle warning
2024-04-03 05:28:11 linux-kernel Re: [RESEND PATCH v3 1/2] VT: Add KDFONTINFO ioctl
2024-04-03 05:05:30 linux-kernel Re: [PATCH v4 2/3] VT: Add KDFONTINFO ioctl
2024-04-02 11:10:27 linux-kernel Re: [PATCH v3 2/2] VT: Allow to get max font width and height
2024-04-02 11:03:52 linux-kernel Re: [RESEND PATCH v3 1/2] VT: Add KDFONTINFO ioctl
2024-04-02 08:12:21 linux-kernel Re: [PATCH 6.8 015/715] io_uring: remove unconditional looping in local task_work handling
2024-03-28 09:04:33 linux-kernel Re: [PATCH] usb: gadget: u_serial: Add null pointer checks after RX/TX submission
2024-03-26 11:26:08 linux-kernel Re: [PATCH 6.8 000/710] 6.8.2-rc2 review
2024-03-26 06:27:20 linux-kernel Re: [PATCH 6.8 000/715] 6.8.2-rc1 review
2024-03-25 12:57:39 linux-kernel Re: [PATCH 6.8 119/715] libbpf: Add bpf_token_create() API
2024-03-22 07:03:01 linux-kernel Re: [PATCH V4] kdb: Fix the deadlock issue in KDB debugging.
2024-03-19 10:04:18 linux-kernel Re: [PATCH 4/4] kfifo: fix typos in kernel-doc
2024-03-19 09:59:58 linux-kernel [RFT 14/15] tty: atmel_serial: define macro for RX size
2024-03-19 09:59:11 linux-kernel [RFT 11/15] tty: msm_serial: use dmaengine_prep_slave_sg()
2024-03-19 09:58:13 linux-kernel [RFT 12/15] tty: serial: switch from circ_buf to kfifo
2024-03-19 09:58:02 linux-kernel [RFT 15/15] tty: atmel_serial: use single DMA mapping for RX
2024-03-19 09:57:43 linux-kernel [RFT 08/15] kfifo: fix typos in kernel-doc
2024-03-19 09:57:15 linux-kernel [RFT 13/15] tty: atmel_serial: use single DMA mapping for TX
2024-03-19 09:57:06 linux-kernel [RFT 06/15] kfifo: pass offset to setup_sgl_buf() instead of a pointer
2024-03-19 09:56:30 linux-kernel [RFT 10/15] tty: 8250_omap: use dmaengine_prep_slave_sg()
2024-03-19 09:56:20 linux-kernel [RFT 09/15] tty: 8250_dma: use dmaengine_prep_slave_sg()
2024-03-19 09:56:19 linux-kernel [RFT 04/15] kfifo: remove support for physically non-contiguous memory
2024-03-19 09:55:50 linux-kernel [RFT 07/15] kfifo: add kfifo_dma_out_prepare_mapped()
2024-03-19 09:55:21 linux-kernel [RFT 05/15] kfifo: rename l to len_to_end in setup_sgl()
2024-03-19 09:54:45 linux-kernel [PATCH 4/4] kfifo: fix typos in kernel-doc