index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
svm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-18
/
+10
2022-11-17
KVM: x86: remove exit_int_info warning in svm_handle_exit
Maxim Levitsky
1
-15
/
+0
2022-11-17
KVM: x86: allow L1 to not intercept triple fault
Maxim Levitsky
1
-0
/
+6
2022-11-17
KVM: x86: add kvm_leave_nested
Maxim Levitsky
1
-3
/
+0
2022-11-17
KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use
Maxim Levitsky
1
-0
/
+3
2022-11-17
KVM: x86: nSVM: leave nested mode on vCPU free
Maxim Levitsky
1
-0
/
+1
2022-11-15
x86/cpu: Restore AMD's DE_CFG MSR after resume
Borislav Petkov
1
-5
/
+5
2022-11-09
KVM: x86/pmu: Limit the maximum number of supported AMD GP counters
Like Xu
1
-3
/
+4
2022-11-09
KVM: SVM: Only dump VMSA to klog at KERN_DEBUG level
Peter Gonda
1
-1
/
+1
2022-11-09
x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callers
Paolo Bonzini
1
-2
/
+2
2022-11-09
KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly
Paolo Bonzini
3
-28
/
+132
2022-11-09
KVM: SVM: restore host save area from assembly
Paolo Bonzini
4
-13
/
+25
2022-11-09
KVM: SVM: move guest vmsave/vmload back to assembly
Paolo Bonzini
2
-20
/
+38
2022-11-09
KVM: SVM: do not allocate struct svm_cpu_data dynamically
Paolo Bonzini
3
-29
/
+18
2022-11-09
KVM: SVM: remove dead field from struct svm_cpu_data
Paolo Bonzini
2
-3
/
+0
2022-11-09
KVM: SVM: remove unused field from struct vcpu_svm
Paolo Bonzini
1
-1
/
+0
2022-11-09
KVM: SVM: retrieve VMCB from assembly
Paolo Bonzini
3
-15
/
+14
2022-11-09
KVM: SVM: adjust register allocation for __svm_vcpu_run()
Paolo Bonzini
1
-19
/
+19
2022-11-09
KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svm
Paolo Bonzini
3
-20
/
+21
2022-09-28
KVM: x86/svm/pmu: Rewrite get_gp_pmc_amd() for more counters scalability
Like Xu
1
-68
/
+20
2022-09-28
KVM: x86/svm/pmu: Direct access pmu->gp_counter[] to implement amd_*_to_pmc()
Like Xu
1
-36
/
+5
2022-09-26
KVM: SVM: Make an event request if INIT or SIPI is pending when GIF is set
Sean Christopherson
1
-1
/
+2
2022-09-26
KVM: x86: Rename inject_pending_events() to kvm_check_and_inject_events()
Sean Christopherson
2
-2
/
+2
2022-09-26
KVM: x86: Morph pending exceptions to pending VM-Exits at queue time
Sean Christopherson
1
-32
/
+13
2022-09-26
KVM: x86: Formalize blocking of nested pending exceptions
Sean Christopherson
1
-10
/
+16
2022-09-26
KVM: x86: Make kvm_queued_exception a properly named, visible struct
Sean Christopherson
2
-30
/
+31
2022-09-26
KVM: x86: Rename kvm_x86_ops.queue_exception to inject_exception
Sean Christopherson
1
-2
/
+2
2022-09-26
KVM: x86: Print guest pgd in kvm_nested_vmenter()
Mingwei Zhang
1
-0
/
+2
2022-09-26
KVM: x86: Update trace function for nested VM entry to support VMX
Mingwei Zhang
1
-5
/
+7
2022-09-26
KVM: Add extra information in kvm_page_fault trace point
Wonhyuk Yang
1
-1
/
+1
2022-09-26
KVM: SVM: remove unnecessary check on INIT intercept
Paolo Bonzini
1
-9
/
+1
2022-08-10
KVM: SVM: Disable SEV-ES support if MMIO caching is disable
Sean Christopherson
2
-3
/
+16
2022-08-01
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
6
-169
/
+467
2022-07-28
KVM: SVM: Dump Virtual Machine Save Area (VMSA) to klog
Jarkko Sakkinen
1
-0
/
+3
2022-07-28
KVM: SVM: Do not virtualize MSR accesses for APIC LVTT register
Suravee Suthikulpanit
1
-1
/
+8
2022-07-28
KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bits
Sean Christopherson
1
-1
/
+2
2022-07-28
KVM: SVM: Fix x2APIC MSRs interception
Suravee Suthikulpanit
1
-25
/
+27
2022-07-28
KVM: nSVM: Pull CS.Base from actual VMCB12 for soft int/ex re-injection
Maciej S. Szmigiero
1
-4
/
+5
2022-07-14
KVM: x86: Restrict get_mt_mask() to a u8, use KVM_X86_OP_OPTIONAL_RET0
Sean Christopherson
1
-6
/
+0
2022-07-14
KVM: x86: Add dedicated helper to get CPUID entry with significant index
Sean Christopherson
1
-1
/
+1
2022-07-14
KVM: SVM: fix task switch emulation on INTn instruction.
Maxim Levitsky
1
-0
/
+1
2022-06-27
x86: Add magic AMD return-thunk
Peter Zijlstra
1
-0
/
+18
2022-06-24
KVM: x86: nSVM: optimize svm_set_x2apic_msr_interception
Maxim Levitsky
3
-0
/
+17
2022-06-24
KVM: SVM: Add AVIC doorbell tracepoint
Suravee Suthikulpanit
1
-1
/
+3
2022-06-24
KVM: SVM: Use target APIC ID to complete x2AVIC IRQs when possible
Suravee Suthikulpanit
1
-3
/
+18
2022-06-24
KVM: SVM: Introduce hybrid-AVIC mode
Suravee Suthikulpanit
2
-11
/
+11
2022-06-24
KVM: SVM: Do not throw warning when calling avic_vcpu_load on a running vcpu
Suravee Suthikulpanit
1
-1
/
+0
2022-06-24
KVM: SVM: Introduce logic to (de)activate x2AVIC mode
Suravee Suthikulpanit
3
-5
/
+53
2022-06-24
KVM: x86: nSVM: always intercept x2apic msrs
Maxim Levitsky
2
-0
/
+14
2022-06-24
KVM: SVM: Refresh AVIC configuration when changing APIC mode
Suravee Suthikulpanit
3
-0
/
+15
[next]