aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/cps-vec.S
AgeCommit message (Expand)AuthorFilesLines
2015-09-30MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MTPaul Burton1-4/+4
2015-09-30MIPS: CPS: Don't include MT code in non-MT kernels.Paul Burton1-0/+2
2015-09-30MIPS: CPS: Stop dangling delay slot from has_mt.Paul Burton1-2/+2
2015-08-28MIPS: CPS: use 32b accesses to GCRsPaul Burton1-2/+2
2015-07-09MIPS: cps-vec: Use macros for various arithmetics and memory operationsMarkos Chandras1-16/+16
2015-07-09MIPS: kernel: cps-vec: Replace KSEG0 with CKSEG0Markos Chandras1-2/+2
2015-07-09MIPS: kernel: cps-vec: Use ta0-ta3 pseudo-registers for 64-bitMarkos Chandras1-21/+21
2015-07-09MIPS: kernel: cps-vec: Replace mips32r2 ISA level with mips64r2Markos Chandras1-2/+2
2015-07-09MIPS: kernel: cps-vec: Replace 'la' macro with PTR_LAMarkos Chandras1-10/+10
2015-02-17MIPS: kernel: cps-vec: Replace "addi" with "addiu"Markos Chandras1-8/+8
2014-11-24MIPS: kernel: cps-vec: Set ISA level to mips32r2 for the MIPS MT ASEMarkos Chandras1-0/+2
2014-08-19MIPS: CPS: Initialize EVA before bringing up VPEs from secondary coresMarkos Chandras1-0/+4
2014-05-28MIPS: smp-cps: duplicate core0 CCA on secondary coresPaul Burton1-4/+7
2014-05-28MIPS: pm-cps: add PM state entry code for CPS systemsPaul Burton1-0/+35
2014-05-28MIPS: smp-cps: rework core/VPE initialisationPaul Burton1-12/+270
2014-03-26MIPS: Coherent Processing System SMP implementationPaul Burton1-0/+191