summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/mmu/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/mmu: Make tdp_mmu_allowed staticDavid Matlack2023-02-161-1/+1
* KVM: x86/mmu: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-01-241-1/+2
* KVM: x86/mmu: Cleanup range-based flushing for given pageHou Wenlong2023-01-241-3/+2
* KVM: x86/mmu: Fix wrong gfn range of tlb flushing in validate_direct_spte()Hou Wenlong2023-01-241-1/+1
* KVM: x86/mmu: Fix wrong start gfn of tlb flushing with rangeHou Wenlong2023-01-241-6/+14
* KVM: x86/mmu: Fix wrong gfn range of tlb flushing in kvm_set_pte_rmapp()Hou Wenlong2023-01-241-1/+1
* KVM: x86/mmu: Move round_gfn_for_level() helper into mmu_internal.hHou Wenlong2023-01-241-2/+3
* KVM: x86/mmu: fix an incorrect comment in kvm_mmu_new_pgd()Wei Liu2023-01-241-3/+5
* KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson2022-12-291-3/+3
* Merge branch 'kvm-late-6.1' into HEADPaolo Bonzini2022-12-291-98/+173
|\
| * KVM: x86/mmu: Pivot on "TDP MMU enabled" when handling direct page faultsSean Christopherson2022-12-291-1/+1
| * KVM: x86/mmu: Pivot on "TDP MMU enabled" to check if active MMU is TDP MMUSean Christopherson2022-12-291-3/+8
| * KVM: x86/mmu: Replace open coded usage of tdp_mmu_page with is_tdp_mmu_page()Sean Christopherson2022-12-291-1/+1
| * KVM: x86/mmu: Rename __direct_map() to direct_map()David Matlack2022-12-291-7/+7
| * KVM: x86/mmu: Stop needlessly making MMU pages available for TDP MMU faultsDavid Matlack2022-12-291-4/+0
| * KVM: x86/mmu: Split out TDP MMU page fault handlingDavid Matlack2022-12-291-14/+48
| * KVM: x86/mmu: Initialize fault.{gfn,slot} earlier for direct MMUsDavid Matlack2022-12-291-4/+1
| * KVM: x86/mmu: Handle no-slot faults in kvm_faultin_pfn()David Matlack2022-12-291-26/+30
| * KVM: x86/mmu: Avoid memslot lookup during KVM_PFN_ERR_HWPOISON handlingDavid Matlack2022-12-291-8/+10
| * KVM: x86/mmu: Handle error PFNs in kvm_faultin_pfn()David Matlack2022-12-291-5/+10
| * KVM: x86/mmu: Grab mmu_invalidate_seq in kvm_faultin_pfn()David Matlack2022-12-291-9/+12
| * KVM: x86/mmu: Move TDP MMU VM init/uninit behind tdp_mmu_enabledDavid Matlack2022-12-291-4/+7
| * KVM: x86/mmu: Change tdp_mmu to a read-only parameterDavid Matlack2022-12-291-17/+34
| * kvm: x86/mmu: Warn on linking when sp->unsync_childrenLai Jiangshan2022-12-291-1/+10
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-151-51/+125
|\ \ | |/
| * KVM: x86: avoid memslot check in NX hugepage recovery if it cannot succeedPaolo Bonzini2022-11-181-3/+19
| * KVM: x86/mmu: Do not recover dirty-tracked NX Huge PagesDavid Matlack2022-11-171-1/+16
| * KVM: x86/mmu: WARN if TDP MMU SP disallows hugepage after being zappedSean Christopherson2022-11-091-4/+3
| * KVM: x86/mmu: explicitly check nx_hugepage in disallowed_hugepage_adjust()Mingwei Zhang2022-11-091-1/+2
| * KVM: x86/mmu: Add helper to convert SPTE value to its shadow pageSean Christopherson2022-11-091-7/+10
| * KVM: x86/mmu: Set disallowed_nx_huge_page in TDP MMU before setting SPTESean Christopherson2022-11-091-9/+19
| * KVM: x86/mmu: Properly account NX huge page workaround for nonpaging MMUsSean Christopherson2022-11-091-1/+1
| * KVM: x86/mmu: Rename NX huge pages fields/functions for consistencySean Christopherson2022-11-091-34/+37
| * KVM: x86/mmu: Tag disallowed NX huge pages even if they're not trackedSean Christopherson2022-11-091-8/+24
| * kvm: x86: Allow to respond to generic signals during slow PFPeter Xu2022-11-091-3/+13
| * kvm: Add interruptible flag to __gfn_to_pfn_memslot()Peter Xu2022-11-091-2/+2
| * KVM: x86: start moving SMM-related functions to new filesPaolo Bonzini2022-11-091-0/+1
| * KVM: x86/mmu: use helper macro SPTE_ENT_PER_PAGEMiaohe Lin2022-11-091-1/+1
| * KVM: x86/mmu: fix some comment typosMiaohe Lin2022-11-091-1/+1
* | KVM: x86/mmu: Fix race condition in direct_page_faultKazuki Takiguchi2022-11-231-6/+7
* | KVM: x86/mmu: Block all page faults during kvm_zap_gfn_range()Sean Christopherson2022-11-111-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-091-4/+18
|\
| * KVM: Add extra information in kvm_page_fault trace pointWonhyuk Yang2022-09-261-1/+1
| * KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats.Yosry Ahmed2022-08-301-2/+14
| * KVM: x86/mmu: fix memoryleak in kvm_mmu_vendor_module_init()Miaohe Lin2022-08-241-1/+3
* | KVM: x86/mmu: add missing update to max_mmu_rmap_sizeMiaohe Lin2022-09-221-0/+2
|/
* kvm: x86: mmu: Always flush TLBs when enabling dirty loggingJunaid Shahid2022-08-191-38/+7
* kvm: x86: mmu: Drop the need_remote_flush() functionJunaid Shahid2022-08-191-14/+1
* KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-191-7/+7
* KVM: x86/mmu: rename trace function name for asynchronous page faultMingwei Zhang2022-08-101-1/+1