index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: SVM: fix error return code in svm_create_vcpu()
Chen Zhou
2020-11-17
1
-1
/
+3
*
KVM: SVM: Fix offset computation bug in __sev_dbg_decrypt().
Ashish Kalra
2020-11-16
1
-1
/
+1
*
KVM: SVM: Update cr3_lm_rsvd_bits for AMD SEV guests
Babu Moger
2020-11-13
1
-0
/
+8
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-10-23
5
-347
/
+544
|
\
|
*
Merge branch 'kvm-fixes' into 'next'
Paolo Bonzini
2020-10-22
1
-1
/
+7
|
|
\
|
*
|
KVM: SVM: Initialize prev_ga_tag before use
Suravee Suthikulpanit
2020-10-21
1
-0
/
+1
|
*
|
KVM: nSVM: implement on demand allocation of the nested state
Maxim Levitsky
2020-10-21
3
-28
/
+83
|
*
|
KVM: x86: allow kvm_x86_ops.set_efer to return an error value
Maxim Levitsky
2020-10-21
2
-2
/
+3
|
*
|
KVM: nSVM: delay MSR permission processing to first nested VM run
Paolo Bonzini
2020-09-28
1
-3
/
+18
|
*
|
KVM: x86: SVM: Prevent MSR passthrough when MSR access is denied
Alexander Graf
2020-09-28
2
-8
/
+76
|
*
|
KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs
Aaron Lewis
2020-09-28
1
-25
/
+35
|
*
|
KVM: x86: Use common definition for kvm_nested_vmexit tracepoint
Sean Christopherson
2020-09-28
1
-6
/
+1
|
*
|
KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepoint
Sean Christopherson
2020-09-28
1
-1
/
+8
|
*
|
KVM: x86: Read guest RIP from within the kvm_nested_vmexit tracepoint
Sean Christopherson
2020-09-28
1
-1
/
+1
|
*
|
KVM: SEV: shorten comments around sev_clflush_pages
Paolo Bonzini
2020-09-28
1
-12
/
+7
|
*
|
KVM: SVM: Mark SEV launch secret pages as dirty.
Cfir Cohen
2020-09-28
1
-1
/
+14
|
*
|
KVM: nSVM: CR3 MBZ bits are only 63:52
Krish Sadhukhan
2020-09-28
2
-2
/
+2
|
*
|
KVM: SVM: Add tracepoint for cr_interception
Haiwei Li
2020-09-28
1
-0
/
+2
|
*
|
KVM: SVM: Analyze is_guest_mode() in svm_vcpu_run()
Wanpeng Li
2020-09-28
1
-5
/
+6
|
*
|
KVM: x86: Add kvm_x86_ops hook to short circuit emulation
Sean Christopherson
2020-09-28
1
-13
/
+18
|
*
|
KVM: SVM: use __GFP_ZERO instead of clear_page()
Haiwei Li
2020-09-28
1
-4
/
+2
|
*
|
KVM: SVM: Enable INVPCID feature on AMD
Babu Moger
2020-09-28
1
-0
/
+51
|
*
|
KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_intercept
Babu Moger
2020-09-28
2
-42
/
+17
|
*
|
KVM: SVM: Add new intercept word in vmcb_control_area
Babu Moger
2020-09-28
1
-1
/
+2
|
*
|
KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors
Babu Moger
2020-09-28
3
-31
/
+23
|
*
|
KVM: SVM: Modify intercept_exceptions to generic intercepts
Babu Moger
2020-09-28
3
-11
/
+11
|
*
|
KVM: SVM: Change intercept_dr to generic intercepts
Babu Moger
2020-09-28
3
-24
/
+20
|
*
|
KVM: SVM: Change intercept_cr to generic intercepts
Babu Moger
2020-09-28
3
-14
/
+10
|
*
|
KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)
Babu Moger
2020-09-28
2
-0
/
+30
|
*
|
KVM: nSVM: Remove unused field
Babu Moger
2020-09-28
2
-3
/
+0
|
*
|
KVM: SVM: refactor exit labels in svm_create_vcpu
Maxim Levitsky
2020-09-28
1
-7
/
+7
|
*
|
KVM: SVM: use __GFP_ZERO instead of clear_page
Maxim Levitsky
2020-09-28
1
-4
/
+2
|
*
|
KVM: SVM: refactor msr permission bitmap allocation
Maxim Levitsky
2020-09-28
1
-22
/
+23
|
*
|
KVM: nSVM: rename nested vmcb to vmcb12
Maxim Levitsky
2020-09-28
3
-119
/
+117
|
*
|
KVM: SVM: rename a variable in the svm_create_vcpu
Maxim Levitsky
2020-09-28
1
-6
/
+6
|
*
|
KVM: LAPIC: Reduce world switch latency caused by timer_advance_ns
Wanpeng Li
2020-09-28
1
-3
/
+1
|
*
|
KVM: nSVM: Avoid freeing uninitialized pointers in svm_set_nested_state()
Vitaly Kuznetsov
2020-09-28
1
-5
/
+3
|
*
|
Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...
Paolo Bonzini
2020-09-22
2
-15
/
+36
|
|
\
\
*
|
\
\
Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-10-14
2
-14
/
+35
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
KVM: SVM: Add GHCB definitions
Tom Lendacky
2020-09-07
1
-0
/
+2
|
*
|
|
KVM: SVM: nested: Don't allocate VMCB structures on stack
Joerg Roedel
2020-09-07
1
-14
/
+33
*
|
|
|
Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-10-14
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
objtool: Rename frame.h -> objtool.h
Julien Thierry
2020-09-10
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge tag 'x86_cpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-10-12
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
KVM: SVM: Don't flush cache if hardware enforces cache coherency across encry...
Krish Sadhukhan
2020-09-19
1
-1
/
+2
*
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-09-26
1
-1
/
+7
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
KVM: SVM: Add a dedicated INVD intercept routine
Tom Lendacky
2020-09-25
1
-1
/
+7
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-09-13
3
-16
/
+28
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
KVM: nSVM: more strict SMM checks when returning to nested guest
Maxim Levitsky
2020-09-12
1
-11
/
+18
|
*
|
SVM: nSVM: setup nested msr permission bitmap on nested state load
Maxim Levitsky
2020-09-12
1
-0
/
+3
[next]