Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
b3594ffbf932c8e8b23201cdc2c173708a4472dc
/
arch
/
x86
/
kvm
/
mmu
b3594ff
KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.c
by Sean Christopherson
· 5 years ago
e96c81e
KVM: Simplify kvm_free_memslot() and all its descendents
by Sean Christopherson
· 5 years ago
92daa48
KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page fault
by Sean Christopherson
· 5 years ago
e630269
KVM: x86: Fix print format and coding style
by Miaohe Lin
· 5 years ago
f6ab010
KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging
by Sean Christopherson
· 5 years ago
7a02674
KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDP
by Sean Christopherson
· 5 years ago
8f79b06
kvm: mmu: Separate generating and setting mmio ptes
by Ben Gardon
· 5 years ago
0a2b64c
kvm: mmu: Replace unsigned with unsigned int for PTE access
by Ben Gardon
· 5 years ago
e813e65
Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 5 years ago
91b0d26
KVM: x86: inline memslot_valid_for_gpte
by Paolo Bonzini
· 5 years ago
e851265
KVM: x86/mmu: Use huge pages for DAX-backed files
by Sean Christopherson
· 5 years ago
2c0629f
KVM: x86/mmu: Remove lpage_is_disallowed() check from set_spte()
by Sean Christopherson
· 5 years ago
293e306
KVM: x86/mmu: Fold max_mapping_level() into kvm_mmu_hugepage_adjust()
by Sean Christopherson
· 5 years ago
d32ec81
KVM: x86/mmu: Zap any compound page when collapsing sptes
by Sean Christopherson
· 5 years ago
09c4453
KVM: x86/mmu: Remove obsolete gfn restoration in FNAME(fetch)
by Sean Christopherson
· 5 years ago
83f06fa
KVM: x86/mmu: Rely on host page tables to find HugeTLB mappings
by Sean Christopherson
· 5 years ago
f9fa250
KVM: x86/mmu: Drop level optimization from fast_page_fault()
by Sean Christopherson
· 5 years ago
db54321
KVM: x86/mmu: Walk host page tables to find THP mappings
by Sean Christopherson
· 5 years ago
17eff01
KVM: x86/mmu: Refactor THP adjust to prep for changing query
by Sean Christopherson
· 5 years ago
f9b84e1
KVM: Use vcpu-specific gva->hva translation when querying host page size
by Sean Christopherson
· 5 years ago
005ba37
mm: thp: KVM: Explicitly check for THP when populating secondary MMU
by Sean Christopherson
· 5 years ago
22b1d57
KVM: x86/mmu: Enforce max_level on HugeTLB mappings
by Sean Christopherson
· 5 years ago
56871d4
KVM: x86: fix overlap between SPTE_MMIO_MASK and generation
by Paolo Bonzini
· 5 years ago
e30a7d6
KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVM
by Sean Christopherson
· 5 years ago
b5c3c1b
KVM: x86/mmu: Micro-optimize nEPT's bad memptype/XWR checks
by Sean Christopherson
· 5 years ago
f8052a0
KVM: x86/mmu: Reorder the reserved bit check in prefetch_invalid_gpte()
by Sean Christopherson
· 5 years ago
6948199
KVM: x86/mmu: WARN if root_hpa is invalid when handling a page fault
by Sean Christopherson
· 5 years ago
0c7a98e
KVM: x86/mmu: WARN on an invalid root_hpa
by Sean Christopherson
· 5 years ago
ddce620
KVM: x86/mmu: Move root_hpa validity checks to top of page fault handler
by Sean Christopherson
· 5 years ago
4cd071d
KVM: x86/mmu: Move calls to thp_adjust() down a level
by Sean Christopherson
· 5 years ago
0885904
KVM: x86/mmu: Move transparent_hugepage_adjust() above __direct_map()
by Sean Christopherson
· 5 years ago
0f90e1c
KVM: x86/mmu: Consolidate tdp_page_fault() and nonpaging_page_fault()
by Sean Christopherson
· 5 years ago
2cb70fd
KVM: x86/mmu: Rename lpage_disallowed to account_disallowed_nx_lpage
by Sean Christopherson
· 5 years ago
2f57b70
KVM: x86/mmu: Persist gfn_lpage_is_disallowed() to max_level
by Sean Christopherson
· 5 years ago
cbe1e6f
KVM: x86/mmu: Incorporate guest's page level into max level for shadow MMU
by Sean Christopherson
· 5 years ago
39ca1ec
KVM: x86/mmu: Refactor handling of forced 4k pages in page faults
by Sean Christopherson
· 5 years ago
f0f37e22
KVM: x86/mmu: Refactor the per-slot level calculation in mapping_level()
by Sean Christopherson
· 5 years ago
cb9b88c
KVM: x86/mmu: Refactor handling of cache consistency with TDP
by Sean Christopherson
· 5 years ago
9f1a852
KVM: x86/mmu: Move nonpaging_page_fault() below try_async_pf()
by Sean Christopherson
· 5 years ago
367fd79
KVM: x86/mmu: Fold nonpaging_map() into nonpaging_page_fault()
by Sean Christopherson
· 5 years ago
ba7888d
KVM: x86/mmu: Move definition of make_mmu_pages_available() up
by Sean Christopherson
· 5 years ago
736c291
KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM
by Sean Christopherson
· 5 years ago
0a03cbd
KVM: x86: Fix some comment typos
by Miaohe Lin
· 5 years ago
fe3c2b4
KVM: explicitly set rmap_head->val to 0 in pte_list_desc_remove_entry()
by Miaohe Lin
· 5 years ago
7adacf5
KVM: x86: use CPUID to locate host page table reserved bits
by Paolo Bonzini
· 5 years ago
eb243d1
x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>
by Ingo Molnar
· 5 years ago
c50d8ae
KVM: x86: create mmu/ subdirectory
by Paolo Bonzini
· 5 years ago