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
2021-10-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-61
/
+119
2021-10-22
KVM: SEV-ES: go over the sev_pio_data buffer in multiple passes if needed
Paolo Bonzini
1
-16
/
+56
2021-10-22
KVM: SEV-ES: keep INS functions together
Paolo Bonzini
1
-9
/
+9
2021-10-22
KVM: x86: remove unnecessary arguments from complete_emulator_pio_in
Paolo Bonzini
1
-5
/
+6
2021-10-22
KVM: x86: split the two parts of emulator_pio_in
Paolo Bonzini
1
-17
/
+28
2021-10-22
KVM: SEV-ES: clean up kvm_sev_es_ins/outs
Paolo Bonzini
1
-16
/
+15
2021-10-22
KVM: x86: leave vcpu->arch.pio.count alone in emulator_pio_in_out
Paolo Bonzini
1
-4
/
+9
2021-10-22
KVM: SEV-ES: rename guest_ins_data to sev_pio_data
Paolo Bonzini
1
-2
/
+2
2021-10-21
KVM: SEV: Flush cache on non-coherent systems before RECEIVE_UPDATE_DATA
Masahiro Kozuka
1
-0
/
+7
2021-10-21
KVM: MMU: Reset mmu->pkru_mask to avoid stale data
Chenyi Qiang
1
-3
/
+3
2021-10-21
KVM: nVMX: promptly process interrupts delivered while in guest mode
Paolo Bonzini
1
-11
/
+6
2021-10-21
KVM: x86: check for interrupts before deciding whether to exit the fast path
Paolo Bonzini
1
-5
/
+5
2021-10-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-17
/
+32
2021-10-18
KVM: SEV-ES: reduce ghcb_sa_len to 32 bits
Paolo Bonzini
1
-1
/
+1
2021-10-18
KVM: VMX: Remove redundant handling of bus lock vmexit
Hao Xiang
1
-6
/
+9
2021-10-18
KVM: x86: WARN if APIC HW/SW disable static keys are non-zero on unload
Sean Christopherson
1
-0
/
+2
2021-10-18
Revert "KVM: x86: Open code necessary bits of kvm_lapic_set_base() at vCPU RE...
Sean Christopherson
1
-7
/
+11
2021-10-18
KVM: SEV-ES: Set guest_state_protected after VMSA update
Peter Gonda
1
-1
/
+6
2021-10-18
KVM: X86: fix lazy allocation of rmaps
Paolo Bonzini
1
-1
/
+2
2021-10-15
KVM: SEV-ES: fix length of string I/O
Paolo Bonzini
1
-1
/
+1
2021-10-03
kvm: fix objtool relocation warning
Linus Torvalds
1
-1
/
+0
2021-09-30
KVM: x86: Swap order of CPUID entry "index" vs. "significant flag" checks
Sean Christopherson
1
-2
/
+2
2021-09-27
KVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issue
Zhenzhong Duan
1
-1
/
+1
2021-09-23
KVM: X86: Synchronize the shadow pagetable before link it
Lai Jiangshan
2
-9
/
+31
2021-09-23
KVM: X86: Fix missed remote tlb flush in rmap_write_protect()
Lai Jiangshan
1
-21
/
+2
2021-09-23
KVM: x86: nSVM: don't copy virt_ext from vmcb12
Maxim Levitsky
1
-1
/
+0
2021-09-23
KVM: x86: nSVM: test eax for 4K alignment for GP errata workaround
Maxim Levitsky
1
-0
/
+4
2021-09-23
KVM: x86: nSVM: restore int_vector in svm_clear_vintr
Maxim Levitsky
1
-0
/
+2
2021-09-22
kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]
Fares Mehanna
1
-0
/
+7
2021-09-22
KVM: x86: nVMX: re-evaluate emulation_required on nested VM exit
Maxim Levitsky
3
-4
/
+7
2021-09-22
KVM: x86: nVMX: don't fail nested VM entry on invalid guest state if !from_vm...
Maxim Levitsky
2
-2
/
+10
2021-09-22
KVM: x86: VMX: synthesize invalid VM exit when emulating invalid guest state
Maxim Levitsky
1
-3
/
+14
2021-09-22
KVM: x86: nSVM: refactor svm_leave_smm and smm_enter_smm
Maxim Levitsky
1
-66
/
+69
2021-09-22
KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM mode
Maxim Levitsky
3
-5
/
+9
2021-09-22
KVM: x86: reset pdptrs_from_userspace when exiting smm
Maxim Levitsky
1
-0
/
+7
2021-09-22
KVM: x86: nSVM: restore the L1 host state prior to resuming nested guest on S...
Maxim Levitsky
1
-5
/
+7
2021-09-22
KVM: nVMX: Filter out all unsupported controls when eVMCS was activated
Vitaly Kuznetsov
2
-7
/
+14
2021-09-22
KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()
Vitaly Kuznetsov
1
-5
/
+5
2021-09-22
KVM: SEV: Allow some commands for mirror VM
Peter Gonda
1
-2
/
+17
2021-09-22
KVM: SEV: Update svm_vm_copy_asid_from for SEV-ES
Peter Gonda
1
-4
/
+12
2021-09-22
KVM: nVMX: Fix nested bus lock VM exit
Chenyi Qiang
1
-0
/
+6
2021-09-22
KVM: x86: Identify vCPU0 by its vcpu_idx instead of its vCPUs array entry
Sean Christopherson
1
-1
/
+1
2021-09-22
KVM: x86: Query vcpu->vcpu_idx directly and drop its accessor
Sean Christopherson
2
-5
/
+4
2021-09-22
kvm: fix wrong exception emulation in check_rdtsc
Hou Wenlong
1
-1
/
+1
2021-09-22
KVM: SEV: Pin guest memory for write for RECEIVE_UPDATE_DATA
Sean Christopherson
1
-1
/
+1
2021-09-22
KVM: SVM: fix missing sev_decommission in sev_receive_start
Mingwei Zhang
1
-1
/
+3
2021-09-22
KVM: SEV: Acquire vcpu mutex when updating VMSA
Peter Gonda
1
-22
/
+29
2021-09-22
KVM: nVMX: fix comments of handle_vmon()
Yu Zhang
1
-8
/
+1
2021-09-22
KVM: x86: Handle SRCU initialization failure during page track init
Haimin Zhang
2
-3
/
+8
2021-09-22
KVM: VMX: Remove defunct "nr_active_uret_msrs" field
Sean Christopherson
1
-4
/
+0
[next]