summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-11-08Merge tag 'kvm-arm-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Radim Krčmář15-258/+88
2017-11-06KVM: arm/arm64: fix the incompatible matching for external abortDongjiu Geng2-2/+2
2017-11-06KVM: arm/arm64: Unify 32bit fault injectionMarc Zyngier4-213/+39
2017-11-06KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESETEric Auger2-0/+2
2017-11-06KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register trapsChristoffer Dall1-27/+14
2017-11-06KVM: arm/arm64: Support EL1 phys timer register access in set/get regChristoffer Dall2-0/+12
2017-11-06KVM: arm/arm64: Move timer save/restore out of the hyp codeChristoffer Dall6-10/+15
2017-11-06arm64: Use physical counter for in-kernel reads when booted in EL2Christoffer Dall1-1/+1
2017-11-06arm64: Implement arch_counter_get_cntpct to read the physical counterChristoffer Dall1-5/+3
2017-11-02Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini18-338/+797
2017-11-01KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hostsPaul Mackerras5-17/+212
2017-11-01KVM: PPC: Book3S HV: Allow for running POWER9 host in single-threaded modePaul Mackerras3-33/+57
2017-11-01KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix hostPaul Mackerras5-37/+79
2017-11-01KVM: PPC: Book3S HV: Unify dirty page map between HPT and radixPaul Mackerras7-113/+96
2017-11-01KVM: PPC: Book3S HV: Rename hpte_setup_done to mmu_readyPaul Mackerras3-33/+44
2017-11-01KVM: PPC: Book3S HV: Don't rely on host's page size informationPaul Mackerras4-53/+126
2017-11-01Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras5-50/+14
2017-11-01KVM: PPC: Book3S: Fix gas warning due to using r0 as immediate 0Nicholas Piggin1-1/+1
2017-11-01KVM: PPC: Book3S PR: Only install valid SLBs during KVM_SET_SREGSGreg Kurz1-3/+13
2017-11-01KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not enabledPaul Mackerras1-0/+12
2017-10-20KVM: X86: #GP when guest attempts to write MCi_STATUS register w/o 0Wanpeng Li1-2/+7
2017-10-20KVM: VMX: Fix VPID capability detectionWanpeng Li1-2/+13
2017-10-20KVM: nVMX: Fix EPT switching advertisingWanpeng Li1-2/+3
2017-10-20KVM: PPC: Tie KVM_CAP_PPC_HTM to the user-visible TM featureMichael Ellerman1-2/+2
2017-10-19Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread managem...Paul Mackerras4-48/+12
2017-10-18KVM: SVM: detect opening of SMI window using STGI interceptLadi Prosek4-9/+36
2017-10-16KVM: PPC: Book3S HV: Explicitly disable HPT operations on radix guestsPaul Mackerras1-3/+10
2017-10-14KVM: PPC: Book3S PR: Enable in-kernel TCE handlers for PR KVMAlexey Kardashevskiy1-0/+2
2017-10-14KVM: PPC: Book3S HV: Delete an error message for a failed memory allocation i...Markus Elfring1-1/+0
2017-10-14KVM: PPC: BookE: Use vma_pages functionThomas Meyer1-1/+1
2017-10-14KVM: PPC: Book3S HV: Use ARRAY_SIZE macroThomas Meyer1-1/+2
2017-10-14KVM: PPC: Book3S HV: Handle unexpected interrupts betterPaul Mackerras2-1/+137
2017-10-12KVM: x86: extend usage of RET_MMIO_PF_* constantsPaolo Bonzini2-58/+55
2017-10-12KVM: nSVM: fix SMI injection in guest modeLadi Prosek3-6/+58
2017-10-12KVM: nSVM: refactor nested_svm_vmrunLadi Prosek1-63/+69
2017-10-12KVM: nVMX: fix SMI injection in guest modeLadi Prosek1-11/+49
2017-10-12KVM: nVMX: set IDTR and GDTR limits when loading L1 host stateLadi Prosek1-0/+2
2017-10-12KVM: x86: introduce ISA specific smi_allowed callbackLadi Prosek4-1/+14
2017-10-12KVM: x86: introduce ISA specific SMM entry/exit callbacksLadi Prosek6-1/+58
2017-10-12KVM: SVM: limit kvm_handle_page_fault to #PF handlingPaolo Bonzini4-9/+17
2017-10-12KVM: SVM: unconditionally wake up VCPU on IOMMU interruptPaolo Bonzini1-4/+1
2017-10-12arch/x86: remove redundant null checks before kmem_cache_destroyTim Hansen1-4/+2
2017-10-12KVM: VMX: Don't expose unrestricted_guest is enabled if ept is disabledWanpeng Li1-5/+2
2017-10-12KVM: X86: Processor States following Reset or INITWanpeng Li2-0/+24
2017-10-12KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switchRadim Krčmář1-1/+3
2017-10-12KVM: x86: really disarm lapic timer when clearing TMICTRadim Krčmář1-1/+3
2017-10-12KVM: x86: handle 0 write to TSC_DEADLINE MSRRadim Krčmář1-0/+3
2017-10-12kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt1-2/+2
2017-10-12KVM: VMX: rename RDSEED and RDRAND vmx ctrls to reflect exitingDavid Hildenbrand2-14/+14
2017-10-12KVM: x86: allow setting identity map addr with no vcpus onlyDavid Hildenbrand1-1/+7