summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/lapic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Avoid theoretical NULL pointer dereference in kvm_irq_delivery_to_a...Vitaly Kuznetsov2022-03-291-0/+4
* KVM: x86: Make kvm_lapic_set_reg() a "private" xAPIC helperSean Christopherson2022-03-011-0/+10
* KVM: x86: Treat x2APIC's ICR as a 64-bit register, not two 32-bit regsSean Christopherson2022-03-011-23/+84
* KVM: x86: Add helpers to handle 64-bit APIC MSR read/writesSean Christopherson2022-03-011-30/+29
* KVM: x86: Make kvm_lapic_reg_{read,write}() staticSean Christopherson2022-03-011-5/+3
* KVM: x86: WARN if KVM emulates an IPI without clearing the BUSY flagSean Christopherson2022-03-011-1/+9
* KVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualization failureSean Christopherson2022-03-011-0/+1
* KVM: x86: Use "raw" APIC register read for handling APIC-write VM-ExitSean Christopherson2022-03-011-3/+1
* KVM: VMX: Handle APIC-write offset wrangling in VMX codeSean Christopherson2022-03-011-3/+0
* KVM: x86: Do not change ICR on write to APIC_SELF_IPIPaolo Bonzini2022-03-011-4/+3
* KVM: x86: Fix emulation in writing cr8Zhenzhong Duan2022-03-011-4/+1
* KVM: x86: make several APIC virtualization callbacks optionalPaolo Bonzini2022-02-181-14/+10
* KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertisedWanpeng Li2022-02-101-1/+2
* KVM: x86: Use static_call() for .vcpu_deliver_sipi_vector()Sean Christopherson2022-02-101-1/+1
* KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibi...Maxim Levitsky2022-02-081-1/+6
* KVM: x86: Move delivery of non-APICv interrupt into vendor codeSean Christopherson2022-02-011-8/+2
* KVM: LAPIC: Also cancel preemption timer during SET_LAPICWanpeng Li2022-01-261-1/+1
* KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpersSean Christopherson2022-01-191-2/+0
* KVM: x86: add a tracepoint for APICv/AVIC interrupt deliveryMaxim Levitsky2021-12-091-0/+3
* KVM: Clear pv eoi pending bit only when it is setLi RongQing2021-12-081-21/+19
* KVM: x86: don't print when fail to read/write pv eoi memoryLi RongQing2021-12-081-12/+6
* KVM: Add helpers to wake/query blocking vCPUSean Christopherson2021-12-081-1/+1
* KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier2021-12-081-3/+3
* KVM: x86: check PIR even for vCPUs with disabled APICvPaolo Bonzini2021-11-301-1/+1
* Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini2021-11-111-9/+14
|\
| * KVM: x86: Don't update vcpu->arch.pv_eoi.msr_val when a bogus value was writt...Vitaly Kuznetsov2021-11-111-8/+13
| * KVM: x86: Rename kvm_lapic_enable_pv_eoi()Vitaly Kuznetsov2021-11-111-1/+1
* | KVM: x86: WARN if APIC HW/SW disable static keys are non-zero on unloadSean Christopherson2021-10-181-0/+2
* | Revert "KVM: x86: Open code necessary bits of kvm_lapic_set_base() at vCPU RE...Sean Christopherson2021-10-181-7/+11
|/
* KVM: x86: Consolidate APIC base RESET initialization codeSean Christopherson2021-08-021-5/+7
* KVM: x86: Open code necessary bits of kvm_lapic_set_base() at vCPU RESETSean Christopherson2021-08-021-9/+6
* KVM: x86: Set BSP bit in reset BSP vCPU's APIC base by defaultSean Christopherson2021-08-021-2/+5
* KVM: x86: Don't force set BSP bit when local APIC is managed by userspaceSean Christopherson2021-08-021-3/+0
* KVM: x86: Remove defunct BSP "update" in local APIC resetSean Christopherson2021-08-021-3/+1
* KVM: x86: WARN if the APIC map is dirty without an in-kernel local APICSean Christopherson2021-08-021-0/+3
* KVM: LAPIC: Keep stored TMCCT register value 0 after KVM_SET_LAPICWanpeng Li2021-06-171-0/+1
* KVM: x86: Add a return code to kvm_apic_accept_eventsJim Mattson2021-06-171-5/+6
* kvm: LAPIC: Restore guard to prevent illegal APIC register accessJim Mattson2021-06-091-0/+3
* KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timerWanpeng Li2021-06-081-6/+11
* KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCKMarcelo Tosatti2021-05-271-1/+1
* KVM: LAPIC: Narrow the timer latency between wait_lapic_expire and world switchWanpeng Li2021-05-271-3/+11
* KVM: LAPIC: Accurately guarantee busy wait for timer to expire when using hv_...Wanpeng Li2021-05-031-1/+1
* KVM: x86: Properly handle APF vs disabled LAPIC situationVitaly Kuznetsov2021-04-261-0/+6
* KVM: x86: Handle triple fault in L2 without killing L1Sean Christopherson2021-03-151-1/+1
* KVM: LAPIC: Advancing the timer expiration on guest initiated writeWanpeng Li2021-03-121-0/+1
* KVM: x86: Ensure deadline timer has truly expired before posting its IRQSean Christopherson2021-03-051-1/+10
* KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V contextVitaly Kuznetsov2021-02-091-2/+3
* KVM: x86: hyper-v: Rename vcpu_to_synic()/synic_to_vcpu()Vitaly Kuznetsov2021-02-091-2/+2
* KVM: x86: use static calls to reduce kvm_x86_ops overheadJason Baron2021-02-041-15/+15
* KVM: Stop using deprecated jump label APIsCun Li2021-02-041-16/+9