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
/
paging_tmpl.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-26
KVM: x86/mmu: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-08-19
KVM: Rename mmu_notifier_* to mmu_invalidate_*
Chao Peng
1
-2
/
+2
2022-07-14
KVM: x86/mmu: Add optimized helper to retrieve an SPTE's index
Sean Christopherson
1
-2
/
+2
2022-07-13
KVM: x86/mmu: Replace UNMAPPED_GVA with INVALID_GPA for gva_to_gpa()
Hou Wenlong
1
-3
/
+3
2022-06-24
KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page()
Paolo Bonzini
1
-17
/
+14
2022-06-24
KVM: x86/mmu: Cache the access bits of shadowed translations
David Matlack
1
-2
/
+7
2022-06-24
KVM: x86/mmu: Derive shadow MMU page role from parent
David Matlack
1
-4
/
+5
2022-06-20
KVM: x86/mmu: Use common logic for computing the 32/64-bit base PA mask
Sean Christopherson
1
-3
/
+1
2022-06-20
KVM: x86/mmu: Truncate paging32's PT_BASE_ADDR_MASK to 32 bits
Sean Christopherson
1
-1
/
+1
2022-06-20
KVM: x86/mmu: Use common macros to compute 32/64-bit paging masks
Paolo Bonzini
1
-14
/
+11
2022-06-20
KVM: x86/mmu: Use separate namespaces for guest PTEs and shadow PTEs
Sean Christopherson
1
-3
/
+3
2022-06-20
KVM: x86/mmu: Bury 32-bit PSE paging helpers in paging_tmpl.h
Sean Christopherson
1
-1
/
+17
2022-06-15
KVM: x86/mmu: Drop unused CMPXCHG macro from paging_tmpl.h
Sean Christopherson
1
-6
/
+0
2022-06-08
KVM: x86/mmu: Comment FNAME(sync_page) to document TLB flushing logic
Sean Christopherson
1
-0
/
+9
2022-06-08
KVM: x86/mmu: Drop RWX=0 SPTEs during ept_sync_page()
Sean Christopherson
1
-1
/
+8
2022-05-12
KVM: x86/mmu: Expand and clean up page fault stats
Sean Christopherson
1
-1
/
+0
2022-05-12
KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"
Sean Christopherson
1
-2
/
+4
2022-04-29
KVM: X86/MMU: Fix shadowing 5-level NPT for 4-level NPT L1 guest
Lai Jiangshan
1
-0
/
+1
2022-04-29
KVM: x86/mmu: replace root_level with cpu_role.base.level
Paolo Bonzini
1
-2
/
+2
2022-04-29
KVM: x86/mmu: remove extended bits from mmu_role, rename field
Paolo Bonzini
1
-2
/
+2
2022-04-29
KVM: x86/mmu: remove ept_ad field
Paolo Bonzini
1
-1
/
+1
2022-04-29
KVM: x86/mmu: split cpu_role from mmu_role
Paolo Bonzini
1
-1
/
+1
2022-04-29
KVM: x86/mmu: rephrase unclear comment
Paolo Bonzini
1
-1
/
+1
2022-04-13
KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bits
Sean Christopherson
1
-37
/
+1
2022-04-13
KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bits
Sean Christopherson
1
-1
/
+7
2022-04-13
KVM: VMX: replace 0x180 with EPT_VIOLATION_* definition
SU Hang
1
-1
/
+2
2022-04-02
KVM: x86/mmu: do compare-and-exchange of gPTE via the user address
Paolo Bonzini
1
-40
/
+34
2022-04-02
KVM: X86: Change the type of access u32 to u64
Lai Jiangshan
1
-4
/
+4
2022-02-25
KVM: x86: use struct kvm_mmu_root_info for mmu->root
Paolo Bonzini
1
-1
/
+1
2022-02-18
KVM: x86/mmu: Remove MMU auditing
Sean Christopherson
1
-2
/
+0
2021-12-08
KVM: X86: Remove mmu->translate_gpa
Lai Jiangshan
1
-4
/
+3
2021-12-08
KVM: X86: Add parameter struct kvm_mmu *mmu into mmu->gva_to_gpa()
Lai Jiangshan
1
-36
/
+5
2021-12-02
KVM: x86/mmu: Retry page fault if root is invalidated by memslot update
Sean Christopherson
1
-1
/
+2
2021-10-22
KVM: x86/mmu: clean up prefetch/prefault/speculative naming
Paolo Bonzini
1
-1
/
+1
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
David Matlack
1
-1
/
+3
2021-10-01
KVM: x86/mmu: Avoid memslot lookup in rmap_add
David Matlack
1
-3
/
+9
2021-10-01
KVM: MMU: pass struct kvm_page_fault to mmu_set_spte
Paolo Bonzini
1
-10
/
+3
2021-10-01
KVM: MMU: pass kvm_mmu_page struct to make_spte
Paolo Bonzini
1
-2
/
+2
2021-10-01
KVM: MMU: remove unnecessary argument to mmu_set_spte
Paolo Bonzini
1
-3
/
+3
2021-10-01
KVM: MMU: inline set_spte in FNAME(sync_page)
Paolo Bonzini
1
-9
/
+12
2021-10-01
KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault
David Matlack
1
-2
/
+4
2021-10-01
KVM: x86/mmu: Verify shadow walk doesn't terminate early in page faults
Sean Christopherson
1
-2
/
+5
2021-10-01
KVM: MMU: change tracepoints arguments to kvm_page_fault
Paolo Bonzini
1
-1
/
+1
2021-10-01
KVM: MMU: change disallowed_hugepage_adjust() arguments to kvm_page_fault
Paolo Bonzini
1
-2
/
+1
2021-10-01
KVM: MMU: change kvm_mmu_hugepage_adjust() arguments to kvm_page_fault
Paolo Bonzini
1
-9
/
+7
2021-10-01
KVM: MMU: change FNAME(fetch)() arguments to kvm_page_fault
Paolo Bonzini
1
-30
/
+22
2021-10-01
KVM: MMU: change handle_abnormal_pfn() arguments to kvm_page_fault
Paolo Bonzini
1
-1
/
+1
2021-10-01
KVM: MMU: change kvm_faultin_pfn() arguments to kvm_page_fault
Paolo Bonzini
1
-11
/
+8
2021-10-01
KVM: MMU: change page_fault_handle_page_track() arguments to kvm_page_fault
Paolo Bonzini
1
-3
/
+4
2021-10-01
KVM: MMU: change direct_page_fault() arguments to kvm_page_fault
Paolo Bonzini
1
-4
/
+3
[next]