mbox

[PULL,3.6,0/3] ppc patch queue 2012-08-16 for 3.6

Message ID 1345119413-4922-1-git-send-email-agraf@suse.de
State New, archived
Headers show

Pull-request

git://github.com/agraf/linux-2.6.git for-upstream-master

Message

Alexander Graf Aug. 16, 2012, 12:16 p.m. UTC
Hi Avi,

This is my patch queue for ppc patches that should go into 3.6.  Please pull.

  * Fix memset in e500_tlb
  * Fix icache flush when mapping executable pages
  * Fix wrong branch in book3s hv code

Alex


The following changes since commit 439793d4b3c99e550daebd868bbd58967c93d0b3:
  Gleb Natapov (1):
        KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct value

are available in the git repository at:

  git://github.com/agraf/linux-2.6.git for-upstream-master

Alan Cox (1):
      ppc: e500_tlb memset clears nothing

Alexander Graf (1):
      KVM: PPC: Add cache flush on page map

Paul Mackerras (1):
      KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE code

 arch/powerpc/include/asm/kvm_host.h     |    1 +
 arch/powerpc/include/asm/kvm_ppc.h      |   12 ++++++++++++
 arch/powerpc/kvm/book3s_32_mmu_host.c   |    3 +++
 arch/powerpc/kvm/book3s_64_mmu_host.c   |    2 ++
 arch/powerpc/kvm/book3s_hv_rmhandlers.S |   12 +++++++-----
 arch/powerpc/kvm/e500_tlb.c             |   11 +++++++----
 arch/powerpc/mm/mem.c                   |    1 +
 7 files changed, 33 insertions(+), 9 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Marcelo Tosatti Aug. 17, 2012, 12:13 a.m. UTC | #1
On Thu, Aug 16, 2012 at 02:16:50PM +0200, Alexander Graf wrote:
> Hi Avi,
> 
> This is my patch queue for ppc patches that should go into 3.6.  Please pull.
> 
>   * Fix memset in e500_tlb
>   * Fix icache flush when mapping executable pages
>   * Fix wrong branch in book3s hv code
> 
> Alex
> 
> 
> The following changes since commit 439793d4b3c99e550daebd868bbd58967c93d0b3:
>   Gleb Natapov (1):
>         KVM: x86: update KVM_SAVE_MSRS_BEGIN to correct value
> 
> are available in the git repository at:
> 
>   git://github.com/agraf/linux-2.6.git for-upstream-master
> 
> Alan Cox (1):
>       ppc: e500_tlb memset clears nothing
> 
> Alexander Graf (1):
>       KVM: PPC: Add cache flush on page map
> 
> Paul Mackerras (1):
>       KVM: PPC: Book3S HV: Fix incorrect branch in H_CEDE code
> 
>  arch/powerpc/include/asm/kvm_host.h     |    1 +
>  arch/powerpc/include/asm/kvm_ppc.h      |   12 ++++++++++++
>  arch/powerpc/kvm/book3s_32_mmu_host.c   |    3 +++
>  arch/powerpc/kvm/book3s_64_mmu_host.c   |    2 ++
>  arch/powerpc/kvm/book3s_hv_rmhandlers.S |   12 +++++++-----
>  arch/powerpc/kvm/e500_tlb.c             |   11 +++++++----
>  arch/powerpc/mm/mem.c                   |    1 +
>  7 files changed, 33 insertions(+), 9 deletions(-)

Pulled, thanks.

--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html