Duyck, Alexander H ([email protected])

Number of posts: 273 (0.08 per day)
First post: 2008-07-23 17:27:50
Last post: 2017-10-27 23:23:19

Date List Subject
2012-10-15 17:19:26 linux-kernel [PATCH v3 3/7] swiotlb: Make io_tlb_overflow_buffer a physical address
2012-10-15 17:19:14 linux-kernel [PATCH v3 2/7] swiotlb: Make io_tlb_start a physical address instead of a virtual one
2012-10-15 17:19:09 linux-kernel [PATCH v3 1/7] swiotlb: Make io_tlb_end a physical address instead of a virtual one
2012-10-15 17:19:00 linux-kernel [PATCH v3 0/7] Improve swiotlb performance by using physical addresses
2012-10-15 15:43:45 linux-kernel Re: [PATCH v2 1/7] swiotlb: Make io_tlb_end a physical address instead of a virtual one
2012-10-12 16:05:03 linux-kernel Re: [PATCH v2 0/7] Improve swiotlb performance by using physical addresses
2012-10-12 15:53:53 linux-kernel Re: [PATCH v2 0/8] Improve performance of VM translation on x86_64
2012-10-11 20:51:31 linux-kernel [PATCH v2 3/8] x86: Drop 4 unnecessary calls to __pa_symbol
2012-10-11 20:50:41 linux-kernel [PATCH v2 8/8] x86/lguest: Use __pa_symbol instead of __pa on C visible symbols
2012-10-11 20:50:23 linux-kernel [PATCH v2 6/8] x86/xen: Use __pa_symbol instead of __pa on C visible symbols
2012-10-11 20:50:17 linux-kernel [PATCH v2 7/8] x86/acpi: Use __pa_symbol instead of __pa on C visible symbols
2012-10-11 20:50:07 linux-kernel [PATCH v2 5/8] x86/ftrace: Use __pa_symbol instead of __pa on C visible symbols
2012-10-11 20:50:00 linux-kernel [PATCH v2 4/8] x86: Use __pa_symbol instead of __pa on C visible symbols
2012-10-11 20:49:52 linux-kernel [PATCH v2 2/8] x86: Make it so that __pa_symbol can only process kernel symbols on x86_64
2012-10-11 20:49:47 linux-kernel [PATCH v2 1/8] x86: Improve __phys_addr performance by making use of carry flags and inlining
2012-10-11 20:49:37 linux-kernel [PATCH v2 0/8] Improve performance of VM translation on x86_64
2012-10-11 20:34:53 linux-kernel [PATCH v2 6/7] swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_single
2012-10-11 20:34:48 linux-kernel [PATCH v2 7/7] swiotlb: Do not export swiotlb_bounce since there are no external consumers
2012-10-11 20:34:33 linux-kernel [PATCH v2 5/7] swiotlb: Use physical addresses for swiotlb_tbl_unmap_single
2012-10-11 20:34:28 linux-kernel [PATCH v2 4/7] swiotlb: Return physical addresses when calling swiotlb_tbl_map_single
2012-10-11 20:34:23 linux-kernel [PATCH v2 3/7] swiotlb: Make io_tlb_overflow_buffer a physical address
2012-10-11 20:34:16 linux-kernel [PATCH v2 2/7] swiotlb: Make io_tlb_start a physical address instead of a virtual one
2012-10-11 20:34:12 linux-kernel [PATCH v2 1/7] swiotlb: Make io_tlb_end a physical address instead of a virtual one
2012-10-11 20:34:11 linux-kernel [PATCH v2 0/7] Improve swiotlb performance by using physical addresses
2012-10-10 23:56:44 linux-kernel Re: [PATCH] x86: Improve 64 bit __phys_addr call performance
2012-10-10 23:46:14 linux-kernel [PATCH] x86: Make it so that __pa_symbol can only process kernel symbols on x86_64
2012-10-09 19:11:41 linux-kernel Re: [RFC PATCH 2/7] swiotlb: Make io_tlb_start a physical address instead of a virtual address
2012-10-09 19:05:12 linux-kernel Re: [RFC PATCH 0/7] Improve swiotlb performance by using physical addresses
2012-10-09 18:50:44 linux-kernel [PATCH] x86: Improve 64 bit __phys_addr call performance
2012-10-08 15:43:15 linux-kernel Re: [RFC PATCH 0/7] Improve swiotlb performance by using physical addresses
2012-10-06 00:34:53 linux-kernel [PATCH 5/7] swiotlb: Use physical addresses for swiotlb_tbl_unmap_single
2012-10-06 00:34:28 linux-kernel [PATCH 7/7] swiotlb: Do not export swiotlb_bounce since there are no external consumers
2012-10-06 00:34:11 linux-kernel [PATCH 6/7] swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_single
2012-10-06 00:34:03 linux-kernel [PATCH 3/7] swiotlb: Make io_tlb_overflow_buffer a physical address
2012-10-06 00:33:58 linux-kernel [PATCH 4/7] swiotlb: Return physical addresses when calling swiotlb_tbl_map_single
2012-10-06 00:33:48 linux-kernel [PATCH 2/7] swiotlb: Replace virtual io_tlb_start with physical io_tlb_addr
2012-10-06 00:33:40 linux-kernel [PATCH 1/7] swiotlb: Instead of tracking the end of the swiotlb region just calculate it
2012-10-06 00:33:32 linux-kernel [PATCH 0/7] Improve swiotlb performance by using physical addresses
2012-10-05 23:23:26 linux-kernel Re: [RFC PATCH 0/7] Improve swiotlb performance by using physical addresses
2012-10-05 19:35:11 linux-kernel Re: [RFC PATCH 0/7] Improve swiotlb performance by using physical addresses
2012-10-04 20:23:01 linux-kernel Re: [RFC PATCH 2/7] swiotlb: Make io_tlb_start a physical address instead of a virtual address
2012-10-04 17:56:57 linux-kernel Re: [RFC PATCH 0/7] Improve swiotlb performance by using physical addresses
2012-10-04 17:11:24 linux-kernel Re: [RFC PATCH 2/7] swiotlb: Make io_tlb_start a physical address instead of a virtual address
2012-10-04 15:54:05 linux-kernel Re: [RFC PATCH 1/7] swiotlb: Instead of tracking the end of the swiotlb region just calculate it
2012-10-04 15:49:59 linux-kernel Re: [RFC PATCH 0/7] Improve swiotlb performance by using physical addresses
2012-10-04 00:39:44 linux-kernel [RFC PATCH 3/7] swiotlb: Make io_tlb_overflow_buffer a physical address
2012-10-04 00:39:06 linux-kernel [RFC PATCH 7/7] swiotlb: Do not export swiotlb_bounce since there are no external consumers
2012-10-04 00:39:00 linux-kernel [RFC PATCH 6/7] swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_single
2012-10-04 00:38:53 linux-kernel [RFC PATCH 5/7] swiotlb: Use physical addresses for swiotlb_tbl_unmap_single
2012-10-04 00:38:48 linux-kernel [RFC PATCH 4/7] swiotlb: Return physical addresses when calling swiotlb_tbl_map_single
2012-10-04 00:38:41 linux-kernel [RFC PATCH 2/7] swiotlb: Make io_tlb_start a physical address instead of a virtual address