index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-29
KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDR
Sean Christopherson
1
-0
/
+24
2022-04-02
KVM: X86: Handle implicit supervisor access with SMAP
Lai Jiangshan
1
-13
/
+11
2022-04-02
KVM: X86: Rename variable smap to not_smap in permission_fault()
Lai Jiangshan
1
-2
/
+2
2022-04-02
KVM: X86: Change the type of access u32 to u64
Lai Jiangshan
1
-3
/
+5
2022-03-01
KVM: x86/mmu: Zap only obsolete roots if a root shadow page is zapped
Sean Christopherson
1
-0
/
+1
2022-02-25
KVM: x86: use struct kvm_mmu_root_info for mmu->root
Paolo Bonzini
1
-2
/
+2
2022-02-25
KVM: x86: Reinitialize context if host userspace toggles EFER.LME
Paolo Bonzini
1
-0
/
+1
2022-02-10
KVM: x86/mmu: Move is_writable_pte() to spte.h
David Matlack
1
-38
/
+0
2021-12-08
KVM: X86: Add parameter huge_page_level to kvm_init_shadow_ept_mmu()
Lai Jiangshan
1
-1
/
+2
2021-12-08
KVM: X86: Remove mmu->translate_gpa
Lai Jiangshan
1
-0
/
+13
2021-10-22
KVM: X86: Don't unload MMU in kvm_vcpu_flush_tlb_guest()
Lai Jiangshan
1
-0
/
+1
2021-10-22
KVM: X86: Don't reset mmu context when toggling X86_CR4_PGE
Lai Jiangshan
1
-3
/
+2
2021-10-22
KVM: x86/mmu: clean up prefetch/prefault/speculative naming
Paolo Bonzini
1
-3
/
+3
2021-10-22
KVM: cleanup allocation of rmaps and page tracking data
David Stevens
1
-5
/
+17
2021-10-01
KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault
David Matlack
1
-0
/
+3
2021-10-01
KVM: MMU: change kvm_mmu_hugepage_adjust() arguments to kvm_page_fault
Paolo Bonzini
1
-2
/
+33
2021-10-01
KVM: MMU: change kvm_faultin_pfn() arguments to kvm_page_fault
Paolo Bonzini
1
-0
/
+5
2021-10-01
KVM: MMU: change page_fault_handle_page_track() arguments to kvm_page_fault
Paolo Bonzini
1
-0
/
+3
2021-10-01
KVM: MMU: change direct_page_fault() arguments to kvm_page_fault
Paolo Bonzini
1
-0
/
+5
2021-10-01
KVM: MMU: change mmu->page_fault() arguments to kvm_page_fault
Paolo Bonzini
1
-4
/
+3
2021-10-01
KVM: MMU: Introduce struct kvm_page_fault
Paolo Bonzini
1
-3
/
+31
2021-08-20
KVM: x86/mmu: Add detailed page size stats
Mingwei Zhang
1
-0
/
+4
2021-08-20
KVM: X86: Introduce kvm_mmu_slot_lpages() helpers
Peter Xu
1
-0
/
+21
2021-06-25
KVM: x86/mmu: Get CR0.WP from MMU, not vCPU, in shadow page fault
Sean Christopherson
1
-5
/
+0
2021-06-25
KVM: x86/mmu: Move nested NPT reserved bit calculation into MMU proper
Sean Christopherson
1
-3
/
+0
2021-06-25
KVM: x86: Read and pass all CR0/CR4 role bits to shadow MMU helper
Sean Christopherson
1
-0
/
+6
2021-06-25
KVM: x86: Fix sizes used to pass around CR0, CR4, and EFER
Sean Christopherson
1
-2
/
+2
2021-06-17
KVM: x86: Drop pointless @reset_roots from kvm_init_mmu()
Sean Christopherson
1
-1
/
+1
2021-06-17
KVM: x86/mmu: Lazily allocate memslot rmaps
Ben Gardon
1
-1
/
+6
2021-06-17
KVM: x86/mmu: Skip rmap operations if rmaps not allocated
Ben Gardon
1
-0
/
+5
2021-03-15
KVM: x86: Get active PCID only when writing a CR3 value
Sean Christopherson
1
-2
/
+2
2021-03-15
KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamic
Sean Christopherson
1
-6
/
+6
2021-03-15
KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU proper
Sean Christopherson
1
-0
/
+1
2021-03-15
KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEs
Sean Christopherson
1
-1
/
+1
2021-03-15
KVM: x86/mmu: Unexport MMU load/unload functions
Sean Christopherson
1
-0
/
+4
2021-02-04
KVM: x86: use static calls to reduce kvm_x86_ops overhead
Jason Baron
1
-3
/
+3
2021-02-04
KVM: x86/mmu: Use boolean returns for (S)PTE accessors
Sean Christopherson
1
-1
/
+1
2021-01-26
KVM: x86: Add more protection against undefined behavior in rsvd_bits()
Sean Christopherson
1
-1
/
+8
2021-01-08
KVM: x86: fix shift out of bounds reported by UBSAN
Paolo Bonzini
1
-1
/
+1
2020-09-28
KVM: x86: Move illegal GPA helper out of the MMU code
Sean Christopherson
1
-5
/
+0
2020-07-31
KVM: x86: Pull the PGD's level from the MMU instead of recalculating it
Sean Christopherson
1
-3
/
+7
2020-07-10
KVM: x86: Add helper functions for illegal GPA checking and page fault injection
Mohammed Gamal
1
-0
/
+6
2020-07-10
KVM: nSVM: split kvm_init_shadow_npt_mmu() from kvm_init_shadow_mmu()
Vitaly Kuznetsov
1
-1
/
+2
2020-07-08
KVM: x86/mmu: Add MMU-internal header
Sean Christopherson
1
-4
/
+1
2020-07-08
KVM: x86/mmu: Move kvm_mmu_available_pages() into mmu.c
Sean Christopherson
1
-9
/
+0
2020-07-08
KVM: x86/mmu: Drop kvm_arch_write_log_dirty() wrapper
Sean Christopherson
1
-1
/
+0
2020-06-23
KVM: nVMX: Plumb L2 GPA through to PML emulation
Sean Christopherson
1
-1
/
+1
2020-06-01
KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmu
Paolo Bonzini
1
-1
/
+1
2020-05-27
KVM: x86: simplify is_mmio_spte
Paolo Bonzini
1
-1
/
+1
2020-03-31
KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
Sean Christopherson
1
-4
/
+4
[next]