aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/cps-vec.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-22MIPS: CPS: drop .set mips64r2 directivesPaul Burton1-2/+0
2015-11-11MIPS: CPS: Skip Config1 presence checkPaul Burton1-3/+1
2015-11-11MIPS: CPS: Read CM GCR base from cop0Paul Burton1-4/+8
2015-11-11MIPS: CPS: Early debug using an ns16550-compatible UARTPaul Burton1-0/+20
2015-10-26MIPS: CPS: Set Status.KX on entry for MIPS64 kernelsPaul Burton1-1/+7
2015-10-26MIPS: CPS: Set Status.BEV bit during early bootPaul Burton1-1/+1
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