summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/posted_intr.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-08KVM: VMX: Read Posted Interrupt "control" exactly once per loop iterationSean Christopherson1-3/+3
2022-03-08KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guestPaolo Bonzini1-1/+2
2022-01-27KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlockMarcelo Tosatti1-8/+8
2021-12-08KVM: x86: Use a stable condition around all VT-d PI pathsPaolo Bonzini1-9/+11
2021-05-27KVM: VMX: update vcpu posted-interrupt descriptor when assigning deviceMarcelo Tosatti1-0/+14
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2021-02-04KVM: VMX: Use x2apic_mode to avoid RDMSR when querying PI stateSean Christopherson1-3/+3
2020-10-24KVM: vmx: rename pi_init to avoid conflict with paridePaolo Bonzini1-1/+1
2020-09-28KVM: VMX: Extract posted interrupt support to separate filesXiaoyao Li1-0/+332