mbox

[PULL,0/7] ppc patch queue 2013-06-30

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

Pull-request

git://github.com/agraf/linux-2.6.git kvm-ppc-queue

Message

Alexander Graf June 30, 2013, 1:38 a.m. UTC
Hi Marcelo / Gleb,

This is my current patch queue for ppc.  Please pull and apply to next, so it
makes its way into 3.11.

Changes include:

  - Book3S PR: Add support for 1TB segments
  - Book3S PR fixes

Alex


The following changes since commit 96f7edf9a54ca834f030ddf30f91750b3d737a03:

  Merge git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-3.11 into queue (2013-06-27 14:20:54 +0300)

are available in the git repository at:


  git://github.com/agraf/linux-2.6.git kvm-ppc-queue

for you to fetch changes up to a3ff5fbc94a829680d4aa005cd17add1c1a1fb5b:

  KVM: PPC: Ignore PIR writes (2013-06-30 03:33:22 +0200)

----------------------------------------------------------------
Alexander Graf (1):
      KVM: PPC: Ignore PIR writes

Paul Mackerras (5):
      KVM: PPC: Book3S PR: Fix proto-VSID calculations
      KVM: PPC: Book3S PR: Fix invalidation of SLB entry 0 on guest entry
      KVM: PPC: Book3S PR: Don't keep scanning HPTEG after we find a match
      KVM: PPC: Book3S PR: Allow guest to use 1TB segments
      KVM: PPC: Book3S PR: Invalidate SLB entries properly

Tiejun Chen (1):
      KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELL

 arch/powerpc/include/asm/kvm_book3s.h |  6 ++-
 arch/powerpc/kvm/book3s_64_mmu.c      | 81 ++++++++++++++++++++++-------------
 arch/powerpc/kvm/book3s_64_mmu_host.c | 21 ++++++++-
 arch/powerpc/kvm/book3s_64_slb.S      | 13 +-----
 arch/powerpc/kvm/book3s_pr.c          |  3 +-
 arch/powerpc/kvm/booke.c              |  2 +-
 arch/powerpc/kvm/emulate.c            |  3 ++
 7 files changed, 82 insertions(+), 47 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

Alexander Graf June 30, 2013, 1:59 a.m. UTC | #1
On 30.06.2013, at 03:38, Alexander Graf wrote:

> Hi Marcelo / Gleb,

Paolo / Gleb of course. I've changed my script now :).


Alex

--
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
Paolo Bonzini July 2, 2013, 7:47 a.m. UTC | #2
Il 30/06/2013 03:38, Alexander Graf ha scritto:
> Hi Marcelo / Gleb,
> 
> This is my current patch queue for ppc.  Please pull and apply to next, so it
> makes its way into 3.11.
> 
> Changes include:
> 
>   - Book3S PR: Add support for 1TB segments
>   - Book3S PR fixes
> 
> Alex
> 
> 
> The following changes since commit 96f7edf9a54ca834f030ddf30f91750b3d737a03:
> 
>   Merge git://git.linaro.org/people/cdall/linux-kvm-arm.git tags/kvm-arm-3.11 into queue (2013-06-27 14:20:54 +0300)
> 
> are available in the git repository at:
> 
> 
>   git://github.com/agraf/linux-2.6.git kvm-ppc-queue
> 
> for you to fetch changes up to a3ff5fbc94a829680d4aa005cd17add1c1a1fb5b:
> 
>   KVM: PPC: Ignore PIR writes (2013-06-30 03:33:22 +0200)
> 
> ----------------------------------------------------------------
> Alexander Graf (1):
>       KVM: PPC: Ignore PIR writes
> 
> Paul Mackerras (5):
>       KVM: PPC: Book3S PR: Fix proto-VSID calculations
>       KVM: PPC: Book3S PR: Fix invalidation of SLB entry 0 on guest entry
>       KVM: PPC: Book3S PR: Don't keep scanning HPTEG after we find a match
>       KVM: PPC: Book3S PR: Allow guest to use 1TB segments
>       KVM: PPC: Book3S PR: Invalidate SLB entries properly
> 
> Tiejun Chen (1):
>       KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELL
> 
>  arch/powerpc/include/asm/kvm_book3s.h |  6 ++-
>  arch/powerpc/kvm/book3s_64_mmu.c      | 81 ++++++++++++++++++++++-------------
>  arch/powerpc/kvm/book3s_64_mmu_host.c | 21 ++++++++-
>  arch/powerpc/kvm/book3s_64_slb.S      | 13 +-----
>  arch/powerpc/kvm/book3s_pr.c          |  3 +-
>  arch/powerpc/kvm/booke.c              |  2 +-
>  arch/powerpc/kvm/emulate.c            |  3 ++
>  7 files changed, 82 insertions(+), 47 deletions(-)
> 

Pulled, thanks!

Paolo
--
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