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
/
nested.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-50
/
+79
2019-02-21
kvm: vmx: Add memcg accounting to KVM allocations
Ben Gardon
1
-2
/
+6
2019-02-21
KVM: nVMX: do not start the preemption timer hrtimer unnecessarily
Paolo Bonzini
1
-4
/
+9
2019-02-21
KVM: x86: cleanup freeing of nested state
Paolo Bonzini
1
-6
/
+6
2019-02-21
KVM: nVMX: remove useless is_protmode check
Paolo Bonzini
1
-1
/
+1
2019-02-21
KVM: nVMX: Ignore limit checks on VMX instructions using flat segments
Sean Christopherson
1
-3
/
+9
2019-02-21
KVM: nVMX: Apply addr size mask to effective address for VMX instructions
Sean Christopherson
1
-2
/
+23
2019-02-21
KVM: nVMX: Sign extend displacements of VMX instr's mem operands
Sean Christopherson
1
-0
/
+4
2019-02-13
KVM: nVMX: Restore a preemption timer consistency check
Sean Christopherson
1
-0
/
+4
2019-02-12
x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is available
Vitaly Kuznetsov
1
-3
/
+5
2019-02-12
KVM: nVMX: Cache host_rsp on a per-VMCS basis
Sean Christopherson
1
-18
/
+6
2019-02-12
KVM: nVMX: Let the compiler select the reg for holding HOST_RSP
Sean Christopherson
1
-3
/
+3
2019-02-12
KVM: nVMX: Reference vmx->loaded_vmcs->launched directly
Sean Christopherson
1
-4
/
+3
2019-02-12
KVM: nVMX: Capture VM-Fail via CC_{SET,OUT} in nested early checks
Sean Christopherson
1
-3
/
+3
2019-02-12
KVM: nVMX: Capture VM-Fail to a local var in nested_vmx_check_vmentry_hw()
Sean Christopherson
1
-6
/
+10
2019-02-12
KVM: nVMX: Explicitly reference the scratch reg in nested early checks
Sean Christopherson
1
-1
/
+1
2019-02-12
KVM: nVMX: Drop STACK_FRAME_NON_STANDARD from nested_vmx_check_vmentry_hw()
Sean Christopherson
1
-2
/
+0
2019-02-12
KVM: nVMX: Remove a rogue "rax" clobber from nested_vmx_check_vmentry_hw()
Sean Christopherson
1
-1
/
+1
2019-02-12
KVM: nVMX: Check a single byte for VMCS "launched" in nested early checks
Sean Christopherson
1
-1
/
+1
2019-02-07
KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...
Peter Shier
1
-0
/
+1
2019-01-25
kvm: vmx: fix some -Wmissing-prototypes warnings
Yi Wang
1
-1
/
+1
2019-01-25
kvm: x86/vmx: Use kzalloc for cached_vmcs12
Tom Roeder
1
-4
/
+8
2019-01-11
x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not...
Vitaly Kuznetsov
1
-2
/
+1
2018-12-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+5721
2018-12-21
KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routines
Sean Christopherson
1
-20
/
+10
2018-12-21
KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobs
Sean Christopherson
1
-3
/
+3
2018-12-21
KVM: x86: Disable Intel PT when VMXON in L1 guest
Luwei Kang
1
-0
/
+6
2018-12-21
kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLT
Jim Mattson
1
-3
/
+7
2018-12-14
KVM: nVMX: Move the checks for Guest Non-Register States to a separate helper...
Krish Sadhukhan
1
-3
/
+14
2018-12-14
KVM: nVMX: Move the checks for Host Control Registers and MSRs to a separate ...
Krish Sadhukhan
1
-14
/
+25
2018-12-14
KVM: nVMX: Move the checks for VM-Entry Control Fields to a separate helper f...
Krish Sadhukhan
1
-43
/
+54
2018-12-14
KVM: nVMX: Move the checks for VM-Exit Control Fields to a separate helper fu...
Krish Sadhukhan
1
-10
/
+33
2018-12-14
KVM: nVMX: Remove param indirection from nested_vmx_check_msr_switch()
Sean Christopherson
1
-24
/
+10
2018-12-14
KVM: nVMX: Move the checks for VM-Execution Control Fields to a separate help...
Krish Sadhukhan
1
-69
/
+62
2018-12-14
KVM: nVMX: Prepend "nested_vmx_" to check_vmentry_{pre,post}reqs()
Krish Sadhukhan
1
-7
/
+8
2018-12-14
KVM nVMX: MSRs should not be stored if VM-entry fails during or after loading...
Krish Sadhukhan
1
-4
/
+12
2018-12-14
x86/kvm/hyper-v: Introduce nested_get_evmcs_version() helper
Vitaly Kuznetsov
1
-0
/
+1
2018-12-14
KVM: nVMX: Move nested code to dedicated files
Sean Christopherson
1
-0
/
+5674