summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-16KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma14-29/+50
2022-11-16KVM: selftests: Put command line options in alphabetical order in dirty_log_p...Vipin Sharma1-17/+19
2022-11-16KVM: selftests: Add missing break between -e and -g option in dirty_log_perf_...Vipin Sharma1-0/+1
2022-11-09KVM: replace direct irq.h inclusionPaolo Bonzini9-61/+34
2022-11-09KVM: x86/pmu: Defer counter emulated overflow via pmc->prev_counterLike Xu4-21/+22
2022-11-09KVM: x86/pmu: Defer reprogram_counter() to kvm_pmu_handle_event()Like Xu5-10/+22
2022-11-09KVM: x86/pmu: Clear "reprogram" bit if counter is disabled or disallowedSean Christopherson1-14/+24
2022-11-09KVM: x86/pmu: Force reprogramming of all counters on PMU filter changeSean Christopherson2-2/+22
2022-11-09KVM: x86/mmu: WARN if TDP MMU SP disallows hugepage after being zappedSean Christopherson1-4/+3
2022-11-09KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()Mingwei Zhang1-1/+2
2022-11-09KVM: x86/mmu: Add helper to convert SPTE value to its shadow pageSean Christopherson4-19/+29
2022-11-09KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pagesSean Christopherson2-19/+12
2022-11-09KVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU before setting SPTESean Christopherson3-25/+39
2022-11-09KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUsSean Christopherson2-1/+13
2022-11-09KVM: x86/mmu: Rename NX huge pages fields/functions for consistencySean Christopherson5-51/+71
2022-11-09KVM: x86/mmu: Tag disallowed NX huge pages even if they're not trackedSean Christopherson4-13/+39
2022-11-09selftests: kvm/x86: Test the flags in MSR filtering and MSR exitingAaron Lewis1-0/+85
2022-11-09KVM: x86: Add a VALID_MASK for the flags in kvm_msr_filter_rangeAaron Lewis2-1/+3
2022-11-09KVM: x86: Add a VALID_MASK for the flag in kvm_msr_filterAaron Lewis2-1/+2
2022-11-09KVM: x86: Add a VALID_MASK for the MSR exit reason flagsAaron Lewis2-3/+4
2022-11-09KVM: x86: Disallow the use of KVM_MSR_FILTER_DEFAULT_ALLOW in the kernelAaron Lewis1-0/+2
2022-11-09kvm: x86: Allow to respond to generic signals during slow PFPeter Xu1-3/+13
2022-11-09kvm: Add interruptible flag to __gfn_to_pfn_memslot()Peter Xu8-21/+27
2022-11-09kvm: Add KVM_PFN_ERR_SIGPENDINGPeter Xu2-0/+12
2022-11-09mm/gup: Add FOLL_INTERRUPTIBLEPeter Xu3-5/+34
2022-11-09KVM: x86: smm: preserve interrupt shadow in SMRAMMaxim Levitsky2-6/+31
2022-11-09KVM: x86: SVM: don't save SVM state to SMRAM when VM is not long mode capableMaxim Levitsky1-0/+8
2022-11-09KVM: x86: SVM: use smram structsMaxim Levitsky2-20/+7
2022-11-09KVM: svm: drop explicit return value of kvm_vcpu_mapMaxim Levitsky1-4/+3
2022-11-09KVM: x86: smm: use smram struct for 64 bit smram load/restoreMaxim Levitsky1-90/+63
2022-11-09KVM: x86: smm: use smram struct for 32 bit smram load/restoreMaxim Levitsky1-94/+61
2022-11-09KVM: x86: smm: use smram structs in the common codeMaxim Levitsky4-19/+25
2022-11-09KVM: x86: smm: add structs for KVM's smram layoutMaxim Levitsky2-0/+231
2022-11-09KVM: x86: smm: check for failures on smm entryMaxim Levitsky1-4/+15
2022-11-09KVM: x86: do not define SMM-related constants if SMM disabledPaolo Bonzini4-4/+6
2022-11-09KVM: zero output of KVM_GET_VCPU_EVENTS before filling in the structPaolo Bonzini1-9/+4
2022-11-09KVM: x86: do not define KVM_REQ_SMI if SMM disabledPaolo Bonzini3-1/+8
2022-11-09KVM: x86: remove SMRAM address space if SMM is not supportedPaolo Bonzini1-5/+8
2022-11-09KVM: x86: compile out vendor-specific code if SMM is disabledPaolo Bonzini7-1/+18
2022-11-09KVM: allow compiling out SMM supportPaolo Bonzini7-3/+50
2022-11-09KVM: x86: do not go through ctxt->ops when emulating rsmPaolo Bonzini3-143/+85
2022-11-09KVM: x86: move SMM exit to a new filePaolo Bonzini5-370/+351
2022-11-09KVM: x86: move SMM entry to a new filePaolo Bonzini4-237/+239
2022-11-09KVM: x86: start moving SMM-related functions to new filesPaolo Bonzini14-110/+132
2022-11-09KVM: SVM: Name and check reserved fields with structs offsetCarlos Bilbao2-29/+66
2022-11-09bug: introduce ASSERT_STRUCT_OFFSETMaxim Levitsky2-3/+11
2022-11-09x86/kvm: Remove unused virt to phys translation in kvm_guest_cpu_init()Rafael Mendonca1-1/+1
2022-11-09KVM: x86: Insert "AMD" in KVM_X86_FEATURE_PSFDJim Mattson1-2/+2
2022-11-09KVM: x86/mmu: use helper macro SPTE_ENT_PER_PAGEMiaohe Lin1-1/+1
2022-11-09KVM: x86/mmu: fix some comment typosMiaohe Lin2-2/+2