aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/irq.h
AgeCommit message (Expand)Author
2021-11-18x86/kvm: remove unused ack_notifier callbacksJuergen Gross
2021-08-10x86: Fix typo s/ECLR/ELCR/ for the PIC registerMaciej W. Rozycki
2020-05-27kvm/x86: Remove redundant function implementations彭浩(Richard)
2020-01-08KVM: X86: Move irrelevant declarations out of ioapic.hPeter Xu
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2019-07-10kvm: x86: Fix -Wmissing-prototypes warningsYi Wang
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner
2019-05-24kvm: Check irqchip mode before assign irqfdPeter Xu
2017-05-02KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTINGDavid Hildenbrand
2017-04-12KVM: x86: make kvm_pic_reset() staticDavid Hildenbrand
2017-04-12KVM: x86: get rid of pic_irqchip()David Hildenbrand
2017-04-12KVM: x86: check against irqchip_mode in pic_in_kernel()David Hildenbrand
2017-04-12KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESSDavid Hildenbrand
2017-01-09KVM: x86: make pic setup code look like ioapic setupRadim Krčmář
2017-01-09KVM: x86: decouple irqchip_in_kernel() and pic_irqchip()Radim Krčmář
2016-07-22KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific he...Eric Auger
2016-02-09KVM: x86: consolidate different ways to test for in-kernel LAPICPaolo Bonzini
2015-10-01KVM: x86: Add support for local interrupt requests from userspaceSteve Rutherford
2015-10-01KVM: x86: Split the APIC from the rest of IRQCHIP.Steve Rutherford
2015-10-01KVM: x86: introduce lapic_in_kernelPaolo Bonzini
2015-07-30KVM: x86: clean/fix memory barriers in irqchip_in_kernelPaolo Bonzini
2015-03-26KVM: move iodev.h from virt/kvm/ to include/kvmAndre Przywara
2012-07-20KVM: switch to symbolic name for irq_states sizeMichael S. Tsirkin
2011-09-25KVM: Intelligent device lookup on I/O busSasha Levin
2011-05-11KVM: remove useless function declarations from file arch/x86/kvm/irq.hDuan Jiong
2010-10-24KVM: Convert PIC lock from raw spinlock to ordinary spinlockAvi Kivity
2010-09-08KVM: i8259: fix migrationGleb Natapov
2010-08-01KVM: i8259: reduce excessive abstraction for pic_irq_request()Avi Kivity
2010-04-25KVM: x86: Kick VCPU outside PIC lock againJan Kiszka
2010-03-01KVM: Convert i8254/i8259 locks to raw_spinlocksThomas Gleixner
2010-03-01KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun
2009-12-03KVM: x86: disallow multiple KVM_CREATE_IRQCHIPMarcelo Tosatti
2009-12-03KVM: Move irq sharing information to irqchip levelGleb Natapov
2009-09-10KVM: Call kvm_vcpu_kick() inside pic spinlockGleb Natapov
2009-03-24KVM: make irq ack notifications aware of routing tableMarcelo Tosatti
2009-02-15KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti
2008-12-31KVM: Add locking to virtual i8259 interrupt controllerAvi Kivity
2008-12-31KVM: x86: Fix and refactor NMI watchdog emulationJan Kiszka
2008-12-31KVM: x86: Enable NMI Watchdog via in-kernel PIT sourceJan Kiszka
2008-10-15KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang
2008-10-15KVM: PIC: enhance IPI avoidanceMarcelo 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-07-20KVM: check injected pic irq within valid pic irqsBen-Ami Yassour
2008-06-06KVM: migrate PIT timerMarcelo Tosatti
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti
2008-01-30KVM: Move apic timer migration away from critical sectionAvi Kivity
2008-01-30KVM: Move kvm_vcpu_kick() to x86.cZhang Xiantao
2008-01-30KVM: Move irqchip declarations into new ioapic.h and lapic.hZhang Xiantao