aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/irq.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-02KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand1-1/+1
2017-04-12KVM: x86: make kvm_pic_reset() staticDavid Hildenbrand1-2/+0
2017-04-12KVM: x86: get rid of pic_irqchip()David Hildenbrand1-5/+0
2017-04-12KVM: x86: check against irqchip_mode in pic_in_kernel()David Hildenbrand1-3/+4
2017-04-12KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESSDavid Hildenbrand1-5/+13
2017-01-09KVM: x86: make pic setup code look like ioapic setupRadim Krčmář1-2/+2
2017-01-09KVM: x86: decouple irqchip_in_kernel() and pic_irqchip()Radim Krčmář1-7/+8
2016-07-22KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific headerEric Auger1-0/+3
2016-02-09KVM: x86: consolidate different ways to test for in-kernel LAPICPaolo Bonzini1-8/+0
2015-10-01KVM: x86: Add support for local interrupt requests from userspaceSteve Rutherford1-0/+8
2015-10-01KVM: x86: Split the APIC from the rest of IRQCHIP.Steve Rutherford1-1/+10
2015-10-01KVM: x86: introduce lapic_in_kernelPaolo Bonzini1-0/+8
2015-07-30KVM: x86: clean/fix memory barriers in irqchip_in_kernelPaolo Bonzini1-4/+4
2015-03-26KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara1-1/+1
2012-07-20KVM: switch to symbolic name for irq_states sizeMichael S. Tsirkin1-1/+1
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin1-1/+3
2011-05-11KVM: remove useless function declarations from file arch/x86/kvm/irq.hDuan Jiong1-2/+0
2010-10-24KVM: Convert PIC lock from raw spinlock to ordinary spinlockAvi Kivity1-1/+1
2010-09-08KVM: i8259: fix migrationGleb Natapov1-1/+1
2010-08-01KVM: i8259: reduce excessive abstraction for pic_irq_request()Avi Kivity1-4/+0
2010-04-25KVM: x86: Kick VCPU outside PIC lock againJan Kiszka1-0/+1
2010-03-01KVM: Convert i8254/i8259 locks to raw_spinlocksThomas Gleixner1-1/+1
2010-03-01KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun1-0/+1
2009-12-03KVM: x86: disallow multiple KVM_CREATE_IRQCHIPMarcelo Tosatti1-1/+5
2009-12-03KVM: Move irq sharing information to irqchip levelGleb Natapov1-0/+1
2009-09-10KVM: Call kvm_vcpu_kick() inside pic spinlockGleb Natapov1-1/+0
2009-03-24KVM: make irq ack notifications aware of routing tableMarcelo Tosatti1-0/+2
2009-02-15KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti1-1/+0
2008-12-31KVM: Add locking to virtual i8259 interrupt controllerAvi Kivity1-0/+5
2008-12-31KVM: x86: Fix and refactor NMI watchdog emulationJan Kiszka1-1/+1
2008-12-31KVM: x86: Enable NMI Watchdog via in-kernel PIT sourceJan Kiszka1-0/+1
2008-10-15KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang1-8/+0
2008-10-15KVM: PIC: enhance IPI avoidanceMarcelo Tosatti1-0/+2
2008-10-15KVM: irq ack notificationMarcelo Tosatti1-1/+2
2008-10-15KVM: Add irq ack notifier listAvi Kivity1-0/+5
2008-10-15KVM: Introduce kvm_set_irq to inject interrupts in guestsAmit Shah1-0/+2
2008-07-20KVM: check injected pic irq within valid pic irqsBen-Ami Yassour1-0/+2
2008-06-06KVM: migrate PIT timerMarcelo Tosatti1-0/+2
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti1-0/+3
2008-01-30KVM: Move apic timer migration away from critical sectionAvi Kivity1-1/+1
2008-01-30KVM: Move kvm_vcpu_kick() to x86.cZhang Xiantao1-2/+0
2008-01-30KVM: Move irqchip declarations into new ioapic.h and lapic.hZhang Xiantao1-110/+5
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity1-0/+195