aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-10Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-3/+3
2009-06-07x86, apic: Fix dummy apic read operation together with broken MP handlingCyrill Gorcunov1-1/+8
2009-06-02x86, apic: Restore irqs on fail pathsJiri Slaby1-5/+6
2009-06-02x86: Print real IOAPIC version for x86-64Naga Chumbalkar1-1/+1
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar1-4/+4
2009-05-19x86, io-apic: Don't mark pin_programmed earlyYinghai Lu1-1/+4
2009-05-18x86: don't call read_apic_id if !cpu_has_apicYinghai Lu1-1/+1
2009-05-18x86, apic: introduce io_apic_irq_attrYinghai Lu1-18/+25
2009-05-12x86: read apic ID in the !acpi_lapic caseYinghai Lu2-24/+27
2009-05-12Merge branch 'x86/apic' into irq/numaIngo Molnar4-25/+52
2009-05-11x86: apic: Fixmap apic address even if apic disabledCyrill Gorcunov1-8/+9
2009-05-11x86: display extended apic registers with print_local_APIC and cpu_debug codeAndreas Herrmann2-2/+14
2009-05-11x86: read apic ID in the !acpi_lapic caseYinghai Lu1-10/+21
2009-05-11x86: apic: Check rev 3 fadt correctly for physical_apic bitYinghai Lu1-1/+1
2009-05-11x86/pci: update pirq_enable_irq() to setup io apic routingYinghai Lu1-76/+74
2009-05-11x86/acpi: move setup io apic routing out of CONFIG_ACPI scopeYinghai Lu1-61/+61
2009-05-11x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector()Yinghai Lu1-48/+59
2009-05-11x86/acpi: move pin_programmed bit map to io_apic.cYinghai Lu1-1/+24
2009-05-11Merge commit 'v2.6.30-rc5' into x86/apicIngo Molnar3-2/+20
2009-05-10x86: Fix false positive section mismatch warnings in the apic codeSam Ravnborg1-4/+4
2009-05-03x86: uv - prevent NULL dereference in uv_system_init()Cyrill Gorcunov1-0/+3
2009-05-03x86: uv io-apic - use BUILD_BUG_ON instead of BUG_ONCyrill Gorcunov1-11/+11
2009-05-01x86, apic: use pr_ macroCyrill Gorcunov1-1/+1
2009-05-01Merge branch 'x86/apic' into irq/numaIngo Molnar6-301/+306
2009-05-01x86/irq: use move_irq_desc() in create_irq_nr()Yinghai Lu1-5/+1
2009-04-28x86/irq: change MSI irq_desc to be more numa awareYinghai Lu1-4/+13
2009-04-28irq: change io_apic_set_pci_routing() to use device parameterYinghai Lu1-1/+6
2009-04-28irq: change ACPI GSI APIs to also take a device argumentYinghai Lu1-1/+2
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu1-32/+26
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-23/+41
2009-04-28x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESCYinghai Lu1-52/+4
2009-04-27x86: Use dmi check in apic_is_clustered() on 64-bit to mark the TSC unstableYinghai Lu1-27/+59
2009-04-27x86: apic: Remove duplicated macrosYinghai Lu1-7/+0
2009-04-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+18
2009-04-26Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2009-04-22x86: x2apic, IR: remove reinit_intr_remapped_IO_APIC()Suresh Siddha2-16/+0
2009-04-21x86: avoid theoretical spurious NMI backtraces with CONFIG_CPUMASK_OFFSTACK=yRusty Russell1-1/+1
2009-04-21x86: fix boot crash in NMI watchdog with CONFIG_CPUMASK_OFFSTACK=y and flat APICRusty Russell1-1/+2
2009-04-21x86: x2apic, IR: Clean up panic() with nox2apic boot optionSuresh Siddha1-2/+6
2009-04-21x86: x2apic, IR: Move eoi_ioapic_irq() into a CONFIG_INTR_REMAP sectionSuresh Siddha1-33/+33
2009-04-21x86: x2apic, IR: Clean up X86_X2APIC and INTR_REMAP config checksSuresh Siddha3-40/+13
2009-04-20x86/uv: fix for no memory at paddr 0Jack Steiner1-0/+1
2009-04-20Merge branch 'linus' into x86/urgentIngo Molnar2-2/+20
2009-04-19x86: es7000, uv - use __cpuinit for kicking secondary cpusCyrill Gorcunov2-2/+2
2009-04-19x86, intr-remap: fix x2apic/intr-remap resumeWeidong Han1-6/+9
2009-04-19x86, intr-remap: enable interrupt remapping earlyWeidong Han1-40/+36
2009-04-19x86, intr-remap: fix ack for interrupt remappingWeidong Han1-27/+5
2009-04-17x86/uv: fix init of cpu-less nodesJack Steiner1-0/+14
2009-04-17Merge branch 'linus' into x86/apicIngo Molnar4-5/+26
2009-04-16Merge branch 'x86/uv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...Linus Torvalds1-2/+14