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
/
svm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-17
KVM: x86: pending exceptions must not be blocked by an injected event
Maxim Levitsky
1
-1
/
+7
2021-04-17
KVM: nSVM: call nested_svm_load_cr3 on nested state load
Maxim Levitsky
1
-18
/
+22
2021-04-17
KVM: nSVM: improve SYSENTER emulation on AMD
Maxim Levitsky
2
-37
/
+68
2021-04-17
KVM: x86: Account a variety of miscellaneous allocations
Sean Christopherson
2
-5
/
+5
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: nSVM: If VMRUN is single-stepped, queue the #DB intercept in nested_svm_...
Krish Sadhukhan
1
-0
/
+10
2021-04-01
Merge branch 'kvm-fix-svm-races' into HEAD
Paolo Bonzini
1
-12
/
+20
2021-04-01
KVM: SVM: ensure that EFER.SVME is set when running nested guest or on nested...
Paolo Bonzini
1
-1
/
+17
2021-04-01
KVM: SVM: load control fields from VMCB12 before checking them
Paolo Bonzini
1
-4
/
+6
2021-03-15
KVM: x86/mmu: Mark the PAE roots as decrypted for shadow paging
Sean Christopherson
1
-3
/
+2
2021-03-15
KVM: x86: Get active PCID only when writing a CR3 value
Sean Christopherson
1
-3
/
+9
2021-03-15
KVM/SVM: Move vmenter.S exception fixups out of line
Uros Bizjak
1
-15
/
+20
2021-03-15
KVM: x86/mmu: Stop using software available bits to denote MMIO SPTEs
Sean Christopherson
1
-1
/
+1
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
1
-4
/
+1
2021-03-15
KVM: x86: Move trivial instruction-based exit handlers to common code
Sean Christopherson
1
-77
/
+13
2021-03-15
KVM: x86: Move XSETBV emulation to common code
Sean Christopherson
1
-10
/
+1
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
1
-0
/
+14
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: 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
-105
/
+135
2021-03-15
KVM: SVM: Don't strip the C-bit from CR2 on #PF interception
Sean Christopherson
1
-1
/
+1
2021-03-15
KVM: x86: to track if L1 is running L2 VM
Dongli Zhang
1
-0
/
+2
2021-03-05
KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled'
Sean Christopherson
1
-12
/
+13
2021-03-02
KVM: SVM: Clear the CR4 register on reset
Babu Moger
1
-0
/
+1
2021-02-25
KVM: SVM: Fix nested VM-Exit on #GP interception handling
Sean Christopherson
1
-3
/
+8
2021-02-22
KVM: nSVM: prepare guest save area while is_guest_mode is true
Paolo Bonzini
1
-1
/
+1
2021-02-18
KVM: nSVM: fix running nested guests when npt=0
Paolo Bonzini
1
-0
/
+20
2021-02-18
KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_mode
Maxim Levitsky
1
-12
/
+14
2021-02-18
KVM: x86: Advertise INVPCID by default
Sean Christopherson
1
-3
/
+0
2021-02-18
KVM: SVM: Intercept INVPCID when it's disabled to inject #UD
Sean Christopherson
1
-4
/
+4
2021-02-11
KVM: SVM: Make symbol 'svm_gp_erratum_intercept' static
Wei Yongjun
1
-1
/
+1
[next]