Age | Commit message (Expand) | Author | Files | Lines |
2017-08-31 | powerpc/smp: Add cpu_l2_cache_map | Oliver O'Halloran | 1 | -0/+6 |
2017-07-13 | powerpc/64s: implement arch-specific hardlockup watchdog | Nicholas Piggin | 1 | -0/+2 |
2017-04-28 | powerpc: Add struct smp_ops_t.cause_nmi_ipi operation | Nicholas Piggin | 1 | -0/+1 |
2017-04-28 | powerpc: Add NMI IPI infrastructure | Nicholas Piggin | 1 | -3/+11 |
2017-04-13 | powerpc: Introduce msgsnd/doorbell barrier primitives | Nicholas Piggin | 1 | -0/+1 |
2017-04-13 | powerpc: Change the doorbell IPI calling convention | Nicholas Piggin | 1 | -2/+1 |
2017-04-07 | powerpc/smp: Remove migrate_irq() custom implementation | Benjamin Herrenschmidt | 1 | -1/+0 |
2017-04-06 | powerpc: Add optional smp_ops->prepare_cpu SMP callback | Benjamin Herrenschmidt | 1 | -0/+1 |
2016-11-30 | powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead. | Thiago Jung Bauermann | 1 | -1/+1 |
2016-07-21 | powerpc: Merge 32-bit and 64-bit setup_arch() | Benjamin Herrenschmidt | 1 | -3/+6 |
2016-03-20 | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+4 |
2016-03-05 | powerpc/mpc85xx: Add CPU hotplug support for E6500 | chenhui zhao | 1 | -0/+1 |
2016-03-05 | powerpc/mpc85xx: Add hotplug support on E5500 and E500MC cores | chenhui zhao | 1 | -0/+3 |
2016-02-29 | powerpc/smp: Add smp_muxed_ipi_set_message | Suresh Warrier | 1 | -0/+1 |
2016-02-29 | powerpc/smp: Support more IPI messages | Suresh Warrier | 1 | -0/+3 |
2015-04-10 | powerpc: Drop return value of smp_ops->probe() | Michael Ellerman | 1 | -2/+2 |
2015-04-07 | powerpc: Remove the celleb support | Michael Ellerman | 1 | -1/+0 |
2015-01-28 | powerpc: Remove some unused functions | Michael Ellerman | 1 | -1/+0 |
2014-05-28 | powerpc/kvm/book3s_hv: Rework the secondary inhibit code | Michael Ellerman | 1 | -8/+0 |
2014-03-05 | powerpc: Implement tick broadcast IPI as a fixed IPI message | Srivatsa S. Bhat | 1 | -1/+1 |
2014-03-05 | powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI message | Srivatsa S. Bhat | 1 | -1/+1 |
2013-11-21 | powerpc: Make cpu_to_chip_id() available when SMP=n | Michael Ellerman | 1 | -1/+1 |
2013-08-14 | powerpc: Make chip-id information available to userspace | Vasant Hegde | 1 | -0/+1 |
2013-08-14 | powerpc: Add smp_generic_cpu_bootable | Andy Fleming | 1 | -0/+2 |
2013-08-01 | powerpc: VPHN topology change updates all siblings | Robert Jennings | 1 | -0/+4 |
2013-04-18 | powerpc: Fix build errors with UP configs in HV-style KVM | Paul Mackerras | 1 | -0/+2 |
2013-01-04 | POWERPC: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -2/+2 |
2012-10-31 | Merge commit 'origin/queue' into for-queue | Alexander Graf | 1 | -0/+2 |
2012-10-30 | KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming online | Paul Mackerras | 1 | -0/+8 |
2012-09-12 | powerpc/85xx: add HOTPLUG_CPU support | Zhao Chenhui | 1 | -0/+1 |
2012-09-12 | powerpc/smp: add generic_set_cpu_up() to set cpu_state as CPU_UP_PREPARE | Zhao Chenhui | 1 | -0/+1 |
2012-03-28 | powerpc: Random little legacy iSeries removal tidy ups | Stephen Rothwell | 1 | -1/+0 |
2011-09-20 | powerpc/smp: More generic support for "soft hotplug" | Benjamin Herrenschmidt | 1 | -0/+1 |
2011-06-29 | powerpc/book3e-64: Reraise doorbell when masked by soft-irq-disable | Scott Wood | 1 | -1/+0 |
2011-06-17 | powerpc: Fix early boot accounting of CPUs | Matt Evans | 1 | -1/+1 |
2011-05-26 | powerpc/cell: Use common smp ipi actions | Milton Miller | 1 | -2/+0 |
2011-05-19 | powerpc: Add kconfig for muxed smp ipi support | Milton Miller | 1 | -0/+2 |
2011-05-19 | powerpc: Consolidate ipi message mux and demux | Milton Miller | 1 | -5/+11 |
2011-05-19 | powerpc: Move smp_ops_t from machdep.h to smp.h | Milton Miller | 1 | -0/+15 |
2011-05-19 | powerpc: Remove call sites of MSG_ALL_BUT_SELF | Milton Miller | 1 | -1/+1 |
2011-04-20 | powerpc/smp: smp_ops->kick_cpu() should be able to fail | Michael Ellerman | 1 | -1/+1 |
2011-04-20 | powerpc: Properly handshake CPUs going out of boot spin loop | Benjamin Herrenschmidt | 1 | -0/+1 |
2011-04-01 | powerpc/smp: Don't expose per-cpu "cpu_state" array | Benjamin Herrenschmidt | 1 | -1/+1 |
2011-04-01 | powerpc/pmac/smp: Rename fixup_irqs() to migrate_irqs() and use it on ppc32 | Benjamin Herrenschmidt | 1 | -1/+1 |
2011-04-01 | powerpc/pmac/smp: Fix 32-bit PowerMac cpu_die | Benjamin Herrenschmidt | 1 | -0/+1 |
2011-04-01 | powerpc/smp: Remove unused generic_cpu_enable() | Benjamin Herrenschmidt | 1 | -1/+0 |
2011-04-01 | powerpc/smp: soft-replugged CPUs must go back to start_secondary | Benjamin Herrenschmidt | 1 | -0/+1 |
2010-05-06 | powerpc/cpumask: Dynamically allocate cpu_sibling_map and cpu_core_map cpumasks | Anton Blanchard | 1 | -3/+13 |
2010-05-06 | powerpc/cpumask: Convert fixup_irqs to new cpumask API | Anton Blanchard | 1 | -1/+1 |
2009-10-29 | percpu: make percpu symbols in powerpc unique | Tejun Heo | 1 | -1/+1 |