aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-vexpress/platsmp.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2018-12-14ARM: vexpress/realview: consolidate immitation CPU hotplugGravatar Russell King 1-0/+7
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolGravatar Florian Fainelli 1-1/+1
2016-10-17ARM: vexpress: refine MCPM smp operations override criteriaGravatar Lorenzo Pieralisi 1-8/+26
2015-12-01ARM: use const and __initconst for smp_operationsGravatar Masahiro Yamada 1-1/+1
2014-11-28ARM: vexpress: Remove non-DT codeGravatar Pawel Moll 1-42/+0
2014-05-15ARM: vexpress: Simplify SMP operations for DT-powered systemGravatar Pawel Moll 1-119/+39
2014-05-15ARM: vexpress: remove redundant vexpress_dt_cpus_num to get cpu countGravatar Sudeep KarkadaNagesha 1-30/+1
2013-05-29ARM: vexpress: Select multi-cluster SMP operation if requiredGravatar Jon Medhurst 1-0/+20
2013-01-12ARM: remove mach .handle_irq for GIC usersGravatar Rob Herring 1-1/+0
2013-01-10ARM: GIC: remove direct use of gic_raise_softirqGravatar Rob Herring 1-2/+0
2012-11-05ARM: vexpress: Start using new Versatile Express infrastructureGravatar Pawel Moll 1-1/+2
2012-09-13ARM: SoC: convert VExpress/RealView to SMP operationsGravatar Marc Zyngier 1-4/+14
2012-02-24ARM: vexpress: Use FDT data in platform SMP callsGravatar Pawel Moll 1-2/+153
2012-02-23ARM: vexpress: Get rid of MMIO_P2VGravatar Pawel Moll 1-4/+1
2012-01-16ARM: versatile: Add missing ENDPROC to headsmp.SGravatar Pawel Moll 1-3/+1
2011-03-20ARM: 6771/1: vexpress: add support for multiple core tilesGravatar Will Deacon 1-29/+2
2011-02-19ARM: realview/vexpress: consolidate SMP bringup codeGravatar Russell King 1-92/+2
2011-01-25ARM: realview,vexpress: fix section mismatch warning for pen_releaseGravatar Russell King 1-1/+1
2011-01-06Merge branch 'misc' into develGravatar Russell King 1-48/+26
2010-12-20ARM: Fix subtle race in CPU pen_release hotplug codeGravatar Russell King 1-5/+15
2010-12-20ARM: SMP: consolidate trace_hardirqs_off() into common SMP codeGravatar Russell King 1-2/+0
2010-12-20ARM: SMP: consolidate the common parts of smp_prepare_cpus()Gravatar Russell King 1-33/+10
2010-12-20ARM: SMP: Clean up ncores sanity checksGravatar Russell King 1-7/+0
2010-12-14ARM: GIC: Remove MMIO address from gic_cpu_init, rename to gic_secondary_initGravatar Russell King 1-1/+1
2010-12-03ARM: SMP: pass an ipi number to smp_cross_call()Gravatar Russell King 1-1/+1
2010-05-02ARM: Add Versatile Express SMP supportGravatar Russell King 1-0/+190