aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic
AgeCommit message (Expand)AuthorFilesLines
2009-03-18x86: add x2apic_wrmsr_fence() to x2apic flush tlb pathsSuresh Siddha2-0/+12
2009-03-17x86: fix broken irq migration logic while cleaning up multiple vectorsSuresh Siddha1-0/+13
2009-03-17x86, ioapic: Fix non atomic allocation with interrupts disabledSuresh Siddha2-16/+29
2009-03-17x86, x2apic: cleanup ifdef CONFIG_INTR_REMAP in io_apic codeSuresh Siddha2-36/+10
2009-03-17x86, x2apic: cleanup the IO-APIC level migration with interrupt-remappingSuresh Siddha1-91/+65
2009-03-17x86, x2apic: fix clear_local_APIC() in the presence of x2apicSuresh Siddha1-7/+2
2009-03-17x86, x2apic: use virtual wire A mode in disable_IO_APIC() with interrupt-remappingSuresh Siddha1-2/+10
2009-03-17x86, x2apic: enable fault handling for intr-remappingSuresh Siddha2-2/+16
2009-03-13cpumask: remove x86 cpumask_t uses.Rusty Russell3-9/+9
2009-03-13cpumask: remove cpumask_t assignment from vector_allocation_domain()Rusty Russell4-4/+8
2009-03-13cpumask: clean up summit's send_IPI functionsRusty Russell1-7/+3
2009-03-13cpumask: use new cpumask functions throughout x86Rusty Russell3-12/+12
2009-03-13cpumask: convert arch/x86/kernel/nmi.c's backtrace_mask to a cpumask_var_tRusty Russell1-5/+6
2009-03-13cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: x86Rusty Russell2-2/+2
2009-03-05Merge branch 'x86/mce2' into x86/coreIngo Molnar1-0/+15
2009-03-03Merge branch 'x86/core' into x86/mce2H. Peter Anvin1-33/+24
2009-03-02x86_32: apic/numaq_32, fix section mismatchJiri Slaby1-1/+1
2009-03-02x86_32: apic/summit_32, fix section mismatchJiri Slaby1-9/+9
2009-03-02x86_32: apic/es7000_32, fix section mismatchJiri Slaby1-20/+17
2009-03-02x86_32: apic/summit_32, fix cpu_mask_to_apicidJiri Slaby1-21/+9
2009-03-02x86_32: apic/es7000_32, fix cpu_mask_to_apicidJiri Slaby1-20/+10
2009-03-02x86_32: apic/es7000_32, cpu_mask_to_apicid cleanupJiri Slaby1-42/+4
2009-03-02x86_32: apic/bigsmp_32, de-inline functionsJiri Slaby1-23/+17
2009-02-26x86: fix !ACPI build for es7000_32.cIngo Molnar1-2/+9
2009-02-26x86: apic: simplify secondary CPU wakeup methods, fixIngo Molnar1-17/+18
2009-02-26x86: apic: simplify secondary CPU wakeup methodsIngo Molnar9-12/+3
2009-02-26Merge branch 'x86/core' into perfcounters/coreIngo Molnar6-56/+42
2009-02-26x86: remove update_apic from x86_quirksYinghai Lu10-64/+115
2009-02-24Merge branch 'x86/core' into x86/mce2H. Peter Anvin15-0/+11215
2009-02-24x86_32: summit_32, de-inline functionsJiri Slaby1-27/+20
2009-02-24x86_32: summit_32, use BAD_APICIDJiri Slaby1-6/+4
2009-02-23x86: refactor x86_quirks supportIngo Molnar2-2/+0
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar1-1/+1
2009-02-22x86: select x2apic ops in early apic probe only if x2apic mode is enabledSuresh Siddha4-20/+17
2009-02-17x86, apic: separate 32-bit setup functionality out of apic_32.cIngo Molnar2-146/+17
2009-02-17Merge branch 'x86/apic' into perfcounters/coreIngo Molnar7-2/+2499
2009-02-17x86, apic: move remaining APIC drivers to arch/x86/kernel/apic/*Ingo Molnar7-2/+2628
2009-02-17x86, apic: move APIC drivers to arch/x86/kernel/apic/*Ingo Molnar10-0/+8708
2009-02-17Merge branch 'x86/apic' into perfcounters/coreIngo Molnar10-0/+8712