summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac/smp.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-12-19powerpc/smp: Use code patching to restore reset vectorChristophe Leroy1-2/+1
2018-05-25powerpc/powermac: Move pmac_pfunc_base_install prototype to header fileMathieu Malaterre1-1/+0
2018-01-16powerpc: make use of for_each_node_by_type() instead of open-coding itDmitry Torokhov1-2/+2
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-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+1
2016-09-13powerpc/sparse: Make a bunch of things staticDaniel Axtens1-1/+1
2016-09-06powerpc/powermac: Convert to hotplug state machineSebastian Andrzej Siewior1-25/+25
2016-07-14powerpc/pmac/smp: Add missing FROZEN hotplug notifier transitionsAnna-Maria Gleixner1-2/+1
2015-04-15powerpc/powermac: Fix build error seen with powermac smp buildsGuenter Roeck1-6/+4
2015-04-10powerpc: Drop return value of smp_ops->probe()Michael Ellerman1-5/+3
2014-06-26of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely1-1/+1
2013-07-06Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1
2013-07-01powerpc: Delete __cpuinit usage from all usersPaul Gortmaker1-1/+1
2013-06-10irqdomain: Clean up aftermath of irq_domain refactoringGrant Likely1-1/+1
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-04-12irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely1-1/+1
2012-02-16irq_domain/powerpc: constify irq_domain_opsGrant Likely1-1/+1
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely1-2/+1
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-4/+4
2011-12-16powerpc/pmac: Fix SMP kernels on pre-core99 UP machinesBenjamin Herrenschmidt1-1/+1
2011-11-25powerpc: Mark IPI interrupts IRQF_NO_THREADThomas Gleixner1-2/+2
2011-11-08powerpc/irq: Remove IRQF_DISABLEDYong Zhang1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-20powerpc: Avoid extra indirect function call in sending IPIsPaul Mackerras1-1/+1
2011-05-19powerpc/psurge: Create a irq_host for secondary cpusMilton Miller1-7/+42
2011-05-19powerpc: Add kconfig for muxed smp ipi supportMilton Miller1-4/+4
2011-05-19powerpc: Consolidate ipi message mux and demuxMilton Miller1-21/+6
2011-05-19powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELFMilton Miller1-14/+3
2011-04-20powerpc/smp: smp_ops->kick_cpu() should be able to failMichael Ellerman1-3/+7
2011-04-18powerpc/powermac: Build fix with SMP and CPU hotplugBenjamin Herrenschmidt1-3/+5
2011-04-01powerpc/pmac/smp: Remove no-longer needed preempt workaroundBenjamin Herrenschmidt1-7/+0
2011-04-01powerpc/smp: Don't expose per-cpu "cpu_state" arrayBenjamin Herrenschmidt1-4/+8
2011-04-01powerpc/pmac/smp: Fix CPU hotplug crashes on some machinesBenjamin Herrenschmidt1-16/+55
2011-04-01powerpc/pmac/smp: Properly NAP offlined CPU on G5Benjamin Herrenschmidt1-6/+8
2011-04-01powerpc/pmac/smp: Remove HMT changes for PowerMac offline codeBenjamin Herrenschmidt1-4/+0
2011-04-01powerpc/pmac/smp: Consolidate 32-bit and 64-bit PowerMac cpu_die in one fileBenjamin Herrenschmidt1-3/+55
2011-04-01powerpc/pmac/smp: Fixup smp_core99_cpu_disable() and use it on 64-bitBenjamin Herrenschmidt1-12/+5
2011-04-01powerpc/pmac/smp: Fix 32-bit PowerMac cpu_dieBenjamin Herrenschmidt1-20/+5
2011-04-01powerpc/smp: Remove unused smp_ops->cpu_enable()Benjamin Herrenschmidt1-2/+0
2010-05-21powerpc: Use common cpu_die (fixes SMP+SUSPEND build)Milton Miller1-2/+3
2010-05-06powerpc/cpumask: Update some commentsAnton Blanchard1-2/+2
2010-02-09of: add 'of_' prefix to machine_is_compatible()Grant Likely1-6/+6
2009-09-24cpumask: Use accessors for cpu_*_mask: powerpcRusty Russell1-3/+3
2009-08-20powerpc/pmac: Fix PowerSurge SMP IPI allocationBenjamin Herrenschmidt1-1/+1
2009-06-26powerpc/pmac: Fix issues with PowerMac "PowerSurge" SMPBenjamin Herrenschmidt1-64/+102
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell1-1/+0
2009-01-13powerpc/powermac: Fix occasional SMP boot failureBenjamin Herrenschmidt1-1/+1