aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-14powerpc: don't use ioremap_prot() nor __ioremap() unless really needed.Christophe Leroy1-2/+2
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin1-4/+4
2017-04-28powerpc: Add struct smp_ops_t.cause_nmi_ipi operationNicholas Piggin1-0/+1
2017-04-13powerpc: Change the doorbell IPI calling conventionNicholas Piggin1-9/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2016-11-30powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann1-4/+4
2016-03-04powerpc/mpc85xx: Add CPU hotplug support for E6500chenhui zhao1-31/+39
2016-03-04powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao1-88/+108
2016-03-04powerpc/mpc85xx: refactor the PM operationschenhui zhao1-54/+19
2016-03-04powerpc/cache: add cache flush operation for various e500chenhui zhao1-2/+3
2015-10-27Merge branch 'clock' into HEADScott Wood1-1/+1
2015-10-27powerpc/e6500: kexec: Handle hardware threadsScott Wood1-0/+46
2015-10-27powerpc/85xx: Implement 64-bit kexec supportTiejun Chen1-0/+11
2015-10-21powerpc/fsl: Move fsl_guts.h out of arch/powerpcScott Wood1-1/+1
2015-10-17powerpc/85xx: Don't use generic timebase sync on 64-bitScott Wood1-1/+1
2015-10-17powerpc/fsl-booke-64: Allow booting from the secondary threadScott Wood1-7/+20
2015-06-02powerpc: mpc85xx: flush the l1 cache before cpu down in kexecKevin Hao1-50/+1
2015-03-31powerpc/mpc85xx: call k(un)map_atomic rather than k(un)mapYanjiang Jin1-2/+2
2014-07-29powerpc/e6500: Add support for hardware threadsAndy Fleming1-0/+44
2014-04-23powerpc: Fix SMP issues with ppc64le ABIv2Anton Blanchard1-1/+2
2014-01-07powerpc/85xx: don't init the mpic ipi for the SoC which has doorbell supportKevin Hao1-6/+11
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring1-0/+1
2013-08-20powerpc: Convert some mftb/mftbu into mfsprScott Wood1-2/+4
2013-08-20powerpc/fsl-booke: Work around erratum A-006958Scott Wood1-0/+23
2013-08-14powerpc: Convert platforms to smp_generic_cpu_bootableAndy Fleming1-0/+1
2013-07-01powerpc: Delete __cpuinit usage from all usersPaul Gortmaker1-3/+3
2013-04-03powerpc/85xx: fix a bug with the parameter of mpic_reset_core()Chen-Hui Zhao1-1/+1
2012-11-25powerpc/mpc85xx: Change spin table to cached memoryYork Sun1-13/+36
2012-09-12powerpc/85xx: add HOTPLUG_CPU supportZhao Chenhui1-13/+77
2012-09-12powerpc/85xx: implement hardware timebase syncZhao Chenhui1-0/+82
2012-09-12powerpc/85xx: Replace epapr spin table macros/defines with a structZhao Chenhui1-23/+23
2011-12-07powerpc/85xx: Move mpc85xx_smp_init() decl to a new "smp.h"Kyle Moffett1-0/+1
2011-11-03powerpc/85xx: Make kexec to interate over online cpusMatthew McClintock1-1/+1
2011-10-13powerpc/85xx: Setup secondary cores PIR with hard SMP idKumar Gala1-4/+5
2011-10-11powerpc/85xx: Fix support for enabling doorbells for IPIsMatthew McClintock1-0/+1
2011-07-08powerpc/85xx: Remove stale BUG_ON in mpc85xx_smp_initLaurentiu TUDOR1-4/+5
2011-06-22powerpc/85xx: Set up doorbells even with no mpicScott Wood1-9/+12
2011-06-20powerpc: Avoid extra indirect function call in sending IPIsPaul Mackerras1-1/+1
2011-05-19powerpc: Consolidate ipi message mux and demuxMilton Miller1-2/+4
2011-04-20powerpc/smp: smp_ops->kick_cpu() should be able to failMichael Ellerman1-2/+4
2011-03-15powerpc/85xx: Fix writing to spin table 'cpu-release-addr' on ppc64eKumar Gala1-1/+5
2010-10-14powerpc/85xx: flush dcache before resetting coresMatthew McClintock1-0/+50
2010-10-14powerpc/85xx: Minor fixups for kexec on 85xxMatthew McClintock1-13/+11
2010-10-14powerpc/85xx: Remove call to mpic_teardown_this_cpu in kexecMatthew McClintock1-2/+0
2010-10-08powerpc/ppc64e: Fix link problem when building ppc64e_defconfigKumar Gala1-0/+7
2010-08-02powerpc/85xx: kexec for SMP 85xx BookE systemsMatthew McClintock1-0/+63
2010-07-09powerpc/book3e: More doorbell cleanups. Sample the PIR registerBenjamin Herrenschmidt1-1/+3
2010-02-13powerpc/85xx: Fix SMP when "cpu-release-addr" is in lowmemPeter Tyser1-2/+19
2009-09-11powerpc/85xx: Fix SMP compile error and allow NULL for smp_opsKumar Gala1-10/+0
2009-08-28powerpc: Properly start decrementer on BookE secondary CPUsBenjamin Herrenschmidt1-12/+0