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
/
nested.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: nSVM: implement on demand allocation of the nested state
Maxim Levitsky
2020-10-21
1
-0
/
+42
*
KVM: nSVM: delay MSR permission processing to first nested VM run
Paolo Bonzini
2020-09-28
1
-3
/
+18
*
KVM: nSVM: CR3 MBZ bits are only 63:52
Krish Sadhukhan
2020-09-28
1
-1
/
+1
*
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
1
-15
/
+10
*
KVM: SVM: Modify intercept_exceptions to generic intercepts
Babu Moger
2020-09-28
1
-6
/
+4
*
KVM: SVM: Change intercept_dr to generic intercepts
Babu Moger
2020-09-28
1
-5
/
+1
*
KVM: SVM: Change intercept_cr to generic intercepts
Babu Moger
2020-09-28
1
-9
/
+5
*
KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)
Babu Moger
2020-09-28
1
-0
/
+12
*
KVM: nSVM: Remove unused field
Babu Moger
2020-09-28
1
-2
/
+0
*
KVM: nSVM: rename nested vmcb to vmcb12
Maxim Levitsky
2020-09-28
1
-113
/
+111
*
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
1
-14
/
+33
|
\
|
*
KVM: SVM: nested: Don't allocate VMCB structures on stack
Joerg Roedel
2020-09-07
1
-14
/
+33
*
|
SVM: nSVM: setup nested msr permission bitmap on nested state load
Maxim Levitsky
2020-09-12
1
-0
/
+3
*
|
SVM: nSVM: correctly restore GIF on vmexit from nesting after migration
Maxim Levitsky
2020-09-12
1
-1
/
+3
|
/
*
KVM: nSVM: Correctly set the shadow NPT root level in its MMU role
Sean Christopherson
2020-07-31
1
-1
/
+0
*
KVM: nSVM: remove nonsensical EXITINFO1 adjustment on nested NPF
Paolo Bonzini
2020-07-10
1
-7
/
+0
*
KVM: nSVM: use nested_svm_load_cr3() on guest->host switch
Vitaly Kuznetsov
2020-07-10
1
-10
/
+7
*
KVM: nSVM: implement nested_svm_load_cr3() and use it for host->guest switch
Vitaly Kuznetsov
2020-07-10
1
-9
/
+29
*
KVM: nSVM: move kvm_set_cr3() after nested_svm_uninit_mmu_context()
Vitaly Kuznetsov
2020-07-10
1
-6
/
+8
*
KVM: nSVM: introduce nested_svm_load_cr3()/nested_npt_enabled()
Vitaly Kuznetsov
2020-07-10
1
-2
/
+19
*
KVM: nSVM: prepare to handle errors from enter_svm_guest_mode()
Vitaly Kuznetsov
2020-07-10
1
-10
/
+16
*
KVM: nSVM: reset nested_run_pending upon nested_svm_vmrun_msrpm() failure
Vitaly Kuznetsov
2020-07-10
1
-0
/
+2
*
KVM: nSVM: split kvm_init_shadow_npt_mmu() from kvm_init_shadow_mmu()
Vitaly Kuznetsov
2020-07-10
1
-1
/
+2
*
KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested ...
Krish Sadhukhan
2020-07-08
1
-2
/
+24
*
KVM: SVM: Add svm_ prefix to set/clr/is_intercept()
Joerg Roedel
2020-07-08
1
-1
/
+1
*
KVM: SVM: Add vmcb_ prefix to mark_*() functions
Joerg Roedel
2020-07-08
1
-3
/
+3
*
KVM: nSVM: Check that DR6[63:32] and DR7[64:32] are not set on vmrun of neste...
Krish Sadhukhan
2020-07-08
1
-0
/
+3
*
KVM: SVM: fix calls to is_intercept
Paolo Bonzini
2020-06-08
1
-1
/
+1
*
KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info
Vitaly Kuznetsov
2020-06-01
1
-1
/
+1
*
KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE
Paolo Bonzini
2020-06-01
1
-0
/
+147
*
KVM: MMU: pass arbitrary CR0/CR4/EFER to kvm_init_shadow_mmu
Paolo Bonzini
2020-06-01
1
-1
/
+4
*
KVM: nSVM: leave guest mode when clearing EFER.SVME
Paolo Bonzini
2020-06-01
1
-0
/
+16
*
KVM: nSVM: split nested_vmcb_check_controls
Paolo Bonzini
2020-06-01
1
-9
/
+14
*
KVM: nSVM: remove HF_HIF_MASK
Paolo Bonzini
2020-06-01
1
-5
/
+0
*
KVM: nSVM: remove HF_VINTR_MASK
Paolo Bonzini
2020-06-01
1
-5
/
+1
*
KVM: nSVM: synthesize correct EXITINTINFO on vmexit
Paolo Bonzini
2020-06-01
1
-12
/
+47
*
KVM: SVM: preserve VGIF across VMCB switch
Paolo Bonzini
2020-06-01
1
-1
/
+5
*
KVM: nSVM: extract svm_set_gif
Paolo Bonzini
2020-06-01
1
-20
/
+2
*
KVM: nSVM: synchronize VMCB controls updated by the processor on every vmexit
Paolo Bonzini
2020-06-01
1
-24
/
+33
*
KVM: nSVM: save all control fields in svm->nested
Paolo Bonzini
2020-06-01
1
-41
/
+32
*
KVM: nSVM: pass vmcb_control_area to copy_vmcb_control_area
Paolo Bonzini
2020-06-01
1
-6
/
+4
*
KVM: nSVM: clean up tsc_offset update
Paolo Bonzini
2020-06-01
1
-4
/
+5
*
KVM: nSVM: move MMU setup to nested_prepare_vmcb_control
Paolo Bonzini
2020-06-01
1
-6
/
+6
*
KVM: nSVM: extract preparation of VMCB for nested run
Paolo Bonzini
2020-06-01
1
-16
/
+24
*
KVM: nSVM: extract load_nested_vmcb_control
Paolo Bonzini
2020-06-01
1
-16
/
+22
*
KVM: nSVM: move map argument out of enter_svm_guest_mode
Paolo Bonzini
2020-06-01
1
-8
/
+6
*
KVM: SVM: always update CR3 in VMCB
Paolo Bonzini
2020-05-28
1
-5
/
+1
*
KVM: nSVM: correctly inject INIT vmexits
Paolo Bonzini
2020-05-28
1
-0
/
+27
[next]