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-01-27
KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacks
Marios Pomonis
1
-3
/
+8
2020-01-27
kvm/svm: PKU not currently supported
John Allen
4
-1
/
+15
2020-01-27
KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
Sean Christopherson
1
-10
/
+0
2020-01-27
KVM: x86: Move all vcpu init code into kvm_arch_vcpu_create()
Sean Christopherson
1
-98
/
+100
2020-01-27
KVM: Drop kvm_arch_vcpu_setup()
Sean Christopherson
1
-5
/
+0
2020-01-27
KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create()
Sean Christopherson
1
-4
/
+10
2020-01-27
KVM: Move vcpu alloc and init invocation to common code
Sean Christopherson
1
-26
/
+2
2020-01-24
KVM: Introduce kvm_vcpu_destroy()
Sean Christopherson
1
-1
/
+1
2020-01-24
KVM: x86: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpu
Sean Christopherson
1
-2
/
+2
2020-01-24
KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
Sean Christopherson
1
-5
/
+9
2020-01-24
KVM: x86: Drop kvm_arch_vcpu_free()
Sean Christopherson
1
-16
/
+11
2020-01-24
KVM: x86: Remove spurious clearing of async #PF MSR
Sean Christopherson
1
-2
/
+0
2020-01-24
KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path
Sean Christopherson
1
-4
/
+0
2020-01-24
KVM: x86: Move kvm_vcpu_init() invocation to common code
Sean Christopherson
3
-28
/
+24
2020-01-24
KVM: x86: Move allocation of pio_data page down a few lines
Sean Christopherson
1
-20
/
+13
2020-01-24
KVM: x86: Move FPU allocation to common x86 code
Sean Christopherson
3
-48
/
+23
2020-01-24
KVM: x86: Allocate vcpu struct in common x86 code
Sean Christopherson
3
-39
/
+29
2020-01-24
KVM: SVM: Use direct vcpu pointer during vCPU create/free
Sean Christopherson
1
-14
/
+16
2020-01-24
KVM: VMX: Use direct vcpu pointer during vCPU create/free
Sean Christopherson
1
-20
/
+22
2020-01-24
KVM: VMX: Allocate VPID after initializing VCPU
Sean Christopherson
1
-3
/
+3
2020-01-24
KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
Sean Christopherson
1
-1
/
+1
2020-01-24
KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRL
Paolo Bonzini
4
-10
/
+29
2020-01-23
KVM: x86: list MSR_IA32_UCODE_REV as an emulated MSR
Paolo Bonzini
1
-0
/
+1
2020-01-23
KVM: x86: fix overlap between SPTE_MMIO_MASK and generation
Paolo Bonzini
1
-5
/
+5
2020-01-21
KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVM
Sean Christopherson
1
-1
/
+1
2020-01-21
KVM: nVMX: vmread should not set rflags to specify success in case of #PF
Miaohe Lin
1
-1
/
+3
2020-01-21
KVM: x86/mmu: Micro-optimize nEPT's bad memptype/XWR checks
Sean Christopherson
2
-14
/
+31
2020-01-21
KVM: x86/mmu: Reorder the reserved bit check in prefetch_invalid_gpte()
Sean Christopherson
1
-3
/
+3
2020-01-21
KVM: SVM: Override default MMIO mask if memory encryption is enabled
Tom Lendacky
1
-0
/
+43
2020-01-21
KVM: vmx: delete meaningless nested_vmx_prepare_msr_bitmap() declaration
Miaohe Lin
1
-3
/
+0
2020-01-21
KVM: x86: Refactor and rename bit() to feature_bit() macro
Sean Christopherson
5
-28
/
+30
2020-01-21
KVM: x86: Expand build-time assertion on reverse CPUID usage
Sean Christopherson
2
-6
/
+30
2020-01-21
KVM: x86: Add CPUID_7_1_EAX to the reverse CPUID table
Sean Christopherson
1
-0
/
+1
2020-01-21
KVM: x86: Move bit() helper to cpuid.h
Sean Christopherson
2
-5
/
+5
2020-01-21
KVM: x86: Add dedicated emulator helpers for querying CPUID features
Sean Christopherson
2
-18
/
+21
2020-01-21
KVM: x86: Add macro to ensure reserved cr4 bits checks stay in sync
Sean Christopherson
1
-40
/
+25
2020-01-21
KVM: x86: Drop special XSAVE handling from guest_cpuid_has()
Sean Christopherson
3
-4
/
+2
2020-01-21
KVM: x86: Ensure all logical CPUs have consistent reserved cr4 bits
Sean Christopherson
1
-0
/
+7
2020-01-21
KVM: x86: Don't let userspace set host-reserved cr4 bits
Sean Christopherson
1
-1
/
+34
2020-01-21
KVM: VMX: Add helper to consolidate up PT/RTIT WRMSR fault logic
Sean Christopherson
1
-24
/
+31
2020-01-21
KVM: VMX: Add non-canonical check on writes to RTIT address MSRs
Sean Christopherson
1
-0
/
+2
2020-01-21
KVM: Fix some writing mistakes
Miaohe Lin
1
-1
/
+1
2020-01-21
KVM: hyperv: Fix some typos in vcpu unimpl info
Miaohe Lin
1
-2
/
+2
2020-01-21
KVM: Fix some grammar mistakes
Miaohe Lin
2
-2
/
+2
2020-01-21
KVM: Fix some comment typos and missing parentheses
Miaohe Lin
4
-4
/
+4
2020-01-21
KVM: Fix some out-dated function names in comment
Miaohe Lin
2
-3
/
+3
2020-01-21
KVM: Fix some wrong function names in comment
Miaohe Lin
1
-1
/
+1
2020-01-21
KVM: x86: check kvm_pit outside kvm_vm_ioctl_reinject()
Miaohe Lin
1
-3
/
+3
2020-01-21
KVM: LAPIC: micro-optimize fixed mode ipi delivery
Wanpeng Li
1
-3
/
+3
2020-01-21
KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath
Wanpeng Li
4
-9
/
+69
[prev]
[next]