aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-20powerpc: Move definitions of secondary CPU spinloop to header fileBenjamin Herrenschmidt1-1/+0
2009-06-23powerpc/85xx: Fix issue found by lockdep trace in smp_85xx_kick_cpuKumar Gala1-5/+4
2009-03-11powerpc/85xx: Update smp support to handle doorbells and non-mpic initKumar Gala1-8/+35
2008-12-30powerpc/85xx: Add local_irq_restore in error handling codeJulia Lawall1-0/+1
2008-12-03powerpc/85xx: Add support for SMP initializationKumar Gala1-0/+104