aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/platsmp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-28ARM: tegra: Skip scu_enable(scu_base) if not Cortex A9Hiroshi Doyu1-3/+2
2013-01-28ARM: tegra: Use DT /cpu node to detect number of CPU coreHiroshi Doyu1-15/+0
2012-11-05ARM: tegra: move iomap.h to mach-tegraStephen Warren1-1/+1
2012-11-05ARM: tegra: remove unnecessary includes of <mach/*.h>Stephen Warren1-1/+0
2012-09-22Merge branch 'multiplatform/smp_ops' into next/multiplatformOlof Johansson1-4/+17
2012-09-13ARM: tegra: replace the CPU CAR access code by tegra_cpu_car_opsJoseph Lo1-24/+5
2012-09-13ARM: SoC: convert Tegra to SMP operationsMarc Zyngier1-4/+16
2012-02-26ARM: tegra: support for secondary cores on Tegra30Peter De Schrijver1-1/+49
2012-02-26ARM: tegra: rework Tegra secondary CPU core bringupPeter De Schrijver1-45/+52
2011-10-20ARM: smp: fix clipping of number of CPUsRussell King1-4/+4
2011-07-26Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-1/+1
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-1/+0
2011-07-12arm,tegra: replace cpu_set() with modern apiKOSAKI Motohiro1-1/+1
2011-07-12ARM: remove unnecessary mach/hardware.h includesRob Herring1-1/+0
2011-07-07ARM: 6993/1: platsmp: Allow secondary cpu hotplug with maxcpus=1Stephen Boyd1-8/+0
2011-05-23ARM: consolidate SMP cross call implementationRussell King1-0/+3
2011-01-06Merge branch 'misc' into develRussell King1-25/+8
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-16/+2
2010-12-20ARM: SMP: get rid of references to poke_milo and MiloRussell King1-7/+0
2010-12-20ARM: SMP: Clean up ncores sanity checksRussell King1-0/+6
2010-12-14ARM: GIC: Remove MMIO address from gic_cpu_init, rename to gic_secondary_initRussell King1-1/+1
2010-08-05[ARM] tegra: SMP supportColin Cross1-0/+156