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
/
svm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-01
KVM: nSVM: synthesize correct EXITINTINFO on vmexit
Paolo Bonzini
1
-2
/
+2
2020-06-01
KVM: nSVM: extract svm_set_gif
Paolo Bonzini
1
-17
/
+34
2020-06-01
KVM: nSVM: remove unnecessary if
Paolo Bonzini
1
-2
/
+1
2020-06-01
KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexit
Paolo Bonzini
1
-1
/
+4
2020-06-01
KVM: nSVM: restore clobbered INT_CTL fields after clearing VINTR
Paolo Bonzini
1
-1
/
+9
2020-06-01
KVM: nSVM: save all control fields in svm->nested
Paolo Bonzini
1
-2
/
+2
2020-06-01
KVM: nSVM: move map argument out of enter_svm_guest_mode
Paolo Bonzini
1
-1
/
+2
2020-05-28
KVM: SVM: always update CR3 in VMCB
Paolo Bonzini
1
-11
/
+5
2020-05-28
KVM: nSVM: remove exit_required
Paolo Bonzini
1
-14
/
+0
2020-05-28
KVM: nSVM: inject exceptions via svm_check_nested_events
Paolo Bonzini
1
-9
/
+0
2020-05-28
KVM: x86: enable event window in inject_pending_event
Paolo Bonzini
1
-12
/
+12
2020-05-27
KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s index
Sean Christopherson
1
-1
/
+1
2020-05-27
Merge branch 'kvm-master' into HEAD
Paolo Bonzini
1
-1
/
+1
2020-05-27
KVM: x86: simplify is_mmio_spte
Paolo Bonzini
1
-1
/
+1
2020-05-15
KVM: SVM: Remove unnecessary V_IRQ unsetting
Suravee Suthikulpanit
1
-2
/
+0
2020-05-15
KVM: SVM: Merge svm_enable_vintr into svm_set_vintr
Suravee Suthikulpanit
1
-8
/
+2
2020-05-15
KVM: X86: Introduce more exit_fastpath_completion enum values
Wanpeng Li
1
-8
/
+7
2020-05-15
KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums
Sean Christopherson
1
-1
/
+1
2020-05-13
KVM: VMX: Add proper cache tracking for CR0
Sean Christopherson
1
-5
/
+0
2020-05-13
KVM: VMX: Add proper cache tracking for CR4
Sean Christopherson
1
-5
/
+0
2020-05-13
KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch'
Sean Christopherson
1
-11
/
+0
2020-05-13
KVM: x86: handle wrap around 32-bit address space
Paolo Bonzini
1
-3
/
+0
2020-05-13
KVM: x86: Replace late check_nested_events() hack with more precise fix
Paolo Bonzini
1
-5
/
+20
2020-05-13
KVM: nSVM: Report interrupts as allowed when in L2 and exit-on-interrupt is set
Paolo Bonzini
1
-6
/
+17
2020-05-13
KVM: SVM: Split out architectural interrupt/NMI/SMI blocking checks
Paolo Bonzini
1
-11
/
+40
2020-05-13
KVM: nSVM: Move SMI vmexit handling to svm_check_nested_events()
Paolo Bonzini
1
-8
/
+0
2020-05-13
KVM: nSVM: Report NMIs as allowed when in L2 and Exit-on-NMI is set
Paolo Bonzini
1
-0
/
+3
2020-05-13
KVM: x86: replace is_smm checks with kvm_x86_ops.smi_allowed
Paolo Bonzini
1
-1
/
+1
2020-05-13
KVM: x86: Make return for {interrupt_nmi,smi}_allowed() a bool instead of int
Sean Christopherson
1
-8
/
+8
2020-05-13
KVM: SVM: Implement check_nested_events for NMI
Cathy Avery
1
-4
/
+2
2020-05-13
KVM: SVM: introduce nested_run_pending
Paolo Bonzini
1
-0
/
+1
2020-05-13
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
1
-14
/
+24
2020-05-08
KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6
Paolo Bonzini
1
-8
/
+21
2020-05-08
KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6
Paolo Bonzini
1
-7
/
+2
2020-05-04
KVM: SVM: fill in kvm_run->debug.arch.dr[67]
Paolo Bonzini
1
-0
/
+2
2020-04-23
KVM: x86: move nested-related kvm_x86_ops to a separate struct
Paolo Bonzini
1
-8
/
+5
2020-04-21
KVM: SVM: avoid infinite loop on NPF from bad address
Paolo Bonzini
1
-0
/
+7
2020-04-21
KVM: X86: Improve latency for single target IPI fastpath
Wanpeng Li
1
-8
/
+16
2020-04-21
KVM: SVM: Use do_machine_check to pass MCE to the host
Uros Bizjak
1
-5
/
+21
2020-04-21
KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASID
Sean Christopherson
1
-0
/
+1
2020-04-21
KVM: x86: Rename ->tlb_flush() to ->tlb_flush_all()
Sean Christopherson
1
-1
/
+1
2020-04-21
KVM: SVM: Document the ASID logic in svm_flush_tlb()
Sean Christopherson
1
-0
/
+7
2020-04-21
KVM: SVM: Wire up ->tlb_flush_guest() directly to svm_flush_tlb()
Sean Christopherson
1
-6
/
+1
2020-04-21
KVM: x86: Drop @invalidate_gpa param from kvm_x86_ops' tlb_flush()
Sean Christopherson
1
-3
/
+3
2020-04-20
KVM: x86: Move "flush guest's TLB" logic to separate kvm_x86_ops hook
Sean Christopherson
1
-0
/
+6
2020-04-15
KVM: SVM: Fix __svm_vcpu_run declaration.
Uros Bizjak
1
-1
/
+1
2020-04-15
KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARD
Uros Bizjak
1
-1
/
+0
2020-04-14
KVM: SVM: move more vmentry code to assembly
Paolo Bonzini
1
-7
/
+0
2020-04-03
KVM: SVM: Split svm_vcpu_run inline assembly to separate file
Uros Bizjak
1
-89
/
+3
2020-04-03
KVM: SVM: Move SEV code to separate file
Joerg Roedel
1
-1220
/
+21
[prev]
[next]