| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2016-08-06 | 1 | -9/+33 |
|\ |
|
| * | MIPS: SMP: Update cpu_foreign_map on CPU disable | James Hogan | 2016-07-29 | 1 | -0/+1 |
| * | MIPS: smp-cps: Add support for CPU hotplug of MIPSr6 processors | Matt Redfearn | 2016-07-24 | 1 | -5/+27 |
| * | MIPS: smp-cps: Allow booting of CPU other than VP0 within a core | Matt Redfearn | 2016-07-24 | 1 | -4/+5 |
* | | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 2016-08-04 | 1 | -2/+2 |
|/ |
|
* | MIPS: smp-cps: Clear Status IPL field when using EIC | Paul Burton | 2016-05-28 | 1 | -2/+6 |
* | MIPS: smp-cps: Add nothreads kernel parameter | Paul Burton | 2016-05-13 | 1 | -0/+11 |
* | MIPS: smp-cps: Support MIPSr6 Virtual Processors | Paul Burton | 2016-05-13 | 1 | -4/+31 |
* | MIPS: smp-cps: Pull boot config retrieval out of mips_cps_boot_vpes | Paul Burton | 2016-05-13 | 1 | -2/+5 |
* | MIPS: smp-cps: Ensure our VP ident calculation is correct | Paul Burton | 2016-05-13 | 1 | -0/+11 |
* | MIPS: Make smp CMP, CPS and MT use the new generic IPI functions | Qais Yousef | 2016-02-25 | 1 | -2/+2 |
* | MIPS: smp-cps: Ensure secondary cores start with EVA disabled | Matt Redfearn | 2016-01-24 | 1 | -0/+3 |
* | MIPS: CM: make use of mips_cm_{lock,unlock}_other | Paul Burton | 2015-11-11 | 1 | -2/+5 |
* | MIPS: CPS: Warn if a core doesn't start | Paul Burton | 2015-11-11 | 1 | -1/+25 |
* | MIPS: CPS: Read CM GCR base from cop0 | Paul Burton | 2015-11-11 | 1 | -2/+0 |
* | MIPS: kernel: smp-cps: Fix 64-bit compatibility errors due to pointer casting | Markos Chandras | 2015-07-09 | 1 | -3/+3 |
* | MIPS: Fix up obsolete cpu_set usage | Ezequiel Garcia | 2015-05-15 | 1 | -1/+1 |
* | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-04-20 | 1 | -2/+2 |
|\ |
|
| * | mips: fix up obsolete cpu function usage. | Rusty Russell | 2015-03-05 | 1 | -2/+2 |
* | | MIPS: smp-cps: cpu_set FPU mask if FPU present | Niklas Cassel | 2015-04-10 | 1 | -0/+6 |
|/ |
|
* | MIPS: Move gic.h to include/linux/irqchip/mips-gic.h | Andrew Bresticker | 2014-11-24 | 1 | -1/+1 |
* | MIPS: smp-cps: Enable all hardware interrupts on secondary CPUs | Andrew Bresticker | 2014-11-24 | 1 | -2/+2 |
* | MIPS: smp-cps: Fix entry code cache flush for systems with coherent I/O | Paul Burton | 2014-07-30 | 1 | -3/+7 |
* | MIPS: {pm,smp}-cps: use cpu_vpe_id macro | Paul Burton | 2014-07-30 | 1 | -1/+1 |
* | MIPS: smp-cps: Convert smp_mb__after_atomic_dec() | Paul Burton | 2014-06-16 | 1 | -1/+1 |
* | Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f... | Ralf Baechle | 2014-05-29 | 1 | -148/+284 |
|\ |
|
| * | MIPS: smp-cps: duplicate core0 CCA on secondary cores | Paul Burton | 2014-05-28 | 1 | -1/+7 |
| * | MIPS: smp-cps: set a coherent default CCA | Paul Burton | 2014-05-28 | 1 | -0/+3 |
| * | MIPS: smp-cps: prevent multi-core SMP with unsuitable CCA | Paul Burton | 2014-05-28 | 1 | -2/+28 |
| * | MIPS: smp-cps: hotplug support | Paul Burton | 2014-05-28 | 1 | -2/+153 |
| * | MIPS: smp-cps: use CPC core-other locking | Paul Burton | 2014-05-28 | 1 | -3/+2 |
| * | MIPS: smp-cps: flush cache after patching mips_cps_core_entry | Paul Burton | 2014-05-28 | 1 | -5/+7 |
| * | MIPS: smp-cps: function to determine whether CPS SMP is in use | Paul Burton | 2014-05-28 | 1 | -0/+6 |
| * | MIPS: smp-cps: rework core/VPE initialisation | Paul Burton | 2014-05-28 | 1 | -140/+83 |
* | | MIPS: SMP: Remove plat_smp_ops cpus_done method. | Ralf Baechle | 2014-05-27 | 1 | -5/+0 |
|/ |
|
* | MIPS: Coherent Processing System SMP implementation | Paul Burton | 2014-03-26 | 1 | -0/+335 |