aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview/platsmp.c
Commit message (Expand)AuthorAgeFilesLines
* merge more stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-14/+4
* ARM: consolidate SMP cross call implementationRussell King2011-05-231-0/+3
* ARM: realview/vexpress: consolidate SMP bringup codeRussell King2011-02-191-95/+3
* ARM: realview,vexpress: fix section mismatch warning for pen_releaseRussell King2011-01-251-1/+1
* Merge branch 'misc' into develRussell King2011-01-061-78/+36
|\
| * ARM: Fix subtle race in CPU pen_release hotplug codeRussell King2010-12-201-4/+15
| * ARM: SMP: consolidate trace_hardirqs_off() into common SMP codeRussell King2010-12-201-2/+0
| * ARM: SMP: consolidate the common parts of smp_prepare_cpus()Russell King2010-12-201-30/+11
| * ARM: SMP: get rid of references to poke_milo and MiloRussell King2010-12-201-32/+12
| * ARM: SMP: get rid of get_core_count()Russell King2010-12-201-9/+4
| * ARM: SMP: Clean up ncores sanity checksRussell King2010-12-201-7/+0
| * ARM: SMP: move CPU number sanity checks to smp_init_cpus()Russell King2010-12-201-10/+10
| * ARM: SMP: pass an ipi number to smp_cross_call()Russell King2010-12-031-1/+1
* | ARM: GIC: Remove MMIO address from gic_cpu_init, rename to gic_secondary_initRussell King2010-12-141-1/+1
|/
* RealView: Remove duplicated #define REALVIEW_SYS_FLAGS* statementsColin Tuckley2009-11-051-4/+1
* Thumb-2: Pass a Thumb-2 address to the secondary CPUs to jump toCatalin Marinas2009-07-241-12/+6
* Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into develRussell King2009-06-111-0/+4
|\
| * RealView: Add support for the RealView/PBX platformColin Tuckley2009-05-301-0/+4
* | [ARM] smp: use new cpumask functionsRussell King2009-05-281-2/+2
* | [ARM] smp: separate SCU support code from realviewRussell King2009-05-171-24/+5
* | [ARM] smp: SCU is used on non-realview platformsRussell King2009-05-171-1/+1
* | [ARM] smp: move core localtimer support out of platform specific filesRussell King2009-05-171-7/+7
|/
* [ARM] realview: fix broadcast tick supportRussell King2009-05-171-4/+2
* [ARM] realview: remove useless smp_cross_call_done()Russell King2009-05-171-7/+0
* [ARM] smp: fix cpumask usage in ARM SMP codeRussell King2009-05-171-2/+2
* [ARM] Fix realview buildRussell King2009-01-081-0/+1
* RealView: Clean up the machine_is_*() calls in platsmp.cCatalin Marinas2008-12-011-25/+16
* RealView: Use only the shadow mapping of ARM11MPCore local timersCatalin Marinas2008-12-011-1/+1
* RealView: Add Cortex-A9 support to the EB boardJon Callan2008-12-011-4/+8
* [ARM] Convert asm/io.h to linux/io.hRussell King2008-09-061-1/+1
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-4/+4
* [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+1
* [ARM] 5131/1: Annotate platform_secondary_init with trace_hardirqs_offCatalin Marinas2008-06-301-0/+2
* RealView: Add the SMP initialisation support for PB11MPCoreCatalin Marinas2008-04-181-2/+11
* RealView: Move the SCU initialisation out of __v6_setupCatalin Marinas2008-04-181-8/+35
* [ARM] 4818/1: RealView: Add core-tile detectionCatalin Marinas2008-02-041-3/+9
* [ARM] 4816/1: RealView: Move the platform-specific definitions into board-eb.hCatalin Marinas2008-02-041-2/+2
* [ARM] 4814/1: RealView: Add broadcasting clockevents support for ARM11MPCoreCatalin Marinas2008-02-041-1/+5
* [ARM] 4201/1: SMP barriers pair needed for the secondary boot processCatalin Marinas2007-02-161-0/+2
* [ARM] 4108/2: Allow multiple GIC interrupt controllers in a systemCatalin Marinas2007-02-151-1/+1
* [ARM] Fix SMP initialisation oopsRussell King2006-02-161-6/+15
* [ARM] Fix arch-realview/system.h to use __io_address()Russell King2005-11-161-2/+1
* [ARM SMP] Add local timer support for Realview MPcoreRussell King2005-11-091-0/+5
* [ARM SMP] Fix some sparse warnings in SMP codeRussell King2005-11-081-5/+5
* [ARM SMP] Add Realview MPcore SMP supportRussell King2005-11-071-0/+195