index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-15
KVM: x86/mmu: Use high bits for host/mmu writable masks for EPT SPTEs
Sean Christopherson
2
-15
/
+36
2021-03-15
KVM: x86/mmu: Make Host-writable and MMU-writable bit locations dynamic
Sean Christopherson
6
-25
/
+29
2021-03-15
KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU proper
Sean Christopherson
3
-52
/
+29
2021-03-15
KVM: x86/mmu: Co-locate code for setting various SPTE masks
Sean Christopherson
3
-36
/
+25
2021-03-15
KVM: x86/mmu: Move initial kvm_mmu_set_mask_ptes() call into MMU proper
Sean Christopherson
2
-3
/
+4
2021-03-15
KVM: x86/mmu: Document dependency bewteen TDP A/D type and saved bits
Sean Christopherson
1
-3
/
+5
2021-03-15
KVM: x86/mmu: Use MMIO SPTE bits 53 and 52 for the MMIO generation
Sean Christopherson
2
-5
/
+4
2021-03-15
KVM: x86/mmu: Rename and document A/D scheme for TDP SPTEs
Sean Christopherson
2
-13
/
+38
2021-03-15
KVM: x86/mmu: Add module param to disable MMIO caching (for testing)
Sean Christopherson
1
-0
/
+6
2021-03-15
KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEs
Sean Christopherson
6
-15
/
+15
2021-03-15
KVM: x86/mmu: Rename 'mask' to 'spte' in MMIO SPTE helpers
Sean Christopherson
2
-8
/
+8
2021-03-15
KVM: x86/mmu: Drop redundant trace_kvm_mmu_set_spte() in the TDP MMU
Sean Christopherson
1
-3
/
+2
2021-03-15
KVM: x86/mmu: Handle MMIO SPTEs directly in mmu_set_spte()
Sean Christopherson
1
-17
/
+5
2021-03-15
KVM: x86/mmu: Don't install bogus MMIO SPTEs if MMIO caching is disabled
Sean Christopherson
2
-2
/
+17
2021-03-15
KVM: x86/mmu: Retry page faults that hit an invalid memslot
Sean Christopherson
1
-0
/
+8
2021-03-15
KVM: x86/mmu: Disable MMIO caching if MMIO value collides with L1TF
Sean Christopherson
1
-1
/
+12
2021-03-15
KVM: x86/mmu: Bail from fast_page_fault() if SPTE is not shadow-present
Sean Christopherson
1
-0
/
+3
2021-03-15
KVM: x86/mmu: Check for shadow-present SPTE before querying A/D status
Sean Christopherson
1
-4
/
+3
2021-03-15
KVM: x86/mmu: Add convenience wrapper for acting on single hva in TDP MMU
Sean Christopherson
1
-5
/
+11
2021-03-15
KVM: x86/mmu: Add typedefs for rmap/iter handlers
Sean Christopherson
2
-28
/
+19
2021-03-15
KVM: x86/mmu: Use 'end' param in TDP MMU's test_age_gfn()
Sean Christopherson
1
-3
/
+3
2021-03-15
KVM: x86/mmu: WARN if TDP MMU's set_tdp_spte() sees multiple GFNs
Sean Christopherson
1
-2
/
+2
2021-03-15
KVM: x86/mmu: Remove spurious TLB flush from TDP MMU's change_pte() hook
Sean Christopherson
1
-2
/
+6
2021-03-15
KVM: x86: mmu: initialize fault.async_page_fault in walk_addr_generic
Maxim Levitsky
1
-0
/
+1
2021-03-15
KVM: x86: determine if an exception has an error code only when injecting it.
Maxim Levitsky
1
-4
/
+10
2021-03-15
KVM: nSVM: Optimize vmcb12 to vmcb02 save area copies
Cathy Avery
3
-13
/
+35
2021-03-15
KVM: SVM: Add support for Virtual SPEC_CTRL
Babu Moger
2
-5
/
+36
2021-03-15
KVM: nSVM: always use vmcb01 to for vmsave/vmload of guest state
Maxim Levitsky
2
-37
/
+36
2021-03-15
KVM: SVM: move VMLOAD/VMSAVE to C code
Paolo Bonzini
2
-13
/
+3
2021-03-15
KVM: SVM: Skip intercepted PAUSE instructions after emulation
Sean Christopherson
1
-1
/
+1
2021-03-15
KVM: SVM: Don't manually emulate RDPMC if nrips=0
Sean Christopherson
1
-9
/
+1
2021-03-15
KVM: x86: Move RDPMC emulation to common code
Sean Christopherson
3
-20
/
+10
2021-03-15
KVM: x86: Move trivial instruction-based exit handlers to common code
Sean Christopherson
3
-123
/
+54
2021-03-15
KVM: x86: Move XSETBV emulation to common code
Sean Christopherson
3
-25
/
+10
2021-03-15
KVM: nSVM: Add VMLOAD/VMSAVE helper to deduplicate code
Sean Christopherson
1
-25
/
+12
2021-03-15
KVM: nSVM: Add helper to synthesize nested VM-Exit without collateral
Sean Christopherson
3
-54
/
+16
2021-03-15
KVM: x86: Handle triple fault in L2 without killing L1
Sean Christopherson
5
-7
/
+49
2021-03-15
KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)
Paolo Bonzini
5
-372
/
+386
2021-03-15
KVM: SVM: merge update_cr0_intercept into svm_set_cr0
Paolo Bonzini
1
-32
/
+22
2021-03-15
KVM: nSVM: Trace VM-Enter consistency check failures
Sean Christopherson
1
-14
/
+19
2021-03-15
KVM: x86: Move nVMX's consistency check macro to common code
Sean Christopherson
2
-7
/
+9
2021-03-15
KVM: nSVM: Add missing checks for reserved bits to svm_set_nested_state()
Krish Sadhukhan
1
-15
/
+39
2021-03-15
KVM: nSVM: only copy L1 non-VMLOAD/VMSAVE data in svm_set_nested_state()
Paolo Bonzini
1
-2
/
+18
2021-03-15
KVM: nSVM: do not mark all VMCB02 fields dirty on nested vmexit
Paolo Bonzini
1
-6
/
+12
2021-03-15
KVM: nSVM: do not mark all VMCB01 fields dirty on nested vmexit
Paolo Bonzini
1
-4
/
+5
2021-03-15
KVM: nSVM: do not copy vmcb01->control blindly to vmcb02->control
Paolo Bonzini
1
-2
/
+21
2021-03-15
KVM: nSVM: rename functions and variables according to vmcbXY nomenclature
Paolo Bonzini
3
-24
/
+23
2021-03-15
KVM: nSVM: Track the ASID generation of the vmcb vmrun through the vmcb
Cathy Avery
2
-15
/
+8
2021-03-15
KVM: nSVM: Track the physical cpu of the vmcb vmrun through the vmcb
Cathy Avery
2
-8
/
+16
2021-03-15
KVM: SVM: Use a separate vmcb for the nested L2 guest
Cathy Avery
3
-104
/
+134
[prev]
[next]