Show patches with: none      |   7283 patches
« 1 2 3 472 73 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[20/33] KVM: PPC: Add ori instruction emulation - - - - --- 2014-06-22 Alexander Graf New
[19/33] KVM: PPC: Add addis instruction emulation - - - - --- 2014-06-22 Alexander Graf New
[18/33] KVM: PPC: Add mfcr instruction emulation - - - - --- 2014-06-22 Alexander Graf New
[17/33] KVM: PPC: Add lwz instruction emulation - - - - --- 2014-06-22 Alexander Graf New
[16/33] KVM: PPC: Add ld instruction emulation - - - - --- 2014-06-22 Alexander Graf New
[15/33] KVM: PPC: Add stw instruction emulation - - - - --- 2014-06-22 Alexander Graf New
[14/33] KVM: PPC: Add std instruction emulation - - - - --- 2014-06-22 Alexander Graf New
[13/33] KVM: PPC: Expose helper functions for data/inst faults - - - - --- 2014-06-22 Alexander Graf New
[12/33] KVM: PPC: Emulate critical sections when we hit them - - - - --- 2014-06-22 Alexander Graf New
[11/33] KVM: PPC: BookE: Use common critical section helper - - - - --- 2014-06-22 Alexander Graf New
[10/33] KVM: PPC: Make critical section detection conditional - - - - --- 2014-06-22 Alexander Graf New
[09/33] KVM: PPC: Move critical section detection to common code - - - - --- 2014-06-22 Alexander Graf New
[08/33] KVM: PPC: Introduce emulation for unprivileged instructions - - - - --- 2014-06-22 Alexander Graf New
[07/33] KVM: PPC: Separate loadstore emulation from priv emulation - - - - --- 2014-06-22 Alexander Graf New
[06/33] KVM: PPC: Handle magic page in kvmppc_ld/st - - - - --- 2014-06-22 Alexander Graf New
[05/33] KVM: PPC: Use kvm_read_guest in kvmppc_ld - - - - --- 2014-06-22 Alexander Graf New
[04/33] KVM: PPC: Propagate kvmppc_xlate errors properly - - - - --- 2014-06-22 Alexander Graf New
[03/33] KVM: PPC: Remove kvmppc_bad_hva() - - - - --- 2014-06-22 Alexander Graf New
[02/33] KVM: PPC: Move kvmppc_ld/st to common code - - - - --- 2014-06-22 Alexander Graf New
[01/33] KVM: PPC: Implement kvmppc_xlate for all targets - - - - --- 2014-06-22 Alexander Graf New
[7/7] KVM: PPC: Book3S HV: Enable for little endian hosts - - - - --- 2014-06-17 Alexander Graf New
[6/7] KVM: PPC: Book3S HV: Fix ABIv2 on LE - - - - --- 2014-06-17 Alexander Graf New
[5/7] KVM: PPC: Book3S HV: Access XICS in BE - - - - --- 2014-06-17 Alexander Graf New
[4/7] KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BE - - - - --- 2014-06-17 Alexander Graf New
[3/7] KVM: PPC: Book3S HV: Access guest VPA in BE - - - - --- 2014-06-17 Alexander Graf New
[2/7] KVM: PPC: Book3S HV: Make HTAB code LE host aware - - - - --- 2014-06-17 Alexander Graf New
[1/7] PPC: Add asm helpers for BE 32bit load/store - - - - --- 2014-06-17 Alexander Graf New
KVM: PPC: Book3S PR: Fix sparse endian checks - - - - --- 2014-06-17 Alexander Graf New
KVM: PPC: Book3S PR: Fix ABIv2 on LE - - - - --- 2014-06-17 Alexander Graf New
KVM: PPC: Book3S PR: Handle hyp doorbell exits - - - - --- 2014-06-17 Alexander Graf New
[5/6] KVM: PPC: Book3S HV: Access XICS in BE - - - - --- 2014-06-17 Alexander Graf New
[v2] KVM: PPC: Book3s PR: Disable AIL mode with OPAL 1 - - - --- 2014-06-17 Alexander Graf New
KVM: PPC: Book3s HV: Fix tlbie compile error 1 - - - --- 2014-06-11 Alexander Graf New
[6/6] KVM: PPC: Book3S HV: Enable for little endian hosts - - - - --- 2014-06-11 Alexander Graf New
[5/6] KVM: PPC: Book3S HV: Access XICS in BE - - - - --- 2014-06-11 Alexander Graf New
[4/6] KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BE - - - - --- 2014-06-11 Alexander Graf New
[3/6] KVM: PPC: Book3S HV: Access guest VPA in BE - - - - --- 2014-06-11 Alexander Graf New
[2/6] KVM: PPC: Book3S HV: Make HTAB code LE host aware - - - - --- 2014-06-11 Alexander Graf New
[1/6] PPC: Add asm helpers for BE 32bit load/store - - - - --- 2014-06-11 Alexander Graf New
KVM: PPC: Book3s PR: Disable AIL mode with OPAL - - - - --- 2014-06-10 Alexander Graf New
[1/4] KVM: PPC: BOOK3S: PR: Emulate virtual timebase register - - - - --- 2014-06-06 Alexander Graf New
Does KVM support the P.A. Semi PA6T cpu? - - - - --- 2014-05-30 Alexander Graf New
[PULL,41/41] KVM: PPC: Book3S PR: Rework SLB switching code - - - - --- 2014-05-30 Alexander Graf New
[PULL,40/41] KVM: PPC: Book3S PR: Use SLB entry 0 - - - - --- 2014-05-30 Alexander Graf New
[PULL,39/41] KVM: PPC: Book3S HV: Fix machine check delivery to guest - - - - --- 2014-05-30 Alexander Graf New
[PULL,38/41] KVM: PPC: Book3S HV: Work around POWER8 performance monitor bugs - - - - --- 2014-05-30 Alexander Graf New
[PULL,37/41] KVM: PPC: Book3S HV: Make sure we don't miss dirty pages - - - - --- 2014-05-30 Alexander Graf New
[PULL,36/41] KVM: PPC: Book3S HV: Fix dirty map for hugepages - - - - --- 2014-05-30 Alexander Graf New
[PULL,35/41] KVM: PPC: Book3S HV: Put huge-page HPTEs in rmap chain for base address - - - - --- 2014-05-30 Alexander Graf New
[PULL,34/41] KVM: PPC: Book3S HV: Fix check for running inside guest in global_invalidates() - - - - --- 2014-05-30 Alexander Graf New
[PULL,33/41] KVM: PPC: Book3S: Move KVM_REG_PPC_WORT to an unused register number - - - - --- 2014-05-30 Alexander Graf New
[PULL,32/41] KVM: PPC: Book3S: Add ONE_REG register names that were missed - - - - --- 2014-05-30 Alexander Graf New
[PULL,31/41] KVM: PPC: Add CAP to indicate hcall fixes - - - - --- 2014-05-30 Alexander Graf New
[PULL,30/41] KVM: PPC: MPIC: Reset IRQ source private members - - - - --- 2014-05-30 Alexander Graf New
[PULL,29/41] KVM: PPC: Graciously fail broken LE hypercalls - - - - --- 2014-05-30 Alexander Graf New
[PULL,28/41] PPC: ePAPR: Fix hypercall on LE guest - - - - --- 2014-05-30 Alexander Graf New
[PULL,27/41] KVM: PPC: BOOK3S: Remove open coded make_dsisr in alignment handler - - - - --- 2014-05-30 Alexander Graf New
[PULL,26/41] KVM: PPC: BOOK3S: Always use the saved DAR value - - - - --- 2014-05-30 Alexander Graf New
[PULL,25/41] PPC: KVM: Make NX bit available with magic page - - - - --- 2014-05-30 Alexander Graf New
[PULL,24/41] KVM: PPC: Disable NX for old magic page using guests - - - - --- 2014-05-30 Alexander Graf New
[PULL,23/41] KVM: PPC: BOOK3S: HV: Add mixed page-size support for guest - - - - --- 2014-05-30 Alexander Graf New
[PULL,22/41] KVM: PPC: BOOK3S: HV: Prefer CMA region for hash page table allocation - - - - --- 2014-05-30 Alexander Graf New
[PULL,21/41] KVM: PPC: Book3S PR: Expose TM registers - - - - --- 2014-05-30 Alexander Graf New
[PULL,20/41] KVM: PPC: Book3S PR: Expose EBB registers - - - - --- 2014-05-30 Alexander Graf New
[PULL,19/41] KVM: PPC: Book3S PR: Expose TAR facility to guest - - - - --- 2014-05-30 Alexander Graf New
[PULL,18/41] KVM: PPC: Book3S PR: Handle Facility interrupt and FSCR - - - - --- 2014-05-30 Alexander Graf New
[PULL,17/41] KVM: PPC: Book3S PR: Emulate TIR register - - - - --- 2014-05-30 Alexander Graf New
[PULL,16/41] KVM: PPC: Book3S PR: Ignore PMU SPRs - - - - --- 2014-05-30 Alexander Graf New
[PULL,15/41] KVM: PPC: Book3S: Move little endian conflict to HV KVM - - - - --- 2014-05-30 Alexander Graf New
[PULL,14/41] KVM: PPC: Book3S PR: Do dcbz32 patching with big endian instructions - - - - --- 2014-05-30 Alexander Graf New
[PULL,13/41] KVM: PPC: Make shared struct aka magic page guest endian - - - - --- 2014-05-30 Alexander Graf New
[PULL,12/41] KVM: PPC: PR: Fill pvinfo hcall instructions in big endian - - - - --- 2014-05-30 Alexander Graf New
[PULL,11/41] KVM: PPC: Book3S PR: PAPR: Access RTAS in big endian - - - - --- 2014-05-30 Alexander Graf New
[PULL,10/41] KVM: PPC: Book3S PR: PAPR: Access HTAB in big endian - - - - --- 2014-05-30 Alexander Graf New
[PULL,09/41] KVM: PPC: Book3S PR: Default to big endian guest - - - - --- 2014-05-30 Alexander Graf New
[PULL,08/41] KVM: PPC: Book3S_64 PR: Access shadow slb in big endian - - - - --- 2014-05-30 Alexander Graf New
[PULL,07/41] KVM: PPC: Book3S_64 PR: Access HTAB in big endian - - - - --- 2014-05-30 Alexander Graf New
[PULL,06/41] KVM: PPC: Book3S_32: PR: Access HTAB in big endian - - - - --- 2014-05-30 Alexander Graf New
[PULL,05/41] KVM: PPC: Book3S: PR: Fix C/R bit setting 1 - - - --- 2014-05-30 Alexander Graf New
[PULL,04/41] KVM: PPC: BOOK3S: PR: Fix WARN_ON with debug options on - - - - --- 2014-05-30 Alexander Graf New
[PULL,03/41] KVM: PPC: BOOK3S: PR: Enable Little Endian PR guest - - - - --- 2014-05-30 Alexander Graf New
[PULL,02/41] KVM: PPC: E500: Add dcbtls emulation - - - - --- 2014-05-30 Alexander Graf New
[PULL,01/41] KVM: PPC: E500: Ignore L1CSR1_ICFI,ICLFR - - - - --- 2014-05-30 Alexander Graf New
[PULL,00/41] ppc patch queue 2014-05-30 - - - - --- 2014-05-30 Alexander Graf New
[v2,2/2] KVM: PPC: Book3S PR: Rework SLB switching code - - - - --- 2014-05-28 Alexander Graf New
[v2,1/2] KVM: PPC: Book3S PR: Use SLB entry 0 - - - - --- 2014-05-28 Alexander Graf New
KVM: PPC: Add CAP to indicate hcall fixes - - - - --- 2014-05-22 Alexander Graf New
KVM: PPC: MPIC: Reset IRQ source private members - - - - --- 2014-05-22 Alexander Graf New
PPC: openpic_kvm: Implement reset - - - - --- 2014-05-22 Alexander Graf New
[6/6] KVM: PPC: Book3S PR: Expose TM registers - - - - --- 2014-05-20 Alexander Graf New
KVM: PPC: Book3S PR: Rework SLB switching code - - - - --- 2014-05-15 Alexander Graf New
KVM: PPC: Book3S PR: Use SLB entry 0 - - - - --- 2014-05-15 Alexander Graf New
KVM: PPC: Graciously fail broken LE hypercalls - - - - --- 2014-05-15 Alexander Graf New
PPC: ePAPR: Fix hypercall on LE guest - - - - --- 2014-05-15 Alexander Graf New
[PULL,4/4] KVM guest: Make pv trampoline code executable - - - - --- 2014-05-12 Alexander Graf New
[PULL,3/4] KVM: PPC: Book3S: ifdef on CONFIG_KVM_BOOK3S_32_HANDLER for 32bit - - 1 - --- 2014-05-12 Alexander Graf New
[PULL,2/4] KVM: PPC: Book3S HV: Add missing code for transaction reclaim on guest exit - - - - --- 2014-05-12 Alexander Graf New
[PULL,1/4] KVM: PPC: Book3S: HV: make _PAGE_NUMA take effect - - 1 - --- 2014-05-12 Alexander Graf New
[PULL,3.15,0/4] 3.15 patch queue 2014-05-12 - - - - --- 2014-05-12 Alexander Graf New
[2/2] PPC: KVM: Make NX bit available with magic page - - - - --- 2014-05-11 Alexander Graf New
« 1 2 3 472 73 »