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
pinetabv-6.6.y-devel
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
/
x86.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-06
x86: kvm Require const tsc for RT
Thomas Gleixner
1
-0
/
+8
2021-10-31
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-14
/
+22
2021-10-28
KVM: x86: Take srcu lock in post_kvm_run_save()
David Woodhouse
1
-0
/
+8
2021-10-25
KVM: x86: switch pvclock_gtod_sync_lock to a raw spinlock
David Woodhouse
1
-14
/
+14
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: x86: check for interrupts before deciding whether to exit the fast path
Paolo Bonzini
1
-5
/
+5
2021-10-18
KVM: X86: fix lazy allocation of rmaps
Paolo Bonzini
1
-1
/
+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: reset pdptrs_from_userspace when exiting smm
Maxim Levitsky
1
-0
/
+7
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: Handle SRCU initialization failure during page track init
Haimin Zhang
1
-1
/
+6
2021-09-22
KVM: x86: Clear KVM's cached guest CR3 at RESET/INIT
Sean Christopherson
1
-0
/
+3
2021-09-22
KVM: x86: Mark all registers as avail/dirty at vCPU creation
Sean Christopherson
1
-0
/
+2
2021-09-06
KVM: x86: Update vCPU's hv_clock before back to guest when tsc_offset is adju...
Zelin Deng
1
-0
/
+4
2021-08-20
KVM: x86: implement KVM_GUESTDBG_BLOCKIRQ
Maxim Levitsky
1
-0
/
+4
2021-08-20
KVM: x86/mmu: Add detailed page size stats
Mingwei Zhang
1
-1
/
+3
2021-08-20
KVM: stats: Support linear and logarithmic histogram statistics
Jing Zhang
1
-4
/
+0
2021-08-20
KVM: SVM: avoid refreshing avic if its state didn't change
Maxim Levitsky
1
-1
/
+8
2021-08-20
KVM: x86: APICv: fix race in kvm_request_apicv_update on SVM
Maxim Levitsky
1
-15
/
+24
2021-08-20
KVM: x86: don't disable APICv memslot when inhibited
Maxim Levitsky
1
-13
/
+8
2021-08-20
KVM: X86: Introduce kvm_mmu_slot_lpages() helpers
Peter Xu
1
-4
/
+2
2021-08-13
KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot()
Sean Christopherson
1
-1
/
+8
2021-08-13
KVM: VMX: Reset DR6 only when KVM_DEBUGREG_WONT_EXIT
Paolo Bonzini
1
-6
/
+0
2021-08-13
KVM: X86: Set host DR6 only on VMX and for KVM_DEBUGREG_WONT_EXIT
Paolo Bonzini
1
-1
/
+0
2021-08-13
KVM: X86: Remove unneeded KVM_DEBUGREG_RELOAD
Lai Jiangshan
1
-3
/
+0
2021-08-05
KVM: xen: do not use struct gfn_to_hva_cache
Paolo Bonzini
1
-0
/
+1
2021-08-03
KVM: const-ify all relevant uses of struct kvm_memory_slot
Hamza Mahfooz
1
-5
/
+2
2021-08-02
KVM: x86: Preserve guest's CR0.CD/NW on INIT
Sean Christopherson
1
-1
/
+13
2021-08-02
KVM: SVM: Emulate #INIT in response to triple fault shutdown
Sean Christopherson
1
-0
/
+1
2021-08-02
KVM: x86: Move setting of sregs during vCPU RESET/INIT to common x86
Sean Christopherson
1
-0
/
+8
2021-08-02
KVM: x86/mmu: Skip the permission_fault() check on MMIO if CR0.PG=0
Sean Christopherson
1
-3
/
+3
2021-08-02
KVM: x86: Move EDX initialization at vCPU RESET to common code
Sean Christopherson
1
-0
/
+13
2021-08-02
KVM: x86: Flush the guest's TLB on INIT
Sean Christopherson
1
-0
/
+12
2021-08-02
KVM: x86: APICv: drop immediate APICv disablement on current vCPU
Maxim Levitsky
1
-11
/
+1
2021-08-02
KVM: X86: Add per-vm stat for max rmap list size
Peter Xu
1
-0
/
+1
2021-08-02
KVM: x86: Hoist kvm_dirty_regs check out of sync_regs()
Sean Christopherson
1
-4
/
+2
2021-08-02
KVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that are fatal to the VM
Sean Christopherson
1
-0
/
+4
2021-07-30
KVM: x86: accept userspace interrupt only if no event is injected
Paolo Bonzini
1
-2
/
+11
2021-07-26
KVM: x86: Check the right feature bit for MSR_KVM_ASYNC_PF_ACK access
Vitaly Kuznetsov
1
-2
/
+2
2021-07-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-3
/
+2
2021-07-15
KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run()
Lai Jiangshan
1
-0
/
+2
2021-07-14
Revert "KVM: x86: WARN and reject loading KVM if NX is supported but not enab...
Sean Christopherson
1
-3
/
+0
2021-07-07
Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-26
/
+30
2021-06-25
kvm: x86: Allow userspace to handle emulation errors
Aaron Lewis
1
-4
/
+36
[next]