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
/
svm
/
svm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-03
KVM: SVM: vNMI pending bit is V_NMI_PENDING_MASK not V_NMI_BLOCKING_MASK
Maciej S. Szmigiero
1
-1
/
+1
2023-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-56
/
+145
2023-04-29
Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+4
2023-04-26
Merge tag 'kvm-x86-svm-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-28
/
+125
2023-04-26
Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2023-04-26
Merge tag 'kvm-x86-misc-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-4
/
+2
2023-04-07
KVM: x86: Add macros to track first...last VMX feature MSRs
Sean Christopherson
1
-1
/
+1
2023-04-06
KVM: SVM: Return the local "r" variable from svm_set_msr()
Sean Christopherson
1
-5
/
+5
2023-04-06
KVM: x86: Virtualize FLUSH_L1D and passthrough MSR_IA32_FLUSH_CMD
Sean Christopherson
1
-0
/
+5
2023-04-06
KVM: x86: Move MSR_IA32_PRED_CMD WRMSR emulation to common code
Sean Christopherson
1
-14
/
+0
2023-04-06
KVM: SVM: Passthrough MSR_IA32_PRED_CMD based purely on host+guest CPUID
Sean Christopherson
1
-1
/
+4
2023-04-06
KVM: x86: Revert MSR_IA32_FLUSH_CMD.FLUSH_L1D enabling
Sean Christopherson
1
-30
/
+13
2023-03-27
KVM: SVM: Flush Hyper-V TLB when required
Jeremi Piotrowski
1
-3
/
+34
2023-03-24
treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
1
-0
/
+4
2023-03-23
KVM: nSVM: Implement support for nested VNMI
Santosh Shukla
1
-0
/
+5
2023-03-23
KVM: x86: Add support for SVM's Virtual NMI
Santosh Shukla
1
-21
/
+93
2023-03-22
KVM: SVM: add wrappers to enable/disable IRET interception
Maxim Levitsky
1
-9
/
+19
2023-03-22
KVM: nSVM: Disable intercept of VINTR if saved L1 host RFLAGS.IF is 0
Santosh Shukla
1
-0
/
+10
2023-03-22
KVM: SVM: Use kvm_is_cr4_bit_set() to query SMAP/SMEP in "can emulate"
Binbin Wu
1
-4
/
+2
2023-03-22
KVM: x86: Use boolean return value for is_{pae,pse,paging}()
Binbin Wu
1
-1
/
+1
2023-03-22
KVM: SVM: Fix benign "bool vs. int" comparison in svm_set_cr0()
Sean Christopherson
1
-1
/
+1
2023-03-16
kvm: svm: Add IA32_FLUSH_CMD guest support
Emanuele Giuseppe Esposito
1
-13
/
+30
2023-02-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-56
/
+75
2023-02-15
Merge tag 'kvm-x86-svm-6.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-14
/
+15
2023-01-31
KVM: x86: Move HF_NMI_MASK and HF_IRET_MASK into "struct vcpu_svm"
Maxim Levitsky
1
-9
/
+13
2023-01-27
KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrs
Sean Christopherson
1
-3
/
+2
2023-01-25
KVM: x86: Propagate the AMD Automatic IBRS feature to the guest
Kim Phillips
1
-0
/
+3
2023-01-24
KVM: svm/avic: Drop "struct kvm_x86_ops" for avic_hardware_setup()
Like Xu
1
-1
/
+1
2023-01-24
KVM: SVM: remove redundant ret variable
zhang songyi
1
-5
/
+2
2023-01-24
Merge branch 'kvm-lapic-fix-and-cleanup' into HEAD
Paolo Bonzini
1
-3
/
+5
2023-01-13
KVM: x86: Track required APICv inhibits with variable, not callback
Sean Christopherson
1
-1
/
+1
2023-01-13
KVM: SVM: Replace "avic_mode" enum with "x2avic_enabled" boolean
Sean Christopherson
1
-2
/
+2
2023-01-13
KVM: x86: Inhibit APIC memslot if x2APIC and AVIC are enabled
Sean Christopherson
1
-0
/
+2
2023-01-13
KVM: SVM: Don't put/load AVIC when setting virtual APIC mode
Sean Christopherson
1
-1
/
+1
2022-12-29
KVM: x86: Do compatibility checks when onlining CPU
Chao Gao
1
-5
/
+3
2022-12-29
KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
Sean Christopherson
1
-2
/
+3
2022-12-29
KVM: SVM: Check for SVM support in CPU compatibility checks
Sean Christopherson
1
-5
/
+8
2022-12-29
KVM: x86: Do VMX/SVM support checks directly in vendor code
Sean Christopherson
1
-21
/
+17
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
1
-5
/
+5
2022-12-29
KVM: x86: Use KBUILD_MODNAME to specify vendor module name
Sean Christopherson
1
-1
/
+1
2022-12-29
KVM: Drop kvm_arch_check_processor_compat() hook
Sean Christopherson
1
-2
/
+2
2022-12-29
KVM: x86: Do CPU compatibility checks in x86 code
Sean Christopherson
1
-1
/
+1
2022-12-29
KVM: x86: Move guts of kvm_arch_init() to standalone helper
Sean Christopherson
1
-2
/
+21
2022-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-20
/
+43
2022-12-01
KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid
Sean Christopherson
1
-2
/
+8
2022-11-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-15
/
+1
2022-11-18
KVM: x86: hyper-v: Introduce TLB flush fifo
Vitaly Kuznetsov
1
-1
/
+1
2022-11-18
KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
Vitaly Kuznetsov
1
-0
/
+7
2022-11-17
Merge branch 'kvm-svm-harden' into HEAD
Paolo Bonzini
1
-15
/
+1
2022-11-17
KVM: x86: remove exit_int_info warning in svm_handle_exit
Maxim Levitsky
1
-15
/
+0
[next]