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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-26
KVM: VMX: Add missing CPU based VM execution controls to vmcs_config
Vitaly Kuznetsov
1
-1
/
+5
2022-09-26
KVM: VMX: Add missing VMEXIT controls to vmcs_config
Vitaly Kuznetsov
1
-0
/
+3
2022-09-26
KVM: VMX: Extend VMX controls macro shenanigans
Vitaly Kuznetsov
1
-23
/
+132
2022-09-26
KVM: nVMX: Treat eVMCS as enabled for guest iff Hyper-V is also enabled
Sean Christopherson
1
-0
/
+10
2022-08-10
KVM: VMX: Adjust number of LBR records for PERF_CAPABILITIES at refresh
Sean Christopherson
1
-2
/
+5
2022-08-10
KVM: VMX: Use proper type-safe functions for vCPU => LBRs helpers
Sean Christopherson
1
-9
/
+17
2022-08-01
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
1
-33
/
+62
2022-07-28
KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRL
Sean Christopherson
1
-0
/
+12
2022-06-27
KVM: VMX: Prevent RSB underflow before vmenter
Josh Poimboeuf
1
-2
/
+2
2022-06-27
KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
Josh Poimboeuf
1
-0
/
+1
2022-06-27
KVM: VMX: Convert launched argument to flags
Josh Poimboeuf
1
-1
/
+4
2022-06-20
KVM: nVMX: Use kvm_vcpu_map() to get/pin vmcs12's APIC-access page
Sean Christopherson
1
-1
/
+1
2022-06-20
KVM: nVMX: Rename nested.vmcs01_* fields to nested.pre_vmenter_*
Sean Christopherson
1
-3
/
+12
2022-06-08
KVM: x86/cpuid: Refactor host/guest CPU model consistency check
Like Xu
1
-1
/
+0
2022-06-08
KVM: x86/pmu: Disable guest PEBS temporarily in two rare situations
Like Xu
1
-0
/
+1
2022-06-08
KVM: VMX: enable IPI virtualization
Chao Gao
1
-0
/
+7
2022-06-08
KVM: VMX: Detect Tertiary VM-Execution control when setup VMCS config
Robert Hoo
1
-0
/
+1
2022-06-08
KVM: VMX: Extend BUILD_CONTROLS_SHADOW macro to support 64-bit variation
Robert Hoo
1
-28
/
+28
2022-05-21
KVM: x86/speculation: Disable Fill buffer clear within guests
Pawan Gupta
1
-0
/
+2
2022-04-21
KVM: nVMX: Defer APICv updates while L2 is active until L1 is active
Sean Christopherson
1
-0
/
+1
2022-02-25
Revert "KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()"
Sean Christopherson
1
-3
/
+2
2022-01-19
KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
Sean Christopherson
1
-0
/
+3
2022-01-14
kvm: x86: Disable interception for IA32_XFD on demand
Kevin Tian
1
-1
/
+1
2022-01-14
kvm: x86: Disable RDMSR interception of IA32_XFD_ERR
Jing Liu
1
-1
/
+1
2022-01-07
KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()
Lai Jiangshan
1
-2
/
+3
2021-12-08
KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
Vitaly Kuznetsov
1
-0
/
+9
2021-12-08
KVM: vmx, svm: clean up mass updates to regs_avail/regs_dirty bits
Paolo Bonzini
1
-13
/
+15
2021-11-18
KVM: nVMX: Use a gfn_to_hva_cache for vmptrld
David Woodhouse
1
-0
/
+5
2021-11-18
KVM: nVMX: Use kvm_{read,write}_guest_cached() for shadow_vmcs12
David Woodhouse
1
-0
/
+5
2021-11-11
KVM: VMX: Add a helper function to retrieve the GPR index for INVPCID, INVVPI...
Vipin Sharma
1
-0
/
+5
2021-11-11
KVM: VMX: Macrofy the MSR bitmap getters and setters
Sean Christopherson
1
-60
/
+25
2021-11-11
KVM: nVMX: Handle dynamic MSR intercept toggling
Sean Christopherson
1
-0
/
+63
2021-10-22
KVM: VMX: Rename pt_desc.addr_range to pt_desc.num_address_ranges
Xiaoyao Li
1
-1
/
+1
2021-09-22
KVM: x86: nVMX: re-evaluate emulation_required on nested VM exit
Maxim Levitsky
1
-0
/
+1
2021-09-22
KVM: VMX: Remove defunct "nr_active_uret_msrs" field
Sean Christopherson
1
-4
/
+0
2021-08-13
KVM: VMX: Hide VMCS control calculators in vmx.c
Sean Christopherson
1
-26
/
+0
2021-08-13
KVM: VMX: Drop caching of KVM's desired sec exec controls for vmcs01
Sean Christopherson
1
-2
/
+1
2021-08-13
KVM: nVMX: Pull KVM L0's desired controls directly from vmcs01
Sean Christopherson
1
-1
/
+5
2021-08-10
Merge branch 'kvm-vmx-secctl' into HEAD
Paolo Bonzini
1
-1
/
+1
2021-08-10
KVM: VMX: Use current VMCS to query WAITPKG support for MSR emulation
Sean Christopherson
1
-1
/
+1
2021-08-02
KVM: VMX: Smush x2APIC MSR bitmap adjustments into single function
Sean Christopherson
1
-1
/
+1
2021-08-02
KVM: nVMX: Remove obsolete MSR bitmap refresh at nested transitions
Sean Christopherson
1
-1
/
+0
2021-08-02
KVM: nVMX: Don't evaluate "emulation required" on nested VM-Exit
Sean Christopherson
1
-1
/
+1
2021-07-15
KVM: VMX: Remove vmx_msr_index from vmx.h
Yu Zhang
1
-2
/
+0
2021-06-24
KVM: nVMX: Handle split-lock #AC exceptions that happen in L2
Sean Christopherson
1
-0
/
+1
2021-06-17
KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx
Vineeth Pillai
1
-9
/
+0
2021-06-17
KVM: X86: Add vendor callbacks for writing the TSC multiplier
Ilias Stamatis
1
-8
/
+0
2021-06-17
KVM: X86: Add functions for retrieving L2 TSC fields from common code
Ilias Stamatis
1
-0
/
+3
2021-05-07
KVM: VMX: Use flag to indicate "active" uret MSRs instead of sorting list
Sean Christopherson
1
-1
/
+1
2021-05-07
KVM: VMX: Configure list of user return MSRs at module init
Sean Christopherson
1
-1
/
+9
[next]