aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/irq.c
AgeCommit message (Expand)Author
2018-03-28KVM: x86: Rename interrupt.pending to interrupt.injectedLiran Alon
2018-01-16KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interruptsLiran Alon
2017-04-12KVM: x86: get rid of pic_irqchip()David Hildenbrand
2016-07-14x86/kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-02-09KVM: x86: consolidate "has lapic" checks into irq.cPaolo Bonzini
2015-11-25kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin
2015-10-01KVM: x86: Add support for local interrupt requests from userspaceSteve Rutherford
2015-10-01KVM: x86: introduce lapic_in_kernelPaolo Bonzini
2015-10-01KVM: x86: replace vm_has_apicv hook with cpu_uses_apicvPaolo Bonzini
2014-08-05KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in useWanpeng Li
2014-04-22KVM: nVMX: Ack and write vector info to intr_info if L1 asks us toBandan Das
2013-01-29x86, apicv: add virtual interrupt delivery supportYang Zhang
2012-12-14KVM: remove unused variable.Gleb Natapov
2012-12-13KVM: inject ExtINT interrupt before APIC interruptsGleb Natapov
2010-10-24KVM: fix typo in copyright noticeNicolas Kaiser
2010-10-24KVM: pit: Do not check pending pit timer in vcpu threadJason Wang
2010-08-01KVM: x86: Introduce a workqueue to deliver PIT timer interruptsChris Lalancette
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity
2009-06-10KVM: Remove irq_pending bitmapGleb Natapov
2009-06-10KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip tooGleb Natapov
2009-02-15KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti
2008-10-15KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang
2008-10-15KVM: PIT: fix injection logic and countMarcelo Tosatti
2008-10-15KVM: irq ack notificationMarcelo Tosatti
2008-10-15KVM: Add irq ack notifier listAvi Kivity
2008-10-15KVM: Introduce kvm_set_irq to inject interrupts in guestsAmit Shah
2008-06-06KVM: migrate PIT timerMarcelo Tosatti
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti
2008-04-27KVM: In kernel PIT modelSheng Yang
2008-01-30KVM: Move kvm_vcpu_kick() to x86.cZhang Xiantao
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity