summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | MIPS: Netlogic: Reduce size of reset codeJayachandran C2014-05-302-11/+16
| * | | | MIPS: Netlogic: Use cpumask_scnprintf for wakeup_maskJayachandran C2014-05-301-3/+4
| * | | | MIPS: Netlogic: Warn on invalid irqJayachandran C2014-05-301-0/+2
| * | | | MIPS: Netlogic: Move coremask setup to nlm_node_initJayachandran C2014-05-302-4/+2Star
| * | | | MIPS: Netlogic: Fix uniprocessor compilationJayachandran C2014-05-301-0/+2
| * | | | MIPS: Support upto 256 CPUsJayachandran C2014-05-301-2/+2
| * | | | MIPS: Enable the BPF_JIT symbol for MIPSMarkos Chandras2014-05-301-0/+1
| * | | | MIPS: net: Add BPF JITMarkos Chandras2014-05-304-0/+1447
| * | | | MIPS: uasm: Add lb uasm instructionMarkos Chandras2014-05-304-8/+12
| * | | | MIPS: uasm: Add mflo uasm instructionMarkos Chandras2014-05-305-5/+11
| * | | | MIPS: uasm: Add mul uasm instructionMarkos Chandras2014-05-305-1/+6
| * | | | MIPS: uasm: Add lh uam instructionMarkos Chandras2014-05-304-6/+10
| * | | | MIPS: uasm: Add wsbh uasm instructionMarkos Chandras2014-05-305-1/+16
| * | | | MIPS: uasm: Add sltu uasm instructionMarkos Chandras2014-05-305-1/+6
| * | | | MIPS: uasm: Add sltiu uasm instructionMarkos Chandras2014-05-304-4/+8
| * | | | MIPS: uasm: Add jalr uasm instructionMarkos Chandras2014-05-301-0/+1
| * | | | MIPS: uasm: Add mfhi uasm instructionMarkos Chandras2014-05-305-4/+10
| * | | | MIPS: uasm: Add divu uasm instructionMarkos Chandras2014-05-305-1/+6
| * | | | MIPS: uasm: Add srlv uasm instructionMarkos Chandras2014-05-305-3/+8
| * | | | MIPS: uasm: Add sllv uasm instructionMarkos Chandras2014-05-305-3/+8
| * | | | MIPS: uasm: Add u3u2u1 instruction buildersMarkos Chandras2014-05-302-0/+10
| * | | | MIPS: math-emu: Add IEEE754 exception statistics to debugfsDeng-Cheng Zhu2014-05-303-9/+37
| * | | | MIPS: BCM47XX: Slightly clean memory detectionRafał Miłecki2014-05-301-8/+11
| * | | | MIPS: octeon: Add interface mode detection for Octeon IIAlex Smith2014-05-291-0/+166
| * | | | Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Ralf Baechle2014-05-2936-218/+2044
| |\ \ \ \
| | * | | | MIPS: Malta: CPS SMP by defaultPaul Burton2014-05-282-4/+2Star
| | * | | | cpuidle: cpuidle-cps: add MIPS CPS cpuidle driverPaul Burton2014-05-281-0/+11
| | * | | | MIPS: include cpuidle Kconfig menuPaul Burton2014-05-281-2/+6
| | * | | | MIPS: cpuidle wait instruction statePaul Burton2014-05-282-0/+25
| | * | | | MIPS: smp-cps: duplicate core0 CCA on secondary coresPaul Burton2014-05-282-5/+14
| | * | | | MIPS: smp-cps: set a coherent default CCAPaul Burton2014-05-281-0/+3
| | * | | | MIPS: smp-cps: prevent multi-core SMP with unsuitable CCAPaul Burton2014-05-281-2/+28
| | * | | | MIPS: smp-cps: hotplug supportPaul Burton2014-05-282-2/+155
| | * | | | MIPS: pm-cps: add PM state entry code for CPS systemsPaul Burton2014-05-286-0/+809
| | * | | | MIPS: smp-cps: use CPC core-other lockingPaul Burton2014-05-281-3/+2Star
| | * | | | MIPS: smp-cps: flush cache after patching mips_cps_core_entryPaul Burton2014-05-281-5/+7
| | * | | | MIPS: smp-cps: function to determine whether CPS SMP is in usePaul Burton2014-05-282-0/+8
| | * | | | MIPS: smp-cps: rework core/VPE initialisationPaul Burton2014-05-285-161/+374
| | * | | | MIPS: uasm: add MT ASE yield instructionPaul Burton2014-05-283-1/+11
| | * | | | MIPS: uasm: add wait instructionPaul Burton2014-05-284-1/+5
| | * | | | MIPS: uasm: add sync instructionPaul Burton2014-05-284-2/+6
| | * | | | MIPS: uasm: add jalr instructionPaul Burton2014-05-283-4/+10
| | * | | | MIPS: uasm: add a label variant of beqPaul Burton2014-05-282-0/+10
| | * | | | MIPS: inst.h: define microMIPS wait opPaul Burton2014-05-281-0/+1
| | * | | | MIPS: inst.h: define microMIPS sync opPaul Burton2014-05-281-0/+1
| | * | | | MIPS: inst.h: define MT yield opPaul Burton2014-05-281-10/+11
| | * | | | MIPS: inst.h: define COP0 wait opPaul Burton2014-05-281-1/+2
| | * | | | MIPS: MT: define write_c0_tchalt macroPaul Burton2014-05-281-0/+2
| | * | | | MIPS: add kmap_noncoherent to wire a cached non-coherent TLB entryPaul Burton2014-05-283-2/+20
| | * | | | MIPS: CPC: provide locking functionsPaul Burton2014-05-022-0/+53