aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm
AgeCommit message (Expand)Author
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-03powerpc kvm: use fdgetAl Viro
2013-08-30Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into queueGleb Natapov
2013-08-29Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf
2013-08-29KVM: PPC: Book3S PR: Rework kvmppc_mmu_book3s_64_xlate()Paul Mackerras
2013-08-28KVM: PPC: Book3S PR: Make instruction fetch fallback work for system callsPaul Mackerras
2013-08-28KVM: PPC: Book3S PR: Don't corrupt guest state when kernel uses VMXPaul Mackerras
2013-08-28KVM: PPC: Book3S: Fix compile error in XICS emulationPaul Mackerras
2013-08-28KVM: PPC: Book3S PR: return appropriate error when allocation failsThadeu Lima de Souza Cascardo
2013-08-28arch: powerpc: kvm: add signed type cast for comparationChen Gang
2013-08-27Merge branch 'merge' into nextBenjamin Herrenschmidt
2013-08-26ppc: kvm: use anon_inode_getfd() with O_CLOEXEC flagYann Droneaud
2013-08-22powerpc/kvm: Copy the pvr value after memsetAneesh Kumar K.V
2013-08-14powerpc: Make rwlocks endian safeAnton Blanchard
2013-08-14powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard
2013-08-14powerpc: Stop using non-architected shared_proc field in lppacaAnton Blanchard
2013-08-09powerpc/kvm/book3s_pr: Return appropriate error when allocation failsThadeu Lima de Souza Cascardo
2013-08-09powerpc/kvm: Add signed type cast for comparationChen Gang
2013-07-30powerpc: Move opcode definitions from kvm/emulate.c to asm/ppc-opcode.hHongtao Jia
2013-07-25KVM: PPC: Book3S PR: Load up SPRG3 register with guest value on guest entryPaul Mackerras
2013-07-18KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa
2013-07-11kvm/ppc/booke: Don't call kvm_guest_enter twiceScott Wood
2013-07-11kvm/ppc: Call trace_hardirqs_on before entryScott Wood
2013-07-10KVM: PPC: Book3S HV: Allow negative offsets to real-mode hcall handlersPaul Mackerras
2013-07-10KVM: PPC: Book3S HV: Correct tlbie usagePaul Mackerras
2013-07-08powerpc/kvm: Use 256K chunk to track both RMA and hash page table allocation.Aneesh Kumar K.V
2013-07-08powerpc/kvm: Contiguous memory allocator based RMA allocationAneesh Kumar K.V
2013-07-08powerpc/kvm: Contiguous memory allocator based hash page table allocationAneesh Kumar K.V
2013-07-08KVM: PPC: Book3S: Ignore DABR registerAlexander Graf
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-07-02Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt
2013-06-30KVM: PPC: Ignore PIR writesAlexander Graf
2013-06-30KVM: PPC: Book3S PR: Invalidate SLB entries properlyPaul Mackerras
2013-06-30KVM: PPC: Book3S PR: Allow guest to use 1TB segmentsPaul Mackerras
2013-06-30KVM: PPC: Book3S PR: Don't keep scanning HPTEG after we find a matchPaul Mackerras
2013-06-30KVM: PPC: Book3S PR: Fix invalidation of SLB entry 0 on guest entryPaul Mackerras
2013-06-30KVM: PPC: Book3S PR: Fix proto-VSID calculationsPaul Mackerras
2013-06-30KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELLTiejun Chen
2013-06-21powerpc/kvm: Handle transparent hugepage in KVMAneesh Kumar K.V
2013-06-21powerpc: Replace find_linux_pte with find_linux_pte_or_hugepteAneesh Kumar K.V
2013-06-21powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V
2013-06-19Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2013-06-19kvm/ppc/booke: Delay kvmppc_lazy_ee_enableScott Wood
2013-06-11kvm/ppc/booke64: Fix lazy ee handling in kvmppc_handle_exit()Scott Wood
2013-06-11kvm/ppc/booke: Hold srcu lock when calling gfn functionsScott Wood
2013-06-11kvm/ppc/booke64: Disable e6500 supportScott Wood
2013-06-10powerpc,kvm: fix imbalance srcu_read_[un]lock()Lai Jiangshan