summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/avic.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: fix race between interrupt delivery and AVIC inhibitionMaxim Levitsky2022-02-111-40/+8
* KVM: SVM: set IRR in svm_deliver_interruptPaolo Bonzini2022-02-111-2/+0
* KVM: SVM: extract avic_ring_doorbellMaxim Levitsky2022-02-111-11/+20
* KVM: x86: SVM: move avic definitions from AMD's spec to svm.hMaxim Levitsky2022-02-081-21/+1
* Revert "svm: Add warning message for AVIC IPI invalid target"Sean Christopherson2022-02-081-2/+0
* KVM: SVM: Nullify vcpu_(un)blocking() hooks if AVIC is disabledSean Christopherson2022-01-191-2/+2
* KVM: SVM: Drop AVIC's intermediate avic_set_running() helperSean Christopherson2022-01-191-20/+36
* KVM: SVM: Skip AVIC and IRTE updates when loading blocking vCPUSean Christopherson2022-01-191-14/+18
* KVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to handle preemptionSean Christopherson2022-01-191-5/+9
* KVM: SVM: Remove unnecessary APICv/AVIC update in vCPU unblocking pathSean Christopherson2022-01-191-2/+0
* KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIsSean Christopherson2022-01-191-6/+9
* KVM: SVM: Signal AVIC doorbell iff vCPU is in guest modeSean Christopherson2022-01-191-2/+20
* KVM: SVM: Ensure target pCPU is read once when signalling AVIC doorbellSean Christopherson2021-12-081-3/+11
* KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier2021-12-081-1/+1
* KVM: ensure APICv is considered inactive if there is no APICPaolo Bonzini2021-12-021-0/+1
* KVM: fix avic_set_running for preemptable kernelsPaolo Bonzini2021-11-301-7/+9
* KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ activeMaxim Levitsky2021-11-111-1/+2
* KVM: SVM: AVIC: drop unsupported AVIC base relocation codeMaxim Levitsky2021-08-201-0/+2
* KVM: SVM: call avic_vcpu_load/avic_vcpu_put when enabling/disabling AVICMaxim Levitsky2021-08-201-0/+5
* KVM: SVM: move check for kvm_vcpu_apicv_active outside of avic_vcpu_{put|load}Maxim Levitsky2021-08-201-6/+4
* KVM: SVM: remove svm_toggle_avic_for_irq_windowMaxim Levitsky2021-08-201-11/+0
* KVM: x86: don't disable APICv memslot when inhibitedMaxim Levitsky2021-08-201-15/+6
* KVM: SVM: use vmcb01 in svm_refresh_apicv_exec_ctrlMaxim Levitsky2021-07-271-1/+1
* KVM: x86: rename apic_access_page_done to apic_access_memslot_enabledMaxim Levitsky2021-06-241-2/+2
* KVM: x86: Use common 'enable_apicv' variable for both APICv and AVICVitaly Kuznetsov2021-06-171-9/+5
* KVM: SVM: fix doc warningsChenXiaoSong2021-06-101-3/+3
* KVM: SVM: make the avic parameter a boolPaolo Bonzini2021-05-241-2/+2
* KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC checkVitaly Kuznetsov2021-05-241-2/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-11/+13
|\
| * KVM: SVM: Pass struct kvm_vcpu to exit handlers (and many, many other places)Paolo Bonzini2021-03-151-11/+13
* | x86: Fix various typos in comments, take #2Ingo Molnar2021-03-211-1/+1
* | x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
|/
* KVM: SVM: Move AVIC vCPU kicking snippet to helper functionSean Christopherson2021-02-091-16/+19
* KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]Peter Xu2020-11-151-3/+6
* KVM: SVM: Initialize prev_ga_tag before useSuravee Suthikulpanit2020-10-211-0/+1
* KVM: SVM: use __GFP_ZERO instead of clear_page()Haiwei Li2020-09-281-4/+2
* KVM: SVM: Add vmcb_ prefix to mark_*() functionsJoerg Roedel2020-07-081-1/+1
* KVM: SVM: Move AVIC code to separate fileJoerg Roedel2020-04-031-0/+1027