aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/irq.c
AgeCommit message (Expand)Author
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson
2022-12-02KVM: x86: remove unnecessary exportsPaolo Bonzini
2022-11-09KVM: replace direct irq.h inclusionPaolo Bonzini
2022-04-02KVM: x86/xen: handle PV timers oneshot modeJoao Martins
2021-02-04KVM: x86/xen: Add event channel interrupt vector upcallDavid Woodhouse
2021-02-04KVM: x86: use static calls to reduce kvm_x86_ops overheadJason Baron
2020-11-27KVM: x86: Fix split-irqchip vs interrupt injection window requestPaolo Bonzini
2020-11-27KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extintPaolo Bonzini
2020-06-01KVM: nSVM: extract svm_set_gifPaolo Bonzini
2020-05-15KVM: nVMX: Migrate the VMX-preemption timerJim Mattson
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner
2019-05-24kvm: Check irqchip mode before assign irqfdPeter Xu
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