summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic/io_apic.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-10x86, irq: Rename gsi_end gsi_top, and fix off by one errorsEric W. Biederman1-6/+6
2010-05-18Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-54/+45
2010-05-05x86, irq: Kill io_apic_renumber_irqEric W. Biederman1-6/+0
2010-05-05x86, acpi/irq: Handle isa irqs that are not identity mapped to gsi's.Eric W. Biederman1-2/+6
2010-05-05x86, ioapic: Simplify probe_nr_irqs_gsi.Eric W. Biederman1-14/+3
2010-05-05x86, ioapic: Optimize pin_2_irqEric W. Biederman1-9/+4
2010-05-05x86, ioapic: Move nr_ioapic_registers calculation to mp_register_ioapic.Eric W. Biederman1-14/+8
2010-05-05x86, ioapic: Teach mp_register_ioapic to compute a global gsi_endEric W. Biederman1-0/+6
2010-05-05x86, ioapic: Fix the types of gsi valuesEric W. Biederman1-2/+2
2010-05-05x86, ioapic: Fix io_apic_redir_entries to return the number of entries.Eric W. Biederman1-3/+7
2010-05-05x86, acpi/irq: Teach acpi_get_override_irq to take a gsi not an isa_irqEric W. Biederman1-9/+14
2010-05-01x86: Fix NULL pointer access in irq_force_complete_move() for Xen guestsPrarit Bhargava1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-16x86: Handle legacy PIC interrupts on all the cpu'sSuresh Siddha1-0/+8
2010-03-08Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-33/+53
2010-03-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-112/+146
2010-02-28x86: Fix out of order of gsiEric W. Biederman1-18/+10
2010-02-27x86: apic: Fix mismerge, add arch_probe_nr_irqs() againIngo Molnar1-0/+22
2010-02-24x86, legacy_irq: Remove duplicate vector assigmentYinghai Lu1-2/+0
2010-02-24x86, legacy_irq: Remove left over nr_legacy_irqsYinghai Lu1-1/+1
2010-02-24x86, ioapic: Early enable ioapic for timer irqJacob Pan1-0/+21
2010-02-23Merge remote branch 'origin/x86/apic' into x86/mrstH. Peter Anvin1-95/+134
2010-02-23Merge branch 'x86/irq' into x86/apicH. Peter Anvin1-39/+64
2010-02-21Merge branch 'x86/urgent' into x86/irqH. Peter Anvin1-3/+51
2010-02-20x86, apic: Remove ioapic_disable_legacy()Jacob Pan1-5/+5
2010-02-20x86, pic: Make use of legacy_pic abstractionJacob Pan1-30/+27
2010-02-20x86, ioapic: Improve handling of i8259A irq initAlek Du1-19/+4
2010-02-19x86, irq: Keep chip_data in create_irq_nr and destroy_irqBrandon Philips1-15/+5
2010-02-18x86, irq: Remove arch_probe_nr_irqsYinghai Lu1-22/+0
2010-02-16x86: Convert i8259_lock to raw_spinlockThomas Gleixner1-2/+2
2010-02-16x86: Convert ioapic_lock and vector_lock to raw_spinlockThomas Gleixner1-53/+53
2010-02-11x86: Avoid race condition in pci_enable_msix()Brandon Phiilps1-13/+5
2010-02-11x86: Fix SCI on IOAPIC != 0Yinghai Lu1-0/+50
2010-02-07x86: Remove trailing spaces in messagesFrans Pop1-1/+1
2010-01-30x86, irq: Move __setup_vector_irq() before the first irq enable in cpu online...Suresh Siddha1-1/+7
2010-01-30x86, irq: Update the vector domain for legacy irqs handled by io-apicSuresh Siddha1-0/+8
2010-01-20x86, irq: Don't block IRQ0_VECTOR..IRQ15_VECTOR's on all cpu'sSuresh Siddha1-23/+10
2010-01-18x86, irq: Use 0x20 for the IRQ_MOVE_CLEANUP_VECTOR instead of 0x1fSuresh Siddha1-2/+2
2010-01-06x86, irq: Check move_in_progress before freeing the vector mappingSuresh Siddha1-0/+7
2010-01-05x86, apic: Don't waste a vector to improve vector spreadH. Peter Anvin1-1/+2
2009-12-30x86: Increase NR_IRQS and nr_irqsYinghai Lu1-1/+1
2009-12-28Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar1-2/+2
2009-12-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-18/+14
2009-12-18x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu systemSuresh Siddha1-18/+14
2009-12-15genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-2/+2
2009-12-09Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+41
2009-12-02x86, ioapic: Document another case when level irq is seen as an edgeSuresh Siddha1-1/+20
2009-12-02x86, ioapic: Fix the EOI register detection mechanismSuresh Siddha1-54/+61
2009-12-02x86, io-apic: Move the effort of clearing remoteIRR explicitly before migrati...Maciej W. Rozycki1-14/+14
2009-11-23x86: Re-get cfg_new in case reuse/move irq_descYinghai Lu1-0/+1