index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
svm.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-05-25
1
-0
/
+1
|
\
|
|
|
*
|
KVM: SEV: add cache flush to solve SEV cache incoherency issues
Mingwei Zhang
2022-04-21
1
-0
/
+1
|
|
/
*
|
KVM: x86/mmu: Add shadow_me_value and repurpose shadow_me_mask
Kai Huang
2022-05-12
1
-0
/
+3
*
|
KVM: x86/mmu: replace shadow_root_level with root_role.level
Paolo Bonzini
2022-04-29
1
-1
/
+1
*
|
KVM: SEV-ES: Use V_TSC_AUX if available instead of RDTSC/MSR_TSC_AUX intercepts
Babu Moger
2022-04-29
1
-0
/
+1
*
|
KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdata
Like Xu
2022-04-13
1
-1
/
+1
*
|
KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
Maxim Levitsky
2022-04-02
1
-11
/
+19
*
|
KVM: x86: nSVM: implement nested vGIF
Maxim Levitsky
2022-04-02
1
-0
/
+5
*
|
KVM: x86: nSVM: support PAUSE filtering when L0 doesn't intercept PAUSE
Maxim Levitsky
2022-04-02
1
-3
/
+19
*
|
KVM: x86: nSVM: implement nested LBR virtualization
Maxim Levitsky
2022-04-02
1
-2
/
+7
*
|
KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running
Maxim Levitsky
2022-04-02
1
-19
/
+79
*
|
KVM: x86: SVM: remove vgif_enabled()
Maxim Levitsky
2022-04-02
1
-6
/
+6
*
|
KVM: x86: SVM: use vmcb01 in init_vmcb
Maxim Levitsky
2022-04-02
1
-5
/
+6
*
|
KVM: x86: mark synthetic SMM vmexit as SVM_EXIT_SW
Maxim Levitsky
2022-04-02
1
-1
/
+1
*
|
KVM: x86: SVM: allow to force AVIC to be enabled
Maxim Levitsky
2022-04-02
1
-2
/
+9
*
|
KVM: x86: nSVM: implement nested VMLOAD/VMSAVE
Maxim Levitsky
2022-04-02
1
-0
/
+7
|
/
*
KVM: x86: SVM: fix tsc scaling when the host doesn't support it
Maxim Levitsky
2022-04-02
1
-2
/
+2
*
kvm: x86: SVM: remove unused defines
Maxim Levitsky
2022-04-02
1
-8
/
+0
*
KVM: x86: SVM: move tsc ratio definitions to svm.h
Maxim Levitsky
2022-04-02
1
-10
/
+5
*
KVM: x86: Add wrappers for setting/clearing APICv inhibits
Sean Christopherson
2022-04-02
1
-6
/
+5
*
KVM: x86: do not use KVM_X86_OP_OPTIONAL_RET0 for get_mt_mask
Maxim Levitsky
2022-03-21
1
-0
/
+6
*
Merge branch 'kvm-bugfixes' into HEAD
Paolo Bonzini
2022-03-04
1
-2
/
+17
|
\
|
*
KVM: x86: nSVM: disallow userspace setting of MSR_AMD64_TSC_RATIO to non defa...
Maxim Levitsky
2022-02-24
1
-2
/
+17
*
|
KVM: SVM: Disable preemption across AVIC load/put during APICv refresh
Sean Christopherson
2022-03-01
1
-2
/
+2
*
|
KVM: x86: allow defining return-0 static calls
Paolo Bonzini
2022-02-18
1
-20
/
+0
*
|
KVM: x86: make several APIC virtualization callbacks optional
Paolo Bonzini
2022-02-18
1
-4
/
+0
*
|
KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPIC
Paolo Bonzini
2022-02-18
1
-6
/
+0
*
|
KVM: SVM: Rename AVIC helpers to use "avic" prefix instead of "svm"
Sean Christopherson
2022-02-14
1
-9
/
+9
*
|
Merge remote-tracking branch 'kvm/master' into HEAD
Paolo Bonzini
2022-02-14
1
-7
/
+41
|
\
|
|
*
KVM: SVM: fix race between interrupt delivery and AVIC inhibition
Maxim Levitsky
2022-02-11
1
-7
/
+41
|
*
KVM: SVM: set IRR in svm_deliver_interrupt
Paolo Bonzini
2022-02-11
1
-1
/
+1
*
|
KVM: nSVM: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
Vitaly Kuznetsov
2022-02-10
1
-1
/
+2
*
|
KVM: SVM: Rename hook implementations to conform to kvm_x86_ops' names
Sean Christopherson
2022-02-10
1
-20
/
+20
*
|
KVM: SVM: Rename SEV implemenations to conform to kvm_x86_ops hooks
Sean Christopherson
2022-02-10
1
-7
/
+7
*
|
KVM: x86: Use more verbose names for mem encrypt kvm_x86_ops hooks
Sean Christopherson
2022-02-10
1
-3
/
+3
*
|
KVM: SVM: Remove unused MAX_INST_SIZE #define
Sean Christopherson
2022-02-10
1
-2
/
+0
*
|
KVM: SVM: Rename svm_flush_tlb() to svm_flush_tlb_current()
Sean Christopherson
2022-02-10
1
-5
/
+7
*
|
KVM: x86: Move get_cs_db_l_bits() helper to SVM
Sean Christopherson
2022-02-10
1
-1
/
+10
*
|
KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor names
Sean Christopherson
2022-02-10
1
-9
/
+9
*
|
KVM: SVM: improve split between svm_prepare_guest_switch and sev_es_prepare_g...
Paolo Bonzini
2022-02-10
1
-3
/
+5
*
|
KVM: x86/svm: Remove unused "vcpu" of svm_check_exit_valid()
Jinrong Liang
2022-02-10
1
-2
/
+2
|
/
*
KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L...
Maxim Levitsky
2022-02-08
1
-4
/
+13
*
KVM: x86: nSVM: expose clean bit support to the guest
Maxim Levitsky
2022-02-08
1
-0
/
+1
*
KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSM
Maxim Levitsky
2022-02-08
1
-0
/
+5
*
KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved state
Maxim Levitsky
2022-02-08
1
-0
/
+2
*
KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG case
Maxim Levitsky
2022-02-08
1
-2
/
+10
*
Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2022-02-05
1
-1
/
+1
|
\
|
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-01-28
1
-55
/
+122
|
|
\
|
*
\
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-01-22
1
-245
/
+245
|
|
\
\
|
*
\
\
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-01-16
1
-17
/
+49
|
|
\
\
\
[prev]
[next]