summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2017-10-12KVM: x86: introduce ISA specific SMM entry/exit callbacksLadi Prosek
2017-10-12KVM: SVM: limit kvm_handle_page_fault to #PF handlingPaolo Bonzini
2017-10-12KVM: SVM: unconditionally wake up VCPU on IOMMU interruptPaolo Bonzini
2017-10-12arch/x86: remove redundant null checks before kmem_cache_destroyTim Hansen
2017-10-12KVM: VMX: Don't expose unrestricted_guest is enabled if ept is disabledWanpeng Li
2017-10-12KVM: X86: Processor States following Reset or INITWanpeng Li
2017-10-12KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switchRadim Krčmář
2017-10-12KVM: x86: really disarm lapic timer when clearing TMICTRadim Krčmář
2017-10-12KVM: x86: handle 0 write to TSC_DEADLINE MSRRadim Krčmář
2017-10-12kvm, mm: account kvm related kmem slabs to kmemcgShakeel Butt
2017-10-12KVM: VMX: rename RDSEED and RDRAND vmx ctrls to reflect exitingDavid Hildenbrand
2017-10-12KVM: x86: allow setting identity map addr with no vcpus onlyDavid Hildenbrand
2017-10-12KVM: VMX: cleanup init_rmode_identity_map()David Hildenbrand
2017-10-12KVM: nVMX: no need to set ept/vpid caps to 0David Hildenbrand
2017-10-12KVM: nVMX: no need to set vcpu->cpu when switching vmcsDavid Hildenbrand
2017-10-12KVM: VMX: drop unnecessary function declarationsDavid Hildenbrand
2017-10-12KVM: VMX: require INVEPT GLOBAL for EPTDavid Hildenbrand
2017-10-12KVM: VMX: call ept_sync_global() with enable_ept onlyDavid Hildenbrand
2017-10-12KVM: VMX: drop enable_ept check from ept_sync_context()David Hildenbrand
2017-10-12KVM: x86: no need to inititalize vcpu members to 0David Hildenbrand
2017-10-12KVM: VMX: vmx_vcpu_setup() cannot failDavid Hildenbrand
2017-10-12KVM: x86: drop BUG_ON(vcpu->kvm)David Hildenbrand
2017-10-12KVM: x86: mmu: free_page can handle NULLDavid Hildenbrand
2017-10-12KVM: x86: mmu: returning void in a void function is strangeDavid Hildenbrand
2017-10-12KVM: LAPIC: Apply change to TDCR right away to the timerWanpeng Li
2017-10-12KVM: LAPIC: Keep timer running when switching between one-shot and periodic modeWanpeng Li
2017-10-12KVM: LAPIC: Introduce limit_periodic_timer_frequencyWanpeng Li
2017-10-12KVM: LAPIC: Fix lapic timer mode transitionWanpeng Li
2017-10-12KVM: VMX: Don't expose PLE enable if there is no hardware supportWanpeng Li
2017-10-12KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exitHaozhong Zhang
2017-10-10KVM: MMU: always terminate page walks at level 1Ladi Prosek
2017-10-10KVM: nVMX: update last_nonleaf_level when initializing nested EPTLadi Prosek
2017-10-05KVM: add X86_LOCAL_APIC dependencyArnd Bergmann
2017-10-05x86/kvm: Move kvm_fastop_exception to .fixup sectionJosh Poimboeuf
2017-10-04kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng
2017-09-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-09-29KVM: nVMX: Fix nested #PF intends to break L1's vmlauch/vmresumeWanpeng Li
2017-09-28KVM: VMX: use cmpxchg64Paolo Bonzini
2017-09-27KVM: VMX: simplify and fix vmx_vcpu_pi_loadPaolo Bonzini
2017-09-27KVM: VMX: avoid double list add with VT-d posted interruptsPaolo Bonzini
2017-09-27KVM: VMX: extract __pi_post_blockPaolo Bonzini
2017-09-26Merge branch 'WIP.x86/fpu' into x86/fpu, because it's readyIngo Molnar
2017-09-26x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar
2017-09-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf
2017-09-22KVM: nVMX: fix HOST_CR3/HOST_CR4 cacheLadi Prosek
2017-09-19KVM: VMX: remove WARN_ON_ONCE in kvm_vcpu_trigger_posted_interruptHaozhong Zhang
2017-09-19KVM: VMX: do not change SN bit in vmx_update_pi_irte()Haozhong Zhang
2017-09-19KVM: x86: Fix the NULL pointer parameter in check_cr_write()Yu Zhang
2017-09-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds