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
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
2020-08-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-54
/
+95
2020-07-31
KVM: x86: Pull the PGD's level from the MMU instead of recalculating it
Sean Christopherson
1
-1
/
+2
2020-07-27
KVM: nVMX: check for invalid hdr.vmx.flags
Paolo Bonzini
1
-0
/
+3
2020-07-27
KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATE
Paolo Bonzini
1
-3
/
+10
2020-07-11
KVM: VMX: introduce vmx_need_pf_intercept
Paolo Bonzini
1
-11
/
+17
2020-07-10
KVM: nVMX: fixes for preemption timer migration
Paolo Bonzini
1
-0
/
+1
2020-07-09
KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()
Xiaoyao Li
1
-1
/
+2
2020-07-08
KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helper
Sean Christopherson
1
-41
/
+36
2020-07-08
KVM: x86/mmu: Make .write_log_dirty a nested operation
Sean Christopherson
1
-0
/
+38
2020-07-03
KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masks
Sean Christopherson
1
-2
/
+2
2020-06-13
Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2020-06-11
Merge branch 'kvm-basic-exit-reason' into HEAD
Paolo Bonzini
1
-2
/
+2
2020-06-11
KVM: nVMX: Consult only the "basic" exit reason when routing nested exit
Sean Christopherson
1
-1
/
+1
2020-06-11
x86/entry: Optimize local_db_save() for virt
Peter Zijlstra
1
-1
/
+1
2020-06-08
KVM: VMX: Properly handle kvm_read/write_guest_virt*() result
Vitaly Kuznetsov
1
-36
/
+42
2020-06-01
KVM: selftests: VMX preemption timer migration test
Makarand Sonare
1
-8
/
+4
2020-06-01
KVM: nVMX: Fix VMX preemption timer migration
Peter Shier
1
-8
/
+47
2020-06-01
KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info
Vitaly Kuznetsov
1
-1
/
+1
2020-06-01
KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE
Paolo Bonzini
1
-5
/
+0
2020-05-15
KVM: nVMX: Change emulated VMX-preemption timer hrtimer to absolute
Jim Mattson
1
-2
/
+3
2020-05-15
KVM: nVMX: Really make emulated nested preemption timer pinned
Jim Mattson
1
-1
/
+1
2020-05-15
KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup()
Sean Christopherson
1
-2
/
+1
2020-05-15
KVM: nVMX: Drop superfluous VMREAD of vmcs02.GUEST_SYSENTER_*
Sean Christopherson
1
-4
/
+0
2020-05-15
KVM: nVMX: Tweak handling of failure code for nested VM-Enter failure
Sean Christopherson
1
-19
/
+28
2020-05-13
KVM: nVMX: Unconditionally validate CR3 during nested transitions
Sean Christopherson
1
-14
/
+13
2020-05-13
KVM: nVMX: Skip IBPB when temporarily switching between vmcs01 and vmcs02
Sean Christopherson
1
-2
/
+2
2020-05-13
KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02
Sean Christopherson
1
-1
/
+1
2020-05-13
KVM: nVMX: Prioritize SMI over nested IRQ/NMI
Sean Christopherson
1
-0
/
+6
2020-05-13
KVM: nVMX: Preserve IRQ/NMI priority irrespective of exiting behavior
Sean Christopherson
1
-2
/
+7
2020-05-13
KVM: nVMX: Report NMIs as allowed when in L2 and Exit-on-NMI is set
Sean Christopherson
1
-5
/
+0
2020-05-13
KVM: nVMX: Open a window for pending nested VMX preemption timer
Sean Christopherson
1
-2
/
+8
2020-05-13
KVM: nVMX: Preserve exception priority irrespective of exiting behavior
Sean Christopherson
1
-5
/
+7
2020-05-13
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
1
-1
/
+1
2020-05-04
KVM: nVMX: Replace a BUG_ON(1) with BUG() to squash clang warning
Sean Christopherson
1
-1
/
+1
2020-04-24
KVM: nVMX: Store vmcs.EXIT_QUALIFICATION as an unsigned long, not u32
Sean Christopherson
1
-1
/
+2
2020-04-24
KVM: nVMX: Drop a redundant call to vmx_get_intr_info()
Sean Christopherson
1
-1
/
+1
2020-04-23
KVM: x86: move nested-related kvm_x86_ops to a separate struct
Paolo Bonzini
1
-7
/
+9
2020-04-21
KVM: nVMX: Remove non-functional "support" for CR3 target values
Sean Christopherson
1
-17
/
+0
2020-04-21
KVM: VMX: Cache vmcs.EXIT_INTR_INFO using arch avail_reg flags
Sean Christopherson
1
-5
/
+5
2020-04-21
KVM: VMX: Cache vmcs.EXIT_QUALIFICATION using arch avail_reg flags
Sean Christopherson
1
-10
/
+10
2020-04-21
KVM: nVMX: Drop manual clearing of segment cache on nested VMCS switch
Sean Christopherson
1
-1
/
+0
2020-04-21
KVM: nVMX: Reset register cache (available and dirty masks) on VMCS switch
Sean Christopherson
1
-0
/
+1
2020-04-21
KVM: nVMX: Invoke ept_save_pdptrs() if and only if PAE paging is enabled
Sean Christopherson
1
-1
/
+1
2020-04-21
KVM: nVMX: Rename exit_reason to vm_exit_reason for nested VM-Exit
Sean Christopherson
1
-14
/
+15
2020-04-21
KVM: nVMX: Cast exit_reason to u16 to check for nested EXTERNAL_INTERRUPT
Sean Christopherson
1
-1
/
+1
2020-04-21
KVM: nVMX: Pull exit_reason from vcpu_vmx in nested_vmx_reflect_vmexit()
Sean Christopherson
1
-1
/
+2
2020-04-21
KVM: nVMX: Drop a superfluous WARN on reflecting EXTERNAL_INTERRUPT
Sean Christopherson
1
-5
/
+4
2020-04-21
KVM: nVMX: Split VM-Exit reflection logic into L0 vs. L1 wants
Sean Christopherson
1
-41
/
+70
2020-04-21
KVM: nVMX: Move nested VM-Exit tracepoint into nested_vmx_reflect_vmexit()
Sean Christopherson
1
-10
/
+10
2020-04-21
KVM: nVMX: Move VM-Fail check out of nested_vmx_exit_reflected()
Sean Christopherson
1
-12
/
+20
[next]