aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/cps-vec.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-02-05MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW falloutJames Hogan1-5/+12
2017-12-12MIPS: CPS: Fix r1 .set mt assembler warningJames Hogan1-0/+2
2017-11-03Update MIPS email addressesPaul Burton1-1/+1
2017-08-30MIPS: CPS: Use GlobalNumber macros rather than magic numbersPaul Burton1-2/+2
2017-06-29MIPS: CPS: Handle spurious VP starts more gracefullyPaul Burton1-1/+6
2017-03-21MIPS: smp-cps: Fix retrieval of VPE mask on big endian CPUsMatt Redfearn1-1/+1
2016-05-28MIPS: CPS: Copy EVA configuration when starting secondary VPs.Matt Redfearn1-0/+15
2016-05-13MIPS: smp-cps: Stop printing EJTAG exceptions to UARTPaul Burton1-1/+0
2016-05-13MIPS: smp-cps: Support MIPSr6 Virtual ProcessorsPaul Burton1-2/+51
2016-05-13MIPS: smp-cps: Skip core setup if coherentPaul Burton1-15/+24
2016-05-13MIPS: smp-cps: Pull boot config retrieval out of mips_cps_boot_vpesPaul Burton1-28/+46
2016-05-13MIPS: smp-cps: Pull cache init into a functionPaul Burton1-67/+76
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