summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/smp.h
Commit message (Expand)AuthorAgeFilesLines
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-1/+1
* x86, hotplug: Support functions for CPU0 online/offlineFenghua Yu2012-11-141-0/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-261-8/+8
|\
| * x86: Add read_mostly declaration/definition to variables from smp.hVlad Zolotarov2012-06-141-8/+8
* | smp: Remove num_booting_cpus()Thomas Gleixner2012-06-051-5/+0
|/
* Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2012-05-221-2/+2
|\
| * x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi2012-05-141-2/+2
* | x86: Use generic idle thread allocationThomas Gleixner2012-04-261-0/+1
* | x86: Add task_struct argument to smp_ops.cpu_upThomas Gleixner2012-04-261-3/+3
* | smp: Add task_struct argument to __cpu_up()Thomas Gleixner2012-04-261-1/+3
|/
* x86, NMI: Add NMI IPI selftestDon Zickus2011-12-051-0/+6
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-151-0/+3
|\
| * Merge commit 'v2.6.38-rc4' into x86/numaIngo Molnar2011-02-141-4/+1
| |\
| * | x86: Fix build failure on X86_UP_APICTejun Heo2011-01-281-1/+1
| * | x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo2011-01-281-0/+3
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-03-151-0/+7
|\ \ \
| * \ \ Merge commit 'v2.6.38-rc4' into x86/cpuIngo Molnar2011-02-141-4/+1
| |\ \ \ | | | |/ | | |/|
| * | | x86: Move llc_shared_map out of cpu_infoYinghai Lu2011-01-261-0/+7
| | |/ | |/|
* | | perf: Avoid the percore allocations if the CPU is not HT capableLin Ming2011-03-051-0/+10
| |/ |/|
* | x86-32: Make sure the stack is set up before we use itH. Peter Anvin2011-02-041-4/+1
|/
* x86, kexec: Make sure to stop all CPUs before exiting the kernelAlok Kataria2010-10-211-2/+7
* x86, lib: Add wbinvd smp helpersBorislav Petkov2010-01-221-0/+9
* cpumask: remove arch_send_call_function_ipiRusty Russell2009-09-241-1/+0
* x86: read apic ID in the !acpi_lapic caseYinghai Lu2009-05-121-1/+1
* x86: arch_send_call_function_ipi_maskRusty Russell2009-03-131-2/+3
* cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell2009-03-131-4/+4
* x86: remove mach_apic.hIngo Molnar2009-01-291-19/+0
* x86: remove mach_apicdef.hIngo Molnar2009-01-281-2/+2
* x86, apic: refactor ->get_apic_id() & GET_APIC_ID()Ingo Molnar2009-01-281-1/+1
* x86: remove pda.hBrian Gerst2009-01-201-1/+0
* x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-191-3/+1
* percpu: add optimized generic percpu accessorsIngo Molnar2009-01-161-1/+1
* x86: fold pda into percpu area on SMPTejun Heo2009-01-161-2/+0
* x86: smp.h move cpu_sibling_setup_mask and cpu_sibling_setup_map declartion t...Jaswinder Singh Rajput2009-01-101-12/+0
* x86: smp.h move cpu_initialized_mask and cpu_initialized declartion to cpumask.hJaswinder Singh Rajput2009-01-101-3/+0
* x86: smp.h move cpu_callout_mask and cpu_callout_map declartion to cpumask.hJaswinder Singh Rajput2009-01-101-3/+1
* x86: smp.h move cpu_callin_mask and cpu_callin_map declartion to cpumask.hJaswinder Singh Rajput2009-01-101-3/+0
* Merge branch 'linus' into x86/cleanupsIngo Molnar2009-01-101-3/+29
|\
| * x86: cleanup remaining cpumask_t ops in smpboot codeMike Travis2009-01-041-3/+29
* | x86: smp.h move boot_cpu_id declartion to cpu.hJaswinder Singh Rajput2009-01-071-6/+0
* | x86: smp.h move cpu_physical_id declartion to cpu.hJaswinder Singh Rajput2009-01-071-2/+0
* | x86: smp.h move safe_smp_processor_id declartion to cpu.hJaswinder Singh Rajput2009-01-071-1/+0
* | x86: smp.h move stack_processor_id declartion to cpu.hJaswinder Singh Rajput2009-01-071-1/+0
* | x86: smp.h move prefill_possible_map declartion to cpu.hJaswinder Singh Rajput2009-01-071-6/+0
* | x86: smp.h move zap_low_mappings declartion to tlbflush.hJaswinder Singh Rajput2009-01-071-2/+0
* | x86: smp.h remove obsolete function declarationJaswinder Singh Rajput2009-01-071-1/+0
|/
* x86: cosmetic changes apic-related files.Mike Travis2008-12-161-2/+2
* x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis2008-12-161-3/+3
* x86/voyager: fix compile breakage caused by dc1e35c6e95e8923cf1d3510438b63c60...James Bottomley2008-10-311-0/+6
* x86: Fix ASM_X86__ header guardsH. Peter Anvin2008-10-221-3/+3