aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/platsmp.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolGravatar Florian Fainelli 1-1/+1
2015-12-01ARM: use const and __initconst for smp_operationsGravatar Masahiro Yamada 1-2/+2
2014-11-23ARM: imx: Add Freescale LS1021A SMP supportGravatar Jingchang Lu 1-0/+33
2014-09-01ARM: imx: remove imx_scu_standby_enable()Gravatar Shawn Guo 1-10/+0
2013-12-11ARM: clean up cache handling in platform codeGravatar Nicolas Pitre 1-2/+1
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersGravatar Paul Gortmaker 1-1/+1
2013-05-12ARM: imx: replicate the diagnostic register of boot cpu into secondary coresGravatar Shawn Guo 1-0/+14
2013-04-12Merge tag 'imx-soc-3.10' of git://git.linaro.org/people/shawnguo/linux-2.6 in...Gravatar Olof Johansson 1-2/+2
2013-04-12ARM: imx: do not bring up unavailable coresGravatar Shawn Guo 1-2/+2
2013-03-26irqchip: gic: Perform the gic_secondary_init() call via CPU notifierGravatar Catalin Marinas 1-12/+0
2013-02-04Merge tag 'v3.8-rc6' into next/socGravatar Olof Johansson 1-0/+1
2013-02-04Merge tag 'imx6q-cpudile-3.9' of git://git.linaro.org/people/shawnguo/linux-2...Gravatar Olof Johansson 1-0/+10
2013-01-30ARM: imx6q: support WAIT mode using cpuidleGravatar Shawn Guo 1-0/+10
2013-01-14ARM: imx: disable cpu in .cpu_kill hookGravatar Shawn Guo 1-0/+1
2013-01-12irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hGravatar Rob Herring 1-1/+1
2013-01-10ARM: GIC: remove direct use of gic_raise_softirqGravatar Rob Herring 1-2/+0
2012-10-15ARM: imx: include hardware.h rather than mach/hardware.hGravatar Shawn Guo 1-1/+1
2012-10-15ARM: imx: include common.h rather than mach/common.hGravatar Shawn Guo 1-1/+2
2012-09-14ARM: SoC: convert imx6q to SMP operationsGravatar Marc Zyngier 1-4/+14
2011-10-31arm/imx6q: add smp and cpu hotplug supportGravatar Shawn Guo 1-0/+85