index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu
/
paging_tmpl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86/mmu: Expand and clean up page fault stats
Sean Christopherson
2022-05-12
1
-1
/
+0
*
KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"
Sean Christopherson
2022-05-12
1
-2
/
+4
*
KVM: X86/MMU: Fix shadowing 5-level NPT for 4-level NPT L1 guest
Lai Jiangshan
2022-04-29
1
-0
/
+1
*
KVM: x86/mmu: replace root_level with cpu_role.base.level
Paolo Bonzini
2022-04-29
1
-2
/
+2
*
KVM: x86/mmu: remove extended bits from mmu_role, rename field
Paolo Bonzini
2022-04-29
1
-2
/
+2
*
KVM: x86/mmu: remove ept_ad field
Paolo Bonzini
2022-04-29
1
-1
/
+1
*
KVM: x86/mmu: split cpu_role from mmu_role
Paolo Bonzini
2022-04-29
1
-1
/
+1
*
KVM: x86/mmu: rephrase unclear comment
Paolo Bonzini
2022-04-29
1
-1
/
+1
*
KVM: x86: Use __try_cmpxchg_user() to update guest PTE A/D bits
Sean Christopherson
2022-04-13
1
-37
/
+1
*
KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bits
Sean Christopherson
2022-04-13
1
-1
/
+7
*
KVM: VMX: replace 0x180 with EPT_VIOLATION_* definition
SU Hang
2022-04-13
1
-1
/
+2
*
KVM: x86/mmu: do compare-and-exchange of gPTE via the user address
Paolo Bonzini
2022-04-02
1
-40
/
+34
*
KVM: X86: Change the type of access u32 to u64
Lai Jiangshan
2022-04-02
1
-4
/
+4
*
KVM: x86: use struct kvm_mmu_root_info for mmu->root
Paolo Bonzini
2022-02-25
1
-1
/
+1
*
KVM: x86/mmu: Remove MMU auditing
Sean Christopherson
2022-02-18
1
-2
/
+0
*
KVM: X86: Remove mmu->translate_gpa
Lai Jiangshan
2021-12-08
1
-4
/
+3
*
KVM: X86: Add parameter struct kvm_mmu *mmu into mmu->gva_to_gpa()
Lai Jiangshan
2021-12-08
1
-36
/
+5
*
KVM: x86/mmu: Retry page fault if root is invalidated by memslot update
Sean Christopherson
2021-12-02
1
-1
/
+2
*
KVM: x86/mmu: clean up prefetch/prefault/speculative naming
Paolo Bonzini
2021-10-22
1
-1
/
+1
*
KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
David Matlack
2021-10-01
1
-1
/
+3
*
KVM: x86/mmu: Avoid memslot lookup in rmap_add
David Matlack
2021-10-01
1
-3
/
+9
*
KVM: MMU: pass struct kvm_page_fault to mmu_set_spte
Paolo Bonzini
2021-10-01
1
-10
/
+3
*
KVM: MMU: pass kvm_mmu_page struct to make_spte
Paolo Bonzini
2021-10-01
1
-2
/
+2
*
KVM: MMU: remove unnecessary argument to mmu_set_spte
Paolo Bonzini
2021-10-01
1
-3
/
+3
*
KVM: MMU: inline set_spte in FNAME(sync_page)
Paolo Bonzini
2021-10-01
1
-9
/
+12
*
KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault
David Matlack
2021-10-01
1
-2
/
+4
*
KVM: x86/mmu: Verify shadow walk doesn't terminate early in page faults
Sean Christopherson
2021-10-01
1
-2
/
+5
*
KVM: MMU: change tracepoints arguments to kvm_page_fault
Paolo Bonzini
2021-10-01
1
-1
/
+1
*
KVM: MMU: change disallowed_hugepage_adjust() arguments to kvm_page_fault
Paolo Bonzini
2021-10-01
1
-2
/
+1
*
KVM: MMU: change kvm_mmu_hugepage_adjust() arguments to kvm_page_fault
Paolo Bonzini
2021-10-01
1
-9
/
+7
*
KVM: MMU: change FNAME(fetch)() arguments to kvm_page_fault
Paolo Bonzini
2021-10-01
1
-30
/
+22
*
KVM: MMU: change handle_abnormal_pfn() arguments to kvm_page_fault
Paolo Bonzini
2021-10-01
1
-1
/
+1
*
KVM: MMU: change kvm_faultin_pfn() arguments to kvm_page_fault
Paolo Bonzini
2021-10-01
1
-11
/
+8
*
KVM: MMU: change page_fault_handle_page_track() arguments to kvm_page_fault
Paolo Bonzini
2021-10-01
1
-3
/
+4
*
KVM: MMU: change direct_page_fault() arguments to kvm_page_fault
Paolo Bonzini
2021-10-01
1
-4
/
+3
*
KVM: MMU: change mmu->page_fault() arguments to kvm_page_fault
Paolo Bonzini
2021-10-01
1
-11
/
+11
*
KVM: X86: Move PTE present check from loop body to __shadow_walk_next()
Lai Jiangshan
2021-10-01
1
-1
/
+1
*
KVM: X86: Remove FNAME(update_pte)
Lai Jiangshan
2021-09-30
1
-9
/
+1
*
KVM: X86: Change kvm_sync_page() to return true when remote flush is needed
Lai Jiangshan
2021-09-30
1
-11
/
+10
*
KVM: X86: Synchronize the shadow pagetable before link it
Lai Jiangshan
2021-09-23
1
-2
/
+21
*
KVM: X86: Fix missed remote tlb flush in rmap_write_protect()
Lai Jiangshan
2021-09-23
1
-21
/
+2
*
KVM: x86/mmu: allow kvm_faultin_pfn to return page fault handling code
Maxim Levitsky
2021-08-20
1
-2
/
+2
*
KVM: x86/mmu: rename try_async_pf to kvm_faultin_pfn
Maxim Levitsky
2021-08-20
1
-1
/
+1
*
KVM: x86/mmu: Do not apply HPA (memory encryption) mask to GPAs
Sean Christopherson
2021-07-14
1
-2
/
+2
*
KVM: x86/mmu: Get CR4.SMEP from MMU, not vCPU, in shadow page fault
Sean Christopherson
2021-06-24
1
-1
/
+1
*
KVM: x86/mmu: Get CR0.WP from MMU, not vCPU, in shadow page fault
Sean Christopherson
2021-06-24
1
-3
/
+2
*
KVM: x86/mmu: Optimize and clean up so called "last nonleaf level" logic
Sean Christopherson
2021-06-24
1
-1
/
+30
*
KVM: x86/mmu: Use MMU's role to detect EFER.NX in guest page walk
Sean Christopherson
2021-06-24
1
-1
/
+1
*
KVM: x86/mmu: Add accessors to query mmu_role bits
Sean Christopherson
2021-06-24
1
-1
/
+1
*
KVM: x86/mmu: WARN and zap SP when sync'ing if MMU role mismatches
Sean Christopherson
2021-06-24
1
-2
/
+25
[next]