summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx/smp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64e: Fix secondary thread bringup for ELFv2 kernelsMichael Ellerman2023-08-011-1/+1
* powerpc/85xx: Fix virt_to_phys() off-by-one in smp_85xx_start_cpu()Michael Ellerman2022-04-271-1/+1
* Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-141-2/+2
|\
| * powerpc/85xx: Make mpc85xx_smp_kexec_cpu_down() staticMichael Ellerman2021-11-291-2/+2
* | powerpc/85xx: Fix oops when CONFIG_FSL_PMC=nXiaoming Ni2021-11-291-2/+2
|/
* powerpc/85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=nXiaoming Ni2021-10-081-6/+6
* powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()Michael Ellerman2020-09-181-2/+2
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* powerpc/mpc85xx: also write addr_h to spin table for 64bit boot entryBai Yingjie2020-01-071-0/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc: don't use ioremap_prot() nor __ioremap() unless really needed.Christophe Leroy2018-10-141-2/+2
* powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-301-4/+4
* powerpc: Add struct smp_ops_t.cause_nmi_ipi operationNicholas Piggin2017-04-281-0/+1
* powerpc: Change the doorbell IPI calling conventionNicholas Piggin2017-04-131-9/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann2016-11-301-4/+4
* powerpc/mpc85xx: Add CPU hotplug support for E6500chenhui zhao2016-03-051-31/+39
* powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao2016-03-051-88/+108
* powerpc/mpc85xx: refactor the PM operationschenhui zhao2016-03-051-54/+19
* powerpc/cache: add cache flush operation for various e500chenhui zhao2016-03-051-2/+3
* Merge branch 'clock' into HEADScott Wood2015-10-281-1/+1
|\
| * powerpc/fsl: Move fsl_guts.h out of arch/powerpcScott Wood2015-10-221-1/+1
* | powerpc/e6500: kexec: Handle hardware threadsScott Wood2015-10-281-0/+46
* | powerpc/85xx: Implement 64-bit kexec supportTiejun Chen2015-10-281-0/+11
* | powerpc/85xx: Don't use generic timebase sync on 64-bitScott Wood2015-10-171-1/+1
* | powerpc/fsl-booke-64: Allow booting from the secondary threadScott Wood2015-10-171-7/+20
|/
* powerpc: mpc85xx: flush the l1 cache before cpu down in kexecKevin Hao2015-06-031-50/+1
* powerpc/mpc85xx: call k(un)map_atomic rather than k(un)mapYanjiang Jin2015-04-011-2/+2
* powerpc/e6500: Add support for hardware threadsAndy Fleming2014-07-301-0/+44
* powerpc: Fix SMP issues with ppc64le ABIv2Anton Blanchard2014-04-231-1/+2
* powerpc/85xx: don't init the mpic ipi for the SoC which has doorbell supportKevin Hao2014-01-081-6/+11
* powerpc: add missing explicit OF includes for ppcRob Herring2013-11-111-0/+1
* powerpc: Convert some mftb/mftbu into mfsprScott Wood2013-08-211-2/+4
* powerpc/fsl-booke: Work around erratum A-006958Scott Wood2013-08-201-0/+23
* powerpc: Convert platforms to smp_generic_cpu_bootableAndy Fleming2013-08-141-0/+1
* powerpc: Delete __cpuinit usage from all usersPaul Gortmaker2013-07-011-3/+3
* powerpc/85xx: fix a bug with the parameter of mpic_reset_core()Chen-Hui Zhao2013-04-031-1/+1
* powerpc/mpc85xx: Change spin table to cached memoryYork Sun2012-11-251-13/+36
* powerpc/85xx: add HOTPLUG_CPU supportZhao Chenhui2012-09-121-13/+77
* powerpc/85xx: implement hardware timebase syncZhao Chenhui2012-09-121-0/+82
* powerpc/85xx: Replace epapr spin table macros/defines with a structZhao Chenhui2012-09-121-23/+23
* powerpc/85xx: Move mpc85xx_smp_init() decl to a new "smp.h"Kyle Moffett2011-12-071-0/+1
* powerpc/85xx: Make kexec to interate over online cpusMatthew McClintock2011-11-031-1/+1
* powerpc/85xx: Setup secondary cores PIR with hard SMP idKumar Gala2011-10-131-4/+5
* powerpc/85xx: Fix support for enabling doorbells for IPIsMatthew McClintock2011-10-121-0/+1
* powerpc/85xx: Remove stale BUG_ON in mpc85xx_smp_initLaurentiu TUDOR2011-07-081-4/+5
* powerpc/85xx: Set up doorbells even with no mpicScott Wood2011-06-231-9/+12
* powerpc: Avoid extra indirect function call in sending IPIsPaul Mackerras2011-06-201-1/+1
* powerpc: Consolidate ipi message mux and demuxMilton Miller2011-05-191-2/+4