summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/85xx/smp.c
AgeCommit message (Expand)Author
2023-08-01powerpc/64e: Fix secondary thread bringup for ELFv2 kernelsMichael Ellerman
2022-04-27powerpc/85xx: Fix virt_to_phys() off-by-one in smp_85xx_start_cpu()Michael Ellerman
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-11-29powerpc/85xx: Make mpc85xx_smp_kexec_cpu_down() staticMichael Ellerman
2021-11-29powerpc/85xx: Fix oops when CONFIG_FSL_PMC=nXiaoming Ni
2021-10-09powerpc/85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=nXiaoming Ni
2020-09-18powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()Michael Ellerman
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-01-07powerpc/mpc85xx: also write addr_h to spin table for 64bit boot entryBai Yingjie
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-10-14powerpc: don't use ioremap_prot() nor __ioremap() unless really needed.Christophe Leroy
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin
2017-04-28powerpc: Add struct smp_ops_t.cause_nmi_ipi operationNicholas Piggin
2017-04-13powerpc: Change the doorbell IPI calling conventionNicholas Piggin
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-11-30powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann
2016-03-04powerpc/mpc85xx: Add CPU hotplug support for E6500chenhui zhao
2016-03-04powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao
2016-03-04powerpc/mpc85xx: refactor the PM operationschenhui zhao
2016-03-04powerpc/cache: add cache flush operation for various e500chenhui zhao
2015-10-27Merge branch 'clock' into HEADScott Wood
2015-10-27powerpc/e6500: kexec: Handle hardware threadsScott Wood
2015-10-27powerpc/85xx: Implement 64-bit kexec supportTiejun Chen
2015-10-21powerpc/fsl: Move fsl_guts.h out of arch/powerpcScott Wood
2015-10-17powerpc/85xx: Don't use generic timebase sync on 64-bitScott Wood
2015-10-17powerpc/fsl-booke-64: Allow booting from the secondary threadScott Wood
2015-06-02powerpc: mpc85xx: flush the l1 cache before cpu down in kexecKevin Hao
2015-03-31powerpc/mpc85xx: call k(un)map_atomic rather than k(un)mapYanjiang Jin
2014-07-29powerpc/e6500: Add support for hardware threadsAndy Fleming
2014-04-23powerpc: Fix SMP issues with ppc64le ABIv2Anton Blanchard
2014-01-07powerpc/85xx: don't init the mpic ipi for the SoC which has doorbell supportKevin Hao
2013-11-11powerpc: add missing explicit OF includes for ppcRob Herring
2013-08-20powerpc: Convert some mftb/mftbu into mfsprScott Wood
2013-08-20powerpc/fsl-booke: Work around erratum A-006958Scott Wood
2013-08-14powerpc: Convert platforms to smp_generic_cpu_bootableAndy Fleming
2013-07-01powerpc: Delete __cpuinit usage from all usersPaul Gortmaker
2013-04-03powerpc/85xx: fix a bug with the parameter of mpic_reset_core()Chen-Hui Zhao
2012-11-25powerpc/mpc85xx: Change spin table to cached memoryYork Sun
2012-09-12powerpc/85xx: add HOTPLUG_CPU supportZhao Chenhui
2012-09-12powerpc/85xx: implement hardware timebase syncZhao Chenhui
2012-09-12powerpc/85xx: Replace epapr spin table macros/defines with a structZhao Chenhui
2011-12-07powerpc/85xx: Move mpc85xx_smp_init() decl to a new "smp.h"Kyle Moffett
2011-11-03powerpc/85xx: Make kexec to interate over online cpusMatthew McClintock
2011-10-13powerpc/85xx: Setup secondary cores PIR with hard SMP idKumar Gala
2011-10-11powerpc/85xx: Fix support for enabling doorbells for IPIsMatthew McClintock
2011-07-08powerpc/85xx: Remove stale BUG_ON in mpc85xx_smp_initLaurentiu TUDOR
2011-06-22powerpc/85xx: Set up doorbells even with no mpicScott Wood
2011-06-20powerpc: Avoid extra indirect function call in sending IPIsPaul Mackerras
2011-05-19powerpc: Consolidate ipi message mux and demuxMilton Miller