index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
svm.c
Age
Commit message (
Expand
)
Author
2022-06-24
KVM: SEV: Init target VMCBs in sev_migrate_from
Peter Gonda
2022-06-09
KVM: x86: SVM: fix nested PAUSE filtering when L0 intercepts PAUSE
Paolo Bonzini
2022-06-09
KVM: x86: SVM: drop preempt-safe wrappers for avic_vcpu_load/put
Maxim Levitsky
2022-06-09
Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
2022-06-08
KVM: x86: do not report a vCPU as preempted outside instruction boundaries
Paolo Bonzini
2022-06-07
KVM: SVM: fix tsc scaling cache logic
Maxim Levitsky
2022-05-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-05-25
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-05-23
Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-05-12
KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_mask
Kai Huang
2022-04-29
KVM: x86/mmu: replace shadow_root_level with root_role.level
Paolo Bonzini
2022-04-29
KVM: SEV-ES: Use V_TSC_AUX if available instead of RDTSC/MSR_TSC_AUX intercepts
Babu Moger
2022-04-21
KVM: SEV: add cache flush to solve SEV cache incoherency issues
Mingwei Zhang
2022-04-13
KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdata
Like Xu
2022-04-06
KVM: SVM: Create a separate mapping for the SEV-ES save area
Tom Lendacky
2022-04-05
KVM: SVM: Define sev_features and VMPL field in the VMSA
Brijesh Singh
2022-04-02
KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
Maxim Levitsky
2022-04-02
KVM: x86: nSVM: implement nested vGIF
Maxim Levitsky
2022-04-02
KVM: x86: nSVM: support PAUSE filtering when L0 doesn't intercept PAUSE
Maxim Levitsky
2022-04-02
KVM: x86: nSVM: implement nested LBR virtualization
Maxim Levitsky
2022-04-02
KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running
Maxim Levitsky
2022-04-02
KVM: x86: SVM: remove vgif_enabled()
Maxim Levitsky
2022-04-02
KVM: x86: SVM: use vmcb01 in init_vmcb
Maxim Levitsky
2022-04-02
KVM: x86: mark synthetic SMM vmexit as SVM_EXIT_SW
Maxim Levitsky
2022-04-02
KVM: x86: SVM: allow to force AVIC to be enabled
Maxim Levitsky
2022-04-02
KVM: x86: nSVM: implement nested VMLOAD/VMSAVE
Maxim Levitsky
2022-04-02
KVM: x86: SVM: fix tsc scaling when the host doesn't support it
Maxim Levitsky
2022-04-02
kvm: x86: SVM: remove unused defines
Maxim Levitsky
2022-04-02
KVM: x86: SVM: move tsc ratio definitions to svm.h
Maxim Levitsky
2022-04-02
KVM: x86: Add wrappers for setting/clearing APICv inhibits
Sean Christopherson
2022-03-21
KVM: x86: do not use KVM_X86_OP_OPTIONAL_RET0 for get_mt_mask
Maxim Levitsky
2022-03-04
Merge branch 'kvm-bugfixes' into HEAD
Paolo Bonzini
2022-03-01
KVM: SVM: Disable preemption across AVIC load/put during APICv refresh
Sean Christopherson
2022-02-24
KVM: x86: nSVM: disallow userspace setting of MSR_AMD64_TSC_RATIO to non defa...
Maxim Levitsky
2022-02-18
KVM: x86: allow defining return-0 static calls
Paolo Bonzini
2022-02-18
KVM: x86: make several APIC virtualization callbacks optional
Paolo Bonzini
2022-02-18
KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPIC
Paolo Bonzini
2022-02-14
KVM: SVM: Rename AVIC helpers to use "avic" prefix instead of "svm"
Sean Christopherson
2022-02-14
Merge remote-tracking branch 'kvm/master' into HEAD
Paolo Bonzini
2022-02-11
KVM: SVM: fix race between interrupt delivery and AVIC inhibition
Maxim Levitsky
2022-02-11
KVM: SVM: set IRR in svm_deliver_interrupt
Paolo Bonzini
2022-02-10
KVM: nSVM: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
Vitaly Kuznetsov
2022-02-10
KVM: SVM: Rename hook implementations to conform to kvm_x86_ops' names
Sean Christopherson
2022-02-10
KVM: SVM: Rename SEV implemenations to conform to kvm_x86_ops hooks
Sean Christopherson
2022-02-10
KVM: x86: Use more verbose names for mem encrypt kvm_x86_ops hooks
Sean Christopherson
2022-02-10
KVM: SVM: Remove unused MAX_INST_SIZE #define
Sean Christopherson
2022-02-10
KVM: SVM: Rename svm_flush_tlb() to svm_flush_tlb_current()
Sean Christopherson
2022-02-10
KVM: x86: Move get_cs_db_l_bits() helper to SVM
Sean Christopherson
2022-02-10
KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor names
Sean Christopherson
2022-02-10
KVM: SVM: improve split between svm_prepare_guest_switch and sev_es_prepare_g...
Paolo Bonzini
[next]