summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-17kvm: x86: implement KVM PM-notifierSergey Senozhatsky
2021-06-17kvm: add PM-notifierSergey Senozhatsky
2021-06-17KVM: selftests: Introduce x2APIC register manipulation functionsJim Mattson
2021-06-17KVM: selftests: Hoist APIC functions out of individual testsJim Mattson
2021-06-17KVM: selftests: Move APIC definitions into a separate fileJim Mattson
2021-06-17KVM: nVMX: Disable vmcs02 posted interrupts if vmcs12 PID isn't mappableJim Mattson
2021-06-17KVM: nVMX: Fail on MMIO completion for nested posted interruptsJim Mattson
2021-06-17KVM: x86: Add a return code to kvm_apic_accept_eventsJim Mattson
2021-06-17KVM: x86: Add a return code to inject_pending_eventJim Mattson
2021-06-17KVM: nVMX: Add a return code to vmx_complete_nested_posted_interruptJim Mattson
2021-06-17KVM: x86: Remove guest mode check from kvm_check_nested_eventsJim Mattson
2021-06-17KVM: selftests: x86: Add vmx_nested_tsc_scaling_testIlias Stamatis
2021-06-17KVM: nVMX: Enable nested TSC scalingIlias Stamatis
2021-06-17KVM: X86: Add vendor callbacks for writing the TSC multiplierIlias Stamatis
2021-06-17KVM: X86: Move write_l1_tsc_offset() logic to common code and rename itIlias Stamatis
2021-06-17KVM: X86: Add functions that calculate the nested TSC fieldsIlias Stamatis
2021-06-17KVM: X86: Add functions for retrieving L2 TSC fields from common codeIlias Stamatis
2021-06-17KVM: nVMX: Add a TSC multiplier field in VMCS12Ilias Stamatis
2021-06-17KVM: X86: Add a ratio parameter to kvm_scale_tsc()Ilias Stamatis
2021-06-17KVM: X86: Rename kvm_compute_tsc_offset() to kvm_compute_l1_tsc_offset()Ilias Stamatis
2021-06-17KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'Ilias Stamatis
2021-06-17math64.h: Add mul_s64_u64_shr()Ilias Stamatis
2021-06-17KVM: x86/mmu: Lazily allocate memslot rmapsBen Gardon
2021-06-17KVM: x86/mmu: Skip rmap operations if rmaps not allocatedBen Gardon
2021-06-17KVM: x86/mmu: Add a field to control memslot rmap allocationBen Gardon
2021-06-17KVM: mmu: Add slots_arch_lock for memslot arch fieldsBen Gardon
2021-06-17KVM: mmu: Refactor memslot copyBen Gardon
2021-06-17KVM: x86/mmu: Factor out allocating memslot rmapBen Gardon
2021-06-17KVM: x86/mmu: Deduplicate rmap freeingBen Gardon
2021-06-17KVM: x86: Do not write protect huge page in initially-all-set modeKeqian Zhu
2021-06-17KVM: x86: Support write protecting only large pagesKeqian Zhu
2021-06-17KVM: hyper-v: Advertise support for fast XMM hypercallsSiddharth Chandrasekaran
2021-06-17KVM: x86: kvm_hv_flush_tlb use inputs from XMM registersSiddharth Chandrasekaran
2021-06-17KVM: hyper-v: Collect hypercall params into structSiddharth Chandrasekaran
2021-06-17KVM: x86: Move FPU register accessors into fpu.hSiddharth Chandrasekaran
2021-06-17KVM: x86/mmu: Make is_nx_huge_page_enabled an inline functionShaokun Zhang
2021-06-17KVM: selftests: Fix kvm_check_cap() assertionFuad Tabba
2021-06-11KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMUSean Christopherson
2021-06-11KVM: X86: Fix x86_emulator slab cache leakWanpeng Li
2021-06-11KVM: SVM: Call SEV Guest Decommission if ASID binding failsAlper Gun
2021-06-10KVM: x86: Immediately reset the MMU context when the SMM flag is clearedSean Christopherson
2021-06-10KVM: x86: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-06-10KVM: SVM: fix doc warningsChenXiaoSong
2021-06-10KVM: selftests: Fix compiling errors when initializing the static structureYanan Wang
2021-06-09kvm: LAPIC: Restore guard to prevent illegal APIC register accessJim Mattson
2021-06-09kvm: fix previous commit for 32-bit buildsPaolo Bonzini
2021-06-08kvm: avoid speculation-based attacks from out-of-range memslot accessesPaolo Bonzini
2021-06-08KVM: x86: Unload MMU on guest TLB flush if TDP disabled to force MMU syncLai Jiangshan
2021-06-08KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint messageSean Christopherson
2021-06-08selftests: kvm: Add support for customized slot0 memory sizeZhenzhong Duan