summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-17KVM: X86: Add functions for retrieving L2 TSC fields from common codeIlias Stamatis5-0/+44
2021-06-17KVM: nVMX: Add a TSC multiplier field in VMCS12Ilias Stamatis2-1/+4
2021-06-17KVM: X86: Add a ratio parameter to kvm_scale_tsc()Ilias Stamatis2-10/+19
2021-06-17KVM: X86: Rename kvm_compute_tsc_offset() to kvm_compute_l1_tsc_offset()Ilias Stamatis1-5/+5
2021-06-17KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'Ilias Stamatis3-6/+9
2021-06-17math64.h: Add mul_s64_u64_shr()Ilias Stamatis1-0/+19
2021-06-17KVM: x86/mmu: Lazily allocate memslot rmapsBen Gardon6-8/+71
2021-06-17KVM: x86/mmu: Skip rmap operations if rmaps not allocatedBen Gardon3-48/+72
2021-06-17KVM: x86/mmu: Add a field to control memslot rmap allocationBen Gardon3-5/+16
2021-06-17KVM: mmu: Add slots_arch_lock for memslot arch fieldsBen Gardon3-6/+62
2021-06-17KVM: mmu: Refactor memslot copyBen Gardon1-7/+16
2021-06-17KVM: x86/mmu: Factor out allocating memslot rmapBen Gardon1-10/+27
2021-06-17KVM: x86/mmu: Deduplicate rmap freeingBen Gardon1-8/+11
2021-06-17KVM: x86: Do not write protect huge page in initially-all-set modeKeqian Zhu2-31/+36
2021-06-17KVM: x86: Support write protecting only large pagesKeqian Zhu5-11/+22
2021-06-17KVM: hyper-v: Advertise support for fast XMM hypercallsSiddharth Chandrasekaran2-1/+7
2021-06-17KVM: x86: kvm_hv_flush_tlb use inputs from XMM registersSiddharth Chandrasekaran2-19/+74
2021-06-17KVM: hyper-v: Collect hypercall params into structSiddharth Chandrasekaran1-68/+79
2021-06-17KVM: x86: Move FPU register accessors into fpu.hSiddharth Chandrasekaran3-122/+158
2021-06-17KVM: x86/mmu: Make is_nx_huge_page_enabled an inline functionShaokun Zhang2-9/+7
2021-06-17KVM: selftests: Fix kvm_check_cap() assertionFuad Tabba1-1/+1
2021-06-11KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMUSean Christopherson1-1/+25
2021-06-11KVM: X86: Fix x86_emulator slab cache leakWanpeng Li1-0/+1
2021-06-11KVM: SVM: Call SEV Guest Decommission if ASID binding failsAlper Gun1-5/+15
2021-06-10KVM: x86: Immediately reset the MMU context when the SMM flag is clearedSean Christopherson1-1/+4
2021-06-10KVM: x86: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-06-10KVM: SVM: fix doc warningsChenXiaoSong1-3/+3
2021-06-10KVM: selftests: Fix compiling errors when initializing the static structureYanan Wang1-19/+19
2021-06-10kvm: LAPIC: Restore guard to prevent illegal APIC register accessJim Mattson1-0/+3
2021-06-09kvm: fix previous commit for 32-bit buildsPaolo Bonzini1-2/+2
2021-06-09kvm: avoid speculation-based attacks from out-of-range memslot accessesPaolo Bonzini1-1/+9
2021-06-09KVM: x86: Unload MMU on guest TLB flush if TDP disabled to force MMU syncLai Jiangshan1-0/+13
2021-06-08KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint messageSean Christopherson1-3/+3
2021-06-08selftests: kvm: Add support for customized slot0 memory sizeZhenzhong Duan5-15/+45
2021-06-08KVM: selftests: introduce P47V64 for s390xChristian Borntraeger2-1/+7
2021-06-08KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behaviorLai Jiangshan1-2/+4
2021-06-08KVM: X86: MMU: Use the correct inherited permissions to get shadow pageLai Jiangshan2-7/+11
2021-06-08KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timerWanpeng Li1-6/+11
2021-06-08KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length a...Ashish Kalra1-4/+2
2021-05-29selftests: kvm: fix overlapping addresses in memslot_perf_testPaolo Bonzini1-1/+1
2021-05-28Merge tag 'kvmarm-fixes-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini3-7/+35
2021-05-28KVM: X86: Kill off ctxt->udWanpeng Li3-7/+5
2021-05-28KVM: X86: Fix warning caused by stale emulation contextWanpeng Li1-5/+5
2021-05-28KVM: X86: Use kvm_get_linear_rip() in single-step and #DB/#BP interceptionYuan Yao2-5/+3
2021-05-27KVM: x86/mmu: Fix comment mentioning skip_4kDavid Matlack1-3/+3
2021-05-27KVM: VMX: update vcpu posted-interrupt descriptor when assigning deviceMarcelo Tosatti4-0/+17
2021-05-27KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCKMarcelo Tosatti6-6/+11
2021-05-27KVM: x86: add start_assignment hook to kvm_x86_opsMarcelo Tosatti3-1/+4
2021-05-27KVM: LAPIC: Narrow the timer latency between wait_lapic_expire and world switchWanpeng Li1-3/+11
2021-05-27selftests: kvm: do only 1 memslot_perf_test run by defaultPaolo Bonzini1-1/+1