summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/irq.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand2017-05-021-1/+1
* KVM: x86: make kvm_pic_reset() staticDavid Hildenbrand2017-04-121-2/+0
* KVM: x86: get rid of pic_irqchip()David Hildenbrand2017-04-121-5/+0
* KVM: x86: check against irqchip_mode in pic_in_kernel()David Hildenbrand2017-04-121-3/+4
* KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESSDavid Hildenbrand2017-04-121-5/+13
* KVM: x86: make pic setup code look like ioapic setupRadim Krčmář2017-01-091-2/+2
* KVM: x86: decouple irqchip_in_kernel() and pic_irqchip()Radim Krčmář2017-01-091-7/+8
* KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific he...Eric Auger2016-07-221-0/+3
* KVM: x86: consolidate different ways to test for in-kernel LAPICPaolo Bonzini2016-02-091-8/+0
* KVM: x86: Add support for local interrupt requests from userspaceSteve Rutherford2015-10-011-0/+8
* KVM: x86: Split the APIC from the rest of IRQCHIP.Steve Rutherford2015-10-011-1/+10
* KVM: x86: introduce lapic_in_kernelPaolo Bonzini2015-10-011-0/+8
* KVM: x86: clean/fix memory barriers in irqchip_in_kernelPaolo Bonzini2015-07-301-4/+4
* KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara2015-03-261-1/+1
* KVM: switch to symbolic name for irq_states sizeMichael S. Tsirkin2012-07-201-1/+1
* KVM: Intelligent device lookup on I/O busSasha Levin2011-09-251-1/+3
* KVM: remove useless function declarations from file arch/x86/kvm/irq.hDuan Jiong2011-05-111-2/+0
* KVM: Convert PIC lock from raw spinlock to ordinary spinlockAvi Kivity2010-10-241-1/+1
* KVM: i8259: fix migrationGleb Natapov2010-09-081-1/+1
* KVM: i8259: reduce excessive abstraction for pic_irq_request()Avi Kivity2010-08-011-4/+0
* KVM: x86: Kick VCPU outside PIC lock againJan Kiszka2010-04-251-0/+1
* KVM: Convert i8254/i8259 locks to raw_spinlocksThomas Gleixner2010-03-011-1/+1
* KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun2010-03-011-0/+1
* KVM: x86: disallow multiple KVM_CREATE_IRQCHIPMarcelo Tosatti2009-12-031-1/+5
* KVM: Move irq sharing information to irqchip levelGleb Natapov2009-12-031-0/+1
* KVM: Call kvm_vcpu_kick() inside pic spinlockGleb Natapov2009-09-101-1/+0
* KVM: make irq ack notifications aware of routing tableMarcelo Tosatti2009-03-241-0/+2
* KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti2009-02-151-1/+0
* KVM: Add locking to virtual i8259 interrupt controllerAvi Kivity2008-12-311-0/+5
* KVM: x86: Fix and refactor NMI watchdog emulationJan Kiszka2008-12-311-1/+1
* KVM: x86: Enable NMI Watchdog via in-kernel PIT sourceJan Kiszka2008-12-311-0/+1
* KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang2008-10-151-8/+0
* KVM: PIC: enhance IPI avoidanceMarcelo Tosatti2008-10-151-0/+2
* KVM: irq ack notificationMarcelo Tosatti2008-10-151-1/+2
* KVM: Add irq ack notifier listAvi Kivity2008-10-151-0/+5
* KVM: Introduce kvm_set_irq to inject interrupts in guestsAmit Shah2008-10-151-0/+2
* KVM: check injected pic irq within valid pic irqsBen-Ami Yassour2008-07-201-0/+2
* KVM: migrate PIT timerMarcelo Tosatti2008-06-061-0/+2
* KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti2008-04-271-0/+3
* KVM: Move apic timer migration away from critical sectionAvi Kivity2008-01-301-1/+1
* KVM: Move kvm_vcpu_kick() to x86.cZhang Xiantao2008-01-301-2/+0
* KVM: Move irqchip declarations into new ioapic.h and lapic.hZhang Xiantao2008-01-301-110/+5
* KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity2008-01-301-0/+195