aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/include/asm/smp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-15powerpc/smp: Remap boot CPU onto core 0 if >= nr_cpu_idsMichael Ellerman1-0/+1
2023-03-08powerpc/cpu: Mark start_secondary_resume() __noreturnJosh Poimboeuf1-1/+1
2023-02-10powerpc/64: Move paca allocation to early_setup()Nicholas Piggin1-0/+1
2022-05-04powerpc/smp: Remove unused inline functionsYueHaibing1-2/+0
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy1-0/+3
2021-09-30powerpc: smp: remove hack to obtain offset of task_struct::cpuArd Biesheuvel1-16/+1
2021-08-04powerpc/smp: Use existing L2 cache_map cpumask to find L3 cache siblingsParth Shah1-0/+3
2021-08-04powerpc/cacheinfo: Lookup cache by dt node and thread-group idGautham R. Shenoy1-0/+3
2021-04-17powerpc/smp: Cache CPU to chip lookupSrikar Dronamraju1-0/+1
2021-04-17powerpc/smp: Reintroduce cpu_core_maskSrikar Dronamraju1-0/+5
2021-02-09powerpc: remove unneeded semicolonsChengyang Fan1-1/+1
2020-12-11powerpc/cacheinfo: Print correct cache-sibling map/list for L2 cacheGautham R. Shenoy1-0/+4
2020-12-11powerpc/smp: Add support detecting thread-groups sharing L2 cacheGautham R. Shenoy1-0/+2
2020-10-06powerpc/smp: Stop updating cpu_core_maskSrikar Dronamraju1-5/+0
2020-09-18powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()Michael Ellerman1-0/+3
2020-09-18powerpc/smp: Fold cpu_die() into its only callerMichael Ellerman1-1/+0
2020-09-16powerpc/numa: Detect support for coregroupSrikar Dronamraju1-0/+1
2020-09-16powerpc/topology: Override cpu_smt_maskSrikar Dronamraju1-0/+13
2020-09-08powerpc/64: Remove unused generic_secondary_thread_init()Michael Ellerman1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy1-1/+16
2018-10-13powerpc: Detect the presence of big-cores via "ibm, thread-groups"Gautham R. Shenoy1-0/+11
2018-07-24powerpc: NMI IPI make NMI IPIs fully sychronousNicholas Piggin1-1/+0
2018-06-03powerpc/nmi: Add an API for sending "safe" NMIsMichael Ellerman1-0/+1
2018-03-30powerpc/setup: Add cpu_to_phys_id arrayNicholas Piggin1-0/+1
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin1-2/+2
2017-08-31powerpc/smp: Add cpu_l2_cache_mapOliver O'Halloran1-0/+6
2017-07-12powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin1-0/+2
2017-04-28powerpc: Add struct smp_ops_t.cause_nmi_ipi operationNicholas Piggin1-0/+1
2017-04-28powerpc: Add NMI IPI infrastructureNicholas Piggin1-3/+11
2017-04-13powerpc: Introduce msgsnd/doorbell barrier primitivesNicholas Piggin1-0/+1
2017-04-13powerpc: Change the doorbell IPI calling conventionNicholas Piggin1-2/+1
2017-04-07powerpc/smp: Remove migrate_irq() custom implementationBenjamin Herrenschmidt1-1/+0
2017-04-06powerpc: Add optional smp_ops->prepare_cpu SMP callbackBenjamin Herrenschmidt1-0/+1
2016-11-30powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann1-1/+1
2016-07-21powerpc: Merge 32-bit and 64-bit setup_arch()Benjamin Herrenschmidt1-3/+6
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+4
2016-03-04powerpc/mpc85xx: Add CPU hotplug support for E6500chenhui zhao1-0/+1
2016-03-04powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao1-0/+3
2016-02-29powerpc/smp: Add smp_muxed_ipi_set_messageSuresh Warrier1-0/+1
2016-02-29powerpc/smp: Support more IPI messagesSuresh Warrier1-0/+3
2015-04-10powerpc: Drop return value of smp_ops->probe()Michael Ellerman1-2/+2
2015-04-07powerpc: Remove the celleb supportMichael Ellerman1-1/+0
2015-01-28powerpc: Remove some unused functionsMichael Ellerman1-1/+0
2014-05-28powerpc/kvm/book3s_hv: Rework the secondary inhibit codeMichael Ellerman1-8/+0
2014-03-05powerpc: Implement tick broadcast IPI as a fixed IPI messageSrivatsa S. Bhat1-1/+1
2014-03-05powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI messageSrivatsa S. Bhat1-1/+1
2013-11-21powerpc: Make cpu_to_chip_id() available when SMP=nMichael Ellerman1-1/+1
2013-08-14powerpc: Make chip-id information available to userspaceVasant Hegde1-0/+1
2013-08-14powerpc: Add smp_generic_cpu_bootableAndy Fleming1-0/+2