mbox

[PULL,00/56] ppc patch queue 2012-03-15

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

Pull-request

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

Message

Alexander Graf March 15, 2012, 12:10 p.m. UTC
Hi Avi,

This is my current patch queue for ppc. Please pull.

Alex


The following changes since commit eb9ede961ffe8040e499f3bade88f38395610543:
  Marcelo Tosatti (1):
        KVM: fix kvm_vcpu_kick build failure on S390

are available in the git repository at:

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

Alexander Graf (31):
      KVM: PPC: Book3s_32: Fix compile error
      KVM: PPC: e500mc: Add doorbell emulation support
      KVM: PPC: e500mc: implicitly set MSR_GS
      KVM: PPC: e500mc: Move r1/r2 restoration very early
      KVM: PPC: e500mc: add load inst fixup
      KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2
      KVM: PPC: make e500v2 kvm and e500mc cpu mutually exclusive
      KVM: PPC: booke: remove leftover debugging
      KVM: PPC: booke: deliver program int on emulation failure
      KVM: PPC: booke: rework rescheduling checks
      KVM: PPC: booke: BOOKE_IRQPRIO_MAX is n+1
      KVM: PPC: bookehv: fix exit timing
      KVM: PPC: bookehv: remove negation for CONFIG_64BIT
      KVM: PPC: bookehv: remove SET_VCPU
      KVM: PPC: bookehv: disable MAS register updates early
      KVM: PPC: bookehv: add comment about shadow_msr
      KVM: PPC: booke: Readd debug abort code for machine check
      KVM: PPC: booke: add GS documentation for program interrupt
      KVM: PPC: bookehv: remove unused code
      KVM: PPC: e500: fix typo in tlb code
      KVM: PPC: booke: Support perfmon interrupts
      KVM: PPC: booke: expose good state on irq reinject
      KVM: PPC: booke: Reinject performance monitor interrupts
      KVM: PPC: Booke: only prepare to enter when we enter
      KVM: PPC: Save/Restore CR over vcpu_run
      KVM: PPC: Pass EA to updating emulation ops
      KVM: PPC: Book3S: Compile fix for ppc32 in HIOR
      KVM: PPC: Emulate tw and td instructions
      KVM: PPC: Book3s: PR: Add HV traps so we can run in HV=1 mode on p7
      KVM: PPC: Book3S: PR: Fix preemption
      KVM: PPC: Ignore unhalt request from kvm_vcpu_block

Benjamin Herrenschmidt (1):
      powerpc/kvm: Fix magic page vs. 32-bit RTAS on ppc64

Bharat Bhushan (1):
      Restore guest CR after exit timing calculation

Matt Evans (1):
      KVM: PPC: Book3s: PR: Add SPAPR H_BULK_REMOVE support

Paul Mackerras (7):
      KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears exist
      KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entry
      KVM: PPC: Book3S HV: Make secondary threads more robust against stray IPIs
      KVM: PPC: Book3S HV: Make virtual processor area registration more robust
      KVM: PPC: Book3S HV: Report stolen time to guest through dispatch trace log
      KVM: PPC: Book 3S: Fix compilation for !HV configs
      KVM: PPC: Work around POWER7 DABR corruption problem

Scott Wood (15):
      powerpc/booke: Set CPU_FTR_DEBUG_LVL_EXC on 32-bit
      powerpc/e500: split CPU_FTRS_ALWAYS/CPU_FTRS_POSSIBLE
      KVM: PPC: factor out lpid allocator from book3s_64_mmu_hv
      KVM: PPC: booke: add booke-level vcpu load/put
      KVM: PPC: booke: Move vm core init/destroy out of booke.c
      KVM: PPC: e500: rename e500_tlb.h to e500.h
      KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.h
      KVM: PPC: e500: clean up arch/powerpc/kvm/e500.h
      KVM: PPC: e500: refactor core-specific TLB code
      KVM: PPC: e500: Track TLB1 entries with a bitmap
      KVM: PPC: e500: emulate tlbilx
      powerpc/booke: Provide exception macros with interrupt name
      KVM: PPC: booke: category E.HV (GS-mode) support
      KVM: PPC: booke: standard PPC floating point support
      KVM: PPC: e500mc support

 arch/powerpc/include/asm/cputable.h         |   21 +-
 arch/powerpc/include/asm/dbell.h            |    3 +
 arch/powerpc/include/asm/hvcall.h           |   10 +
 arch/powerpc/include/asm/hw_irq.h           |    1 +
 arch/powerpc/include/asm/kvm.h              |    1 +
 arch/powerpc/include/asm/kvm_asm.h          |    8 +
 arch/powerpc/include/asm/kvm_book3s.h       |    3 +
 arch/powerpc/include/asm/kvm_book3s_asm.h   |    8 +
 arch/powerpc/include/asm/kvm_booke.h        |    3 +
 arch/powerpc/include/asm/kvm_booke_hv_asm.h |   49 +++
 arch/powerpc/include/asm/kvm_e500.h         |   96 -----
 arch/powerpc/include/asm/kvm_host.h         |   54 ++-
 arch/powerpc/include/asm/kvm_ppc.h          |   10 +-
 arch/powerpc/include/asm/mmu-book3e.h       |    6 +
 arch/powerpc/include/asm/processor.h        |    3 +
 arch/powerpc/include/asm/reg.h              |    2 +
 arch/powerpc/include/asm/reg_booke.h        |   34 ++
 arch/powerpc/include/asm/system.h           |    1 +
 arch/powerpc/kernel/asm-offsets.c           |   19 +-
 arch/powerpc/kernel/cpu_setup_fsl_booke.S   |    1 +
 arch/powerpc/kernel/exceptions-64s.S        |   12 +-
 arch/powerpc/kernel/head_44x.S              |   23 +-
 arch/powerpc/kernel/head_booke.h            |   69 ++-
 arch/powerpc/kernel/head_fsl_booke.S        |   98 ++++-
 arch/powerpc/kernel/idle_power7.S           |    7 +
 arch/powerpc/kvm/44x.c                      |   12 +
 arch/powerpc/kvm/Kconfig                    |   28 +-
 arch/powerpc/kvm/Makefile                   |   15 +-
 arch/powerpc/kvm/book3s.c                   |    7 +-
 arch/powerpc/kvm/book3s_64_mmu_hv.c         |   31 +-
 arch/powerpc/kvm/book3s_hv.c                |  322 +++++++++++----
 arch/powerpc/kvm/book3s_hv_builtin.c        |    9 +-
 arch/powerpc/kvm/book3s_hv_interrupts.S     |   17 +-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S     |  185 +++++----
 arch/powerpc/kvm/book3s_interrupts.S        |    7 +
 arch/powerpc/kvm/book3s_pr.c                |   33 ++-
 arch/powerpc/kvm/book3s_pr_papr.c           |   83 ++++-
 arch/powerpc/kvm/booke.c                    |  471 +++++++++++++++++----
 arch/powerpc/kvm/booke.h                    |   57 +++-
 arch/powerpc/kvm/booke_emulate.c            |   23 +-
 arch/powerpc/kvm/booke_interrupts.S         |    7 +-
 arch/powerpc/kvm/bookehv_interrupts.S       |  613 +++++++++++++++++++++++++++
 arch/powerpc/kvm/e500.c                     |  372 ++++++++++++++---
 arch/powerpc/kvm/e500.h                     |  302 +++++++++++++
 arch/powerpc/kvm/e500_emulate.c             |  110 +++++-
 arch/powerpc/kvm/e500_tlb.c                 |  588 +++++++++++---------------
 arch/powerpc/kvm/e500_tlb.h                 |  174 --------
 arch/powerpc/kvm/e500mc.c                   |  342 +++++++++++++++
 arch/powerpc/kvm/emulate.c                  |   53 ++--
 arch/powerpc/kvm/powerpc.c                  |   47 ++-
 arch/powerpc/kvm/timing.h                   |    6 +
 51 files changed, 3397 insertions(+), 1059 deletions(-)
 create mode 100644 arch/powerpc/include/asm/kvm_booke_hv_asm.h
 delete mode 100644 arch/powerpc/include/asm/kvm_e500.h
 create mode 100644 arch/powerpc/kvm/bookehv_interrupts.S
 create mode 100644 arch/powerpc/kvm/e500.h
 delete mode 100644 arch/powerpc/kvm/e500_tlb.h
 create mode 100644 arch/powerpc/kvm/e500mc.c
--
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

Avi Kivity March 20, 2012, 2:47 p.m. UTC | #1
On 03/15/2012 02:10 PM, Alexander Graf wrote:
> Hi Avi,
>
> This is my current patch queue for ppc. Please pull.
>

Pulled, thanks.