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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-20
KVM: VMX: Add ENCLS[EINIT] handler to support SGX Launch Control (LC)
Sean Christopherson
1
-0
/
+64
2021-04-20
KVM: VMX: Add emulation of SGX Launch Control LE hash MSRs
Sean Christopherson
4
-0
/
+75
2021-04-20
KVM: VMX: Add SGX ENCLS[ECREATE] handler to enforce CPUID restrictions
Sean Christopherson
1
-0
/
+275
2021-04-20
KVM: VMX: Frame in ENCLS handler for SGX virtualization
Sean Christopherson
4
-3
/
+73
2021-04-20
KVM: VMX: Add basic handling of VM-Exit from SGX enclave
Sean Christopherson
2
-2
/
+45
2021-04-20
KVM: x86: Add reverse-CPUID lookup support for scattered SGX features
Sean Christopherson
1
-2
/
+13
2021-04-20
KVM: x86: Add support for reverse CPUID lookup of scattered features
Sean Christopherson
2
-10
/
+61
2021-04-20
KVM: x86: Export kvm_mmu_gva_to_gpa_{read,write}() for SGX (VMX)
Sean Christopherson
1
-0
/
+2
2021-04-20
KVM: vmx: add mismatched size assertions in vmcs_check32()
Haiwei Li
1
-0
/
+4
2021-04-20
KVM: SVM: Enhance and clean up the vmcb tracking comment in pre_svm_run()
Sean Christopherson
1
-5
/
+4
2021-04-20
KVM: SVM: Add a comment to clarify what vcpu_svm.vmcb points at
Sean Christopherson
1
-0
/
+1
2021-04-20
KVM: SVM: Drop vcpu_svm.vmcb_pa
Sean Christopherson
2
-4
/
+9
2021-04-20
KVM: SVM: Don't set current_vmcb->cpu when switching vmcb
Sean Christopherson
1
-8
/
+0
2021-04-19
KVM: SVM: Make sure GHCB is mapped before updating
Tom Lendacky
2
-1
/
+4
2021-04-19
KVM: X86: Do not yield to self
Wanpeng Li
1
-0
/
+4
2021-04-19
KVM: X86: Count attempted/successful directed yield
Wanpeng Li
1
-6
/
+18
2021-04-19
KVM: x86/mmu: Tear down roots before kvm_mmu_zap_all_fast returns
Ben Gardon
3
-1
/
+89
2021-04-19
KVM: x86/mmu: Fast invalidation for TDP MMU
Ben Gardon
3
-3
/
+31
2021-04-19
KVM: x86/mmu: Allow enabling/disabling dirty logging under MMU read lock
Ben Gardon
2
-17
/
+61
2021-04-19
KVM: x86/mmu: Allow zapping collapsible SPTEs to use MMU read lock
Ben Gardon
2
-8
/
+23
2021-04-19
KVM: x86/mmu: Allow zap gfn range to operate under the mmu read lock
Ben Gardon
3
-45
/
+101
2021-04-19
KVM: x86/mmu: Protect the tdp_mmu_roots list with RCU
Ben Gardon
1
-30
/
+39
2021-04-19
KVM: x86/mmu: handle cmpxchg failure in kvm_tdp_mmu_get_root
Ben Gardon
2
-15
/
+9
2021-04-19
KVM: x86/mmu: Make TDP MMU root refcount atomic
Ben Gardon
3
-6
/
+14
2021-04-19
KVM: x86/mmu: Refactor yield safe root iterator
Ben Gardon
1
-19
/
+26
2021-04-19
KVM: x86/mmu: Merge TDP MMU put and free root
Ben Gardon
3
-40
/
+28
2021-04-19
KVM: x86/mmu: use tdp_mmu_free_sp to free roots
Ben Gardon
1
-8
/
+7
2021-04-19
KVM: x86/mmu: Move kvm_mmu_(get|put)_root to TDP MMU
Ben Gardon
4
-25
/
+25
2021-04-19
KVM: x86/mmu: Re-add const qualifier in kvm_tdp_mmu_zap_collapsible_sptes
Ben Gardon
4
-10
/
+13
2021-04-19
KVM: x86/mmu: Allow yielding during MMU notifier unmap/zap, if possible
Sean Christopherson
1
-1
/
+5
2021-04-17
KVM: Move x86's MMU notifier memslot walkers to generic code
Sean Christopherson
3
-241
/
+135
2021-04-17
KVM: constify kvm_arch_flush_remote_tlbs_memslot
Paolo Bonzini
1
-1
/
+1
2021-04-17
KVM: MMU: protect TDP MMU pages only down to required level
Paolo Bonzini
1
-1
/
+1
2021-04-17
KVM: x86: implement KVM_CAP_SET_GUEST_DEBUG2
Maxim Levitsky
1
-0
/
+2
2021-04-17
KVM: x86: pending exceptions must not be blocked by an injected event
Maxim Levitsky
2
-3
/
+15
2021-04-17
KVM: nSVM: call nested_svm_load_cr3 on nested state load
Maxim Levitsky
1
-18
/
+22
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: nSVM: improve SYSENTER emulation on AMD
Maxim Levitsky
2
-37
/
+68
2021-04-17
KVM: x86: add guest_cpuid_is_intel
Maxim Levitsky
1
-0
/
+8
2021-04-17
KVM: x86: Account a variety of miscellaneous allocations
Sean Christopherson
3
-6
/
+6
2021-04-17
KVM: SVM: Do not allow SEV/SEV-ES initialization after vCPUs are created
Sean Christopherson
1
-0
/
+3
2021-04-17
KVM: SVM: Do not set sev->es_active until KVM_SEV_ES_INIT completes
Sean Christopherson
1
-17
/
+12
2021-04-17
KVM: SVM: Use online_vcpus, not created_vcpus, to iterate over vCPUs
Sean Christopherson
1
-2
/
+3
2021-04-17
KVM: x86/mmu: Simplify code for aging SPTEs in TDP MMU
Sean Christopherson
1
-3
/
+2
2021-04-17
KVM: x86/mmu: Remove spurious clearing of dirty bit from TDP MMU SPTE
Sean Christopherson
1
-1
/
+0
2021-04-17
KVM: x86/mmu: Drop trace_kvm_age_page() tracepoint
Sean Christopherson
2
-3
/
+0
[next]