summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac/smp.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/powermac: mark smp_psurge_{give,take}_timebase staticArnd Bergmann2023-11-211-2/+2
* powerpc/powermac: add missing of_node_putJulia Lawall2023-09-181-1/+3
* powerpc: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-301-1/+1
* powerpc/powermac: Add missing of_node_put() in smp_core99_setup()Liang He2022-09-051-0/+1
* powerpc/powermac: add missing g5_phy_disable_cpu1() declarationKrzysztof Kozlowski2022-05-221-2/+0
* powerpc: Add missing headersChristophe Leroy2022-05-081-1/+1
* powerpc/powermac: Add __init attribute to eligible functionsNick Child2021-12-231-2/+2
* powerpc/smp: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-141-0/+1
* powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy2021-06-171-2/+2
* powerpc/64s: Trim offlined CPUs from mm_cpumasksNicholas Piggin2020-11-271-0/+2
* powerpc: Remove support for PowerPC 601Christophe Leroy2020-10-081-4/+0
* powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()Michael Ellerman2020-09-181-4/+4
* 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: Use a datatype for instructionsJordan Niethe2020-05-191-2/+2
* powerpc: Use a macro for creating instructions from u32sJordan Niethe2020-05-191-1/+2
* powerpc: Replace setup_irq() by request_irq()afzal mohammed2020-03-251-7/+5
* powerpc/pmac/smp: Drop unnecessary volatile qualifierYueHaibing2020-03-171-2/+2
* powerpc/pmac/smp: Avoid unused-variable warningsIlie Halip2020-03-171-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* powerpc/smp: Use code patching to restore reset vectorChristophe Leroy2018-12-191-2/+1
* powerpc/powermac: Move pmac_pfunc_base_install prototype to header fileMathieu Malaterre2018-05-251-1/+0
* powerpc: make use of for_each_node_by_type() instead of open-coding itDmitry Torokhov2018-01-161-2/+2
* 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-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-071-1/+1
|\
| * powerpc/sparse: Make a bunch of things staticDaniel Axtens2016-09-131-1/+1
* | powerpc/powermac: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-061-25/+25
|/
* powerpc/pmac/smp: Add missing FROZEN hotplug notifier transitionsAnna-Maria Gleixner2016-07-141-2/+1
* powerpc/powermac: Fix build error seen with powermac smp buildsGuenter Roeck2015-04-151-6/+4
* powerpc: Drop return value of smp_ops->probe()Michael Ellerman2015-04-101-5/+3
* of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely2014-06-261-1/+1
* Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-061-1/+1
|\
| * irqdomain: Clean up aftermath of irq_domain refactoringGrant Likely2013-06-101-1/+1
* | powerpc: Delete __cpuinit usage from all usersPaul Gortmaker2013-07-011-1/+1
|/
* POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+4
* irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely2012-04-121-1/+1
* irq_domain/powerpc: constify irq_domain_opsGrant Likely2012-02-161-1/+1
* irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely2012-02-161-2/+1
* irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely2012-02-141-4/+4
* powerpc/pmac: Fix SMP kernels on pre-core99 UP machinesBenjamin Herrenschmidt2011-12-161-1/+1
* powerpc: Mark IPI interrupts IRQF_NO_THREADThomas Gleixner2011-11-251-2/+2
* powerpc/irq: Remove IRQF_DISABLEDYong Zhang2011-11-081-2/+2
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* powerpc: Avoid extra indirect function call in sending IPIsPaul Mackerras2011-06-201-1/+1
* powerpc/psurge: Create a irq_host for secondary cpusMilton Miller2011-05-191-7/+42
* powerpc: Add kconfig for muxed smp ipi supportMilton Miller2011-05-191-4/+4
* powerpc: Consolidate ipi message mux and demuxMilton Miller2011-05-191-21/+6
* powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELFMilton Miller2011-05-191-14/+3