aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/smp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-05x86, NMI: Add NMI IPI selftestDon Zickus1-0/+6
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2011-03-15Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+7
2011-03-05perf: Avoid the percore allocations if the CPU is not HT capableLin Ming1-0/+10
2011-02-14Merge commit 'v2.6.38-rc4' into x86/numaIngo Molnar1-4/+1
2011-02-14Merge commit 'v2.6.38-rc4' into x86/cpuIngo Molnar1-4/+1
2011-02-04x86-32: Make sure the stack is set up before we use itH. Peter Anvin1-4/+1
2011-01-28x86: Fix build failure on X86_UP_APICTejun Heo1-1/+1
2011-01-28x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo1-0/+3
2011-01-26x86: Move llc_shared_map out of cpu_infoYinghai Lu1-0/+7
2010-10-21x86, kexec: Make sure to stop all CPUs before exiting the kernelAlok Kataria1-2/+7
2010-01-22x86, lib: Add wbinvd smp helpersBorislav Petkov1-0/+9
2009-09-24cpumask: remove arch_send_call_function_ipiRusty Russell1-1/+0
2009-05-12x86: read apic ID in the !acpi_lapic caseYinghai Lu1-1/+1
2009-03-13x86: arch_send_call_function_ipi_maskRusty Russell1-2/+3
2009-03-13cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell1-4/+4
2009-01-29x86: remove mach_apic.hIngo Molnar1-19/+0
2009-01-28x86: remove mach_apicdef.hIngo Molnar1-2/+2
2009-01-28x86, apic: refactor ->get_apic_id() & GET_APIC_ID()Ingo Molnar1-1/+1
2009-01-20x86: remove pda.hBrian Gerst1-1/+0
2009-01-19x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-3/+1
2009-01-16percpu: add optimized generic percpu accessorsIngo Molnar1-1/+1
2009-01-16x86: fold pda into percpu area on SMPTejun Heo1-2/+0
2009-01-10x86: smp.h move cpu_sibling_setup_mask and cpu_sibling_setup_map declartion to cpumask.hJaswinder Singh Rajput1-12/+0
2009-01-10x86: smp.h move cpu_initialized_mask and cpu_initialized declartion to cpumask.hJaswinder Singh Rajput1-3/+0
2009-01-10x86: smp.h move cpu_callout_mask and cpu_callout_map declartion to cpumask.hJaswinder Singh Rajput1-3/+1
2009-01-10x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.hJaswinder Singh Rajput1-3/+0
2009-01-10Merge branch 'linus' into x86/cleanupsIngo Molnar1-3/+29
2009-01-07x86: smp.h move boot_cpu_id declartion to cpu.hJaswinder Singh Rajput1-6/+0
2009-01-07x86: smp.h move cpu_physical_id declartion to cpu.hJaswinder Singh Rajput1-2/+0
2009-01-07x86: smp.h move safe_smp_processor_id declartion to cpu.hJaswinder Singh Rajput1-1/+0
2009-01-07x86: smp.h move stack_processor_id declartion to cpu.hJaswinder Singh Rajput1-1/+0
2009-01-07x86: smp.h move prefill_possible_map declartion to cpu.hJaswinder Singh Rajput1-6/+0
2009-01-07x86: smp.h move zap_low_mappings declartion to tlbflush.hJaswinder Singh Rajput1-2/+0
2009-01-07x86: smp.h remove obsolete function declarationJaswinder Singh Rajput1-1/+0
2009-01-04x86: cleanup remaining cpumask_t ops in smpboot codeMike Travis1-3/+29
2008-12-16x86: cosmetic changes apic-related files.Mike Travis1-2/+2
2008-12-16x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis1-3/+3
2008-10-31x86/voyager: fix compile breakage caused by dc1e35c6e95e8923cf1d3510438b63c600fee1e2James Bottomley1-0/+6
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+229