summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm
AgeCommit message (Expand)AuthorFilesLines
2012-08-06KVM: Push rmap into kvm_arch_memory_slotTakuya Yoshikawa3-5/+13
2012-08-05Merge remote-tracking branch 'upstream' into nextAvi Kivity2-39/+39
2012-07-31powerpc/kvm/book3s_32: Fix MTMSR_EERI macroAlexander Graf1-1/+0
2012-07-27powerpc/kvm/bookehv: Fix build regressionAlexander Graf1-38/+39
2012-07-26Merge branch 'queue' into nextAvi Kivity2-11/+38
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-79/+260
2012-07-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds6-416/+400
2012-07-20KVM: remove the unused parameter of gfn_to_pfn_memslotXiao Guangrong1-1/+1
2012-07-18KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_st...Takuya Yoshikawa1-0/+7
2012-07-18KVM: MMU: Make kvm_handle_hva() handle range of addressesTakuya Yoshikawa1-8/+28
2012-07-18KVM: Introduce hva_to_gfn_memslot() for kvm_handle_hva()Takuya Yoshikawa1-3/+3
2012-07-11Merge branch 'for-upstream-master' of git://github.com/agraf/linux-2.6Avi Kivity1-0/+1
2012-07-11KVM: PPC: Critical interrupt emulation supportBharat Bhushan1-0/+25
2012-07-11KVM: PPC: e500mc: Fix tlbilx emulation for 64-bit guestsMihai Caraman1-1/+2
2012-07-11KVM: PPC64: booke: Set interrupt computation mode for 64-bit hostMihai Caraman1-1/+4
2012-07-11KVM: PPC: bookehv: Add ESR flag to Data Storage InterruptMihai Caraman1-1/+1
2012-07-11KVM: PPC: bookehv64: Add support for std/ld emulation.Varun Sethi1-0/+16
2012-07-11booke: Added crit/mc exception handler for e500v2Bharat Bhushan1-28/+27
2012-07-11booke/bookehv: Add host crit-watchdog exception supportBharat Bhushan1-0/+21
2012-07-11powerpc/kvm: Fix "PR" KVM implementation of H_CEDEBenjamin Herrenschmidt1-0/+1
2012-07-11powerpc: Add VDSO version of getcpuAnton Blanchard1-0/+4
2012-07-11powerpc: Use CURRENT_THREAD_INFO instead of open coded assemblyStuart Yoder1-5/+1
2012-07-10powerpc: Enforce usage of R0-R31 where possibleMichael Neuling1-1/+2
2012-07-10powerpc: Move and fix MTMSR_EERI definitionBenjamin Herrenschmidt2-3/+0
2012-07-10powerpc: Merge VCPU_GPRMichael Neuling4-14/+0
2012-07-10powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling4-393/+393
2012-07-02powerpc/kvm: sldi should be sldMichael Neuling1-1/+1
2012-06-19KVM: PPC: Book3S HV: Drop locks around call to kvmppc_pin_guest_pagePaul Mackerras1-30/+66
2012-05-30KVM: PPC: booke: Added DECAR supportBharat Bhushan3-0/+11
2012-05-30KVM: PPC: Book3S HV: Make the guest hash table size configurablePaul Mackerras5-48/+153
2012-05-25Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds30-1281/+3583
2012-05-16KVM: PPC: Book3S HV: Fix bug leading to deadlock in guest HPT updatesPaul Mackerras1-0/+1
2012-05-16powerpc/kvm: Fix VSID usage in 64-bit "PR" KVMBenjamin Herrenschmidt1-6/+7
2012-05-16KVM: PPC: Book3S: PR: Fix hsrr codeAlexander Graf1-4/+3
2012-05-16KVM: PPC: Fix PR KVM on POWER7 bare metalAlexander Graf1-13/+22
2012-05-16KVM: PPC: Book3S: PR: Handle EMUL_ASSISTAlexander Graf1-0/+6
2012-05-08KVM: PPC: Book3S HV: Fix refcounting of hugepagesDavid Gibson2-11/+13
2012-05-06KVM: PPC: Emulator: clean up SPR reads and writesAlexander Graf7-142/+186
2012-05-06KVM: PPC: Emulator: clean up instruction parsingAlexander Graf5-137/+56
2012-05-06kvm/powerpc: Add new ioctl to retreive server MMU infosBenjamin Herrenschmidt3-1/+74
2012-05-06kvm/book3s: Make kernel emulated H_PUT_TCE available for "PR" KVMBenjamin Herrenschmidt7-111/+186
2012-05-06KVM: PPC: bookehv: Fix r8/r13 storing in level exception handlerMihai Caraman1-1/+1
2012-05-06KVM: PPC: Book3S: Enable IRQs during exit handlingAlexander Graf1-0/+3
2012-05-06KVM: PPC: Fix PR KVM on POWER7 bare metalAlexander Graf1-13/+22
2012-05-06KVM: PPC: Fix stbux emulationAlexander Graf1-1/+1
2012-05-06KVM: PPC: bookehv: Use lwz/stw instead of PPC_LL/PPC_STL for 32-bit fieldsMihai Caraman1-8/+8
2012-05-06KVM: PPC: Book3S: PR: No isync in slbie pathAlexander Graf1-2/+0
2012-05-06KVM: PPC: Book3S: PR: Optimize entry pathAlexander Graf1-6/+7
2012-05-06KVM: PPC: booke(hv): Fix save/restore of guest accessible SPRGs.Varun Sethi2-12/+12
2012-05-06KVM: PPC: bookehv: Use a Macro for saving/restoring guest registers to/from t...Varun Sethi1-20/+4