summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-20KVM: VMX: Fix VPID capability detectionWanpeng Li
2017-10-20KVM: nVMX: Fix EPT switching advertisingWanpeng Li
2017-10-20KVM: PPC: Tie KVM_CAP_PPC_HTM to the user-visible TM featureMichael Ellerman
2017-10-19Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread managem...Paul Mackerras
2017-10-18KVM: SVM: detect opening of SMI window using STGI interceptLadi Prosek
2017-10-16KVM: PPC: Book3S HV: Add more barriers in XIVE load/unload codeBenjamin Herrenschmidt
2017-10-16KVM: PPC: Book3S HV: Explicitly disable HPT operations on radix guestsPaul Mackerras
2017-10-14KVM: PPC: Book3S PR: Enable in-kernel TCE handlers for PR KVMAlexey Kardashevskiy
2017-10-14KVM: PPC: Book3S HV: Delete an error message for a failed memory allocation i...Markus Elfring
2017-10-14KVM: PPC: BookE: Use vma_pages functionThomas Meyer
2017-10-14KVM: PPC: Book3S HV: Use ARRAY_SIZE macroThomas Meyer
2017-10-14KVM: PPC: Book3S HV: Handle unexpected interrupts betterPaul Mackerras
2017-10-14KVM: PPC: Book3S: Protect kvmppc_gpa_to_ua() with SRCUAlexey Kardashevskiy
2017-10-14KVM: PPC: Book3S HV: POWER9 more doorbell fixesNicholas Piggin
2017-10-14KVM: PPC: Fix oops when checking KVM_CAP_PPC_HTMGreg Kurz
2017-10-12KVM: x86: extend usage of RET_MMIO_PF_* constantsPaolo Bonzini
2017-10-12KVM: nSVM: fix SMI injection in guest modeLadi Prosek
2017-10-12KVM: nSVM: refactor nested_svm_vmrunLadi Prosek
2017-10-12KVM: nVMX: fix SMI injection in guest modeLadi Prosek
2017-10-12KVM: nVMX: set IDTR and GDTR limits when loading L1 host stateLadi Prosek
2017-10-12KVM: x86: introduce ISA specific smi_allowed callbackLadi Prosek
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: x86: document special identity map address valueDavid 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