summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-09-065-45/+22
|\
| * Merge branch 'merge' into nextBenjamin Herrenschmidt2013-08-272-4/+5
| |\
| * | powerpc: Make rwlocks endian safeAnton Blanchard2013-08-142-0/+12
| * | powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard2013-08-142-0/+8
| * | powerpc: Stop using non-architected shared_proc field in lppacaAnton Blanchard2013-08-141-1/+1
| * | powerpc: Move opcode definitions from kvm/emulate.c to asm/ppc-opcode.hHongtao Jia2013-07-301-44/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-051-10/+10
|\ \ \
| * | | powerpc kvm: use fdgetAl Viro2013-09-031-10/+10
| | |/ | |/|
| * | powerpc/kvm/book3s_pr: Return appropriate error when allocation failsThadeu Lima de Souza Cascardo2013-08-091-2/+3
| * | powerpc/kvm: Add signed type cast for comparationChen Gang2013-08-091-2/+2
| |/
* | Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-08-3016-335/+614
|\ \
| * \ Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf2013-08-294-12/+16
| |\ \
| * | | KVM: PPC: Book3S PR: Rework kvmppc_mmu_book3s_64_xlate()Paul Mackerras2013-08-291-78/+72
| * | | KVM: PPC: Book3S PR: Make instruction fetch fallback work for system callsPaul Mackerras2013-08-281-1/+1
| * | | KVM: PPC: Book3S PR: Don't corrupt guest state when kernel uses VMXPaul Mackerras2013-08-281-4/+25
| * | | KVM: PPC: Book3S: Fix compile error in XICS emulationPaul Mackerras2013-08-281-0/+1
| * | | KVM: PPC: Book3S PR: return appropriate error when allocation failsThadeu Lima de Souza Cascardo2013-08-281-2/+3
| * | | arch: powerpc: kvm: add signed type cast for comparationChen Gang2013-08-281-2/+2
| * | | powerpc/kvm: Copy the pvr value after memsetAneesh Kumar K.V2013-08-221-4/+3
| * | | KVM: PPC: Book3S PR: Load up SPRG3 register with guest value on guest entryPaul Mackerras2013-07-251-0/+14
| * | | kvm/ppc/booke: Don't call kvm_guest_enter twiceScott Wood2013-07-111-2/+0
| * | | kvm/ppc: Call trace_hardirqs_on before entryScott Wood2013-07-113-6/+4
| * | | KVM: PPC: Book3S HV: Allow negative offsets to real-mode hcall handlersPaul Mackerras2013-07-101-1/+1
| * | | KVM: PPC: Book3S HV: Correct tlbie usagePaul Mackerras2013-07-101-58/+81
| * | | powerpc/kvm: Use 256K chunk to track both RMA and hash page table allocation.Aneesh Kumar K.V2013-07-083-11/+32
| * | | powerpc/kvm: Contiguous memory allocator based RMA allocationAneesh Kumar K.V2013-07-082-136/+58
| * | | powerpc/kvm: Contiguous memory allocator based hash page table allocationAneesh Kumar K.V2013-07-086-47/+332
| * | | KVM: PPC: Book3S: Ignore DABR registerAlexander Graf2013-07-081-0/+2
* | | | ppc: kvm: use anon_inode_getfd() with O_CLOEXEC flagYann Droneaud2013-08-263-3/+3
| |/ / |/| |
* | | KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa2013-07-181-0/+4
| |/ |/|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-043-12/+12
|\ \ | |/ |/|
| * Merge tag 'v3.10' into nextBenjamin Herrenschmidt2013-07-011-1/+2
| |\
| * | powerpc/kvm: Handle transparent hugepage in KVMAneesh Kumar K.V2013-06-212-10/+10
| * | powerpc: Replace find_linux_pte with find_linux_pte_or_hugepteAneesh Kumar K.V2013-06-211-1/+1
| * | powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V2013-06-211-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-037-51/+85
|\ \ \
| * | | KVM: PPC: Ignore PIR writesAlexander Graf2013-06-301-0/+3
| * | | KVM: PPC: Book3S PR: Invalidate SLB entries properlyPaul Mackerras2013-06-301-1/+6
| * | | KVM: PPC: Book3S PR: Allow guest to use 1TB segmentsPaul Mackerras2013-06-303-18/+62
| * | | KVM: PPC: Book3S PR: Don't keep scanning HPTEG after we find a matchPaul Mackerras2013-06-301-12/+2
| * | | KVM: PPC: Book3S PR: Fix invalidation of SLB entry 0 on guest entryPaul Mackerras2013-06-301-11/+2
| * | | KVM: PPC: Book3S PR: Fix proto-VSID calculationsPaul Mackerras2013-06-301-2/+2
| * | | KVM: PPC: Guard doorbell exception with CONFIG_PPC_DOORBELLTiejun Chen2013-06-301-1/+1
| * | | KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesMarc Zyngier2013-05-191-6/+7
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-06-191-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | powerpc,kvm: fix imbalance srcu_read_[un]lock()Lai Jiangshan2013-06-101-1/+1
* | | | kvm/ppc/booke: Delay kvmppc_lazy_ee_enableScott Wood2013-06-191-1/+2
|/ / /
* | | kvm/ppc/booke64: Fix lazy ee handling in kvmppc_handle_exit()Scott Wood2013-06-111-0/+11
* | | kvm/ppc/booke: Hold srcu lock when calling gfn functionsScott Wood2013-06-113-0/+17
OpenPOWER on IntegriCloud