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.13.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
/
mmu_internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-06
KVM: x86/mmu: Move lpage_disallowed_link further "down" in kvm_mmu_page
Sean Christopherson
1
-1
/
+5
2021-09-06
KVM: x86/mmu: Relocate kvm_mmu_page.tdp_mmu_page for better cache locality
Sean Christopherson
1
-2
/
+1
2021-09-06
KVM: x86/mmu: Remove unused field mmio_cached in struct kvm_mmu_page
Jia He
1
-1
/
+0
2021-08-20
KVM: X86: Introduce mmu_rmaps_stat per-vm debugfs file
Peter Xu
1
-0
/
+1
2021-08-03
KVM: const-ify all relevant uses of struct kvm_memory_slot
Hamza Mahfooz
1
-2
/
+2
2021-08-02
KVM: x86/mmu: Fix use of enums in trace_fast_page_fault
David Matlack
1
-0
/
+3
2021-06-25
KVM: x86/mmu: Rename unsync helper and update related comments
Sean Christopherson
1
-2
/
+1
2021-06-17
KVM: x86: Support write protecting only large pages
Keqian Zhu
1
-1
/
+2
2021-06-17
KVM: x86/mmu: Make is_nx_huge_page_enabled an inline function
Shaokun Zhang
1
-3
/
+6
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-20
/
+24
2021-04-19
KVM: x86/mmu: Make TDP MMU root refcount atomic
Ben Gardon
1
-1
/
+5
2021-04-19
KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMU
Ben Gardon
1
-16
/
+0
2021-04-19
KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptes
Ben Gardon
1
-2
/
+3
2021-04-17
KVM: x86/mmu: Pass address space ID to TDP MMU root walkers
Sean Christopherson
1
-1
/
+6
2021-04-02
Merge branch 'kvm-tdp-fix-rcu' into HEAD
Paolo Bonzini
1
-0
/
+5
2021-03-22
Merge branch 'linus' into x86/cleanups, to resolve conflict
Ingo Molnar
1
-0
/
+5
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-03-16
KVM: x86/mmu: Store the address space ID in the TDP iterator
Sean Christopherson
1
-0
/
+5
2021-03-15
KVM: x86/mmu: Use '0' as the one and only value for an invalid PAE root
Sean Christopherson
1
-0
/
+10
2021-02-26
KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabled
Sean Christopherson
1
-8
/
+8
2021-02-19
KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()
Sean Christopherson
1
-1
/
+4
2021-02-19
KVM: x86/mmu: Split out max mapping level calculation to helper
Sean Christopherson
1
-0
/
+2
2021-02-08
KVM: x86: compile out TDP MMU on 32-bit systems
Paolo Bonzini
1
-0
/
+2
2021-02-04
KVM: x86/mmu: Protect TDP MMU page table memory with RCU
Ben Gardon
1
-0
/
+3
2021-02-04
KVM: x86/mmu: Add '__func__' in rmap_printk()
Stephen Zhang
1
-1
/
+1
2020-10-23
kvm: x86/mmu: NX largepage recovery for TDP MMU
Ben Gardon
1
-0
/
+3
2020-10-23
kvm: x86/mmu: Add TDP MMU PF handler
Ben Gardon
1
-0
/
+32
2020-10-22
kvm: x86/mmu: Add functions to handle changed TDP SPTEs
Ben Gardon
1
-0
/
+2
2020-10-22
kvm: x86/mmu: Allocate and free TDP MMU roots
Ben Gardon
1
-0
/
+20
2020-10-22
KVM: mmu: extract spte.h and spte.c
Paolo Bonzini
1
-1
/
+30
2020-07-08
KVM: x86/mmu: Rename page_header() to to_shadow_page()
Sean Christopherson
1
-2
/
+2
2020-07-08
KVM: x86/mmu: Add sptep_to_sp() helper to wrap shadow page lookup
Sean Christopherson
1
-0
/
+5
2020-07-08
KVM: x86/mmu: Make kvm_mmu_page definition and accessor internal-only
Sean Christopherson
1
-0
/
+48
2020-07-08
KVM: x86/mmu: Add MMU-internal header
Sean Christopherson
1
-0
/
+10