summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: update %rip after emulating IOSean Christopherson2019-04-031-10/+26
* KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-04-033-14/+12
* KVM: nVMX: Check a single byte for VMCS "launched" in nested early checksSean Christopherson2019-03-231-1/+1
* KVM: nVMX: Ignore limit checks on VMX instructions using flat segmentsSean Christopherson2019-03-231-3/+9
* KVM: nVMX: Apply addr size mask to effective address for VMX instructionsSean Christopherson2019-03-231-2/+23
* KVM: nVMX: Sign extend displacements of VMX instr's mem operandsSean Christopherson2019-03-231-0/+4
* KVM: x86/mmu: Do not cache MMIO accesses while memslots are in fluxSean Christopherson2019-03-231-1/+6
* KVM: x86/mmu: Detect MMIO generation wrap in any address spaceSean Christopherson2019-03-231-2/+19
* KVM: VMX: Zero out *all* general purpose registers after VM-ExitSean Christopherson2019-03-231-3/+11
* KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-runSean Christopherson2019-03-231-1/+1
* KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson2019-03-232-4/+4
* Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"Ben Gardon2019-03-231-13/+3
* KVM: MMU: record maximum physical address width in kvm_mmu_extended_roleYu Zhang2019-02-221-0/+1
* kvm: x86: Return LA57 feature based on hardware capabilityYu Zhang2019-02-221-0/+4
* x86/kvm/mmu: fix switch between root and guest MMUsVitaly Kuznetsov2019-02-221-4/+13
* kvm: vmx: Fix entry number check for add_atomic_switch_msr()Xiaoyao Li2019-02-141-1/+2
* KVM: x86: Recompute PID.ON when clearing PID.SNLuwei Kang2019-02-143-21/+17
* KVM: nVMX: Restore a preemption timer consistency checkSean Christopherson2019-02-131-0/+4
* x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is availableVitaly Kuznetsov2019-02-121-3/+5
* KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...Peter Shier2019-02-071-0/+1
* KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini2019-02-071-0/+7
* cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-01-301-1/+2
* KVM: x86: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-256-4/+10
* KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search pathsMasahiro Yamada2019-01-252-5/+1
* x86/kvm/hyper-v: nested_enable_evmcs() sets vmcs_version incorrectlyVitaly Kuznetsov2019-01-251-3/+4
* KVM: VMX: Move vmx_vcpu_run()'s VM-Enter asm blob to a helper functionSean Christopherson2019-01-251-66/+73
* kvm: vmx: fix some -Wmissing-prototypes warningsYi Wang2019-01-252-2/+2
* KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...Vitaly Kuznetsov2019-01-251-0/+8
* svm: Fix AVIC incomplete IPI emulationSuravee Suthikulpanit2019-01-251-15/+4
* svm: Add warning message for AVIC IPI invalid targetSuravee Suthikulpanit2019-01-251-0/+2
* KVM: x86: Fix PV IPIs for 32-bit KVM hostSean Christopherson2019-01-251-1/+1
* x86/kvm/hyper-v: recommend using eVMCS only when it is enabledVitaly Kuznetsov2019-01-251-1/+2
* x86/kvm/hyper-v: don't recommend doing reset via synthetic MSRVitaly Kuznetsov2019-01-251-1/+0
* kvm: x86/vmx: Use kzalloc for cached_vmcs12Tom Roeder2019-01-251-4/+8
* KVM: VMX: Use the correct field var when clearing VM_ENTRY_LOAD_IA32_PERF_GLO...Sean Christopherson2019-01-251-1/+1
* KVM: x86: Fix single-step debuggingAlexander Popov2019-01-251-2/+1
* x86/kvm/hyper-v: don't announce GUEST IDLE MSR supportVitaly Kuznetsov2019-01-251-1/+0
* x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not...Vitaly Kuznetsov2019-01-111-2/+1
* KVM/VMX: Avoid return error when flush tlb successfully in the hv_remote_flus...Lan Tianyu2019-01-111-1/+1
* kvm: sev: Fail KVM_SEV_INIT if already initializedDavid Rientjes2019-01-111-0/+3
* KVM: x86: Fix bit shifting in update_intel_pt_cfgGustavo A. R. Silva2019-01-111-1/+1
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-1/+1
* Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-1/+1
|\
| * treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-221-1/+1
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-12-261-1/+1
|\ \
| * | x86: Fix various typos in commentsIngo Molnar2018-12-032-3/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-2626-15449/+16669
|\ \ \
| * | | KVM: x86: Add CPUID support for new instruction WBNOINVDRobert Hoo2018-12-211-1/+1
| * | | KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson2018-12-215-34/+78
| * | | KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobsSean Christopherson2018-12-212-42/+50
OpenPOWER on IntegriCloud