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
/
svm
/
avic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-08
KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbell
Sean Christopherson
1
-3
/
+11
2021-12-08
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
1
-1
/
+1
2021-12-02
KVM: ensure APICv is considered inactive if there is no APIC
Paolo Bonzini
1
-0
/
+1
2021-11-30
KVM: fix avic_set_running for preemptable kernels
Paolo Bonzini
1
-7
/
+9
2021-11-11
KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ active
Maxim Levitsky
1
-1
/
+2
2021-08-20
KVM: SVM: AVIC: drop unsupported AVIC base relocation code
Maxim Levitsky
1
-0
/
+2
2021-08-20
KVM: SVM: call avic_vcpu_load/avic_vcpu_put when enabling/disabling AVIC
Maxim Levitsky
1
-0
/
+5
2021-08-20
KVM: SVM: move check for kvm_vcpu_apicv_active outside of avic_vcpu_{put|load}
Maxim Levitsky
1
-6
/
+4
2021-08-20
KVM: SVM: remove svm_toggle_avic_for_irq_window
Maxim Levitsky
1
-11
/
+0
2021-08-20
KVM: x86: don't disable APICv memslot when inhibited
Maxim Levitsky
1
-15
/
+6
2021-07-27
KVM: SVM: use vmcb01 in svm_refresh_apicv_exec_ctrl
Maxim Levitsky
1
-1
/
+1
2021-06-25
KVM: x86: rename apic_access_page_done to apic_access_memslot_enabled
Maxim Levitsky
1
-2
/
+2
2021-06-17
KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC
Vitaly Kuznetsov
1
-9
/
+5
2021-06-10
KVM: SVM: fix doc warnings
ChenXiaoSong
1
-3
/
+3
2021-05-24
KVM: SVM: make the avic parameter a bool
Paolo Bonzini
1
-2
/
+2
2021-05-24
KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC check
Vitaly Kuznetsov
1
-2
/
+0
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-11
/
+13
2021-03-22
x86: Fix various typos in comments, take #2
Ingo Molnar
1
-1
/
+1
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-03-15
KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)
Paolo Bonzini
1
-11
/
+13
2021-02-09
KVM: SVM: Move AVIC vCPU kicking snippet to helper function
Sean Christopherson
1
-16
/
+19
2020-11-15
KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
Peter Xu
1
-3
/
+6
2020-10-22
KVM: SVM: Initialize prev_ga_tag before use
Suravee Suthikulpanit
1
-0
/
+1
2020-09-28
KVM: SVM: use __GFP_ZERO instead of clear_page()
Haiwei Li
1
-4
/
+2
2020-07-08
KVM: SVM: Add vmcb_ prefix to mark_*() functions
Joerg Roedel
1
-1
/
+1
2020-04-03
KVM: SVM: Move AVIC code to separate file
Joerg Roedel
1
-0
/
+1027