summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safePaul Mackerras2013-10-174-34/+69
* KVM: PPC: Book3S PR: Correct errors in H_ENTER implementationPaul Mackerras2013-10-171-5/+14
* KVM: PPC: Book3S PR: Handle PP0 page-protection bit in guest HPTEsPaul Mackerras2013-10-171-0/+3
* KVM: PPC: Book3S PR: Use 64k host pages where possiblePaul Mackerras2013-10-174-11/+53
* KVM: PPC: Book3S PR: Allow guest to use 64k pagesPaul Mackerras2013-10-173-15/+185
* KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpuPaul Mackerras2013-10-175-49/+121
* KVM: PPC: Book3S PR: Fix compilation without CONFIG_ALTIVECPaul Mackerras2013-10-171-0/+2
* KVM: PPC: Book3S HV: Don't crash host on unknown guest interruptPaul Mackerras2013-10-171-1/+1
* KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7Paul Mackerras2013-10-172-2/+49
* KVM: PPC: Book3S HV: Add support for guest Program Priority RegisterPaul Mackerras2013-10-172-1/+17
* KVM: PPC: Book3S HV: Store LPCR value for each virtual corePaul Mackerras2013-10-173-17/+66
* KVM: PPC: BookE: Add GET/SET_ONE_REG interface for VRSAVEPaul Mackerras2013-10-171-0/+6
* KVM: PPC: Book3S HV: Avoid unbalanced increments of VPA yield countPaul Mackerras2013-10-171-10/+10
* KVM: PPC: Book3S HV: Pull out interrupt-reading code into a subroutinePaul Mackerras2013-10-171-49/+68
* KVM: PPC: Book3S HV: Restructure kvmppc_hv_entry to be a subroutinePaul Mackerras2013-10-171-166/+178
* KVM: PPC: Book3S HV: Implement H_CONFERPaul Mackerras2013-10-171-0/+9
* KVM: PPC: Book3S: Add GET/SET_ONE_REG interface for VRSAVEPaul Mackerras2013-10-171-0/+10
* KVM: PPC: Book3S HV: Implement timebase offset for guestsPaul Mackerras2013-10-172-10/+50
* KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registersPaul Mackerras2013-10-172-0/+20
* 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
|\ \ | |/ |/|
OpenPOWER on IntegriCloud