index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: X86: Add parameter huge_page_level to kvm_init_shadow_ept_mmu()
Lai Jiangshan
2021-12-08
1
-1
/
+2
*
KVM: X86: Remove mmu->translate_gpa
Lai Jiangshan
2021-12-08
1
-0
/
+13
*
KVM: X86: Don't unload MMU in kvm_vcpu_flush_tlb_guest()
Lai Jiangshan
2021-10-22
1
-0
/
+1
*
KVM: X86: Don't reset mmu context when toggling X86_CR4_PGE
Lai Jiangshan
2021-10-22
1
-3
/
+2
*
KVM: x86/mmu: clean up prefetch/prefault/speculative naming
Paolo Bonzini
2021-10-22
1
-3
/
+3
*
KVM: cleanup allocation of rmaps and page tracking data
David Stevens
2021-10-22
1
-5
/
+17
*
KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault
David Matlack
2021-10-01
1
-0
/
+3
*
KVM: MMU: change kvm_mmu_hugepage_adjust() arguments to kvm_page_fault
Paolo Bonzini
2021-10-01
1
-2
/
+33
*
KVM: MMU: change kvm_faultin_pfn() arguments to kvm_page_fault
Paolo Bonzini
2021-10-01
1
-0
/
+5
*
KVM: MMU: change page_fault_handle_page_track() arguments to kvm_page_fault
Paolo Bonzini
2021-10-01
1
-0
/
+3
*
KVM: MMU: change direct_page_fault() arguments to kvm_page_fault
Paolo Bonzini
2021-10-01
1
-0
/
+5
*
KVM: MMU: change mmu->page_fault() arguments to kvm_page_fault
Paolo Bonzini
2021-10-01
1
-4
/
+3
*
KVM: MMU: Introduce struct kvm_page_fault
Paolo Bonzini
2021-10-01
1
-3
/
+31
*
KVM: x86/mmu: Add detailed page size stats
Mingwei Zhang
2021-08-20
1
-0
/
+4
*
KVM: X86: Introduce kvm_mmu_slot_lpages() helpers
Peter Xu
2021-08-20
1
-0
/
+21
*
KVM: x86/mmu: Get CR0.WP from MMU, not vCPU, in shadow page fault
Sean Christopherson
2021-06-25
1
-5
/
+0
*
KVM: x86/mmu: Move nested NPT reserved bit calculation into MMU proper
Sean Christopherson
2021-06-25
1
-3
/
+0
*
KVM: x86: Read and pass all CR0/CR4 role bits to shadow MMU helper
Sean Christopherson
2021-06-25
1
-0
/
+6
*
KVM: x86: Fix sizes used to pass around CR0, CR4, and EFER
Sean Christopherson
2021-06-25
1
-2
/
+2
*
KVM: x86: Drop pointless @reset_roots from kvm_init_mmu()
Sean Christopherson
2021-06-17
1
-1
/
+1
*
KVM: x86/mmu: Lazily allocate memslot rmaps
Ben Gardon
2021-06-17
1
-1
/
+6
*
KVM: x86/mmu: Skip rmap operations if rmaps not allocated
Ben Gardon
2021-06-17
1
-0
/
+5
*
KVM: x86: Get active PCID only when writing a CR3 value
Sean Christopherson
2021-03-15
1
-2
/
+2
*
KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamic
Sean Christopherson
2021-03-15
1
-6
/
+6
*
KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU proper
Sean Christopherson
2021-03-15
1
-0
/
+1
*
KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEs
Sean Christopherson
2021-03-15
1
-1
/
+1
*
KVM: x86/mmu: Unexport MMU load/unload functions
Sean Christopherson
2021-03-15
1
-0
/
+4
*
KVM: x86: use static calls to reduce kvm_x86_ops overhead
Jason Baron
2021-02-04
1
-3
/
+3
*
KVM: x86/mmu: Use boolean returns for (S)PTE accessors
Sean Christopherson
2021-02-04
1
-1
/
+1
*
KVM: x86: Add more protection against undefined behavior in rsvd_bits()
Sean Christopherson
2021-01-26
1
-1
/
+8
*
KVM: x86: fix shift out of bounds reported by UBSAN
Paolo Bonzini
2021-01-08
1
-1
/
+1
*
KVM: x86: Move illegal GPA helper out of the MMU code
Sean Christopherson
2020-09-28
1
-5
/
+0
*
KVM: x86: Pull the PGD's level from the MMU instead of recalculating it
Sean Christopherson
2020-07-31
1
-3
/
+7
*
KVM: x86: Add helper functions for illegal GPA checking and page fault injection
Mohammed Gamal
2020-07-10
1
-0
/
+6
*
KVM: nSVM: split kvm_init_shadow_npt_mmu() from kvm_init_shadow_mmu()
Vitaly Kuznetsov
2020-07-10
1
-1
/
+2
*
KVM: x86/mmu: Add MMU-internal header
Sean Christopherson
2020-07-08
1
-4
/
+1
*
KVM: x86/mmu: Move kvm_mmu_available_pages() into mmu.c
Sean Christopherson
2020-07-08
1
-9
/
+0
*
KVM: x86/mmu: Drop kvm_arch_write_log_dirty() wrapper
Sean Christopherson
2020-07-08
1
-1
/
+0
*
KVM: nVMX: Plumb L2 GPA through to PML emulation
Sean Christopherson
2020-06-23
1
-1
/
+1
*
KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmu
Paolo Bonzini
2020-06-01
1
-1
/
+1
*
KVM: x86: simplify is_mmio_spte
Paolo Bonzini
2020-05-27
1
-1
/
+1
*
KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
Sean Christopherson
2020-03-31
1
-4
/
+4
*
KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgd
Paolo Bonzini
2020-03-16
1
-2
/
+2
*
KVM: x86: unify callbacks to load paging root
Paolo Bonzini
2020-03-16
1
-3
/
+3
*
KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDP
Sean Christopherson
2020-02-12
1
-0
/
+13
*
kvm: x86: mmu: Recovery of shattered NX large pages
Junaid Shahid
2019-11-04
1
-0
/
+4
*
KVM: x86/mmu: Add explicit access mask for MMIO SPTEs
Sean Christopherson
2019-08-22
1
-1
/
+1
*
kvm: mmu: Fix overflow on kvm mmu page limit calculation
Ben Gardon
2019-04-16
1
-1
/
+1
*
Revert "KVM: MMU: fast invalidate all pages"
Sean Christopherson
2019-02-20
1
-1
/
+0
*
x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
Vitaly Kuznetsov
2018-10-17
1
-4
/
+4
[next]