aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner1-13/+1
2019-05-24kvm: Check irqchip mode before assign irqfdPeter Xu1-0/+7
2018-03-28KVM: x86: Rename interrupt.pending to interrupt.injectedLiran Alon1-2/+24
2018-01-16KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interruptsLiran Alon1-1/+1
2017-04-12KVM: x86: get rid of pic_irqchip()David Hildenbrand1-1/+1
2016-07-14x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-02-09KVM: x86: consolidate "has lapic" checks into irq.cPaolo Bonzini1-3/+6
2015-11-25kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin1-1/+1
2015-10-01KVM: x86: Add support for local interrupt requests from userspaceSteve Rutherford1-6/+26
2015-10-01KVM: x86: introduce lapic_in_kernelPaolo Bonzini1-3/+3
2015-10-01KVM: x86: replace vm_has_apicv hook with cpu_uses_apicvPaolo Bonzini1-1/+1
2014-08-05KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in useWanpeng Li1-1/+1
2014-04-22KVM: nVMX: Ack and write vector info to intr_info if L1 asks us toBandan Das1-0/+1
2013-01-29x86, apicv: add virtual interrupt delivery supportYang Zhang1-5/+51
2012-12-14KVM: remove unused variable.Gleb Natapov1-4/+0
2012-12-13KVM: inject ExtINT interrupt before APIC interruptsGleb Natapov1-18/+8
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser1-1/+1
2010-10-24KVM: pit: Do not check pending pit timer in vcpu threadJason Wang1-6/+1
2010-08-01KVM: x86: Introduce a workqueue to deliver PIT timer interruptsChris Lalancette1-1/+0
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity1-0/+1
2009-06-10KVM: Remove irq_pending bitmapGleb Natapov1-2/+2
2009-06-10KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip tooGleb Natapov1-0/+7
2009-02-15KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti1-7/+0
2008-10-15KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang1-33/+0
2008-10-15KVM: PIT: fix injection logic and countMarcelo Tosatti1-1/+0
2008-10-15KVM: irq ack notificationMarcelo Tosatti1-1/+1
2008-10-15KVM: Add irq ack notifier listAvi Kivity1-0/+22
2008-10-15KVM: Introduce kvm_set_irq to inject interrupts in guestsAmit Shah1-0/+11
2008-06-06KVM: migrate PIT timerMarcelo Tosatti1-0/+6
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti1-0/+15
2008-04-27KVM: In kernel PIT modelSheng Yang1-0/+3
2008-01-30KVM: Move kvm_vcpu_kick() to x86.cZhang Xiantao1-20/+0
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity1-0/+98