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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-31
KVM: x86: Specify max TDP level via kvm_configure_mmu()
Sean Christopherson
1
-2
/
+1
2020-07-31
KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDR
Sean Christopherson
1
-3
/
+3
2020-07-31
KVM: VXM: Remove temporary WARN on expected vs. actual EPTP level mismatch
Sean Christopherson
1
-10
/
+0
2020-07-31
KVM: x86: Pull the PGD's level from the MMU instead of recalculating it
Sean Christopherson
3
-8
/
+16
2020-07-31
KVM: VMX: Make vmx_load_mmu_pgd() static
Sean Christopherson
2
-2
/
+1
2020-07-31
KVM: VMX: Drop a duplicate declaration of construct_eptp()
Sean Christopherson
1
-2
/
+0
2020-07-11
KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR support
Mohammed Gamal
1
-0
/
+7
2020-07-11
KVM: VMX: optimize #PF injection when MAXPHYADDR does not match
Paolo Bonzini
1
-0
/
+10
2020-07-11
KVM: VMX: Add guest physical address check in EPT violation and misconfig
Mohammed Gamal
2
-4
/
+23
2020-07-11
KVM: VMX: introduce vmx_need_pf_intercept
Paolo Bonzini
3
-12
/
+23
2020-07-10
KVM: x86: rename update_bp_intercept to update_exception_bitmap
Paolo Bonzini
1
-1
/
+1
2020-07-10
KVM: x86: move MSR_IA32_PERF_CAPABILITIES emulation to common x86 code
Vitaly Kuznetsov
1
-17
/
+0
2020-07-09
x86/kvm/vmx: Use native read/write_cr2()
Thomas Gleixner
1
-3
/
+3
2020-07-09
x86/kvm/vmx: Move guest enter/exit into .noinstr.text
Thomas Gleixner
3
-50
/
+70
2020-07-09
x86/kvm/vmx: Add hardirq tracing to guest enter/exit
Thomas Gleixner
1
-2
/
+25
2020-07-09
x86/kvm: Move context tracking where it belongs
Thomas Gleixner
1
-0
/
+10
2020-07-09
kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the host
Maxim Levitsky
1
-1
/
+1
2020-07-09
KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()
Xiaoyao Li
2
-3
/
+4
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: Set last_vmentry_cpu in vcpu_enter_guest
Jim Mattson
1
-1
/
+0
2020-07-08
kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu
Jim Mattson
2
-9
/
+6
2020-07-08
kvm: x86: Add "last CPU" to some KVM_EXIT information
Jim Mattson
1
-2
/
+8
2020-07-08
kvm: vmx: Add last_cpu to struct vcpu_vmx
Jim Mattson
2
-0
/
+4
2020-07-08
KVM: X86: Do the same ignore_msrs check for feature msrs
Peter Xu
1
-1
/
+1
2020-07-08
KVM: x86/mmu: Make .write_log_dirty a nested operation
Sean Christopherson
2
-38
/
+38
2020-07-08
KVM: nVMX: WARN if PML emulation helper is invoked outside of nested guest
Sean Christopherson
1
-21
/
+22
2020-07-03
KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masks
Sean Christopherson
2
-12
/
+7
2020-07-03
KVM: x86: Mark CR4.TSD as being possibly owned by the guest
Sean Christopherson
1
-0
/
+2
2020-06-23
KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkru
Sean Christopherson
1
-2
/
+0
2020-06-23
KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL
Sean Christopherson
1
-18
/
+0
2020-06-23
KVM: nVMX: Plumb L2 GPA through to PML emulation
Sean Christopherson
1
-3
/
+3
2020-06-19
Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU"
Vitaly Kuznetsov
1
-2
/
+1
2020-06-15
KVM: VMX: Add helpers to identify interrupt type from intr_info
Sean Christopherson
1
-12
/
+20
2020-06-13
Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-2
/
+2
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-11
x86/entry: Convert Machine Check to IDTENTRY_IST
Thomas Gleixner
1
-1
/
+1
2020-06-08
KVM: VMX: Properly handle kvm_read/write_guest_virt*() result
Vitaly Kuznetsov
3
-40
/
+74
2020-06-04
KVM: x86: Move MPK feature detection to common code
Babu Moger
1
-4
/
+0
2020-06-04
KVM: VMX: Always treat MSR_IA32_PERF_CAPABILITIES as a valid PMU MSR
Sean Christopherson
1
-1
/
+1
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
2
-8
/
+49
2020-06-01
KVM: x86/pmu: Support full width counting
Like Xu
3
-4
/
+62
2020-06-01
KVM: x86/pmu: Tweak kvm_pmu_get_msr to pass 'struct msr_data' in
Wei Wang
1
-8
/
+11
2020-06-01
KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info
Vitaly Kuznetsov
2
-3
/
+3
2020-06-01
KVM: VMX: Replace zero-length array with flexible-array
Gustavo A. R. Silva
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-28
KVM: nVMX: always update CR3 in VMCS
Paolo Bonzini
1
-4
/
+1
2020-05-28
KVM: x86: enable event window in inject_pending_event
Paolo Bonzini
1
-10
/
+10
[next]