summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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-176-2/+66
* KVM: PPC: Book3S HV: Add support for guest Program Priority RegisterPaul Mackerras2013-10-177-1/+30
* KVM: PPC: Book3S HV: Store LPCR value for each virtual corePaul Mackerras2013-10-178-17/+74
* 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-172-0/+12
* KVM: PPC: Book3S HV: Implement timebase offset for guestsPaul Mackerras2013-10-176-10/+56
* 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-171-0/+54
* Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm...Gleb Natapov2013-10-1614-130/+242
|\
| * KVM: ARM: Add support for Cortex-A7Jonathan Austin2013-10-138-124/+184
| * KVM: ARM: fix the size of TTBCR_{T0SZ,T1SZ} masksJonathan Austin2013-10-131-2/+2
| * KVM: ARM: Fix calculation of virtual CPU IDJonathan Austin2013-10-131-7/+4Star
| * ARM/ARM64: KVM: Implement KVM_ARM_PREFERRED_TARGET ioctlAnup Patel2013-10-021-0/+13
| * 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-151-2/+2
* | KVM: s390: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-7/+0Star
* | KVM: PPC: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-5/+0Star
* | KVM: ia64: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-4/+0Star
* | KVM: mips: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-7/+0Star
* | KVM: arm64: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-5/+0Star
* | KVM: ARM: Get rid of KVM_HPAGE definesChristoffer Dall2013-10-141-5/+0Star
* | KVM: Move gfn_to_index to x86 specific codeChristoffer Dall2013-10-141-0/+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/+37Star
* | KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unloadPaolo Bonzini2013-10-031-10/+4Star
* | KVM: mmu: remove uninteresting MMU "new_cr3" callbacksPaolo Bonzini2013-10-033-14/+3Star
* | KVM: mmu: remove uninteresting MMU "free" callbacksPaolo Bonzini2013-10-032-19/+4Star
* | KVM: x86: only copy XSAVE state for the supported featuresPaolo Bonzini2013-10-033-6/+34
* | KVM: x86: prevent setting unsupported XSAVE statesPaolo Bonzini2013-10-033-3/+24
* | KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0Paolo Bonzini2013-10-032-1/+4
* | KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini2013-09-302-7/+6Star
* | KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2Gleb Natapov2013-09-301-0/+20
* | KVM: nVMX: Check all exceptions for intercept during delivery to L2Gleb Natapov2013-09-301-8/+4Star
* | KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFOGleb Natapov2013-09-301-4/+4
* | KVM: nVMX: Amend nested_run_pending logicGleb Natapov2013-09-301-14/+12Star
* | KVM: s390: Intercept SCK instructionThomas Huth2013-09-241-0/+33
* | KVM: s390: Implement TEST BLOCKThomas Huth2013-09-241-0/+28
* | KVM: s390: Helper for converting real addresses to absoluteThomas Huth2013-09-241-7/+14
* | KVM: s390: Allow NULL parameter for kvm_s390_get_regs_rreThomas Huth2013-09-241-2/+4
* | KVM: s390: Lock kvm->srcu at the appropriate placesThomas Huth2013-09-243-3/+16
* | KVM: s390: Push run loop into __vcpu_runThomas Huth2013-09-241-24/+25
* | KVM: s390: Split up __vcpu_run into three partsThomas Huth2013-09-241-17/+37
* | KVM: s390: Remove dead "rerun vcpu" codeThomas Huth2013-09-244-13/+1Star