pull request: wireless-2.6 2010-02-10
From: "John W. Linville" <linville(a)tuxdriver.com> Date: Wed, 10 Feb 2010 13:58:16 -0500 Please let me know if there are problems! I see one: diff --git a/drivers/ssb/main.c b/drivers/ssb/main.c index 5681ebe..03dfd27 100644 --- a/drivers/ssb/main.c +++ b/drivers/ssb/main.c @@ -494,8 +494,7 @@ ... 10 Feb 2010 16:49
iwlwifi: use dma_alloc_coherent
Hi Stanislaw, On Wed, 2010-02-10 at 05:07 -0800, Stanislaw Gruszka wrote: Change pci_alloc_consistent() to dma_alloc_coherent() so we can use GFP_KERNEL flag. Signed-off-by: Stanislaw Gruszka <sgruszka(a)redhat.com> --- This looks good - thank you very much. I am going to include it in our testing ... 18 Feb 2010 08:20
[PATCH 09/40] KVM: VMX: Fold ept_update_paging_mode_cr4() into its caller
ept_update_paging_mode_cr4() accesses vcpu->arch.cr4 directly, which usually needs to be accessed via kvm_read_cr4(). In this case, we can't, since cr4 is in the process of being updated. Instead of adding inane comments, fold the function into its caller (vmx_set_cr4), so it can use the not-yet-committed cr4 dir... 10 Feb 2010 13:24
[PATCH 15/40] KVM: SVM: Adjust tsc_offset only if tsc_unstable
From: Joerg Roedel <joerg.roedel(a)amd.com> The tsc_offset adjustment in svm_vcpu_load is executed unconditionally even if Linux considers the host tsc as stable. This causes a Linux guest detecting an unstable tsc in any case. This patch removes the tsc_offset adjustment if the host tsc is stable. The guest will... 10 Feb 2010 13:24
[PATCH 11/40] KVM: Extended shared_msr_global to per CPU
From: Sheng Yang <sheng(a)linux.intel.com> shared_msr_global saved host value of relevant MSRs, but it have an assumption that all MSRs it tracked shared the value across the different CPUs. It's not true with some MSRs, e.g. MSR_TSC_AUX. Extend it to per CPU to provide the support of MSR_TSC_AUX, and more alike... 10 Feb 2010 13:24
[PATCH 21/40] KVM: powerpc: Move vector to irqprio resolving to separate function
From: Alexander Graf <agraf(a)suse.de> We're using a switch table to find the irqprio that belongs to a specific interrupt vector. This table is part of the interrupt inject logic. Since we'll add a new function to stop interrupts, let's move this table out of the injection logic into a separate function. Sign... 10 Feb 2010 13:24
[PATCH 38/40] KVM: Fill out ftrace exit reason strings
Some exit reasons missed their strings; fill out the table. Signed-off-by: Avi Kivity <avi(a)redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti(a)redhat.com> --- arch/x86/kvm/vmx.c | 58 +++++++++++++++++++++++++++++++++++----------------- 1 files changed, 39 insertions(+), 19 deletions(-) diff --git a/arch/... 10 Feb 2010 13:24
[PATCH 27/40] KVM: modify alias layout in x86s struct kvm_arch
From: Marcelo Tosatti <mtosatti(a)redhat.com> Have a pointer to an allocated region inside x86's kvm_arch. Signed-off-by: Marcelo Tosatti <mtosatti(a)redhat.com> --- arch/x86/include/asm/kvm_host.h | 8 ++++++-- arch/x86/kvm/x86.c | 21 ++++++++++++++++----- 2 files changed, 22 insertions(+), 7... 10 Feb 2010 13:24
[PATCH 20/40] KVM: Simplify coalesced mmio initialization
- add destructor function - move related allocation into constructor - add stubs for !CONFIG_KVM_MMIO Signed-off-by: Avi Kivity <avi(a)redhat.com> --- virt/kvm/coalesced_mmio.c | 25 +++++++++++++++++++++++-- virt/kvm/coalesced_mmio.h | 10 ++++++++++ virt/kvm/kvm_main.c | 7 +------ 3 files chang... 10 Feb 2010 13:24
[PATCH 24/40] KVM: powerpc: Change maintainer
From: Alexander Graf <agraf(a)suse.de> Progress on KVM for Embedded PowerPC has stalled, but for Book3S there's quite a lot of work to do and going on. So in agreement with Hollis and Avi, we should switch maintainers for PowerPC. Signed-off-by: Alexander Graf <agraf(a)suse.de> Acked-by: Hollis Blanchard <hollis... 10 Feb 2010 13:24