summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/cps-vec.S
AgeCommit message (Expand)AuthorLines
2016-05-28MIPS: CPS: Copy EVA configuration when starting secondary VPs.Matt Redfearn-0/+15
2016-05-13MIPS: smp-cps: Stop printing EJTAG exceptions to UARTPaul Burton-1/+0
2016-05-13MIPS: smp-cps: Support MIPSr6 Virtual ProcessorsPaul Burton-2/+51
2016-05-13MIPS: smp-cps: Skip core setup if coherentPaul Burton-15/+24
2016-05-13MIPS: smp-cps: Pull boot config retrieval out of mips_cps_boot_vpesPaul Burton-28/+46
2016-05-13MIPS: smp-cps: Pull cache init into a functionPaul Burton-67/+76
2015-12-22MIPS: CPS: drop .set mips64r2 directivesPaul Burton-2/+0
2015-11-11MIPS: CPS: Skip Config1 presence checkPaul Burton-3/+1
2015-11-11MIPS: CPS: Read CM GCR base from cop0Paul Burton-4/+8
2015-11-11MIPS: CPS: Early debug using an ns16550-compatible UARTPaul Burton-0/+20
2015-10-26MIPS: CPS: Set Status.KX on entry for MIPS64 kernelsPaul Burton-1/+7
2015-10-26MIPS: CPS: Set Status.BEV bit during early bootPaul Burton-1/+1
2015-09-30MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MTPaul Burton-4/+4
2015-09-30MIPS: CPS: Don't include MT code in non-MT kernels.Paul Burton-0/+2
2015-09-30MIPS: CPS: Stop dangling delay slot from has_mt.Paul Burton-2/+2
2015-08-28MIPS: CPS: use 32b accesses to GCRsPaul Burton-2/+2
2015-07-09MIPS: cps-vec: Use macros for various arithmetics and memory operationsMarkos Chandras-16/+16
2015-07-09MIPS: kernel: cps-vec: Replace KSEG0 with CKSEG0Markos Chandras-2/+2
2015-07-09MIPS: kernel: cps-vec: Use ta0-ta3 pseudo-registers for 64-bitMarkos Chandras-21/+21
2015-07-09MIPS: kernel: cps-vec: Replace mips32r2 ISA level with mips64r2Markos Chandras-2/+2
2015-07-09MIPS: kernel: cps-vec: Replace 'la' macro with PTR_LAMarkos Chandras-10/+10
2015-02-17MIPS: kernel: cps-vec: Replace "addi" with "addiu"Markos Chandras-8/+8
2014-11-24MIPS: kernel: cps-vec: Set ISA level to mips32r2 for the MIPS MT ASEMarkos Chandras-0/+2
2014-08-19MIPS: CPS: Initialize EVA before bringing up VPEs from secondary coresMarkos Chandras-0/+4
2014-05-28MIPS: smp-cps: duplicate core0 CCA on secondary coresPaul Burton-4/+7
2014-05-28MIPS: pm-cps: add PM state entry code for CPS systemsPaul Burton-0/+35
2014-05-28MIPS: smp-cps: rework core/VPE initialisationPaul Burton-12/+270
2014-03-26MIPS: Coherent Processing System SMP implementationPaul Burton-0/+191