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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-23
KVM: nSVM: Implement support for nested VNMI
Santosh Shukla
1
-0
/
+7
2023-03-23
KVM: x86: Add support for SVM's Virtual NMI
Santosh Shukla
1
-0
/
+22
2023-01-31
KVM: x86: Move HF_NMI_MASK and HF_IRET_MASK into "struct vcpu_svm"
Maxim Levitsky
1
-0
/
+18
2023-01-31
KVM: x86: Move HF_GIF_MASK into "struct vcpu_svm" as "guest_gif"
Maxim Levitsky
1
-3
/
+6
2023-01-24
KVM: svm/avic: Drop "struct kvm_x86_ops" for avic_hardware_setup()
Like Xu
1
-1
/
+1
2023-01-13
KVM: x86: Track required APICv inhibits with variable, not callback
Sean Christopherson
1
-1
/
+15
2023-01-13
KVM: SVM: Replace "avic_mode" enum with "x2avic_enabled" boolean
Sean Christopherson
1
-8
/
+1
2023-01-13
KVM: SVM: Don't put/load AVIC when setting virtual APIC mode
Sean Christopherson
1
-1
/
+1
2022-11-18
x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
Sean Christopherson
1
-1
/
+1
2022-11-18
KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
Sean Christopherson
1
-1
/
+4
2022-11-09
KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly
Paolo Bonzini
1
-2
/
+2
2022-11-09
KVM: SVM: restore host save area from assembly
Paolo Bonzini
1
-0
/
+2
2022-11-09
KVM: SVM: do not allocate struct svm_cpu_data dynamically
Paolo Bonzini
1
-1
/
+1
2022-11-09
KVM: SVM: remove dead field from struct svm_cpu_data
Paolo Bonzini
1
-2
/
+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
1
-2
/
+2
2022-11-09
KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svm
Paolo Bonzini
1
-1
/
+1
2022-08-01
Merge remote-tracking branch 'kvm/next' into kvm-next-5.20
Paolo Bonzini
1
-8
/
+31
2022-06-24
KVM: x86: nSVM: optimize svm_set_x2apic_msr_interception
Maxim Levitsky
1
-0
/
+2
2022-06-24
KVM: SVM: Introduce logic to (de)activate x2AVIC mode
Suravee Suthikulpanit
1
-0
/
+1
2022-06-24
KVM: x86: nSVM: always intercept x2apic msrs
Maxim Levitsky
1
-0
/
+9
2022-06-24
KVM: SVM: Refresh AVIC configuration when changing APIC mode
Suravee Suthikulpanit
1
-0
/
+2
2022-06-24
KVM: SVM: Adding support for configuring x2APIC MSRs interception
Suravee Suthikulpanit
1
-2
/
+2
2022-06-24
KVM: SVM: Detect X2APIC virtualization (x2AVIC) support
Suravee Suthikulpanit
1
-0
/
+9
2022-06-24
KVM: SEV: Init target VMCBs in sev_migrate_from
Peter Gonda
1
-1
/
+1
2022-06-20
KVM: SVM: Drop unused AVIC / kvm_x86_ops declarations
Sean Christopherson
1
-4
/
+0
2022-06-09
Merge branch 'kvm-5.20-early'
Paolo Bonzini
1
-2
/
+6
2022-06-09
KVM: x86: SVM: drop preempt-safe wrappers for avic_vcpu_load/put
Maxim Levitsky
1
-2
/
+2
2022-06-09
Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
1
-2
/
+2
2022-06-08
KVM: nSVM: Transparently handle L1 -> L2 NMI re-injection
Maciej S. Szmigiero
1
-0
/
+1
2022-06-08
KVM: SVM: Re-inject INT3/INTO instead of retrying the instruction
Sean Christopherson
1
-2
/
+4
2022-06-08
KVM: nSVM: Sync next_rip field from vmcb12 to vmcb02
Maciej S. Szmigiero
1
-0
/
+1
2022-06-07
Merge branch 'kvm-5.19-early-fixes' into HEAD
Paolo Bonzini
1
-1
/
+1
2022-06-07
KVM: SVM: fix tsc scaling cache logic
Maxim Levitsky
1
-1
/
+1
2022-05-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-11
/
+44
2022-05-25
Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-0
/
+2
2022-05-24
Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2022-04-29
KVM: SEV-ES: Use V_TSC_AUX if available instead of RDTSC/MSR_TSC_AUX intercepts
Babu Moger
1
-1
/
+1
2022-04-21
KVM: SEV: add cache flush to solve SEV cache incoherency issues
Mingwei Zhang
1
-0
/
+2
2022-04-06
KVM: SVM: Create a separate mapping for the SEV-ES save area
Tom Lendacky
1
-2
/
+2
2022-04-02
KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
Maxim Levitsky
1
-0
/
+1
2022-04-02
KVM: x86: nSVM: implement nested vGIF
Maxim Levitsky
1
-6
/
+29
2022-04-02
KVM: x86: nSVM: support PAUSE filtering when L0 doesn't intercept PAUSE
Maxim Levitsky
1
-0
/
+2
2022-04-02
KVM: x86: nSVM: implement nested LBR virtualization
Maxim Levitsky
1
-0
/
+3
2022-04-02
KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running
Maxim Levitsky
1
-0
/
+2
2022-04-02
KVM: x86: SVM: remove vgif_enabled()
Maxim Levitsky
1
-8
/
+4
2022-04-02
KVM: x86: SVM: use vmcb01 in init_vmcb
Maxim Levitsky
1
-1
/
+1
2022-04-02
KVM: x86: nSVM: implement nested VMLOAD/VMSAVE
Maxim Levitsky
1
-1
/
+7
2022-04-02
KVM: x86: SVM: fix avic spec based definitions again
Maxim Levitsky
1
-11
/
+0
2022-04-02
KVM: x86: Make APICv inhibit reasons an enum and cleanup naming
Sean Christopherson
1
-1
/
+1
[next]