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
/
vmx
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-23
KVM: nVMX: Always handle #VEs in L0 (never forward #VEs from L2 to L1)
Sean Christopherson
1
-0
/
+2
2024-05-23
KVM: nVMX: Initialize #VE info page for vmcs02 when proving #VE support
Sean Christopherson
1
-0
/
+3
2024-05-23
KVM: VMX: Don't kill the VM on an unexpected #VE
Sean Christopherson
1
-2
/
+2
2024-05-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-286
/
+486
2024-05-12
Merge tag 'kvm-x86-vmx-6.10' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-6
/
+26
2024-05-10
Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
4
-8
/
+43
2024-04-30
x86/irq: Remove bitfields in posted interrupt descriptor
Jacob Pan
2
-3
/
+3
2024-04-30
KVM: VMX: Move posted interrupt descriptor out of VMX code
Jacob Pan
3
-93
/
+3
2024-04-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-8
/
+41
2024-04-19
KVM: VMX: Introduce test mode related to EPT violation VE
Isaku Yamahata
3
-4
/
+60
2024-04-19
KVM, x86: add architectural support code for #VE
Paolo Bonzini
1
-0
/
+4
2024-04-12
KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
Sean Christopherson
1
-9
/
+7
2024-04-12
KVM: VMX: Move out vmx_x86_ops to 'main.c' to dispatch VMX and TDX
Paolo Bonzini
3
-269
/
+390
2024-04-11
KVM: VMX: Disable LBR virtualization if the CPU doesn't support LBR callstacks
Sean Christopherson
1
-1
/
+9
2024-04-11
KVM: VMX: Snapshot LBR capabilities during module initialization
Sean Christopherson
3
-5
/
+8
2024-04-09
KVM: nVMX: Add a sanity check that nested PML Full stems from EPT Violations
Sean Christopherson
1
-0
/
+10
2024-04-09
KVM: x86: Move nEPT exit_qualification field from kvm_vcpu_arch to x86_exception
Sean Christopherson
2
-4
/
+12
2024-04-09
KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT Misconfig
Sean Christopherson
1
-2
/
+4
2024-04-09
KVM: VMX: Ignore MKTME KeyID bits when intercepting #PF for allow_smaller_max...
Tao Su
1
-1
/
+3
2024-04-08
KVM: x86/pmu: Disable support for adaptive PEBS
Sean Christopherson
1
-2
/
+22
2024-04-08
x86/bhi: Mitigate KVM by default
Pawan Gupta
1
-1
/
+1
2024-04-08
x86/bhi: Add support for clearing branch history at syscall entry
Pawan Gupta
1
-0
/
+2
2024-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-212
/
+171
2024-03-12
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2024-03-12
Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+9
2024-03-11
Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-136
/
+86
2024-03-11
Merge tag 'kvm-x86-vmx-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-41
/
+31
2024-03-11
Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
3
-35
/
+54
2024-02-27
KVM: VMX: Combine "check" and "get" APIs for passthrough MSR lookups
Sean Christopherson
1
-39
/
+26
2024-02-27
KVM: VMX: return early if msr_bitmap is not supported
Dongli Zhang
1
-0
/
+3
2024-02-27
KVM: VMX: fix comment to add LBR to passthrough MSRs
Dongli Zhang
1
-1
/
+1
2024-02-23
KVM: x86: Fully defer to vendor code to decide how to force immediate exit
Sean Christopherson
2
-20
/
+14
2024-02-23
KVM: VMX: Handle KVM-induced preemption timer exits in fastpath for L2
Sean Christopherson
1
-2
/
+20
2024-02-23
KVM: x86: Move handling of is_guest_mode() into fastpath exit handlers
Sean Christopherson
1
-3
/
+3
2024-02-23
KVM: VMX: Handle forced exit due to preemption timer in fastpath
Sean Christopherson
1
-5
/
+8
2024-02-23
KVM: VMX: Re-enter guest in fastpath for "spurious" preemption timer exits
Sean Christopherson
1
-2
/
+9
2024-02-23
KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepoint
Sean Christopherson
1
-2
/
+2
2024-02-23
KVM: x86: Open code all direct reads to guest DR6 and DR7
Sean Christopherson
1
-1
/
+1
2024-02-23
KVM: x86: Make kvm_get_dr() return a value, not use an out parameter
Sean Christopherson
2
-5
/
+2
2024-02-20
KVM/VMX: Move VERW closer to VMentry for MDS mitigation
Pawan Gupta
2
-4
/
+19
2024-02-20
KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
Sean Christopherson
2
-5
/
+8
2024-02-20
x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
Pawan Gupta
1
-1
/
+1
2024-02-14
Merge tag 'kvm-x86-fixes-6.8-rcN' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2024-02-14
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...
Ingo Molnar
1
-1
/
+1
2024-02-10
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
2
-5
/
+5
2024-02-07
KVM: VMX: Report up-to-date exit qualification to userspace
Chao Gao
1
-1
/
+1
2024-02-03
KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrl
Mingwei Zhang
1
-1
/
+1
2024-02-01
KVM: x86/pmu: Snapshot event selectors that KVM emulates in software
Sean Christopherson
1
-1
/
+1
2024-02-01
KVM: x86/pmu: Add macros to iterate over all PMCs given a bitmap
Sean Christopherson
1
-5
/
+2
2024-02-01
KVM: x86/pmu: Move pmc_idx => pmc translation helper to common code
Sean Christopherson
1
-14
/
+1
[prev]
[next]