| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-10 | KVM: x86: Move kvm_irq_delivery_to_apic() from irq.c to lapic.c | Sean Christopherson | 1 | -4/+0 |
| 2025-06-20 | KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APIC | Sean Christopherson | 1 | -0/+9 |
| 2025-06-20 | KVM: x86: Move kvm_setup_default_irq_routing() into irq.c | Sean Christopherson | 1 | -1/+2 |
| 2025-06-20 | KVM: x86: Rename irqchip_kernel() to irqchip_full() | Sean Christopherson | 1 | -9/+9 |
| 2025-06-20 | KVM: x86: Move KVM_{GET,SET}_IRQCHIP ioctl helpers to irq.c | Sean Christopherson | 1 | -0/+3 |
| 2025-06-20 | KVM: x86: Drop superfluous kvm_set_pic_irq() => kvm_pic_set_irq() wrapper | Sean Christopherson | 1 | -0/+2 |
| 2024-06-11 | KVM: x86: Don't re-setup empty IRQ routing when KVM_CAP_SPLIT_IRQCHIP | Yi Wang | 1 | -1/+0 |
| 2021-11-18 | x86/kvm: remove unused ack_notifier callbacks | Juergen Gross | 1 | -1/+0 |
| 2021-08-10 | x86: Fix typo s/ECLR/ELCR/ for the PIC register | Maciej W. Rozycki | 1 | -1/+1 |
| 2020-05-27 | kvm/x86: Remove redundant function implementations | 彭浩(Richard) | 1 | -10/+5 |
| 2020-01-08 | KVM: X86: Move irrelevant declarations out of ioapic.h | Peter Xu | 1 | -0/+3 |
| 2019-07-11 | Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 1 | -13/+1 |
| 2019-07-10 | kvm: x86: Fix -Wmissing-prototypes warnings | Yi Wang | 1 | -1/+0 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320 | Thomas Gleixner | 1 | -13/+1 |
| 2019-05-24 | kvm: Check irqchip mode before assign irqfd | Peter Xu | 1 | -0/+1 |
| 2017-05-02 | KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTING | David Hildenbrand | 1 | -1/+1 |
| 2017-04-12 | KVM: x86: make kvm_pic_reset() static | David Hildenbrand | 1 | -2/+0 |
| 2017-04-12 | KVM: x86: get rid of pic_irqchip() | David Hildenbrand | 1 | -5/+0 |
| 2017-04-12 | KVM: x86: check against irqchip_mode in pic_in_kernel() | David Hildenbrand | 1 | -3/+4 |
| 2017-04-12 | KVM: x86: new irqchip mode KVM_IRQCHIP_INIT_IN_PROGRESS | David Hildenbrand | 1 | -5/+13 |
| 2017-01-09 | KVM: x86: make pic setup code look like ioapic setup | Radim Krčmář | 1 | -2/+2 |
| 2017-01-09 | KVM: x86: decouple irqchip_in_kernel() and pic_irqchip() | Radim Krčmář | 1 | -7/+8 |
| 2016-07-22 | KVM: Move kvm_setup_default/empty_irq_routing declaration in arch specific he... | Eric Auger | 1 | -0/+3 |
| 2016-02-09 | KVM: x86: consolidate different ways to test for in-kernel LAPIC | Paolo Bonzini | 1 | -8/+0 |
| 2015-10-01 | KVM: x86: Add support for local interrupt requests from userspace | Steve Rutherford | 1 | -0/+8 |
| 2015-10-01 | KVM: x86: Split the APIC from the rest of IRQCHIP. | Steve Rutherford | 1 | -1/+10 |
| 2015-10-01 | KVM: x86: introduce lapic_in_kernel | Paolo Bonzini | 1 | -0/+8 |
| 2015-07-30 | KVM: x86: clean/fix memory barriers in irqchip_in_kernel | Paolo Bonzini | 1 | -4/+4 |
| 2015-03-26 | KVM: move iodev.h from virt/kvm/ to include/kvm | Andre Przywara | 1 | -1/+1 |
| 2012-07-20 | KVM: switch to symbolic name for irq_states size | Michael S. Tsirkin | 1 | -1/+1 |
| 2011-09-25 | KVM: Intelligent device lookup on I/O bus | Sasha Levin | 1 | -1/+3 |
| 2011-05-11 | KVM: remove useless function declarations from file arch/x86/kvm/irq.h | Duan Jiong | 1 | -2/+0 |
| 2010-10-24 | KVM: Convert PIC lock from raw spinlock to ordinary spinlock | Avi Kivity | 1 | -1/+1 |
| 2010-09-08 | KVM: i8259: fix migration | Gleb Natapov | 1 | -1/+1 |
| 2010-08-01 | KVM: i8259: reduce excessive abstraction for pic_irq_request() | Avi Kivity | 1 | -4/+0 |
| 2010-04-25 | KVM: x86: Kick VCPU outside PIC lock again | Jan Kiszka | 1 | -0/+1 |
| 2010-03-01 | KVM: Convert i8254/i8259 locks to raw_spinlocks | Thomas Gleixner | 1 | -1/+1 |
| 2010-03-01 | KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrl | Wei Yongjun | 1 | -0/+1 |
| 2009-12-03 | KVM: x86: disallow multiple KVM_CREATE_IRQCHIP | Marcelo Tosatti | 1 | -1/+5 |
| 2009-12-03 | KVM: Move irq sharing information to irqchip level | Gleb Natapov | 1 | -0/+1 |
| 2009-09-10 | KVM: Call kvm_vcpu_kick() inside pic spinlock | Gleb Natapov | 1 | -1/+0 |
| 2009-03-24 | KVM: make irq ack notifications aware of routing table | Marcelo Tosatti | 1 | -0/+2 |
| 2009-02-15 | KVM: x86: fix LAPIC pending count calculation | Marcelo Tosatti | 1 | -1/+0 |
| 2008-12-31 | KVM: Add locking to virtual i8259 interrupt controller | Avi Kivity | 1 | -0/+5 |
| 2008-12-31 | KVM: x86: Fix and refactor NMI watchdog emulation | Jan Kiszka | 1 | -1/+1 |
| 2008-12-31 | KVM: x86: Enable NMI Watchdog via in-kernel PIT source | Jan Kiszka | 1 | -0/+1 |
| 2008-10-15 | KVM: Separate irq ack notification out of arch/x86/kvm/irq.c | Xiantao Zhang | 1 | -8/+0 |
| 2008-10-15 | KVM: PIC: enhance IPI avoidance | Marcelo Tosatti | 1 | -0/+2 |
| 2008-10-15 | KVM: irq ack notification | Marcelo Tosatti | 1 | -1/+2 |
| 2008-10-15 | KVM: Add irq ack notifier list | Avi Kivity | 1 | -0/+5 |
| 2008-10-15 | KVM: Introduce kvm_set_irq to inject interrupts in guests | Amit Shah | 1 | -0/+2 |
| 2008-07-20 | KVM: check injected pic irq within valid pic irqs | Ben-Ami Yassour | 1 | -0/+2 |
| 2008-06-06 | KVM: migrate PIT timer | Marcelo Tosatti | 1 | -0/+2 |
| 2008-04-27 | KVM: hlt emulation should take in-kernel APIC/PIT timers into account | Marcelo Tosatti | 1 | -0/+3 |
| 2008-01-30 | KVM: Move apic timer migration away from critical section | Avi Kivity | 1 | -1/+1 |
| 2008-01-30 | KVM: Move kvm_vcpu_kick() to x86.c | Zhang Xiantao | 1 | -2/+0 |
| 2008-01-30 | KVM: Move irqchip declarations into new ioapic.h and lapic.h | Zhang Xiantao | 1 | -110/+5 |
| 2008-01-30 | KVM: Move arch dependent files to new directory arch/x86/kvm/ | Avi Kivity | 1 | -0/+195 |