LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
2023-12-01 12:14:59
linux-kernel
[PATCH RESEND] swiotlb: reduce area lock contention for non-primary IO TLB pools
2023-11-30 08:31:31
linux-kernel
Re: [PATCH v5 23/23] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache
2023-11-06 12:48:09
linux-kernel
Re: Memory corruption with CONFIG_SWIOTLB_DYNAMIC=y
2023-11-02 09:46:42
linux-kernel
[PATCH] swiotlb: reduce area lock contention for non-primary IO TLB pools
2023-11-02 09:38:18
linux-kernel
[PATCH v2 1/1] swiotlb: do not free decrypted pages if dynamic
2023-11-02 09:38:02
linux-kernel
[PATCH v2 0/1] fix handling of decrypted pages
2023-10-26 09:52:18
linux-kernel
[PATCH] swiotlb: check dynamically allocated TLB address before decrypting
2023-10-25 09:04:19
linux-kernel
[PATCH] swiotlb: Do not try to allocate a TLB bigger than MAX_ORDER pages
2023-08-03 16:11:35
linux-kernel
Re: [PATCH v2 2/3] riscv/purgatory: do not link with string.o and its dependencies
2023-08-03 12:10:51
linux-kernel
[PATCH v1] swiotlb: optimize get_max_slots()
2023-08-02 17:29:23
linux-kernel
[PATCH v1] xen: remove a confusing comment on auto-translated guest I/O
2023-08-02 17:29:13
linux-kernel
[PATCH v1] parisc: pci-dma: remove unused and dead EISA code and comment
2023-08-02 17:03:01
linux-wireless
[PATCH] wifi: brcm80211: handle params_v1 allocation failure
2023-08-02 17:00:03
linux-kernel
[PATCH v1] swiotlb: move slot allocation explanation comment where it belongs
2023-08-01 18:15:55
linux-wireless
Re: [PATCH v1 1/3] wifi: brcm80211: drop struct brcmf_p2p_scan_le
2023-08-01 18:12:02
linux-wireless
Re: [PATCH v1 3/3] wifi: brcm80211: change channel_list to a flexible array
2023-08-01 17:58:33
linux-kernel
Re: [PATCH v7 0/9] Allow dynamic allocation of software IO TLB bounce buffers
2023-08-01 16:24:36
linux-kernel
[PATCH v1 3/3] wifi: brcm80211: change channel_list to a flexible array
2023-08-01 16:20:58
linux-wireless
[PATCH v1 2/3] wifi: brcm80211: separate abort scan param prepare from actual scan
2023-08-01 16:20:11
linux-kernel
[PATCH v1 0/3] wifi: brcm80211: avoid memcpy warning when CONFIG_FORTIFY_SOURCE=y
2023-08-01 16:05:59
linux-wireless
[PATCH v1 1/3] wifi: brcm80211: drop struct brcmf_p2p_scan_le
2023-08-01 10:11:51
linux-kernel
Re: [PATCH v2 0/3] RISC-V: Fix a few kexec_file_load(2) failures
2023-08-01 06:56:50
linux-kernel
Re: [PATCH v6 0/9] Allow dynamic allocation of software IO TLB bounce buffers
2023-08-01 06:50:54
linux-kernel
[PATCH v7 7/9] swiotlb: determine potential physical address limit
2023-08-01 06:48:59
linux-kernel
[PATCH v7 2/9] swiotlb: make io_tlb_default_mem local to swiotlb.c
2023-08-01 06:48:39
linux-kernel
[PATCH v7 6/9] swiotlb: if swiotlb is full, fall back to a transient memory pool
2023-08-01 06:48:39
linux-kernel
[PATCH v7 8/9] swiotlb: allocate a new memory pool when existing pools are full
2023-08-01 06:45:18
linux-kernel
[PATCH v7 0/9] Allow dynamic allocation of software IO TLB bounce buffers
2023-08-01 06:44:32
linux-kernel
[PATCH v7 9/9] swiotlb: search the software IO TLB only if the device makes use of it
2023-08-01 06:41:35
linux-kernel
[PATCH v7 4/9] swiotlb: separate memory pool data from other allocator data
2023-08-01 06:41:17
linux-kernel
[PATCH v7 1/9] swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocated
2023-08-01 06:40:28
linux-kernel
[PATCH v7 5/9] swiotlb: add a flag whether SWIOTLB is allowed to grow
2023-08-01 06:30:46
linux-kernel
[PATCH v7 3/9] swiotlb: add documentation and rename swiotlb_do_find_slots()
2023-07-27 13:14:50
linux-kernel
[PATCH v6 5/9] swiotlb: add a flag whether SWIOTLB is allowed to grow
2023-07-27 13:12:49
linux-kernel
[PATCH v6 4/9] swiotlb: separate memory pool data from other allocator data
2023-07-27 13:09:30
linux-kernel
[PATCH v6 8/9] swiotlb: allocate a new memory pool when existing pools are full
2023-07-27 13:02:44
linux-kernel
[PATCH v6 9/9] swiotlb: search the software IO TLB only if the device makes use of it
2023-07-27 12:56:23
linux-kernel
[PATCH v6 1/9] swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocated
2023-07-27 12:44:37
linux-kernel
[PATCH v6 2/9] swiotlb: make io_tlb_default_mem local to swiotlb.c
2023-07-27 12:34:38
linux-kernel
[PATCH v6 3/9] swiotlb: add documentation and rename swiotlb_do_find_slots()
2023-07-27 12:24:59
linux-kernel
[PATCH v6 6/9] swiotlb: if swiotlb is full, fall back to a transient memory pool
2023-07-27 12:23:59
linux-kernel
[PATCH v6 7/9] swiotlb: determine potential physical address limit
2023-07-27 12:23:52
linux-kernel
[PATCH v6 0/9] Allow dynamic allocation of software IO TLB bounce buffers
2023-07-26 18:47:40
linux-kernel
Re: [PATCH v2 3/3] riscv/kexec: load initrd high in available memory
2023-07-26 11:23:45
linux-kernel
[PATCH v2 3/3] riscv/kexec: load initrd high in available memory
2023-07-26 11:04:51
linux-kernel
[PATCH v2 1/3] riscv/kexec: handle R_RISCV_CALL_PLT relocation type
2023-07-26 11:03:32
linux-kernel
[PATCH v2 0/3] RISC-V: Fix a few kexec_file_load(2) failures
2023-07-26 10:57:53
linux-kernel
[PATCH v2 2/3] riscv/purgatory: do not link with string.o and its dependencies
2023-07-25 09:26:04
linux-kernel
[PATCH v1 3/3] riscv/purgatory: do not link with string.o
2023-07-25 09:17:48
linux-kernel
[PATCH v1 1/3] riscv/kexec: handle R_RISCV_CALL_PLT relocation type
2023-07-25 09:07:08
linux-kernel
[PATCH v1 0/3] RISC-V: Fix a few kexec_file_load(2) failures