summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm/avic.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: Refresh AVIC configuration when changing APIC modeSuravee Suthikulpanit2022-06-241-0/+12
* KVM: SVM: Do not support updating APIC ID when in x2APIC modeSuravee Suthikulpanit2022-06-241-1/+10
* KVM: SVM: Update avic_kick_target_vcpus to support 32-bit APIC IDSuravee Suthikulpanit2022-06-241-2/+8
* KVM: SVM: Update max number of vCPUs supported for x2AVIC modeSuravee Suthikulpanit2022-06-241-3/+5
* KVM: SVM: Detect X2APIC virtualization (x2AVIC) supportSuravee Suthikulpanit2022-06-241-0/+45
* KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELDSuravee Suthikulpanit2022-06-241-2/+2
* KVM: SEV: fix misplaced closing parenthesisPaolo Bonzini2022-06-151-2/+2
* KVM: x86: SVM: drop preempt-safe wrappers for avic_vcpu_load/putMaxim Levitsky2022-06-091-23/+4
* KVM: x86: SVM: fix avic_kick_target_vcpus_fastMaxim Levitsky2022-06-091-36/+69
* KVM: x86: SVM: remove avic's broken code that updated APIC IDMaxim Levitsky2022-06-091-35/+0
* KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC baseMaxim Levitsky2022-06-091-1/+3
* KVM: SVM: Introduce trace point for the slow-path of avic_kic_target_vcpusSuravee Suthikulpanit2022-04-291-0/+2
* KVM: SVM: Use target APIC ID to complete AVIC IRQs when possibleSuravee Suthikulpanit2022-04-291-4/+68
* Merge branch 'kvm-older-features' into HEADPaolo Bonzini2022-04-131-2/+8
|\
| * KVM: x86: SVM: allow AVIC to co-exist with a nested guest runningMaxim Levitsky2022-04-021-0/+7
| * KVM: x86: SVM: use vmcb01 in init_vmcbMaxim Levitsky2022-04-021-2/+1
* | KVM: SVM: Do not activate AVIC for SEV-enabled guestSuravee Suthikulpanit2022-04-111-1/+2
|/
* KVM: x86: Make APICv inhibit reasons an enum and cleanup namingSean Christopherson2022-04-021-2/+2
* KVM: SVM: fix panic on out-of-bounds guest IRQYi Wang2022-04-021-2/+8
* KVM: SVM: Allow AVIC support on system w/ physical APIC ID > 255Suravee Suthikulpanit2022-03-081-6/+1
* KVM: SVM: Disable preemption across AVIC load/put during APICv refreshSean Christopherson2022-03-011-46/+55
* KVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualization failureSean Christopherson2022-03-011-11/+11
* KVM: SVM: Use common kvm_apic_write_nodecode() for AVIC write trapsSean Christopherson2022-03-011-9/+7
* KVM: x86: allow defining return-0 static callsPaolo Bonzini2022-02-181-5/+0
* KVM: x86: make several APIC virtualization callbacks optionalPaolo Bonzini2022-02-181-18/+0
* KVM: SVM: Rename AVIC helpers to use "avic" prefix instead of "svm"Sean Christopherson2022-02-141-14/+14
* 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