summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-10-17KVM: PPC: Book3S HV: Better handling of exceptions that happen in real modePaul Mackerras2-6/+27
2013-10-17kvm: powerpc: book3s hv: Fix vcore leakPaul Mackerras1-0/+10
2013-10-17KVM: PPC: Book3S PR: Reduce number of shadow PTEs invalidated by MMU notifiersPaul Mackerras1-8/+32
2013-10-17KVM: PPC: Book3S PR: Mark pages accessed, and dirty if being writtenPaul Mackerras1-11/+15
2013-10-17KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page()Paul Mackerras3-13/+39
2013-10-17KVM: PPC: Book3S PR: Better handling of host-side read-only pagesPaul Mackerras9-40/+91
2013-10-17KVM: PPC: Book3S: Move skip-interrupt handlers to common codePaul Mackerras3-50/+26
2013-10-17KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cachePaul Mackerras6-26/+39
2013-10-17KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safePaul Mackerras5-34/+72
2013-10-17KVM: PPC: Book3S PR: Correct errors in H_ENTER implementationPaul Mackerras1-5/+14
2013-10-17KVM: PPC: Book3S PR: Handle PP0 page-protection bit in guest HPTEsPaul Mackerras1-0/+3
2013-10-17KVM: PPC: Book3S PR: Use 64k host pages where possiblePaul Mackerras5-13/+57
2013-10-17KVM: PPC: Book3S PR: Allow guest to use 64k pagesPaul Mackerras6-15/+197
2013-10-17KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpuPaul Mackerras9-239/+162
2013-10-17KVM: PPC: Book3S PR: Fix compilation without CONFIG_ALTIVECPaul Mackerras1-0/+2
2013-10-17KVM: PPC: Book3S HV: Don't crash host on unknown guest interruptPaul Mackerras1-1/+1
2013-10-17KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7Paul Mackerras6-2/+66
2013-10-17KVM: PPC: Book3S HV: Add support for guest Program Priority RegisterPaul Mackerras7-1/+30
2013-10-17KVM: PPC: Book3S HV: Store LPCR value for each virtual corePaul Mackerras8-17/+74
2013-10-17KVM: PPC: BookE: Add GET/SET_ONE_REG interface for VRSAVEPaul Mackerras1-0/+6
2013-10-17KVM: PPC: Book3S HV: Avoid unbalanced increments of VPA yield countPaul Mackerras1-10/+10
2013-10-17KVM: PPC: Book3S HV: Pull out interrupt-reading code into a subroutinePaul Mackerras1-49/+68
2013-10-17KVM: PPC: Book3S HV: Restructure kvmppc_hv_entry to be a subroutinePaul Mackerras1-166/+178
2013-10-17KVM: PPC: Book3S HV: Implement H_CONFERPaul Mackerras1-0/+9
2013-10-17KVM: PPC: Book3S: Add GET/SET_ONE_REG interface for VRSAVEPaul Mackerras2-0/+12
2013-10-17KVM: PPC: Book3S HV: Implement timebase offset for guestsPaul Mackerras6-10/+56
2013-10-17KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registersPaul Mackerras4-0/+24
2013-10-17KVM: PPC: Book3S HV: Reserve POWER8 space in get/set_one_regMichael Neuling1-0/+54
2013-10-16Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm...Gleb Natapov14-130/+242
2013-10-15KVM: Drop FOLL_GET in GUP when doing async page faultchai wen1-2/+2
2013-10-14KVM: s390: Get rid of KVM_HPAGE definesChristoffer Dall1-7/+0
2013-10-14KVM: PPC: Get rid of KVM_HPAGE definesChristoffer Dall1-5/+0
2013-10-14KVM: ia64: Get rid of KVM_HPAGE definesChristoffer Dall1-4/+0
2013-10-14KVM: mips: Get rid of KVM_HPAGE definesChristoffer Dall1-7/+0
2013-10-14KVM: arm64: Get rid of KVM_HPAGE definesChristoffer Dall1-5/+0
2013-10-14KVM: ARM: Get rid of KVM_HPAGE definesChristoffer Dall1-5/+0
2013-10-14KVM: Move gfn_to_index to x86 specific codeChristoffer Dall1-0/+7
2013-10-12KVM: ARM: Add support for Cortex-A7Jonathan Austin8-124/+184
2013-10-12KVM: ARM: fix the size of TTBCR_{T0SZ,T1SZ} masksJonathan Austin1-2/+2
2013-10-12KVM: ARM: Fix calculation of virtual CPU IDJonathan Austin1-7/+4
2013-10-10KVM: nVMX: Fully support nested VMX preemption timerArthur Chunqi Li2-2/+41
2013-10-03KVM: mmu: change useless int return types to voidPaolo Bonzini6-58/+37
2013-10-03KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unloadPaolo Bonzini1-10/+4
2013-10-03KVM: mmu: remove uninteresting MMU "new_cr3" callbacksPaolo Bonzini3-14/+3
2013-10-03KVM: mmu: remove uninteresting MMU "free" callbacksPaolo Bonzini2-19/+4
2013-10-03KVM: x86: only copy XSAVE state for the supported featuresPaolo Bonzini3-6/+34
2013-10-03KVM: x86: prevent setting unsupported XSAVE statesPaolo Bonzini3-3/+24
2013-10-03KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0Paolo Bonzini2-1/+4
2013-10-02ARM/ARM64: KVM: Implement KVM_ARM_PREFERRED_TARGET ioctlAnup Patel1-0/+13
2013-10-02ARM64: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel2-0/+21