index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-01
KVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualization failure
Sean Christopherson
1
-11
/
+11
2022-03-01
KVM: SVM: Use common kvm_apic_write_nodecode() for AVIC write traps
Sean Christopherson
1
-9
/
+7
2022-02-25
KVM: x86/mmu: load new PGD after the shadow MMU is initialized
Paolo Bonzini
1
-3
/
+3
2022-02-25
KVM: x86: Provide per VM capability for disabling PMU virtualization
David Dunn
1
-1
/
+1
2022-02-18
KVM: x86: allow defining return-0 static calls
Paolo Bonzini
2
-25
/
+0
2022-02-18
KVM: x86: make several APIC virtualization callbacks optional
Paolo Bonzini
3
-23
/
+0
2022-02-18
KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPIC
Paolo Bonzini
1
-6
/
+0
2022-02-18
KVM: SEV: Allow SEV intra-host migration of VM with mirrors
Peter Gonda
2
-20
/
+40
2022-02-14
KVM: SVM: Rename AVIC helpers to use "avic" prefix instead of "svm"
Sean Christopherson
3
-33
/
+33
2022-02-14
Merge remote-tracking branch 'kvm/master' into HEAD
Paolo Bonzini
3
-56
/
+67
2022-02-11
KVM: SVM: fix race between interrupt delivery and AVIC inhibition
Maxim Levitsky
3
-48
/
+52
2022-02-11
KVM: SVM: set IRR in svm_deliver_interrupt
Paolo Bonzini
2
-3
/
+1
2022-02-11
KVM: SVM: extract avic_ring_doorbell
Maxim Levitsky
1
-11
/
+20
2022-02-10
KVM: nSVM: Implement Enlightened MSR-Bitmap feature
Vitaly Kuznetsov
2
-7
/
+36
2022-02-10
KVM: nSVM: Split off common definitions for Hyper-V on KVM and KVM on Hyper-V
Vitaly Kuznetsov
2
-24
/
+36
2022-02-10
KVM: nSVM: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
Vitaly Kuznetsov
3
-1
/
+15
2022-02-10
KVM: SVM: Rename hook implementations to conform to kvm_x86_ops' names
Sean Christopherson
3
-25
/
+25
2022-02-10
KVM: SVM: Rename SEV implemenations to conform to kvm_x86_ops hooks
Sean Christopherson
3
-21
/
+21
2022-02-10
KVM: x86: Use more verbose names for mem encrypt kvm_x86_ops hooks
Sean Christopherson
3
-5
/
+5
2022-02-10
KVM: SVM: Remove unused MAX_INST_SIZE #define
Sean Christopherson
1
-2
/
+0
2022-02-10
KVM: SVM: Rename svm_flush_tlb() to svm_flush_tlb_current()
Sean Christopherson
2
-6
/
+7
2022-02-10
KVM: x86: Move get_cs_db_l_bits() helper to SVM
Sean Christopherson
1
-1
/
+10
2022-02-10
KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor names
Sean Christopherson
1
-9
/
+9
2022-02-10
KVM: SVM: improve split between svm_prepare_guest_switch and sev_es_prepare_g...
Paolo Bonzini
3
-12
/
+10
2022-02-10
KVM: x86/svm: Remove unused "vcpu" of svm_check_exit_valid()
Jinrong Liang
1
-2
/
+2
2022-02-08
KVM: x86: SVM: move avic definitions from AMD's spec to svm.h
Maxim Levitsky
2
-32
/
+1
2022-02-08
KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L...
Maxim Levitsky
1
-4
/
+13
2022-02-08
KVM: x86: nSVM: expose clean bit support to the guest
Maxim Levitsky
1
-0
/
+1
2022-02-08
KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSM
Maxim Levitsky
1
-0
/
+5
2022-02-08
KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved state
Maxim Levitsky
1
-0
/
+2
2022-02-08
KVM: x86: nSVM: fix potential NULL derefernce on nested migration
Maxim Levitsky
1
-12
/
+14
2022-02-08
KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG case
Maxim Levitsky
1
-2
/
+10
2022-02-08
Revert "svm: Add warning message for AVIC IPI invalid target"
Sean Christopherson
1
-2
/
+0
2022-02-05
Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2
-3
/
+3
2022-02-01
kvm/x86: rework guest entry logic
Mark Rutland
1
-2
/
+2
2022-02-01
KVM: x86: Move delivery of non-APICv interrupt into vendor code
Sean Christopherson
1
-1
/
+16
2022-01-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-75
/
+139
2022-01-26
KVM: x86: Forcibly leave nested virt when SMM state is toggled
Sean Christopherson
3
-6
/
+7
2022-01-26
KVM: SVM: drop unnecessary code in svm_hv_vmcb_dirty_nested_enlightenments()
Vitaly Kuznetsov
2
-13
/
+1
2022-01-26
KVM: SVM: hyper-v: Enable Enlightened MSR-Bitmap support for real
Vitaly Kuznetsov
1
-0
/
+3
2022-01-26
KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode
Sean Christopherson
1
-1
/
+15
2022-01-26
KVM: SVM: Don't apply SEV+SMAP workaround on code fetch or PT access
Sean Christopherson
1
-9
/
+34
2022-01-26
KVM: SVM: Inject #UD on attempted emulation for SEV guest w/o insn buffer
Sean Christopherson
1
-34
/
+55
2022-01-26
KVM: SVM: WARN if KVM attempts emulation on #UD or #GP for SEV guests
Sean Christopherson
1
-0
/
+5
2022-01-26
KVM: x86: Pass emulation type to can_emulate_instruction()
Sean Christopherson
1
-1
/
+2
2022-01-26
KVM: SVM: Explicitly require DECODEASSISTS to enable SEV support
Sean Christopherson
1
-2
/
+7
2022-01-26
KVM: SVM: Don't intercept #GP for SEV guests
Sean Christopherson
1
-3
/
+8
2022-01-26
Revert "KVM: SVM: avoid infinite loop on NPF from bad address"
Sean Christopherson
1
-7
/
+0
2022-01-26
KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests
Sean Christopherson
1
-4
/
+6
2022-01-26
KVM: x86: nSVM: skip eax alignment check for non-SVM instructions
Denis Valeev
1
-5
/
+6
[next]