summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2022-05-02KVM: Add max_vcpus field in common 'struct kvm'Sean Christopherson
2022-05-02KVM: x86: avoid loading a vCPU after .vm_destroy was calledMaxim Levitsky
2022-04-29KVM: X86/MMU: Fix shadowing 5-level NPT for 4-level NPT L1 guestLai Jiangshan
2022-04-29KVM: X86/MMU: Add sp_has_gptes()Lai Jiangshan
2022-04-29KVM: SVM: Introduce trace point for the slow-path of avic_kic_target_vcpusSuravee Suthikulpanit
2022-04-29KVM: SVM: Use target APIC ID to complete AVIC IRQs when possibleSuravee Suthikulpanit
2022-04-29KVM: x86/mmu: replace direct_map with root_role.directPaolo Bonzini
2022-04-29KVM: x86/mmu: replace root_level with cpu_role.base.levelPaolo Bonzini
2022-04-29KVM: x86/mmu: replace shadow_root_level with root_role.levelPaolo Bonzini
2022-04-29KVM: x86/mmu: pull CPU mode computation to kvm_init_mmuPaolo Bonzini
2022-04-29KVM: x86/mmu: simplify and/or inline computation of shadow MMU rolesPaolo Bonzini
2022-04-29KVM: x86/mmu: remove redundant bits from extended rolePaolo Bonzini
2022-04-29KVM: x86/mmu: rename kvm_mmu_role unionPaolo Bonzini
2022-04-29KVM: x86/mmu: remove extended bits from mmu_role, rename fieldPaolo Bonzini
2022-04-29KVM: x86/mmu: store shadow EFER.NX in the MMU rolePaolo Bonzini
2022-04-29KVM: x86/mmu: cleanup computation of MMU roles for shadow pagingPaolo Bonzini
2022-04-29KVM: x86/mmu: cleanup computation of MMU roles for two-dimensional pagingPaolo Bonzini
2022-04-29KVM: x86/mmu: remove kvm_calc_shadow_root_page_role_commonPaolo Bonzini
2022-04-29KVM: x86/mmu: remove ept_ad fieldPaolo Bonzini
2022-04-29KVM: x86/mmu: do not recompute root level from kvm_mmu_role_regsPaolo Bonzini
2022-04-29KVM: x86/mmu: split cpu_role from mmu_rolePaolo Bonzini
2022-04-29KVM: x86/mmu: remove "bool base_only" argumentsPaolo Bonzini
2022-04-29KVM: x86: Clean up and document nested #PF workaroundSean Christopherson
2022-04-29KVM: x86/mmu: rephrase unclear commentPaolo Bonzini
2022-04-29KVM: x86/mmu: pull computation of kvm_mmu_role_regs to kvm_init_mmuPaolo Bonzini
2022-04-29KVM: x86/mmu: constify uses of struct kvm_mmu_role_regsPaolo Bonzini
2022-04-29KVM: x86/mmu: nested EPT cannot be used in SMMPaolo Bonzini
2022-04-29KVM: x86/mmu: Use enable_mmio_caching to track if MMIO caching is enabledSean Christopherson
2022-04-29KVM: x86/mmu: Check for host MMIO exclusion from mem encrypt iff necessarySean Christopherson
2022-04-29KVM: SEV-ES: Use V_TSC_AUX if available instead of RDTSC/MSR_TSC_AUX interceptsBabu Moger
2022-04-29x86/cpufeatures: Add virtual TSC_AUX feature bitBabu Moger
2022-04-29Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini
2022-04-29KVM: x86/mmu: fix potential races when walking host page tableMingwei Zhang
2022-04-29KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini
2022-04-29KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDRSean Christopherson
2022-04-13KVM: x86: Bail to userspace if emulation of atomic user access faultsSean Christopherson
2022-04-13KVM: x86: Use __try_cmpxchg_user() to emulate atomic accessesSean Christopherson
2022-04-13KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bitsSean Christopherson
2022-04-13x86/uaccess: Implement macros for CMPXCHG on user addressesPeter Zijlstra
2022-04-13KVM, SEV: Add KVM_EXIT_SHUTDOWN metadata for SEV-ESPeter Gonda
2022-04-13KVM: nVMX: Clear IDT vectoring on nested VM-Exit for double/triple faultSean Christopherson
2022-04-13KVM: nVMX: Leave most VM-Exit info fields unmodified on failed VM-EntrySean Christopherson
2022-04-13KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2Sean Christopherson
2022-04-13KVM: x86: Use static calls to reduce kvm_pmu_ops overheadLike Xu
2022-04-13KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdataLike Xu
2022-04-13KVM: x86: Copy kvm_pmu_ops by value to eliminate layer of indirectionLike Xu
2022-04-13KVM: x86: Move kvm_ops_static_call_update() to x86.cLike Xu
2022-04-13KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bitsSean Christopherson
2022-04-13KVM: VMX: replace 0x180 with EPT_VIOLATION_* definitionSU Hang
2022-04-13x86/kvm: Don't waste kvmclock memory if there is nopv parameterWanpeng Li