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
/
vmx
/
vmx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-31
KVM: vmx: remove unused variable
Paolo Bonzini
1
-2
/
+0
2020-10-31
KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work again
Vitaly Kuznetsov
1
-1
/
+3
2020-10-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2020-10-24
KVM: vmx: rename pi_init to avoid conflict with paride
Paolo Bonzini
1
-1
/
+1
2020-10-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-778
/
+481
2020-10-22
Merge branch 'kvm-fixes' into 'next'
Paolo Bonzini
1
-15
/
+22
2020-10-22
KVM: VMX: Intercept guest reserved CR4 bits to inject #GP fault
Sean Christopherson
1
-5
/
+10
2020-10-22
KVM: x86: Move call to update_exception_bitmap() into VMX code
Sean Christopherson
1
-0
/
+3
2020-10-22
KVM: x86: allow kvm_x86_ops.set_efer to return an error value
Maxim Levitsky
1
-2
/
+4
2020-10-22
KVM: VMX: Ignore userspace MSR filters for x2APIC
Sean Christopherson
1
-16
/
+29
2020-10-19
KVM: VMX: Fix x2APIC MSR intercept handling on !APICV platforms
Peter Xu
1
-2
/
+3
2020-10-14
Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2020-10-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-10
/
+12
2020-10-03
KVM: VMX: update PFEC_MASK/PFEC_MATCH together with PF intercept
Paolo Bonzini
1
-10
/
+12
2020-09-29
KVM: VMX: vmx_uret_msrs_list[] can be static
kernel test robot
1
-1
/
+1
2020-09-28
KVM: x86: VMX: Prevent MSR passthrough when MSR access is denied
Alexander Graf
1
-52
/
+174
2020-09-28
KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs
Aaron Lewis
1
-43
/
+40
2020-09-28
KVM: VMX: Rename vmx_uret_msr's "index" to "slot"
Sean Christopherson
1
-4
/
+4
2020-09-28
KVM: VMX: Rename "vmx_msr_index" to "vmx_uret_msrs_list"
Sean Christopherson
1
-8
/
+8
2020-09-28
KVM: VMX: Rename "vmx_set_guest_msr" to "vmx_set_guest_uret_msr"
Sean Christopherson
1
-3
/
+4
2020-09-28
KVM: VMX: Rename "find_msr_entry" to "vmx_find_uret_msr"
Sean Christopherson
1
-5
/
+5
2020-09-28
KVM: VMX: Add vmx_setup_uret_msr() to handle lookup and swap
Sean Christopherson
1
-31
/
+18
2020-09-28
KVM: VMX: Move uret MSR lookup into update_transition_efer()
Sean Christopherson
1
-12
/
+19
2020-09-28
KVM: VMX: Check guest support for RDTSCP before processing MSR_TSC_AUX
Sean Christopherson
1
-3
/
+5
2020-09-28
KVM: VMX: Rename "__find_msr_index" to "__vmx_find_uret_msr"
Sean Christopherson
1
-8
/
+8
2020-09-28
KVM: VMX: Rename vcpu_vmx's "guest_msrs_ready" to "guest_uret_msrs_loaded"
Sean Christopherson
1
-4
/
+4
2020-09-28
KVM: VMX: Rename vcpu_vmx's "save_nmsrs" to "nr_active_uret_msrs"
Sean Christopherson
1
-11
/
+11
2020-09-28
KVM: VMX: Rename vcpu_vmx's "nmsrs" to "nr_uret_msrs"
Sean Christopherson
1
-3
/
+3
2020-09-28
KVM: VMX: Rename the "shared_msr_entry" struct to "vmx_uret_msr"
Sean Christopherson
1
-29
/
+29
2020-09-28
KVM: VMX: Rename "vmx_find_msr_index" to "vmx_find_loadstore_msr_slot"
Sean Christopherson
1
-5
/
+5
2020-09-28
KVM: VMX: Prepend "MAX_" to MSR array size defines
Sean Christopherson
1
-3
/
+3
2020-09-28
KVM: x86: Rename "shared_msrs" to "user_return_msrs"
Sean Christopherson
1
-6
/
+5
2020-09-28
KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepoint
Sean Christopherson
1
-2
/
+16
2020-09-28
KVM: nVMX: Explicitly check for valid guest state for !unrestricted guest
Sean Christopherson
1
-6
/
+2
2020-09-28
KVM: VMX: Rename ops.h to vmx_ops.h
Sean Christopherson
1
-1
/
+0
2020-09-28
KVM: VMX: Extract posted interrupt support to separate files
Xiaoyao Li
1
-315
/
+5
2020-09-28
KVM: VMX: Add a helper and macros to reduce boilerplate for sec exec ctls
Sean Christopherson
1
-87
/
+64
2020-09-28
KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"
Sean Christopherson
1
-5
/
+5
2020-09-28
KVM: VMX: Unconditionally clear CPUID.INVPCID if !CPUID.PCID
Sean Christopherson
1
-5
/
+11
2020-09-28
KVM: VMX: Rename vmx_*_supported() helpers to cpu_has_vmx_*()
Sean Christopherson
1
-7
/
+7
2020-09-28
KVM: VMX: Use "illegal GPA" helper for PT/RTIT output base check
Sean Christopherson
1
-1
/
+1
2020-09-28
KVM: x86: Move illegal GPA helper out of the MMU code
Sean Christopherson
1
-1
/
+1
2020-09-28
KVM: VMX: Replace MSR_IA32_RTIT_OUTPUT_BASE_MASK with helper function
Sean Christopherson
1
-4
/
+7
2020-09-28
KVM: VMX: Use precomputed MAXPHYADDR for RTIT base MSR check
Sean Christopherson
1
-1
/
+1
2020-09-28
KVM: VMX: Do not perform emulation for INVD intercept
Tom Lendacky
1
-1
/
+2
2020-09-28
KVM: VMX: Invoke NMI handler via indirect call instead of INTn
Sean Christopherson
1
-15
/
+15
2020-09-28
KVM: VMX: Move IRQ invocation to assembly subroutine
Sean Christopherson
1
-30
/
+3
2020-09-28
KVM: x86: Add kvm_x86_ops hook to short circuit emulation
Sean Christopherson
1
-6
/
+6
2020-09-28
KVM: nVMX: KVM needs to unset "unrestricted guest" VM-execution control in vm...
Krish Sadhukhan
1
-8
/
+9
2020-09-28
KVM: X86: Move handling of INVPCID types to x86
Babu Moger
1
-67
/
+1
[next]