summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S HV: Better handling of exceptions that happen in real modePaul Mackerras2013-10-172-6/+27
* kvm: powerpc: book3s hv: Fix vcore leakPaul Mackerras2013-10-171-0/+10
* KVM: PPC: Book3S PR: Reduce number of shadow PTEs invalidated by MMU notifiersPaul Mackerras2013-10-171-8/+32
* KVM: PPC: Book3S PR: Mark pages accessed, and dirty if being writtenPaul Mackerras2013-10-171-11/+15
* KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page()Paul Mackerras2013-10-173-13/+39
* KVM: PPC: Book3S PR: Better handling of host-side read-only pagesPaul Mackerras2013-10-179-40/+91
* KVM: PPC: Book3S: Move skip-interrupt handlers to common codePaul Mackerras2013-10-173-50/+26
* KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cachePaul Mackerras2013-10-176-26/+39
* KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safePaul Mackerras2013-10-175-34/+72
* 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-175-13/+57
* KVM: PPC: Book3S PR: Allow guest to use 64k pagesPaul Mackerras2013-10-176-15/+197
* KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpuPaul Mackerras2013-10-179-239/+162
* 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-177-2/+67
* KVM: PPC: Book3S HV: Add support for guest Program Priority RegisterPaul Mackerras2013-10-178-1/+31
* KVM: PPC: Book3S HV: Store LPCR value for each virtual corePaul Mackerras2013-10-179-17/+75
* 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-173-0/+13
* KVM: PPC: Book3S HV: Implement timebase offset for guestsPaul Mackerras2013-10-177-10/+57
* KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registersPaul Mackerras2013-10-174-0/+24
* KVM: PPC: Book3S HV: Reserve POWER8 space in get/set_one_regMichael Neuling2013-10-172-0/+93
* Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm...Gleb Natapov2013-10-1616-134/+270
|\
| * KVM: ARM: Remove non-ASCII space charactersChristoffer Dall2013-10-151-1/+1
| * KVM: ARM: Add support for Cortex-A7Jonathan Austin2013-10-128-124/+184
| * KVM: ARM: fix the size of TTBCR_{T0SZ,T1SZ} masksJonathan Austin2013-10-121-2/+2
| * KVM: ARM: Fix calculation of virtual CPU IDJonathan Austin2013-10-121-7/+4
| * KVM: Add documentation for KVM_ARM_PREFERRED_TARGET ioctlAnup Patel2013-10-021-4/+27
| * ARM/ARM64: KVM: Implement KVM_ARM_PREFERRED_TARGET ioctlAnup Patel2013-10-022-0/+14
| * ARM64: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel2013-10-022-0/+21
| * ARM: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel2013-10-022-0/+21
| * KVM: ARM: Fix typo in comments of inject_abt()Anup Patel2013-10-021-1/+1
* | KVM: Drop FOLL_GET in GUP when doing async page faultchai wen2013-10-154-21/+12
* | KVM: s390: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-7/+0
* | KVM: PPC: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-5/+0
* | KVM: ia64: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-4/+0
* | KVM: mips: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-7/+0
* | KVM: arm64: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-5/+0
* | KVM: ARM: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-5/+0
* | KVM: Move gfn_to_index to x86 specific codeChristoffer Dall2013-10-142-7/+7
* | KVM: nVMX: Fully support nested VMX preemption timerArthur Chunqi Li2013-10-102-2/+41
* | KVM: mmu: change useless int return types to voidPaolo Bonzini2013-10-036-58/+37
* | KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unloadPaolo Bonzini2013-10-031-10/+4
* | KVM: mmu: remove uninteresting MMU "new_cr3" callbacksPaolo Bonzini2013-10-033-14/+3
OpenPOWER on IntegriCloud