summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* x86: kvm: remove NULL check before kfreeDongliang Mu2022-06-201-2/+1
* KVM: x86/mmu: Shove refcounted page dependency into host_pfn_mapping_level()Sean Christopherson2022-06-202-7/+11
* KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page()Sean Christopherson2022-06-202-7/+10
* KVM: Take a 'struct page', not a pfn in kvm_is_zone_device_page()Sean Christopherson2022-06-201-2/+3
* KVM: nVMX: Use kvm_vcpu_map() to get/pin vmcs12's APIC-access pageSean Christopherson2022-06-202-28/+13
* KVM: x86/mmu: Use common logic for computing the 32/64-bit base PA maskSean Christopherson2022-06-203-14/+1
* KVM: x86/mmu: Truncate paging32's PT_BASE_ADDR_MASK to 32 bitsSean Christopherson2022-06-201-1/+1
* KVM: x86/mmu: Use common macros to compute 32/64-bit paging masksPaolo Bonzini2022-06-202-37/+11
* KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEsSean Christopherson2022-06-208-59/+70
* KVM: x86/mmu: Dedup macros for computing various page table masksSean Christopherson2022-06-205-19/+29
* KVM: x86/mmu: Bury 32-bit PSE paging helpers in paging_tmpl.hSean Christopherson2022-06-203-13/+17
* KVM: VMX: Refactor 32-bit PSE PT creation to avoid using MMU macroSean Christopherson2022-06-201-1/+1
* KVM: x86: Use lapic_in_kernel() to query in-kernel APIC in APICv helperSean Christopherson2022-06-201-1/+1
* KVM: x86: Move "apicv_active" into "struct kvm_lapic"Sean Christopherson2022-06-206-30/+23
* KVM: x86: Check for in-kernel xAPIC when querying APICv for directed yieldSean Christopherson2022-06-201-1/+2
* KVM: x86: Drop @vcpu parameter from kvm_x86_ops.hwapic_isr_update()Sean Christopherson2022-06-203-6/+6
* KVM: SVM: Drop unused AVIC / kvm_x86_ops declarationsSean Christopherson2022-06-201-4/+0
* KVM: nVMX: Update vmcs12 on BNDCFGS write, not at vmcs02=>vmcs12 syncSean Christopherson2022-06-202-3/+6
* KVM: nVMX: Save BNDCFGS to vmcs12 iff relevant controls are exposed to L1Sean Christopherson2022-06-201-1/+2
* KVM: nVMX: Rename nested.vmcs01_* fields to nested.pre_vmenter_*Sean Christopherson2022-06-203-7/+23
* KVM: nVMX: Snapshot pre-VM-Enter DEBUGCTL for !nested_run_pending caseSean Christopherson2022-06-201-1/+2
* KVM: nVMX: Snapshot pre-VM-Enter BNDCFGS for !nested_run_pending caseSean Christopherson2022-06-201-1/+2
* KVM: x86/mmu: Use try_cmpxchg64 in fast_pf_fix_direct_spteUros Bizjak2022-06-151-1/+1
* KVM: VMX: Use try_cmpxchg64 in pi_try_set_controlUros Bizjak2022-06-151-1/+1
* KVM: x86/mmu: Use try_cmpxchg64 in tdp_mmu_set_spte_atomicUros Bizjak2022-06-151-11/+1
* KVM: VMX: Skip filter updates for MSRs that KVM is already interceptingSean Christopherson2022-06-151-7/+11
* KVM: x86/mmu: Drop unused CMPXCHG macro from paging_tmpl.hSean Christopherson2022-06-151-6/+0
* KVM: X86/SVM: Use root_level in svm_load_mmu_pgd()Lai Jiangshan2022-06-151-1/+1
* KVM: X86/MMU: Remove useless mmu_topup_memory_caches() in kvm_mmu_pte_write()Lai Jiangshan2022-06-151-7/+0
* KVM: X86/MMU: Remove unused PT32_DIR_BASE_ADDR_MASK from mmu.cLai Jiangshan2022-06-151-2/+0
* KVM: SVM: Hide SEV migration lockdep goo behind CONFIG_PROVE_LOCKINGSean Christopherson2022-06-151-10/+7
* KVM: SEV: fix misplaced closing parenthesisPaolo Bonzini2022-06-151-2/+2
* KVM: x86: Bug the VM on an out-of-bounds data readSean Christopherson2022-06-101-1/+2
* KVM: x86: Bug the VM if the emulator generates a bogus exception vectorSean Christopherson2022-06-101-2/+5
* KVM: x86: Bug the VM if the emulator accesses a non-existent GPRSean Christopherson2022-06-103-2/+21
* KVM: x86: Reduce the number of emulator GPRs to '8' for 32-bit KVMSean Christopherson2022-06-102-5/+6
* KVM: x86: Use 16-bit fields to track dirty/valid emulator GPRsSean Christopherson2022-06-102-2/+5
* KVM: x86: Omit VCPU_REGS_RIP from emulator's _regs arraySean Christopherson2022-06-102-6/+17
* KVM: x86: Harden _regs accesses to guard against buggy inputSean Christopherson2022-06-101-0/+6
* KVM: x86: Grab regs_dirty in local 'unsigned long'Sean Christopherson2022-06-101-1/+2
* Merge branch 'kvm-5.20-early'Paolo Bonzini2022-06-0940-557/+1399
|\
| * KVM: x86: PIT: Preserve state of speaker port data bitPaul Durrant2022-06-083-5/+9
| * KVM: VMX: Reject kvm_intel if an inconsistent VMCS config is detectedSean Christopherson2022-06-081-3/+17
| * KVM: VMX: Sanitize VM-Entry/VM-Exit control pairs at kvm_intel load timeSean Christopherson2022-06-082-7/+34
| * KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !enable_pmuLike Xu2022-06-082-1/+18
| * KVM: x86/pmu: Restrict advanced features based on module enable_pmuLike Xu2022-06-083-3/+12
| * KVM: x86/pmu: Avoid exposing Intel BTS featureLike Xu2022-06-083-4/+8
| * KVM: x86/pmu: Update global enable_pmu when PMU is undetectedLike Xu2022-06-081-5/+10
| * x86: events: Do not return bogus capabilities if PMU is brokenPaolo Bonzini2022-06-081-2/+10
| * perf/x86/intel: Fix the comment about guest LBR support on KVMLike Xu2022-06-081-2/+1