summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/io_apic.c
Commit message (Expand)AuthorAgeFilesLines
* x86: use zalloc_cpumask_var in arch_early_irq_initYinghai Lu2009-06-111-2/+2
* irq/cpumask: make memoryless node zero happyYinghai Lu2009-06-111-2/+4
* x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu2009-06-111-2/+2
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-101-0/+1
|\
| * x86: clean up declarations and variablesJaswinder Singh Rajput2009-04-121-0/+1
* | x86: Print real IOAPIC version for x86-64Naga Chumbalkar2009-06-021-1/+1
* | x86, io-apic: Don't mark pin_programmed earlyYinghai Lu2009-05-191-1/+4
* | x86, apic: introduce io_apic_irq_attrYinghai Lu2009-05-181-18/+25
* | x86: read apic ID in the !acpi_lapic caseYinghai Lu2009-05-121-0/+5
* | Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-121-12/+24
|\ \
| * | x86: display extended apic registers with print_local_APIC and cpu_debug codeAndreas Herrmann2009-05-111-1/+13
| * | Merge commit 'v2.6.30-rc5' into x86/apicIngo Molnar2009-05-111-0/+2
| |\ \
| * | | x86: uv io-apic - use BUILD_BUG_ON instead of BUG_ONCyrill Gorcunov2009-05-031-11/+11
* | | | x86/pci: update pirq_enable_irq() to setup io apic routingYinghai Lu2009-05-111-76/+74
* | | | x86/acpi: move setup io apic routing out of CONFIG_ACPI scopeYinghai Lu2009-05-111-61/+61
* | | | x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector()Yinghai Lu2009-05-111-48/+59
* | | | x86/acpi: move pin_programmed bit map to io_apic.cYinghai Lu2009-05-111-1/+24
* | | | Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-011-191/+150
|\ \ \ \ | |/ / /
| * | | x86: x2apic, IR: remove reinit_intr_remapped_IO_APIC()Suresh Siddha2009-04-221-14/+0
| * | | x86: x2apic, IR: Move eoi_ioapic_irq() into a CONFIG_INTR_REMAP sectionSuresh Siddha2009-04-211-33/+33
| * | | x86: x2apic, IR: Clean up X86_X2APIC and INTR_REMAP config checksSuresh Siddha2009-04-211-2/+0
| * | | x86, intr-remap: fix ack for interrupt remappingWeidong Han2009-04-191-27/+5
| * | | Merge branch 'linus' into x86/apicIngo Molnar2009-04-171-1/+4
| |\ \ \
| * | | | x86: consolidate SMP code in io_apic.cGary Hade2009-04-091-114/+109
| | |_|/ | |/| |
* | | | x86/irq: use move_irq_desc() in create_irq_nr()Yinghai Lu2009-05-011-5/+1
* | | | x86/irq: change MSI irq_desc to be more numa awareYinghai Lu2009-04-281-4/+13
* | | | irq: change io_apic_set_pci_routing() to use device parameterYinghai Lu2009-04-281-1/+6
* | | | irq: change ACPI GSI APIs to also take a device argumentYinghai Lu2009-04-281-1/+2
* | | | x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu2009-04-281-32/+26
* | | | irq: change ->set_affinity() to return statusYinghai Lu2009-04-281-23/+41
* | | | x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESCYinghai Lu2009-04-281-52/+4
| |_|/ |/| |
* | | x86, irq: Remove IRQ_DISABLED check in process context IRQ movePallipadi, Venkatesh2009-04-141-0/+2
| |/ |/|
* | x86, intr-remap: fix eoi for interrupt remapping without x2apicWeidong Han2009-04-101-1/+4
|/
* x2apic/intr-remap: decouple interrupt remapping from x2apicHan, Weidong2009-04-041-5/+24
* Intel IOMMU Suspend/Resume Support - Interrupt RemappingFenghua Yu2009-04-031-41/+70
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-04-011-0/+4
*-. Merge branches 'x86/apic', 'x86/cleanups' and 'x86/mm' into x86/coreIngo Molnar2009-03-281-5/+4
|\ \
| * \ Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw...Ingo Molnar2009-03-241-5/+4
| |\ \ | | |/ | |/|
| | * x86: apic/io_apic.c define msi_ir_chip and ir_ioapic_chip all the timeJaswinder Singh Rajput2009-03-231-5/+4
* | | x86: Correct behaviour of irq affinityRusty Russell2009-03-251-2/+3
* | | x86: fix set_extra_move_desc callingYinghai Lu2009-03-241-1/+2
|/ /
| |
| \
*-. \ Merge branches 'x86/apic', 'x86/cleanups', 'x86/mm', 'x86/pat', 'x86/setup' a...Ingo Molnar2009-03-241-2/+2
|\ \ \ | | |/
| * | x86: Fix a couple of sparse warnings in arch/x86/kernel/apic/io_apic.cDmitri Vorobiev2009-03-221-2/+2
| |/
* | x86: fix IO APIC resource allocation error messageBartlomiej Zolnierkiewicz2009-03-201-3/+6
|/
* x86: fix broken irq migration logic while cleaning up multiple vectorsSuresh Siddha2009-03-171-0/+13
* x86, ioapic: Fix non atomic allocation with interrupts disabledSuresh Siddha2009-03-171-11/+23
* x86, x2apic: cleanup ifdef CONFIG_INTR_REMAP in io_apic codeSuresh Siddha2009-03-171-34/+10
* x86, x2apic: cleanup the IO-APIC level migration with interrupt-remappingSuresh Siddha2009-03-171-91/+65
* x86, x2apic: use virtual wire A mode in disable_IO_APIC() with interrupt-rema...Suresh Siddha2009-03-171-2/+10
* x86, x2apic: enable fault handling for intr-remappingSuresh Siddha2009-03-171-2/+7
OpenPOWER on IntegriCloud