Age | Commit message (Expand) | Author | Files | Lines |
2018-12-19 | powerpc/smp: Use code patching to restore reset vector | Christophe Leroy | 1 | -2/+1 |
2018-05-25 | powerpc/powermac: Move pmac_pfunc_base_install prototype to header file | Mathieu Malaterre | 1 | -1/+0 |
2018-01-16 | powerpc: make use of for_each_node_by_type() instead of open-coding it | Dmitry Torokhov | 1 | -2/+2 |
2017-04-28 | powerpc: Add struct smp_ops_t.cause_nmi_ipi operation | Nicholas Piggin | 1 | -0/+1 |
2017-04-13 | powerpc: Change the doorbell IPI calling convention | Nicholas Piggin | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2016-10-08 | Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -1/+1 |
2016-09-13 | powerpc/sparse: Make a bunch of things static | Daniel Axtens | 1 | -1/+1 |
2016-09-06 | powerpc/powermac: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -25/+25 |
2016-07-14 | powerpc/pmac/smp: Add missing FROZEN hotplug notifier transitions | Anna-Maria Gleixner | 1 | -2/+1 |
2015-04-15 | powerpc/powermac: Fix build error seen with powermac smp builds | Guenter Roeck | 1 | -6/+4 |
2015-04-10 | powerpc: Drop return value of smp_ops->probe() | Michael Ellerman | 1 | -5/+3 |
2014-06-26 | of: Migrate of_find_node_by_name() users to for_each_node_by_name() | Grant Likely | 1 | -1/+1 |
2013-07-06 | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -1/+1 |
2013-07-01 | powerpc: Delete __cpuinit usage from all users | Paul Gortmaker | 1 | -1/+1 |
2013-06-10 | irqdomain: Clean up aftermath of irq_domain refactoring | Grant Likely | 1 | -1/+1 |
2013-01-04 | POWERPC: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -4/+4 |
2012-04-12 | irq_domain: Move irq_virq_count into NOMAP revmap | Grant Likely | 1 | -1/+1 |
2012-02-16 | irq_domain/powerpc: constify irq_domain_ops | Grant Likely | 1 | -1/+1 |
2012-02-16 | irq_domain: Replace irq_alloc_host() with revmap-specific initializers | Grant Likely | 1 | -2/+1 |
2012-02-15 | irq_domain/powerpc: Use common irq_domain structure instead of irq_host | Grant Likely | 1 | -4/+4 |
2011-12-16 | powerpc/pmac: Fix SMP kernels on pre-core99 UP machines | Benjamin Herrenschmidt | 1 | -1/+1 |
2011-11-25 | powerpc: Mark IPI interrupts IRQF_NO_THREAD | Thomas Gleixner | 1 | -2/+2 |
2011-11-08 | powerpc/irq: Remove IRQF_DISABLED | Yong Zhang | 1 | -2/+2 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-06-20 | powerpc: Avoid extra indirect function call in sending IPIs | Paul Mackerras | 1 | -1/+1 |
2011-05-19 | powerpc/psurge: Create a irq_host for secondary cpus | Milton Miller | 1 | -7/+42 |
2011-05-19 | powerpc: Add kconfig for muxed smp ipi support | Milton Miller | 1 | -4/+4 |
2011-05-19 | powerpc: Consolidate ipi message mux and demux | Milton Miller | 1 | -21/+6 |
2011-05-19 | powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELF | Milton Miller | 1 | -14/+3 |
2011-04-20 | powerpc/smp: smp_ops->kick_cpu() should be able to fail | Michael Ellerman | 1 | -3/+7 |
2011-04-18 | powerpc/powermac: Build fix with SMP and CPU hotplug | Benjamin Herrenschmidt | 1 | -3/+5 |
2011-04-01 | powerpc/pmac/smp: Remove no-longer needed preempt workaround | Benjamin Herrenschmidt | 1 | -7/+0 |
2011-04-01 | powerpc/smp: Don't expose per-cpu "cpu_state" array | Benjamin Herrenschmidt | 1 | -4/+8 |
2011-04-01 | powerpc/pmac/smp: Fix CPU hotplug crashes on some machines | Benjamin Herrenschmidt | 1 | -16/+55 |
2011-04-01 | powerpc/pmac/smp: Properly NAP offlined CPU on G5 | Benjamin Herrenschmidt | 1 | -6/+8 |
2011-04-01 | powerpc/pmac/smp: Remove HMT changes for PowerMac offline code | Benjamin Herrenschmidt | 1 | -4/+0 |
2011-04-01 | powerpc/pmac/smp: Consolidate 32-bit and 64-bit PowerMac cpu_die in one file | Benjamin Herrenschmidt | 1 | -3/+55 |
2011-04-01 | powerpc/pmac/smp: Fixup smp_core99_cpu_disable() and use it on 64-bit | Benjamin Herrenschmidt | 1 | -12/+5 |
2011-04-01 | powerpc/pmac/smp: Fix 32-bit PowerMac cpu_die | Benjamin Herrenschmidt | 1 | -20/+5 |
2011-04-01 | powerpc/smp: Remove unused smp_ops->cpu_enable() | Benjamin Herrenschmidt | 1 | -2/+0 |
2010-05-21 | powerpc: Use common cpu_die (fixes SMP+SUSPEND build) | Milton Miller | 1 | -2/+3 |
2010-05-06 | powerpc/cpumask: Update some comments | Anton Blanchard | 1 | -2/+2 |
2010-02-09 | of: add 'of_' prefix to machine_is_compatible() | Grant Likely | 1 | -6/+6 |
2009-09-24 | cpumask: Use accessors for cpu_*_mask: powerpc | Rusty Russell | 1 | -3/+3 |
2009-08-20 | powerpc/pmac: Fix PowerSurge SMP IPI allocation | Benjamin Herrenschmidt | 1 | -1/+1 |
2009-06-26 | powerpc/pmac: Fix issues with PowerMac "PowerSurge" SMP | Benjamin Herrenschmidt | 1 | -64/+102 |
2009-03-30 | cpumask: remove references to struct irqaction's mask field. | Rusty Russell | 1 | -1/+0 |
2009-01-13 | powerpc/powermac: Fix occasional SMP boot failure | Benjamin Herrenschmidt | 1 | -1/+1 |
2008-12-16 | powerpc/powermac: Use set_hard_smp_processor_id() instead of smp_hw_index | Nathan Lynch | 1 | -1/+1 |