x86: Move ioapic_ids_setup to x86_init_ops
[safe/jmp/linux-2.6] / arch / x86 / kernel / apic / io_apic.c
2009-08-27 Thomas Gleixnerx86: Move ioapic_ids_setup to x86_init_ops
2009-08-04 Jack Steinerx86, UV: Complete IRQ interrupt migration in arch_enabl...
2009-07-10 Yinghai Lux86/pci: insert ioapic resource before assigning unassi...
2009-07-08 Joe PerchesRemove multiple KERN_ prefixes from printk formats
2009-07-02 Ingo Molnarx86: Fix printk call in print_local_apic()
2009-06-23 Weidong HanIntel-IOMMU, intr-remap: source-id checking
2009-06-17 Cyrill Gorcunovx86, ioapic: Don't call disconnect_bsp_APIC if no APIC...
2009-06-17 Jaswinder Singh... x86: apic/io_apic.c: dmar_msi_type should be static
2009-06-17 Figo.zhangx86, io_apic.c: Work around compiler warning
2009-06-12 Yinghai Lux86: use zalloc_cpumask_var in arch_early_irq_init
2009-06-11 Yinghai Luirq/cpumask: make memoryless node zero happy
2009-06-11 Yinghai Lux86: remove some alloc_bootmem_cpumask_var calling
2009-06-10 Linus TorvaldsMerge branch 'x86-cleanups-for-linus' of git://git...
2009-06-02 Naga Chumbalkarx86: Print real IOAPIC version for x86-64
2009-05-19 Yinghai Lux86, io-apic: Don't mark pin_programmed early
2009-05-18 Yinghai Lux86, apic: introduce io_apic_irq_attr
2009-05-12 Yinghai Lux86: read apic ID in the !acpi_lapic case
2009-05-12 Ingo MolnarMerge branch 'x86/apic' into irq/numa
2009-05-11 Andreas Herrmannx86: display extended apic registers with print_local_A...
2009-05-11 Yinghai Lux86/pci: update pirq_enable_irq() to setup io apic...
2009-05-11 Yinghai Lux86/acpi: move setup io apic routing out of CONFIG_ACPI...
2009-05-11 Yinghai Lux86/pci: add 4 more return parameters to IO_APIC_get_PC...
2009-05-11 Yinghai Lux86/acpi: move pin_programmed bit map to io_apic.c
2009-05-11 Ingo MolnarMerge commit 'v2.6.30-rc5' into x86/apic
2009-05-03 Cyrill Gorcunovx86: uv io-apic - use BUILD_BUG_ON instead of BUG_ON
2009-05-01 Ingo MolnarMerge branch 'x86/apic' into irq/numa
2009-05-01 Yinghai Lux86/irq: use move_irq_desc() in create_irq_nr()
2009-04-28 Yinghai Lux86/irq: change MSI irq_desc to be more numa aware
2009-04-28 Yinghai Luirq: change io_apic_set_pci_routing() to use device...
2009-04-28 Yinghai Luirq: change ACPI GSI APIs to also take a device argument
2009-04-28 Yinghai Lux86/irq: change irq_desc_alloc() to take node instead...
2009-04-28 Yinghai Luirq: change ->set_affinity() to return status
2009-04-28 Yinghai Lux86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC
2009-04-22 Suresh Siddhax86: x2apic, IR: remove reinit_intr_remapped_IO_APIC()
2009-04-21 Suresh Siddhax86: x2apic, IR: Move eoi_ioapic_irq() into a CONFIG_IN...
2009-04-21 Suresh Siddhax86: x2apic, IR: Clean up X86_X2APIC and INTR_REMAP...
2009-04-19 Weidong Hanx86, intr-remap: fix ack for interrupt remapping
2009-04-17 Ingo MolnarMerge branch 'linus' into x86/apic
2009-04-14 Pallipadi, Venkateshx86, irq: Remove IRQ_DISABLED check in process context...
2009-04-12 Jaswinder Singh... x86: clean up declarations and variables
2009-04-10 Weidong Hanx86, intr-remap: fix eoi for interrupt remapping withou...
2009-04-09 Gary Hadex86: consolidate SMP code in io_apic.c
2009-04-04 Han, Weidongx2apic/intr-remap: decouple interrupt remapping from...
2009-04-03 Fenghua YuIntel IOMMU Suspend/Resume Support - Interrupt Remapping
2009-04-01 Linus TorvaldsMerge branch 'linux-next' of git://git./linux/kernel...
2009-03-28 Ingo MolnarMerge branches 'x86/apic', 'x86/cleanups' and 'x86...
2009-03-25 Rusty Russellx86: Correct behaviour of irq affinity
2009-03-24 Yinghai Lux86: fix set_extra_move_desc calling
2009-03-24 Ingo MolnarMerge branch 'x86/core' of git://git./linux/kernel...
2009-03-24 Ingo MolnarMerge branches 'x86/apic', 'x86/cleanups', 'x86/mm...
2009-03-22 Jaswinder Singh... x86: apic/io_apic.c define msi_ir_chip and ir_ioapic_ch...
2009-03-22 Dmitri Vorobievx86: Fix a couple of sparse warnings in arch/x86/kernel...
2009-03-20 Bartlomiej Zolnier... x86: fix IO APIC resource allocation error message
2009-03-17 Suresh Siddhax86: fix broken irq migration logic while cleaning...
2009-03-17 Suresh Siddhax86, ioapic: Fix non atomic allocation with interrupts...
2009-03-17 Suresh Siddhax86, x2apic: cleanup ifdef CONFIG_INTR_REMAP in io_apic...
2009-03-17 Suresh Siddhax86, x2apic: cleanup the IO-APIC level migration with...
2009-03-17 Suresh Siddhax86, x2apic: use virtual wire A mode in disable_IO_APIC...
2009-03-17 Suresh Siddhax86, x2apic: enable fault handling for intr-remapping
2009-02-17 Ingo Molnarx86, apic: move APIC drivers to arch/x86/kernel/apic/*