LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
2012-11-19 18:32:55
linux-kernel
[RESEND][PATCH] x86: Fix warning about cast from pointer to integer of different size
2012-11-19 17:11:57
linux-kernel
[PATCH] x86: Fix warning about cast from pointer to integer of different size
2012-11-17 00:56:34
linux-kernel
[tip:x86/mm] x86/acpi: Use __pa_symbol instead of __pa on C visible symbols
2012-11-17 00:55:33
linux-kernel
[tip:x86/mm] x86/ftrace: Use __pa_symbol instead of __pa on C visible symbols
2012-11-17 00:54:38
linux-kernel
[tip:x86/mm] x86: Use __pa_symbol instead of __pa on C visible symbols
2012-11-17 00:53:34
linux-kernel
[tip:x86/mm] x86: Drop 4 unnecessary calls to __pa_symbol
2012-11-17 00:52:14
linux-kernel
[tip:x86/mm] x86: Make it so that __pa_symbol can only process kernel symbols on x86_64
2012-11-17 00:51:18
linux-kernel
[tip:x86/mm] x86: Improve __phys_addr performance by making use of carry flags and inlining
2012-11-17 00:50:12
linux-kernel
[tip:x86/mm] x86: Move some contents of page_64_types.h into pgtable_64.h and page_64.h
2012-11-17 00:30:41
linux-kernel
[tip:x86/mm] x86/lguest: Use __pa_symbol instead of __pa on C visible symbols
2012-11-17 00:29:49
linux-kernel
[tip:x86/mm] x86/acpi: Use __pa_symbol instead of __pa on C visible symbols
2012-11-17 00:28:33
linux-kernel
[tip:x86/mm] x86/ftrace: Use __pa_symbol instead of __pa on C visible symbols
2012-11-17 00:27:38
linux-kernel
[tip:x86/mm] x86: Use __pa_symbol instead of __pa on C visible symbols
2012-11-17 00:26:47
linux-kernel
[tip:x86/mm] x86: Drop 4 unnecessary calls to __pa_symbol
2012-11-17 00:25:25
linux-kernel
[tip:x86/mm] x86: Make it so that __pa_symbol can only process kernel symbols on x86_64
2012-11-17 00:24:20
linux-kernel
[tip:x86/mm] x86: Improve __phys_addr performance by making use of carry flags and inlining
2012-11-17 00:23:36
linux-kernel
[tip:x86/mm] x86: Move some contents of page_64_types.h into pgtable_64.h and page_64.h
2012-11-16 23:20:08
linux-kernel
Re: [PATCH v4 6/8] x86/ftrace: Use __pa_symbol instead of __pa on C visible symbols
2012-11-16 21:59:23
linux-kernel
[PATCH v4 8/8] x86/lguest: Use __pa_symbol instead of __pa on C visible symbols
2012-11-16 21:58:55
linux-kernel
[PATCH v4 7/8] x86/acpi: Use __pa_symbol instead of __pa on C visible symbols
2012-11-16 21:58:43
linux-kernel
[PATCH v4 6/8] x86/ftrace: Use __pa_symbol instead of __pa on C visible symbols
2012-11-16 21:58:25
linux-kernel
[PATCH v4 5/8] x86: Use __pa_symbol instead of __pa on C visible symbols
2012-11-16 21:57:46
linux-kernel
[PATCH v4 4/8] x86: Drop 4 unnecessary calls to __pa_symbol
2012-11-16 21:56:58
linux-kernel
[PATCH v4 3/8] x86: Make it so that __pa_symbol can only process kernel symbols on x86_64
2012-11-16 21:55:04
linux-kernel
[PATCH v4 2/8] x86: Improve __phys_addr performance by making use of carry flags and inlining
2012-11-16 21:54:21
linux-kernel
[PATCH v4 1/8] x86: Move some contents of page_64_types.h into pgtable_64.h and page_64.h
2012-11-16 21:53:50
linux-kernel
[PATCH v4 0/8] Improve performance of VM translation on x86_64
2012-11-16 21:46:37
linux-kernel
[PATCH v4] x86/xen: Use __pa_symbol instead of __pa on C visible symbols
2012-11-16 19:35:56
linux-kernel
Re: [PATCH v3 1/8] x86: Improve __phys_addr performance by making use of carry flags and inlining
2012-11-05 21:56:31
linux-kernel
Re: [PATCH v3 1/8] x86: Improve __phys_addr performance by making use of carry flags and inlining
2012-11-05 19:06:14
linux-kernel
[PATCH v3 8/8] x86/lguest: Use __pa_symbol instead of __pa on C visible symbols
2012-11-05 19:05:59
linux-kernel
[PATCH v3 7/8] x86/acpi: Use __pa_symbol instead of __pa on C visible symbols
2012-11-05 19:05:45
linux-kernel
[PATCH v3 6/8] x86/xen: Use __pa_symbol instead of __pa on C visible symbols
2012-11-05 19:05:37
linux-kernel
[PATCH v3 5/8] x86/ftrace: Use __pa_symbol instead of __pa on C visible symbols
2012-11-05 19:05:26
linux-kernel
[PATCH v3 4/8] x86: Use __pa_symbol instead of __pa on C visible symbols
2012-11-05 19:04:30
linux-kernel
[PATCH v3 3/8] x86: Drop 4 unnecessary calls to __pa_symbol
2012-11-05 19:04:22
linux-kernel
[PATCH v3 1/8] x86: Improve __phys_addr performance by making use of carry flags and inlining
2012-11-05 19:04:21
linux-kernel
[PATCH v3 2/8] x86: Make it so that __pa_symbol can only process kernel symbols on x86_64
2012-11-05 19:03:12
linux-kernel
[PATCH v3 0/8] Improve performance of VM translation on x86_64
2012-11-02 18:49:15
linux-kernel
Re: [PATCH v3 0/7] Improve swiotlb performance by using physical addresses
2012-11-01 16:01:20
linux-kernel
Re: [PATCH v2 0/8] Improve performance of VM translation on x86_64
2012-10-24 16:31:08
linux-kernel
Re: [PATCH] x86: Improve 64 bit __phys_addr call performance
2012-10-19 16:21:44
linux-kernel
Re: [PATCH v2 1/7] swiotlb: Make io_tlb_end a physical address instead of a virtual one
2012-10-18 15:53:36
linux-kernel
Re: [PATCH v2 1/7] swiotlb: Make io_tlb_end a physical address instead of a virtual one
2012-10-15 21:17:44
linux-kernel
Re: [PATCH] e1000 driver RX race condition fixed
2012-10-15 20:03:38
linux-kernel
Re: [PATCH] e1000 driver RX race condition fixed
2012-10-15 18:54:03
linux-kernel
Re: [PATCH] e1000 driver RX race condition fixed
2012-10-15 17:20:48
linux-kernel
[PATCH v3 4/7] swiotlb: Return physical addresses when calling swiotlb_tbl_map_single
2012-10-15 17:20:20
linux-kernel
[PATCH v3 7/7] swiotlb: Do not export swiotlb_bounce since there are no external consumers
2012-10-15 17:19:58
linux-kernel
[PATCH v3 5/7] swiotlb: Use physical addresses for swiotlb_tbl_unmap_single
2012-10-15 17:19:46
linux-kernel
[PATCH v3 6/7] swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_single