summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | KVM: x86: Add X86EMUL_F_MSR and X86EMUL_F_DT_LOAD to aid canonical checksMaxim Levitsky2024-11-013-8/+14
| | * | | | | | | KVM: x86: Route non-canonical checks in emulator through emulate_opsMaxim Levitsky2024-11-013-1/+10
| | * | | | | | | KVM: x86: drop x86.h include from cpuid.hMaxim Levitsky2024-11-016-4/+5
| | * | | | | | | KVM: x86: Use '0' for guest RIP if PMI encounters protected guest stateSean Christopherson2024-11-011-0/+7
| | * | | | | | | KVM: x86: Add lockdep-guarded asserts on register cache usageSean Christopherson2024-11-011-0/+17
| | * | | | | | | KVM: x86: Bypass register cache when querying CPL from kvm_sched_out()Sean Christopherson2024-11-017-6/+30
| | * | | | | | | KVM: x86: AMD's IBPB is not equivalent to Intel's IBPBJim Mattson2024-11-011-2/+8
| | * | | | | | | KVM: x86: Advertise AMD_IBPB_RET to userspaceJim Mattson2024-11-011-1/+1
| | * | | | | | | KVM: x86: Ensure vcpu->mode is loaded from memory in kvm_vcpu_exit_request()Sean Christopherson2024-11-011-2/+3
| | * | | | | | | KVM: x86: Fix a comment inside __kvm_set_or_clear_apicv_inhibit()Kai Huang2024-11-011-2/+2
| | * | | | | | | KVM: x86: Fix a comment inside kvm_vcpu_update_apicv()Kai Huang2024-11-011-2/+2
| * | | | | | | | Merge tag 'kvm-x86-vmx-6.13' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-11-132-11/+10
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KVM: VMX: Remove the unused variable "gpa" in __invept()Yan Zhao2024-10-302-11/+10
| * | | | | | | | | Merge tag 'kvm-x86-mmu-6.13' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-11-139-394/+268
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | KVM: x86/mmu: Drop per-VM zapped_obsolete_pages listVipin Sharma2024-11-052-4/+5
| | * | | | | | | | | KVM: x86/mmu: Remove KVM's MMU shrinkerVipin Sharma2024-11-051-103/+2
| | * | | | | | | | | KVM: x86/mmu: WARN if huge page recovery triggered during dirty loggingDavid Matlack2024-11-051-0/+3
| | * | | | | | | | | KVM: x86/mmu: Rename make_huge_page_split_spte() to make_small_spte()David Matlack2024-11-054-6/+6
| | * | | | | | | | | KVM: x86/mmu: Recover TDP MMU huge page mappings in-place instead of zappingDavid Matlack2024-11-057-30/+91
| | * | | | | | | | | KVM: x86/mmu: Refactor TDP MMU iter need resched checkSean Christopherson2024-11-051-5/+11
| | * | | | | | | | | KVM: x86/mmu: Demote the WARN on yielded in xxx_cond_resched() to KVM_MMU_WAR...Sean Christopherson2024-11-051-1/+1
| | * | | | | | | | | KVM: x86/mmu: Check yielded_gfn for forward progress iff resched is neededSean Christopherson2024-11-051-14/+14
| | * | | | | | | | | KVM: x86/mmu: Batch TLB flushes when zapping collapsible TDP MMU SPTEsDavid Matlack2024-10-301-45/+10
| | * | | | | | | | | KVM: x86/mmu: Drop @max_level from kvm_mmu_max_mapping_level()David Matlack2024-10-303-9/+5
| | * | | | | | | | | KVM: x86: Don't emit TLB flushes when aging SPTEs for mmu_notifiersSean Christopherson2024-10-302-3/+3
| | * | | | | | | | | KVM: x86/mmu: Set Dirty bit for new SPTEs, even if _hardware_ A/D bits are di...Sean Christopherson2024-10-302-7/+1
| | * | | | | | | | | KVM: x86/mmu: Dedup logic for detecting TLB flushes on leaf SPTE changesSean Christopherson2024-10-303-20/+30
| | * | | | | | | | | KVM: x86/mmu: Stop processing TDP MMU roots for test_age if young SPTE foundSean Christopherson2024-10-301-42/+33
| | * | | | | | | | | KVM: x86/mmu: Process only valid TDP MMU roots when aging a gfn rangeSean Christopherson2024-10-301-2/+4
| | * | | | | | | | | KVM: x86/mmu: Use Accessed bit even when _hardware_ A/D bits are disabledSean Christopherson2024-10-303-13/+5
| | * | | | | | | | | KVM: x86/mmu: Set shadow_dirty_mask for EPT even if A/D bits disabledSean Christopherson2024-10-301-1/+1
| | * | | | | | | | | KVM: x86/mmu: Set shadow_accessed_mask for EPT even if A/D bits disabledSean Christopherson2024-10-301-1/+1
| | * | | | | | | | | KVM: x86/mmu: Add a dedicated flag to track if A/D bits are globally enabledSean Christopherson2024-10-304-16/+20
| | * | | | | | | | | KVM: x86/mmu: WARN and flush if resolving a TDP MMU fault clears MMU-writableSean Christopherson2024-10-301-1/+3
| | * | | | | | | | | KVM: x86/mmu: Fold mmu_spte_update_no_track() into mmu_spte_update()Sean Christopherson2024-10-301-29/+21
| | * | | | | | | | | KVM: x86/mmu: Drop ignored return value from kvm_tdp_mmu_clear_dirty_slot()Sean Christopherson2024-10-302-15/+7
| | * | | | | | | | | KVM: x86/mmu: Don't flush TLBs when clearing Dirty bit in shadow MMUSean Christopherson2024-10-302-13/+8
| | * | | | | | | | | KVM: x86/mmu: Don't force flush if SPTE update clears Accessed bitSean Christopherson2024-10-301-21/+9
| | * | | | | | | | | KVM: x86/mmu: Fold all of make_spte()'s writable handling into one if-elseSean Christopherson2024-10-301-9/+4
| | * | | | | | | | | KVM: x86/mmu: Always set SPTE's dirty bit if it's created as writableSean Christopherson2024-10-301-19/+9
| | * | | | | | | | | KVM: x86/mmu: Flush remote TLBs iff MMU-writable flag is cleared from RO SPTESean Christopherson2024-10-302-11/+7
| | |/ / / / / / / /
| * | | | | | | | | Merge tag 'kvm-riscv-6.13-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-11-0823-59/+181
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| / / / / / / / | | |/ / / / / / /
| * | | | | | | | KVM: x86/mmu: Don't mark "struct page" accessed when zapping SPTEsSean Christopherson2024-10-252-20/+0
| * | | | | | | | KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfnSean Christopherson2024-10-251-4/+9
| * | | | | | | | KVM: VMX: Hold mmu_lock until page is released when updating APIC access pageSean Christopherson2024-10-251-12/+9
| * | | | | | | | KVM: Move x86's API to release a faultin page to common KVMSean Christopherson2024-10-251-22/+2
| * | | | | | | | KVM: x86/mmu: Don't mark unused faultin pages as accessedSean Christopherson2024-10-251-1/+3
| * | | | | | | | KVM: x86/mmu: Put refcounted pages instead of blindly releasing pfnsSean Christopherson2024-10-251-2/+5
| * | | | | | | | KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()Sean Christopherson2024-10-252-5/+7
| * | | | | | | | KVM: x86/mmu: Convert page fault paths to kvm_faultin_pfn()Sean Christopherson2024-10-252-4/+11