aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ipi.c
Commit message (Expand)AuthorAgeFilesLines
* x86, apic: move APIC drivers to arch/x86/kernel/apic/*Ingo Molnar2009-02-171-164/+0
* x86, apic: remove genapic.hIngo Molnar2009-02-171-1/+1
* x86: fold apic_ops into genapicYinghai Lu2009-02-171-1/+1
* x86: move default_ipi_xx back to ipi.cYinghai Lu2009-02-051-0/+108
* x86: seperate default_send_IPI_mask_sequence/allbutself from logicalYinghai Lu2009-01-301-137/+2
* x86, smp: remove mach_ipi.hIngo Molnar2009-01-291-1/+0
* x86: remove mach_apic.hIngo Molnar2009-01-291-1/+1
* x86, apic: untangle the send_IPI_*() jungleIngo Molnar2009-01-281-13/+15
* x86, apic: clean up ->cpu_to_logical_apicid()Ingo Molnar2009-01-281-2/+2
* x86, apic: rename genapic::apic_destination_logical to genapic::dest_logicalIngo Molnar2009-01-281-1/+1
* x86: clean up the APIC_DEST_LOGICAL logicIngo Molnar2009-01-281-1/+1
* x86: cosmetic changes apic-related files.Mike Travis2008-12-161-7/+7
* x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis2008-12-161-7/+19
* X86_SMP: ipi.c declare functions before they get usedJaswinder Singh2008-07-251-1/+2
* x86: APIC: remove apic_write_around(); use alternativesMaciej W. Rozycki2008-07-181-3/+3
* x86: ipi.c: removed duplicated includeHuang Weiyi2008-05-251-1/+0
* x86: create ipi.cGlauber Costa2008-04-171-0/+178