aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-vexpress/platsmp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-04ARM: versatile: move integrator/realview/vexpress to versatileArnd Bergmann1-96/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-12-14ARM: vexpress/realview: consolidate immitation CPU hotplugRussell King1-0/+7
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli1-1/+1
2016-10-17ARM: vexpress: refine MCPM smp operations override criteriaLorenzo Pieralisi1-8/+26
2015-12-01ARM: use const and __initconst for smp_operationsMasahiro Yamada1-1/+1
2014-11-28ARM: vexpress: Remove non-DT codePawel Moll1-42/+0
2014-05-15ARM: vexpress: Simplify SMP operations for DT-powered systemPawel Moll1-119/+39
2014-05-15ARM: vexpress: remove redundant vexpress_dt_cpus_num to get cpu countSudeep KarkadaNagesha1-30/+1
2013-05-29ARM: vexpress: Select multi-cluster SMP operation if requiredJon Medhurst1-0/+20
2013-01-12ARM: remove mach .handle_irq for GIC usersRob Herring1-1/+0
2013-01-10ARM: GIC: remove direct use of gic_raise_softirqRob Herring1-2/+0
2012-11-05ARM: vexpress: Start using new Versatile Express infrastructurePawel Moll1-1/+2
2012-09-13ARM: SoC: convert VExpress/RealView to SMP operationsMarc Zyngier1-4/+14
2012-02-24ARM: vexpress: Use FDT data in platform SMP callsPawel Moll1-2/+153
2012-02-23ARM: vexpress: Get rid of MMIO_P2VPawel Moll1-4/+1
2012-01-16ARM: versatile: Add missing ENDPROC to headsmp.SPawel Moll1-3/+1
2011-03-20ARM: 6771/1: vexpress: add support for multiple core tilesWill Deacon1-29/+2
2011-02-19ARM: realview/vexpress: consolidate SMP bringup codeRussell King1-92/+2
2011-01-25ARM: realview,vexpress: fix section mismatch warning for pen_releaseRussell King1-1/+1
2011-01-06Merge branch 'misc' into develRussell King1-48/+26
2010-12-20ARM: Fix subtle race in CPU pen_release hotplug codeRussell King1-5/+15
2010-12-20ARM: SMP: consolidate trace_hardirqs_off() into common SMP codeRussell King1-2/+0
2010-12-20ARM: SMP: consolidate the common parts of smp_prepare_cpus()Russell King1-33/+10
2010-12-20ARM: SMP: Clean up ncores sanity checksRussell King1-7/+0
2010-12-14ARM: GIC: Remove MMIO address from gic_cpu_init, rename to gic_secondary_initRussell King1-1/+1
2010-12-03ARM: SMP: pass an ipi number to smp_cross_call()Russell King1-1/+1
2010-05-02ARM: Add Versatile Express SMP supportRussell King1-0/+190