[PATCH -mm 0/6] remove unnecessary sync_single_range_* in dma_map_ops
This patchset removes useless sync_single_range_for_cpu and sync_single_range_for_device hooks in dma_map_ops. These hooks were for dma_sync_single_range_* DMA API, however, the API became obsolete (the description in DMA API docs was removed too). Architecutres should use sync_single_for_cpu and sync_single_for_de... 27 Apr 2010 08:45
[PATCH -mm 2/6] ia64: remove unnecessary sync_single_range_* in swiotlb_dma_ops
sync_single_range_for_cpu and sync_single_range_for_device hooks in swiotlb_dma_ops are unnecessary because sync_single_for_cpu and sync_single_for_device are used there. Signed-off-by: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> Cc: Tony Luck <tony.luck(a)intel.com> Cc: Fenghua Yu <fenghua.yu(a)intel.com> --- ... 27 Apr 2010 08:45
KVM: MMU: Make tdp_enabled a mmu-context parameter
On 04/27/2010 01:38 PM, Joerg Roedel wrote: This patch changes the tdp_enabled flag from its global meaning to the mmu-context and renames it to direct_map there. This is necessary for Nested SVM with emulation of Nested Paging where we need an extra MMU context to shadow the Nested Nested Page Table. ... 27 Apr 2010 08:45
[PATCH] [LogFS] Return -EINVAL if filesystem image doesn't match
On Tue, 27 April 2010 13:40:04 +0200, Jörn Engel wrote: On Tue, 27 April 2010 13:31:11 +0200, Paolo Minazzi wrote: If you add "rootfstype=romfs" to the command line, does the problem still exist? Jorn , you are right. It seems work.... please wait.... Ok, I'm pretty su... 27 Apr 2010 08:45
Correctly deal with make that has an argument which contains an "s"
On 26.4.2010 22:56, Jason Wessel wrote: When using remake, which is based on gnumake, if you invoke an example build as shown below, the build will become silent due to the top level make file incorrectly guessing that the end user wants a silent build because an argument that contained an "s" was used. ... 27 Apr 2010 08:45
I am an emotional amoeba who loves Erika-with-a-k and Erika-with-a-k loves me.
On Tue, 27 Apr 2010 02:35:47 EDT, Benjamin LaHaise said: I am an emotional amoeba Erika loves because I love Erika, and we care about each other more than anyone we've ever met because we love technology more than our friends and family. On Tue, Apr 27, 2010 at 1:57 PM, <Valdis.Kletnieks(a)vt.edu> wrote: ... 27 Apr 2010 08:45
I am an emotional amoeba who loves Erika-with-a-k and Erika-with-a-k loves me.
On Tue, 27 Apr 2010 02:35:47 EDT, Benjamin LaHaise said: I am an emotional amoeba Erika loves because I love Erika, and we care about each other more than anyone we've ever met because we love technology more than our friends and family. Doood - Facebook has a "It's Complicated" button. Use it. We don't r... 27 Apr 2010 09:53
[PATCH 10/22] KVM: MMU: Introduce generic walk_addr function
This is the first patch in the series towards a generic walk_addr implementation which could walk two-dimensional page tables in the end. In this first step the walk_addr function is renamed into walk_addr_generic which takes a mmu context as an additional parameter. Signed-off-by: Joerg Roedel <joerg.roedel(a)amd... 27 Apr 2010 07:38
[PATCH 20/22] KVM: SVM: Initialize Nested Nested MMU context on VMRUN
This patch adds code to initialize the Nested Nested Paging MMU context when the L1 guest executes a VMRUN instruction and has nested paging enabled in its VMCB. Signed-off-by: Joerg Roedel <joerg.roedel(a)amd.com> --- arch/x86/kvm/mmu.c | 1 + arch/x86/kvm/svm.c | 56 +++++++++++++++++++++++++++++++++++++++... 27 Apr 2010 07:38
[PATCH 04/22] KVM: X86: Introduce a tdp_set_cr3 function
This patch introduces a special set_tdp_cr3 function pointer in kvm_x86_ops which is only used for tpd enabled mmu contexts. This allows to remove some hacks from svm code. Signed-off-by: Joerg Roedel <joerg.roedel(a)amd.com> --- arch/x86/include/asm/kvm_host.h | 1 + arch/x86/kvm/mmu.c | 2 +-... 27 Apr 2010 07:38