index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-20
KVM: VMX: Add basic handling of VM-Exit from SGX enclave
Sean Christopherson
2
-2
/
+45
2021-04-20
KVM: vmx: add mismatched size assertions in vmcs_check32()
Haiwei Li
1
-0
/
+4
2021-04-17
KVM: x86: pending exceptions must not be blocked by an injected event
Maxim Levitsky
1
-2
/
+8
2021-04-17
KVM: x86: dump_vmcs should include the autoload/autostore MSR lists
David Edmondson
1
-0
/
+16
2021-04-17
KVM: x86: dump_vmcs should show the effective EFER
David Edmondson
2
-5
/
+17
2021-04-17
KVM: x86: dump_vmcs should consider only the load controls of EFER/PAT
David Edmondson
1
-4
/
+2
2021-04-17
KVM: x86: dump_vmcs should not conflate EFER and PAT presence in VMCS
David Edmondson
1
-9
/
+10
2021-04-17
KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is valid
David Edmondson
1
-6
/
+3
2021-04-17
KVM: x86: Account a variety of miscellaneous allocations
Sean Christopherson
1
-1
/
+1
2021-04-13
KVM: VMX: Don't use vcpu->run->internal.ndata as an array index
Reiji Watanabe
1
-5
/
+5
2021-03-21
x86: Fix various typos in comments, take #2
Ingo Molnar
1
-1
/
+1
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
2
-4
/
+4
2021-03-15
KVM: VMX: Track root HPA instead of EPTP for paravirt Hyper-V TLB flush
Sean Christopherson
2
-47
/
+42
2021-03-15
KVM: VMX: Skip additional Hyper-V TLB EPTP flushes if one fails
Sean Christopherson
1
-1
/
+9
2021-03-15
KVM: VMX: Define Hyper-V paravirt TLB flush fields iff Hyper-V is enabled
Sean Christopherson
2
-1
/
+8
2021-03-15
KVM: VMX: Explicitly check for hv_remote_flush_tlb when loading pgd
Sean Christopherson
1
-7
/
+16
2021-03-15
KVM: VMX: Don't invalidate hv_tlb_eptp if the new EPTP matches
Sean Christopherson
1
-1
/
+2
2021-03-15
KVM: VMX: Invalidate hv_tlb_eptp to denote an EPTP mismatch
Sean Christopherson
2
-19
/
+23
2021-03-15
KVM: VMX: Do Hyper-V TLB flush iff vCPU's EPTP hasn't been flushed
Sean Christopherson
1
-15
/
+8
2021-03-15
KVM: VMX: Fold Hyper-V EPTP checking into it's only caller
Sean Christopherson
1
-24
/
+20
2021-03-15
KVM: VMX: Stash kvm_vmx in a local variable for Hyper-V paravirt TLB flush
Sean Christopherson
1
-6
/
+7
2021-03-15
KVM: VMX: Track common EPTP for Hyper-V's paravirt TLB flush
Sean Christopherson
2
-11
/
+10
2021-03-15
KVM: x86: Get active PCID only when writing a CR3 value
Sean Christopherson
2
-9
/
+7
2021-03-15
KVM: x86/mmu: Move logic for setting SPTE masks for EPT into the MMU proper
Sean Christopherson
1
-18
/
+2
2021-03-15
KVM: x86/mmu: Co-locate code for setting various SPTE masks
Sean Christopherson
1
-11
/
+6
2021-03-15
KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEs
Sean Christopherson
1
-1
/
+2
2021-03-15
KVM: x86: Move RDPMC emulation to common code
Sean Christopherson
1
-9
/
+1
2021-03-15
KVM: x86: Move trivial instruction-based exit handlers to common code
Sean Christopherson
1
-46
/
+7
2021-03-15
KVM: x86: Move XSETBV emulation to common code
Sean Christopherson
1
-10
/
+1
2021-03-15
KVM: x86: Handle triple fault in L2 without killing L1
Sean Christopherson
1
-0
/
+9
2021-03-15
KVM: x86: Move nVMX's consistency check macro to common code
Sean Christopherson
1
-7
/
+1
2021-03-15
KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switch
Sean Christopherson
1
-7
/
+2
2021-03-15
KVM: x86: to track if L1 is running L2 VM
Dongli Zhang
1
-0
/
+2
2021-03-10
x86/perf: Use RET0 as default for guest_get_msrs to handle "no PMU" case
Sean Christopherson
1
-1
/
+1
2021-02-23
KVM: vmx/pmu: Fix dummy check if lbr_desc->event is created
Like Xu
1
-2
/
+2
2021-02-19
KVM: VMX: Dynamically enable/disable PML based on memslot dirty logging
Makarand Sonare
3
-1
/
+34
2021-02-19
KVM: x86: Move MMU's PML logic to common code
Sean Christopherson
1
-54
/
+1
2021-02-19
KVM: x86/mmu: Make dirty log size hook (PML) a value, not a function
Sean Christopherson
1
-7
/
+2
2021-02-19
KVM: nVMX: Disable PML in hardware when running L2
Sean Christopherson
2
-16
/
+25
2021-02-18
KVM: nVMX: no need to undo inject_page_fault change on nested vmexit
Paolo Bonzini
1
-3
/
+0
2021-02-18
KVM: VMX: read idt_vectoring_info a bit earlier
Maxim Levitsky
1
-1
/
+3
2021-02-18
KVM: VMX: Allow INVPCID in guest without PCID
Sean Christopherson
1
-10
/
+0
2021-02-18
KVM: x86: Advertise INVPCID by default
Sean Christopherson
1
-2
/
+2
2021-02-09
KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V context
Vitaly Kuznetsov
1
-3
/
+1
2021-02-09
KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcp...
Vitaly Kuznetsov
1
-3
/
+5
2021-02-09
KVM: x86: hyper-v: Introduce to_kvm_hv() helper
Vitaly Kuznetsov
1
-1
/
+2
2021-02-09
KVM: x86: move kvm_inject_gp up from kvm_set_dr to callers
Paolo Bonzini
1
-7
/
+10
2021-02-09
KVM: x86: reading DR cannot fail
Paolo Bonzini
1
-2
/
+1
2021-02-04
KVM: VMX: Use GPA legality helpers to replace open coded equivalents
Sean Christopherson
2
-20
/
+8
2021-02-04
KVM: x86: move kvm_inject_gp up from kvm_set_xcr to callers
Paolo Bonzini
1
-3
/
+2
[prev]
[next]