summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/powermac/smp.c
AgeCommit message (Expand)Author
2023-11-21powerpc/powermac: mark smp_psurge_{give,take}_timebase staticArnd Bergmann
2023-09-18powerpc/powermac: add missing of_node_putJulia Lawall
2023-03-30powerpc: Use of_property_read_bool() for boolean propertiesRob Herring
2022-09-05powerpc/powermac: Add missing of_node_put() in smp_core99_setup()Liang He
2022-05-22powerpc/powermac: add missing g5_phy_disable_cpu1() declarationKrzysztof Kozlowski
2022-05-08powerpc: Add missing headersChristophe Leroy
2021-12-23powerpc/powermac: Add __init attribute to eligible functionsNick Child
2021-07-14powerpc/smp: Fix fall-through warning for ClangGustavo A. R. Silva
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy
2020-11-27powerpc/64s: Trim offlined CPUs from mm_cpumasksNicholas Piggin
2020-10-08powerpc: Remove support for PowerPC 601Christophe Leroy
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-05-19powerpc: Use a datatype for instructionsJordan Niethe
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe
2020-03-25powerpc: Replace setup_irq() by request_irq()afzal mohammed
2020-03-17powerpc/pmac/smp: Drop unnecessary volatile qualifierYueHaibing
2020-03-17powerpc/pmac/smp: Avoid unused-variable warningsIlie Halip
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-12-19powerpc/smp: Use code patching to restore reset vectorChristophe Leroy
2018-05-25powerpc/powermac: Move pmac_pfunc_base_install prototype to header fileMathieu Malaterre
2018-01-16powerpc: make use of for_each_node_by_type() instead of open-coding itDmitry Torokhov
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-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-09-13powerpc/sparse: Make a bunch of things staticDaniel Axtens
2016-09-06powerpc/powermac: Convert to hotplug state machineSebastian Andrzej Siewior
2016-07-14powerpc/pmac/smp: Add missing FROZEN hotplug notifier transitionsAnna-Maria Gleixner
2015-04-15powerpc/powermac: Fix build error seen with powermac smp buildsGuenter Roeck
2015-04-10powerpc: Drop return value of smp_ops->probe()Michael Ellerman
2014-06-26of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely
2013-07-06Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-07-01powerpc: Delete __cpuinit usage from all usersPaul Gortmaker
2013-06-10irqdomain: Clean up aftermath of irq_domain refactoringGrant Likely
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman
2012-04-12irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely
2012-02-16irq_domain/powerpc: constify irq_domain_opsGrant Likely
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely
2011-12-16powerpc/pmac: Fix SMP kernels on pre-core99 UP machinesBenjamin Herrenschmidt
2011-11-25powerpc: Mark IPI interrupts IRQF_NO_THREADThomas Gleixner
2011-11-08powerpc/irq: Remove IRQF_DISABLEDYong Zhang
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-06-20powerpc: Avoid extra indirect function call in sending IPIsPaul Mackerras
2011-05-19powerpc/psurge: Create a irq_host for secondary cpusMilton Miller
2011-05-19powerpc: Add kconfig for muxed smp ipi supportMilton Miller
2011-05-19powerpc: Consolidate ipi message mux and demuxMilton Miller
2011-05-19powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELFMilton Miller