aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/platforms/powermac/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-05powerpc/powermac: Add missing of_node_put() in smp_core99_setup()Liang He1-0/+1
2022-05-22powerpc/powermac: add missing g5_phy_disable_cpu1() declarationKrzysztof Kozlowski1-2/+0
2022-05-08powerpc: Add missing headersChristophe Leroy1-1/+1
2021-12-23powerpc/powermac: Add __init attribute to eligible functionsNick Child1-2/+2
2021-07-14powerpc/smp: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy1-2/+2
2020-11-27powerpc/64s: Trim offlined CPUs from mm_cpumasksNicholas Piggin1-0/+2
2020-10-08powerpc: Remove support for PowerPC 601Christophe Leroy1-4/+0
2020-09-18powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()Michael Ellerman1-4/+4
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe1-2/+2
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe1-1/+2
2020-03-25powerpc: Replace setup_irq() by request_irq()afzal mohammed1-7/+5
2020-03-17powerpc/pmac/smp: Drop unnecessary volatile qualifierYueHaibing1-2/+2
2020-03-17powerpc/pmac/smp: Avoid unused-variable warningsIlie Halip1-4/+4
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 <linux/sched/hotplug.h>Ingo Molnar1-0/+1
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus 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