summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Drop .post_leave_smm(), i.e. the manual post-RSM MMU resetSean Christopherson2021-06-173-9/+8
* KVM: x86: Rename SMM tracepoint to make it reflect realitySean Christopherson2021-06-172-2/+2
* KVM: x86: Move "entering SMM" tracepoint into kvm_smm_changed()Sean Christopherson2021-06-171-4/+2
* KVM: x86: Move (most) SMM hflags modifications into kvm_smm_changed()Sean Christopherson2021-06-171-13/+11
* KVM: x86: Invoke kvm_smm_changed() immediately after clearing SMM flagSean Christopherson2021-06-171-2/+2
* KVM: x86: Replace .set_hflags() with dedicated .exiting_smm() helperSean Christopherson2021-06-173-6/+5
* KVM: x86: Emulate triple fault shutdown if RSM emulation failsSean Christopherson2021-06-173-5/+14
* KVM: x86: Drop vendor specific functions for APICv/AVIC enablementVitaly Kuznetsov2021-06-173-5/+3
* KVM: x86: Use common 'enable_apicv' variable for both APICv and AVICVitaly Kuznetsov2021-06-176-22/+22
* kvm: x86: implement KVM PM-notifierSergey Senozhatsky2021-06-172-0/+37
* KVM: nVMX: Disable vmcs02 posted interrupts if vmcs12 PID isn't mappableJim Mattson2021-06-171-1/+14
* KVM: nVMX: Fail on MMIO completion for nested posted interruptsJim Mattson2021-06-171-1/+5
* KVM: x86: Add a return code to kvm_apic_accept_eventsJim Mattson2021-06-173-11/+27
* KVM: x86: Add a return code to inject_pending_eventJim Mattson2021-06-171-10/+17
* KVM: nVMX: Add a return code to vmx_complete_nested_posted_interruptJim Mattson2021-06-171-6/+6
* KVM: x86: Remove guest mode check from kvm_check_nested_eventsJim Mattson2021-06-171-3/+0
* KVM: nVMX: Enable nested TSC scalingIlias Stamatis2021-06-171-6/+18
* KVM: X86: Add vendor callbacks for writing the TSC multiplierIlias Stamatis2021-06-175-25/+39
* KVM: X86: Move write_l1_tsc_offset() logic to common code and rename itIlias Stamatis2021-06-173-40/+28
* KVM: X86: Add functions that calculate the nested TSC fieldsIlias Stamatis2021-06-171-0/+25
* KVM: X86: Add functions for retrieving L2 TSC fields from common codeIlias Stamatis2021-06-173-0/+40
* KVM: nVMX: Add a TSC multiplier field in VMCS12Ilias Stamatis2021-06-172-1/+4
* KVM: X86: Add a ratio parameter to kvm_scale_tsc()Ilias Stamatis2021-06-171-9/+18
* KVM: X86: Rename kvm_compute_tsc_offset() to kvm_compute_l1_tsc_offset()Ilias Stamatis2021-06-171-5/+5
* KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'Ilias Stamatis2021-06-172-4/+6
* KVM: x86/mmu: Lazily allocate memslot rmapsBen Gardon2021-06-175-8/+69
* KVM: x86/mmu: Skip rmap operations if rmaps not allocatedBen Gardon2021-06-173-48/+72
* KVM: x86/mmu: Add a field to control memslot rmap allocationBen Gardon2021-06-172-5/+10
* KVM: x86/mmu: Factor out allocating memslot rmapBen Gardon2021-06-171-10/+27
* KVM: x86/mmu: Deduplicate rmap freeingBen Gardon2021-06-171-8/+11
* KVM: x86: Do not write protect huge page in initially-all-set modeKeqian Zhu2021-06-172-31/+36
* KVM: x86: Support write protecting only large pagesKeqian Zhu2021-06-175-11/+22
* KVM: hyper-v: Advertise support for fast XMM hypercallsSiddharth Chandrasekaran2021-06-171-0/+1
* KVM: x86: kvm_hv_flush_tlb use inputs from XMM registersSiddharth Chandrasekaran2021-06-171-19/+71
* KVM: hyper-v: Collect hypercall params into structSiddharth Chandrasekaran2021-06-171-68/+79
* KVM: x86: Move FPU register accessors into fpu.hSiddharth Chandrasekaran2021-06-173-122/+158
* KVM: x86/mmu: Make is_nx_huge_page_enabled an inline functionShaokun Zhang2021-06-172-9/+7
* KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMUSean Christopherson2021-06-111-1/+25
* KVM: X86: Fix x86_emulator slab cache leakWanpeng Li2021-06-111-0/+1
* KVM: SVM: Call SEV Guest Decommission if ASID binding failsAlper Gun2021-06-111-5/+15
* KVM: x86: Immediately reset the MMU context when the SMM flag is clearedSean Christopherson2021-06-101-1/+4
* KVM: x86: Fix fall-through warnings for ClangGustavo A. R. Silva2021-06-102-0/+2
* KVM: SVM: fix doc warningsChenXiaoSong2021-06-101-3/+3
* kvm: LAPIC: Restore guard to prevent illegal APIC register accessJim Mattson2021-06-091-0/+3
* KVM: x86: Unload MMU on guest TLB flush if TDP disabled to force MMU syncLai Jiangshan2021-06-081-0/+13
* KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint messageSean Christopherson2021-06-081-3/+3
* KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behaviorLai Jiangshan2021-06-081-2/+4
* KVM: X86: MMU: Use the correct inherited permissions to get shadow pageLai Jiangshan2021-06-081-5/+9
* KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timerWanpeng Li2021-06-081-6/+11
* KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length a...Ashish Kalra2021-06-081-4/+2