aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ipi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-17x86, apic: move APIC drivers to arch/x86/kernel/apic/*Ingo Molnar1-164/+0
2009-02-17x86, apic: remove genapic.hIngo Molnar1-1/+1
2009-02-17x86: fold apic_ops into genapicYinghai Lu1-1/+1
2009-02-05x86: move default_ipi_xx back to ipi.cYinghai Lu1-0/+108
2009-01-30x86: seperate default_send_IPI_mask_sequence/allbutself from logicalYinghai Lu1-137/+2
2009-01-29x86, smp: remove mach_ipi.hIngo Molnar1-1/+0
2009-01-29x86: remove mach_apic.hIngo Molnar1-1/+1
2009-01-28x86, apic: untangle the send_IPI_*() jungleIngo Molnar1-13/+15
2009-01-28x86, apic: clean up ->cpu_to_logical_apicid()Ingo Molnar1-2/+2
2009-01-28x86, apic: rename genapic::apic_destination_logical to genapic::dest_logicalIngo Molnar1-1/+1
2009-01-28x86: clean up the APIC_DEST_LOGICAL logicIngo Molnar1-1/+1
2008-12-16x86: cosmetic changes apic-related files.Mike Travis1-7/+7
2008-12-16x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis1-7/+19
2008-07-25X86_SMP: ipi.c declare functions before they get usedJaswinder Singh1-1/+2
2008-07-18x86: APIC: remove apic_write_around(); use alternativesMaciej W. Rozycki1-3/+3
2008-05-25x86: ipi.c: removed duplicated includeHuang Weiyi1-1/+0
2008-04-17x86: create ipi.cGlauber Costa1-0/+178