summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2019-04-30KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointerSean Christopherson
2019-04-30KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson
2019-04-18KVM: lapic: Allow user to disable adaptive tuning of timer advancementSean Christopherson
2019-04-18KVM: lapic: Track lapic timer advance per vCPUSean Christopherson
2019-04-16KVM: x86: fix warning Using plain integer as NULL pointerHariprasad Kelam
2019-04-16KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernelsSean Christopherson
2019-04-16KVM: x86: Open code kvm_set_hflagsSean Christopherson
2019-04-16KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson
2019-04-16x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao
2019-04-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon
2019-03-28KVM: x86: update %rip after emulating IOSean Christopherson
2019-03-28kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrsXiaoyao Li
2019-03-28KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson
2019-03-28KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region()Wei Yang
2019-02-20Revert "KVM: x86: use the fast way to invalidate all pages"Sean Christopherson
2019-02-20Revert "KVM: MMU: reclaim the zapped-obsolete page first"Sean Christopherson
2019-02-20KVM: Call kvm_arch_memslots_updated() before updating memslotsSean Christopherson
2019-02-20kvm: x86: Add memcg accounting to KVM allocationsBen Gardon
2019-02-20KVM: x86: Sync the pending Posted-InterruptsLuwei Kang
2019-02-20KVM: x86: cull apicv code when userspace irqchip is requestedPaolo Bonzini
2019-02-07KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini
2019-01-25KVM: x86: Mark expected switch fall-throughsGustavo A. R. Silva
2019-01-25KVM: x86: Fix PV IPIs for 32-bit KVM hostSean Christopherson
2019-01-25KVM: x86: Fix single-step debuggingAlexander Popov
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-12-21KVM: x86: Implement Intel PT MSRs read/write emulationChao Peng
2018-12-21KVM: fix some typosWei Yang
2018-12-21KVM: x86: fix size of x86_fpu_cache objectsPaolo Bonzini
2018-12-18kvm: x86: Add AMD's EX_CFG to the list of ignored MSRsEduardo Habkost
2018-12-18KVM: X86: Fix NULL deref in vcpu_scan_ioapicWanpeng Li
2018-12-14kvm: x86: Dynamically allocate guest_fpuMarc Orr
2018-12-14kvm: x86: Use task structs fpu field for userMarc Orr
2018-12-14kvm: x86: Don't modify MSR_PLATFORM_INFO on vCPU resetJim Mattson
2018-12-14x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUIDVitaly Kuznetsov
2018-12-14KVM: x86: nVMX: Allow nested_enable_evmcs to be NULLSean Christopherson
2018-12-14kvm: introduce manual dirty log reprotectPaolo Bonzini
2018-12-14kvm: rename last argument to kvm_get_dirty_log_protectPaolo Bonzini
2018-12-14kvm: make KVM_CAP_ENABLE_CAP_VM architecture agnosticPaolo Bonzini
2018-11-27KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offsetLeonid Shatz
2018-11-27KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercallLiran Alon
2018-11-27KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner
2018-10-23Revert "kvm: x86: optimize dr6 restore"Radim Krčmář
2018-10-17kvm: x86: Introduce KVM_CAP_EXCEPTION_PAYLOADJim Mattson
2018-10-17kvm: vmx: Defer setting of DR6 until #DB deliveryJim Mattson
2018-10-17kvm: x86: Defer setting of CR2 until #PF deliveryJim Mattson
2018-10-17kvm: x86: Add payload operands to kvm_multiple_exceptionJim Mattson
2018-10-17kvm: x86: Add exception payload fields to kvm_vcpu_eventsJim Mattson
2018-10-17kvm: x86: Add has_payload and payload to kvm_queued_exceptionJim Mattson
2018-10-17x86/kvm/nVMX: nested state migration for Enlightened VMCSVitaly Kuznetsov