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
2022-08-01
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
1
-76
/
+291
2022-07-28
Revert "KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabled"
Paolo Bonzini
1
-20
/
+1
2022-07-28
KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bits
Sean Christopherson
1
-2
/
+2
2022-07-14
KVM: x86: Restrict get_mt_mask() to a u8, use KVM_X86_OP_OPTIONAL_RET0
Sean Christopherson
1
-1
/
+1
2022-07-14
KVM: x86: Add dedicated helper to get CPUID entry with significant index
Sean Christopherson
1
-3
/
+3
2022-07-14
KVM: VMX: Update PT MSR intercepts during filter change iff PT in host+guest
Sean Christopherson
1
-1
/
+3
2022-06-27
KVM: VMX: Prevent RSB underflow before vmenter
Josh Poimboeuf
1
-8
/
+0
2022-06-27
KVM: VMX: Fix IBRS handling after vmexit
Josh Poimboeuf
1
-1
/
+6
2022-06-27
KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
Josh Poimboeuf
1
-20
/
+28
2022-06-27
KVM: VMX: Convert launched argument to flags
Josh Poimboeuf
1
-3
/
+14
2022-06-27
x86/kvm/vmx: Make noinstr clean
Peter Zijlstra
1
-3
/
+3
2022-06-24
KVM: x86: Enable CMCI capability by default and handle injected UCNA errors
Jue Wang
1
-0
/
+1
2022-06-20
KVM: VMX: Refactor 32-bit PSE PT creation to avoid using MMU macro
Sean Christopherson
1
-1
/
+1
2022-06-20
KVM: x86: Move "apicv_active" into "struct kvm_lapic"
Sean Christopherson
1
-1
/
+2
2022-06-20
KVM: x86: Drop @vcpu parameter from kvm_x86_ops.hwapic_isr_update()
Sean Christopherson
1
-1
/
+1
2022-06-20
KVM: nVMX: Update vmcs12 on BNDCFGS write, not at vmcs02=>vmcs12 sync
Sean Christopherson
1
-0
/
+6
2022-06-20
KVM: nVMX: Rename nested.vmcs01_* fields to nested.pre_vmenter_*
Sean Christopherson
1
-0
/
+7
2022-06-15
KVM: VMX: Skip filter updates for MSRs that KVM is already intercepting
Sean Christopherson
1
-7
/
+11
2022-06-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+3
2022-06-14
Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+72
2022-06-09
Merge branch 'kvm-5.20-early'
Paolo Bonzini
1
-39
/
+252
2022-06-09
KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC base
Maxim Levitsky
1
-1
/
+3
2022-06-09
Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
1
-1
/
+1
2022-06-08
KVM: VMX: Reject kvm_intel if an inconsistent VMCS config is detected
Sean Christopherson
1
-3
/
+17
2022-06-08
KVM: VMX: Sanitize VM-Entry/VM-Exit control pairs at kvm_intel load time
Sean Christopherson
1
-0
/
+31
2022-06-08
KVM: x86/pmu: Restrict advanced features based on module enable_pmu
Like Xu
1
-1
/
+4
2022-06-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2022-06-08
KVM: VMX: Enable Notify VM exit
Tao Xu
1
-2
/
+38
2022-06-08
KVM: x86: Introduce "struct kvm_caps" to track misc caps/settings
Sean Christopherson
1
-11
/
+11
2022-06-08
KVM: x86/pmu: Expose CPUIDs feature bits PDCM, DS, DTES64
Like Xu
1
-0
/
+15
2022-06-08
KVM: x86/cpuid: Refactor host/guest CPU model consistency check
Like Xu
1
-1
/
+1
2022-06-08
KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
Like Xu
1
-0
/
+4
2022-06-08
perf/x86/core: Pass "struct kvm_pmu *" to determine the guest values
Like Xu
1
-1
/
+2
2022-06-08
KVM: VMX: enable IPI virtualization
Chao Gao
1
-5
/
+77
2022-06-08
KVM: VMX: Clean up vmx_refresh_apicv_exec_ctrl()
Zeng Guang
1
-10
/
+9
2022-06-08
KVM: VMX: Report tertiary_exec_control field in dump_vmcs()
Robert Hoo
1
-4
/
+13
2022-06-08
KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config
Robert Hoo
1
-1
/
+28
2022-06-08
KVM: x86: Differentiate Soft vs. Hard IRQs vs. reinjected in tracepoint
Sean Christopherson
1
-2
/
+2
2022-06-08
KVM: x86: do not report a vCPU as preempted outside instruction boundaries
Paolo Bonzini
1
-0
/
+1
2022-06-07
Merge branch 'kvm-5.20-early-patches' into HEAD
Paolo Bonzini
1
-3
/
+5
2022-06-05
Merge tag 'x86-cleanups-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2022-05-27
x86: Fix all occurences of the "the the" typo
Bo Liu
1
-1
/
+1
2022-05-25
KVM: VMX: Print VM-instruction error as unsigned
Jim Mattson
1
-1
/
+1
2022-05-25
KVM: VMX: Print VM-instruction error when it may be helpful
David Matlack
1
-2
/
+4
2022-05-25
KVM: x86: Fix the intel_pt PMI handling wrongly considered from guest
Yanfei Xu
1
-1
/
+1
2022-05-25
Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2022-05-25
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-0
/
+5
2022-05-21
KVM: x86/speculation: Disable Fill buffer clear within guests
Pawan Gupta
1
-0
/
+69
2022-05-21
x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data
Pawan Gupta
1
-0
/
+3
2022-05-12
KVM: VMX: Include MKTME KeyID bits in shadow_zero_check
Kai Huang
1
-0
/
+31
[next]