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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
28
-1778
/
+2549
2020-04-02
x86/kvm: fix a missing-prototypes "vmread_error"
Qian Cai
1
-0
/
+1
2020-03-31
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-3
/
+2
2020-03-31
KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=y
Sean Christopherson
2
-5
/
+5
2020-03-31
KVM: VMX: Add a trampoline to fix VMREAD error handling
Sean Christopherson
2
-7
/
+79
2020-03-31
KVM: SVM: Annotate svm_x86_ops as __initdata
Sean Christopherson
1
-1
/
+1
2020-03-31
KVM: VMX: Annotate vmx_x86_ops as __initdata
Sean Christopherson
1
-1
/
+1
2020-03-31
KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()
Sean Christopherson
1
-1
/
+1
2020-03-31
KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection
Sean Christopherson
14
-248
/
+248
2020-03-31
KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completes
Sean Christopherson
1
-2
/
+2
2020-03-31
KVM: VMX: Configure runtime hooks using vmx_x86_ops
Sean Christopherson
3
-21
/
+24
2020-03-31
KVM: VMX: Move hardware_setup() definition below vmx_x86_ops
Sean Christopherson
1
-153
/
+153
2020-03-31
KVM: x86: Move init-only kvm_x86_ops to separate struct
Sean Christopherson
3
-14
/
+27
2020-03-31
KVM: Pass kvm_init()'s opaque param to additional arch funcs
Sean Christopherson
1
-2
/
+2
2020-03-31
Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
5
-9
/
+42
2020-03-31
Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-13
/
+13
2020-03-31
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-2
/
+4
2020-03-28
Merge branch 'next.uaccess-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Thomas Gleixner
1
-1
/
+1
2020-03-26
KVM: X86: Micro-optimize IPI fastpath delay
Wanpeng Li
3
-3
/
+8
2020-03-26
KVM: X86: Delay read msr data iff writes ICR MSR
Wanpeng Li
1
-1
/
+2
2020-03-26
KVM: X86: Narrow down the IPI fastpath to single target IPI
Wanpeng Li
1
-1
/
+4
2020-03-25
Merge branch 'x86/cpu' into perf/core, to resolve conflict
Ingo Molnar
2
-2
/
+4
2020-03-24
x86/kvm: Convert to new CPU match macros
Thomas Gleixner
2
-2
/
+2
2020-03-24
x86/devicetable: Move x86 specific macro out of generic code
Thomas Gleixner
2
-0
/
+2
2020-03-24
KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timer
Wanpeng Li
1
-0
/
+6
2020-03-23
KVM: VMX: Gracefully handle faults on VMXON
Sean Christopherson
1
-3
/
+21
2020-03-23
KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs()
Sean Christopherson
2
-11
/
+4
2020-03-23
KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support
Sean Christopherson
1
-51
/
+16
2020-03-23
KVM: x86: Expose fast short REP MOV for supported cpuid
Zhenyu Wang
1
-1
/
+1
2020-03-23
KVM: VMX: don't allow memory operands for inline asm that modifies SP
Nick Desaulniers
1
-1
/
+1
2020-03-23
KVM: LAPIC: Mark hrtimer for period or oneshot mode to expire in hard interru...
He Zhe
1
-1
/
+1
2020-03-23
KVM: SVM: Issue WBINVD after deactivating an SEV guest
Tom Lendacky
1
-8
/
+14
2020-03-20
KVM: SVM: document KVM_MEM_ENCRYPT_OP, let userspace detect if SEV is available
Paolo Bonzini
1
-0
/
+3
2020-03-20
KVM: x86: remove bogus user-triggerable WARN_ON
Paolo Bonzini
1
-1
/
+0
2020-03-18
KVM: x86: Code style cleanup in kvm_arch_dev_ioctl()
Xiaoyao Li
1
-2
/
+2
2020-03-18
KVM: x86: Add blurb to CPUID tracepoint when using max basic leaf values
Sean Christopherson
2
-7
/
+13
2020-03-18
KVM: x86: Add requested index to the CPUID tracepoint
Sean Christopherson
2
-6
/
+9
2020-03-18
KVM: nSVM: check for EFER.SVME=1 before entering guest
Paolo Bonzini
1
-0
/
+3
2020-03-18
KVM: x86: Expose AVX512 VP2INTERSECT in cpuid for TGL
Zhenyu Wang
1
-1
/
+1
2020-03-18
KVM: nVMX: remove side effects from nested_vmx_exit_reflected
Paolo Bonzini
3
-18
/
+20
2020-03-17
KVM: VMX: access regs array in vmenter.S in its natural order
Uros Bizjak
1
-7
/
+7
2020-03-16
KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld()
Vitaly Kuznetsov
2
-10
/
+36
2020-03-16
KVM: nVMX: stop abusing need_vmcs12_to_shadow_sync for eVMCS mapping
Vitaly Kuznetsov
1
-11
/
+13
2020-03-16
Merge branch 'kvm-null-pointer-fix' into HEAD
Paolo Bonzini
1
-2
/
+3
2020-03-16
KVM: nSVM: Remove an obsolete comment.
Miaohe Lin
1
-3
/
+0
2020-03-16
KVM: X86: correct meaningless kvm_apicv_activated() check
Paolo Bonzini
1
-9
/
+16
2020-03-16
KVM: nVMX: Consolidate nested MTF checks to helper function
Oliver Upton
1
-1
/
+1
2020-03-16
KVM: VMX: Micro-optimize vmexit time when not exposing PMU
Wanpeng Li
1
-1
/
+2
2020-03-16
kvm: svm: Introduce GA Log tracepoint for AVIC
Suravee Suthikulpanit
3
-0
/
+20
2020-03-16
KVM: nSVM: avoid loss of pending IRQ/NMI before entering L2
Paolo Bonzini
1
-0
/
+18
[next]