index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-28
KVM: nSVM: delay MSR permission processing to first nested VM run
Paolo Bonzini
1
-3
/
+18
2020-09-28
KVM: x86: SVM: Prevent MSR passthrough when MSR access is denied
Alexander Graf
2
-8
/
+76
2020-09-28
KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs
Aaron Lewis
1
-25
/
+35
2020-09-28
KVM: x86: Use common definition for kvm_nested_vmexit tracepoint
Sean Christopherson
1
-6
/
+1
2020-09-28
KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepoint
Sean Christopherson
1
-1
/
+8
2020-09-28
KVM: x86: Read guest RIP from within the kvm_nested_vmexit tracepoint
Sean Christopherson
1
-1
/
+1
2020-09-28
KVM: SEV: shorten comments around sev_clflush_pages
Paolo Bonzini
1
-12
/
+7
2020-09-28
KVM: SVM: Mark SEV launch secret pages as dirty.
Cfir Cohen
1
-1
/
+14
2020-09-28
KVM: nSVM: CR3 MBZ bits are only 63:52
Krish Sadhukhan
2
-2
/
+2
2020-09-28
KVM: SVM: Add tracepoint for cr_interception
Haiwei Li
1
-0
/
+2
2020-09-28
KVM: SVM: Analyze is_guest_mode() in svm_vcpu_run()
Wanpeng Li
1
-5
/
+6
2020-09-28
KVM: x86: Add kvm_x86_ops hook to short circuit emulation
Sean Christopherson
1
-13
/
+18
2020-09-28
KVM: SVM: use __GFP_ZERO instead of clear_page()
Haiwei Li
1
-4
/
+2
2020-09-28
KVM: SVM: Enable INVPCID feature on AMD
Babu Moger
1
-0
/
+51
2020-09-28
KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_intercept
Babu Moger
2
-42
/
+17
2020-09-28
KVM: SVM: Add new intercept word in vmcb_control_area
Babu Moger
1
-1
/
+2
2020-09-28
KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors
Babu Moger
3
-31
/
+23
2020-09-28
KVM: SVM: Modify intercept_exceptions to generic intercepts
Babu Moger
3
-11
/
+11
2020-09-28
KVM: SVM: Change intercept_dr to generic intercepts
Babu Moger
3
-24
/
+20
2020-09-28
KVM: SVM: Change intercept_cr to generic intercepts
Babu Moger
3
-14
/
+10
2020-09-28
KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)
Babu Moger
2
-0
/
+30
2020-09-28
KVM: nSVM: Remove unused field
Babu Moger
2
-3
/
+0
2020-09-28
KVM: SVM: refactor exit labels in svm_create_vcpu
Maxim Levitsky
1
-7
/
+7
2020-09-28
KVM: SVM: use __GFP_ZERO instead of clear_page
Maxim Levitsky
1
-4
/
+2
2020-09-28
KVM: SVM: refactor msr permission bitmap allocation
Maxim Levitsky
1
-22
/
+23
2020-09-28
KVM: nSVM: rename nested vmcb to vmcb12
Maxim Levitsky
3
-119
/
+117
2020-09-28
KVM: SVM: rename a variable in the svm_create_vcpu
Maxim Levitsky
1
-6
/
+6
2020-09-28
KVM: LAPIC: Reduce world switch latency caused by timer_advance_ns
Wanpeng Li
1
-3
/
+1
2020-09-28
KVM: nSVM: Avoid freeing uninitialized pointers in svm_set_nested_state()
Vitaly Kuznetsov
1
-5
/
+3
2020-09-22
Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...
Paolo Bonzini
2
-15
/
+36
2020-09-12
KVM: nSVM: more strict SMM checks when returning to nested guest
Maxim Levitsky
1
-11
/
+18
2020-09-12
SVM: nSVM: setup nested msr permission bitmap on nested state load
Maxim Levitsky
1
-0
/
+3
2020-09-12
SVM: nSVM: correctly restore GIF on vmexit from nesting after migration
Maxim Levitsky
1
-1
/
+3
2020-09-12
KVM: SVM: avoid emulation with stale next_rip
Wanpeng Li
1
-4
/
+3
2020-09-11
KVM: SVM: Periodically schedule when unregistering regions on destroy
David Rientjes
1
-0
/
+1
2020-09-07
KVM: SVM: Add GHCB definitions
Tom Lendacky
1
-0
/
+2
2020-09-07
KVM: SVM: nested: Don't allocate VMCB structures on stack
Joerg Roedel
1
-14
/
+33
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-179
/
+308
2020-08-02
KVM: SVM: Fix sev_pin_memory() error handling
Dan Carpenter
1
-10
/
+10
2020-07-31
KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVM
Wanpeng Li
1
-3
/
+6
2020-07-31
KVM: x86: Specify max TDP level via kvm_configure_mmu()
Sean Christopherson
1
-2
/
+1
2020-07-31
KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDR
Sean Christopherson
1
-2
/
+2
2020-07-31
KVM: x86: Pull the PGD's level from the MMU instead of recalculating it
Sean Christopherson
1
-1
/
+2
2020-07-31
KVM: nSVM: Correctly set the shadow NPT root level in its MMU role
Sean Christopherson
1
-1
/
+0
2020-07-11
KVM: nSVM: remove nonsensical EXITINFO1 adjustment on nested NPF
Paolo Bonzini
1
-7
/
+0
2020-07-11
KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR support
Mohammed Gamal
1
-0
/
+15
2020-07-10
KVM: x86: rename update_bp_intercept to update_exception_bitmap
Paolo Bonzini
1
-4
/
+3
2020-07-10
KVM: nSVM: use nested_svm_load_cr3() on guest->host switch
Vitaly Kuznetsov
1
-10
/
+7
2020-07-10
KVM: nSVM: implement nested_svm_load_cr3() and use it for host->guest switch
Vitaly Kuznetsov
1
-9
/
+29
[next]