aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-10kvm: ppc: booke: check range page invalidation progress on page setupBharat Bhushan1-1/+17
2013-10-10KVM: PPC: Book3S HV: Fix typo in saving DSCRPaul Mackerras1-1/+1
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds5-45/+22
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+10
2013-09-03powerpc kvm: use fdgetAl Viro1-10/+10
2013-08-30Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into queueGleb Natapov16-335/+614
2013-08-29Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf4-12/+16
2013-08-29KVM: PPC: Book3S PR: Rework kvmppc_mmu_book3s_64_xlate()Paul Mackerras1-78/+72
2013-08-28KVM: PPC: Book3S PR: Make instruction fetch fallback work for system callsPaul Mackerras1-1/+1
2013-08-28KVM: PPC: Book3S PR: Don't corrupt guest state when kernel uses VMXPaul Mackerras1-4/+25
2013-08-28KVM: PPC: Book3S: Fix compile error in XICS emulationPaul Mackerras1-0/+1
2013-08-28KVM: PPC: Book3S PR: return appropriate error when allocation failsThadeu Lima de Souza Cascardo1-2/+3
2013-08-28arch: powerpc: kvm: add signed type cast for comparationChen Gang1-2/+2
2013-08-27Merge branch 'merge' into nextBenjamin Herrenschmidt2-4/+5
2013-08-26ppc: kvm: use anon_inode_getfd() with O_CLOEXEC flagYann Droneaud3-3/+3
2013-08-22powerpc/kvm: Copy the pvr value after memsetAneesh Kumar K.V1-4/+3
2013-08-14powerpc: Make rwlocks endian safeAnton Blanchard2-0/+12
2013-08-14powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard2-0/+8
2013-08-14powerpc: Stop using non-architected shared_proc field in lppacaAnton Blanchard1-1/+1
2013-08-09powerpc/kvm/book3s_pr: Return appropriate error when allocation failsThadeu Lima de Souza Cascardo1-2/+3
2013-08-09powerpc/kvm: Add signed type cast for comparationChen Gang1-2/+2
2013-07-30powerpc: Move opcode definitions from kvm/emulate.c to asm/ppc-opcode.hHongtao Jia1-44/+1
2013-07-25KVM: PPC: Book3S PR: Load up SPRG3 register with guest value on guest entryPaul Mackerras1-0/+14
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa1-0/+4
2013-07-11kvm/ppc/booke: Don't call kvm_guest_enter twiceScott Wood1-2/+0
2013-07-11kvm/ppc: Call trace_hardirqs_on before entryScott Wood3-6/+4
2013-07-10KVM: PPC: Book3S HV: Allow negative offsets to real-mode hcall handlersPaul Mackerras1-1/+1
2013-07-10KVM: PPC: Book3S HV: Correct tlbie usagePaul Mackerras1-58/+81
2013-07-08powerpc/kvm: Use 256K chunk to track both RMA and hash page table allocation.Aneesh Kumar K.V3-11/+32
2013-07-08powerpc/kvm: Contiguous memory allocator based RMA allocationAneesh Kumar K.V2-136/+58
2013-07-08powerpc/kvm: Contiguous memory allocator based hash page table allocationAneesh Kumar K.V6-47/+332
2013-07-08KVM: PPC: Book3S: Ignore DABR registerAlexander Graf1-0/+2
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds3-12/+12
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-51/+85
2013-07-02Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt1-1/+2
2013-06-30KVM: PPC: Ignore PIR writesAlexander Graf1-0/+3
2013-06-30KVM: PPC: Book3S PR: Invalidate SLB entries properlyPaul Mackerras1-1/+6
2013-06-30KVM: PPC: Book3S PR: Allow guest to use 1TB segmentsPaul Mackerras3-18/+62
2013-06-30KVM: PPC: Book3S PR: Don't keep scanning HPTEG after we find a matchPaul Mackerras1-12/+2
2013-06-30KVM: PPC: Book3S PR: Fix invalidation of SLB entry 0 on guest entryPaul Mackerras1-11/+2
2013-06-30KVM: PPC: Book3S PR: Fix proto-VSID calculationsPaul Mackerras1-2/+2
2013-06-30KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELLTiejun Chen1-1/+1
2013-06-21powerpc/kvm: Handle transparent hugepage in KVMAneesh Kumar K.V2-10/+10
2013-06-21powerpc: Replace find_linux_pte with find_linux_pte_or_hugepteAneesh Kumar K.V1-1/+1
2013-06-21powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V1-1/+1
2013-06-19Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2013-06-19kvm/ppc/booke: Delay kvmppc_lazy_ee_enableScott Wood1-1/+2
2013-06-11kvm/ppc/booke64: Fix lazy ee handling in kvmppc_handle_exit()Scott Wood1-0/+11
2013-06-11kvm/ppc/booke: Hold srcu lock when calling gfn functionsScott Wood3-0/+17