Petr Tesarik ([email protected])

Number of posts: 175 (0.44 per day)
First post: 2023-02-20 15:27:50
Last post: 2024-03-25 13:21:57

Date List Subject
2023-07-25 08:58:24 linux-kernel [PATCH v1 2/3] riscv/kexec: handle R_RISCV_ADD16 and R_RISCV_SUB16 relocation types
2023-07-24 12:35:55 linux-kernel [PATCH v5 6/9] swiotlb: if swiotlb is full, fall back to a transient memory pool
2023-07-24 12:30:53 linux-kernel [PATCH v5 2/9] swiotlb: make io_tlb_default_mem local to swiotlb.c
2023-07-24 12:30:33 linux-kernel [PATCH v5 8/9] swiotlb: allocate a new memory pool when existing pools are full
2023-07-24 12:29:53 linux-kernel [PATCH v5 9/9] swiotlb: search the software IO TLB only if the device makes use of it
2023-07-24 12:29:40 linux-kernel [PATCH v5 5/9] swiotlb: add a flag whether SWIOTLB is allowed to grow
2023-07-24 12:28:46 linux-kernel [PATCH v5 3/9] swiotlb: add documentation and rename swiotlb_do_find_slots()
2023-07-24 12:27:27 linux-kernel [PATCH v5 0/9] Allow dynamic allocation of software IO TLB bounce buffers
2023-07-24 12:21:29 linux-kernel [PATCH v5 7/9] swiotlb: determine potential physical address limit
2023-07-24 12:20:48 linux-kernel [PATCH v5 1/9] swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocated
2023-07-24 12:19:29 linux-kernel [PATCH v5 4/9] swiotlb: separate memory pool data from other allocator data
2023-07-24 12:16:31 linux-kernel [PATCH v1] sh: boards: fix CEU buffer size passed to dma_declare_coherent_memory()
2023-07-13 16:03:29 linux-kernel [PATCH v4 6/8] swiotlb: determine potential physical address limit
2023-07-13 16:03:00 linux-kernel [PATCH v4 0/8] Allow dynamic allocation of software IO TLB bounce buffers
2023-07-13 16:00:26 linux-kernel [PATCH v4 5/8] swiotlb: if swiotlb is full, fall back to a transient memory pool
2023-07-13 16:00:26 linux-kernel [PATCH v4 7/8] swiotlb: allocate a new memory pool when existing pools are full
2023-07-13 15:45:32 linux-kernel [PATCH v4 8/8] swiotlb: search the software IO TLB only if a device makes use of it
2023-07-13 15:40:27 linux-kernel [PATCH v4 1/8] swiotlb: make io_tlb_default_mem local to swiotlb.c
2023-07-13 15:32:34 linux-kernel [PATCH v4 2/8] swiotlb: add documentation and rename swiotlb_do_find_slots()
2023-07-13 15:32:34 linux-kernel [PATCH v4 3/8] swiotlb: separate memory pool data from other allocator data
2023-07-13 15:32:21 linux-kernel [PATCH v4 4/8] swiotlb: add a flag whether a SWIOTLB is allowed to grow
2023-06-27 10:18:53 linux-kernel [PATCH v3 4/7] swiotlb: if swiotlb is full, fall back to a transient memory pool
2023-06-27 10:18:02 linux-kernel [PATCH v3 6/7] swiotlb: allocate a new memory pool when existing pools are full
2023-06-27 10:17:24 linux-kernel [PATCH v3 1/7] swiotlb: make io_tlb_default_mem local to swiotlb.c
2023-06-27 10:17:05 linux-kernel [PATCH v3 3/7] swiotlb: separate memory pool data from other allocator data
2023-06-27 10:14:44 linux-kernel [PATCH v3 7/7] swiotlb: search the software IO TLB only if a device makes use of it
2023-06-27 10:14:18 linux-kernel [PATCH v3 5/7] swiotlb: determine potential physical address limit
2023-06-27 10:13:43 linux-kernel [PATCH v3 2/7] swiotlb: add documentation and rename swiotlb_do_find_slots()
2023-06-27 09:59:57 linux-kernel [PATCH v3 0/7] Allow dynamic allocation of software IO TLB bounce buffers
2023-06-26 13:17:50 linux-kernel [PATCH v1 2/2] swiotlb: Reduce the number of areas to match actual memory pool size
2023-06-26 13:17:46 linux-kernel [PATCH v1 1/2] swiotlb: Always set the number of areas before allocating the pool
2023-06-26 13:08:51 linux-kernel [PATCH v1 0/2] swiotlb: Fix a couple of bugs in sizing areas
2023-06-07 09:23:06 linux-kernel [PATCH v1 1/1] swiotlb: use the atomic counter of total used slabs if available
2023-06-06 13:34:00 linux-kernel [PATCH v1 1/1] swiotlb: remove unused field "used" from struct io_tlb_mem
2023-05-09 09:52:39 linux-kernel [PATCH v2 RESEND 7/7] swiotlb: per-device flag if there are dynamically allocated buffers
2023-05-09 09:52:09 linux-kernel [PATCH v2 RESEND 5/7] swiotlb: Add a boot option to enable dynamic bounce buffers
2023-05-09 09:50:42 linux-kernel [PATCH v2 RESEND 6/7] drm: Use DMA_ATTR_MAY_SLEEP from process context
2023-05-09 09:43:14 linux-kernel [PATCH v2 RESEND 4/7] swiotlb: Dynamically allocated bounce buffers
2023-05-09 09:37:50 linux-kernel [PATCH v2 RESEND 1/7] swiotlb: Use a helper to initialize swiotlb fields in struct device
2023-05-09 09:36:19 linux-kernel [PATCH v2 RESEND 2/7] swiotlb: Move code around in preparation for dynamic bounce buffers
2023-05-09 09:30:25 linux-kernel [PATCH v2 RESEND 3/7] dma-mapping: introduce the DMA_ATTR_MAY_SLEEP attribute
2023-05-09 09:29:26 linux-kernel [PATCH v2 RESEND 0/7] Allow dynamic allocation of software IO TLB bounce buffers
2023-04-20 10:06:52 linux-kernel [PATCH v1 1/1] swiotlb: Omit total_used and used_hiwater if !CONFIG_DEBUG_FS
2023-04-20 10:06:31 linux-kernel [PATCH v1 0/1] swiotlb: Clean up unused code if !CONFIG_DEBUG_FS
2023-04-19 10:20:48 linux-kernel [PATCH v2 7/7] swiotlb: per-device flag if there are dynamically allocated buffers
2023-04-19 10:08:15 linux-kernel [PATCH v2 6/7] drm: Use DMA_ATTR_MAY_SLEEP from process context
2023-04-19 10:08:01 linux-kernel [PATCH v2 5/7] swiotlb: Add a boot option to enable dynamic bounce buffers
2023-04-19 10:07:37 linux-kernel [PATCH v2 4/7] swiotlb: Dynamically allocated bounce buffers
2023-04-19 10:07:20 linux-kernel [PATCH v2 3/7] dma-mapping: introduce the DMA_ATTR_MAY_SLEEP attribute
2023-04-19 10:06:38 linux-kernel [PATCH v2 2/7] swiotlb: Move code around in preparation for dynamic bounce buffers
2023-04-19 10:06:11 linux-kernel [PATCH v2 1/7] swiotlb: Use a helper to initialize swiotlb fields in struct device