index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
/
mmu_internal.h
Age
Commit message (
Expand
)
Author
2021-08-03
KVM: const-ify all relevant uses of struct kvm_memory_slot
Hamza Mahfooz
2021-08-02
KVM: x86/mmu: Fix use of enums in trace_fast_page_fault
David Matlack
2021-06-24
KVM: x86/mmu: Rename unsync helper and update related comments
Sean Christopherson
2021-06-17
KVM: x86: Support write protecting only large pages
Keqian Zhu
2021-06-17
KVM: x86/mmu: Make is_nx_huge_page_enabled an inline function
Shaokun Zhang
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-04-19
KVM: x86/mmu: Make TDP MMU root refcount atomic
Ben Gardon
2021-04-19
KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMU
Ben Gardon
2021-04-19
KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptes
Ben Gardon
2021-04-17
KVM: x86/mmu: Pass address space ID to TDP MMU root walkers
Sean Christopherson
2021-04-02
Merge branch 'kvm-tdp-fix-rcu' into HEAD
Paolo Bonzini
2021-03-21
Merge branch 'linus' into x86/cleanups, to resolve conflict
Ingo Molnar
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
2021-03-16
KVM: x86/mmu: Store the address space ID in the TDP iterator
Sean Christopherson
2021-03-15
KVM: x86/mmu: Use '0' as the one and only value for an invalid PAE root
Sean Christopherson
2021-02-26
KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabled
Sean Christopherson
2021-02-19
KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()
Sean Christopherson
2021-02-19
KVM: x86/mmu: Split out max mapping level calculation to helper
Sean Christopherson
2021-02-08
KVM: x86: compile out TDP MMU on 32-bit systems
Paolo Bonzini
2021-02-04
KVM: x86/mmu: Protect TDP MMU page table memory with RCU
Ben Gardon
2021-02-04
KVM: x86/mmu: Add '__func__' in rmap_printk()
Stephen Zhang
2020-10-23
kvm: x86/mmu: NX largepage recovery for TDP MMU
Ben Gardon
2020-10-23
kvm: x86/mmu: Add TDP MMU PF handler
Ben Gardon
2020-10-21
kvm: x86/mmu: Add functions to handle changed TDP SPTEs
Ben Gardon
2020-10-21
kvm: x86/mmu: Allocate and free TDP MMU roots
Ben Gardon
2020-10-21
KVM: mmu: extract spte.h and spte.c
Paolo Bonzini
2020-07-08
KVM: x86/mmu: Rename page_header() to to_shadow_page()
Sean Christopherson
2020-07-08
KVM: x86/mmu: Add sptep_to_sp() helper to wrap shadow page lookup
Sean Christopherson
2020-07-08
KVM: x86/mmu: Make kvm_mmu_page definition and accessor internal-only
Sean Christopherson
2020-07-08
KVM: x86/mmu: Add MMU-internal header
Sean Christopherson