summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-30MIPS: Netlogic: IRQ mapping for some more SoC blocksJayachandran C3-35/+69
2014-05-30MIPS: Netlogic: Enable access to more than 64GBJayachandran C1-0/+15
2014-05-30MIPS: Netlogic: Reduce size of reset codeJayachandran C2-11/+16
2014-05-30MIPS: Netlogic: Use cpumask_scnprintf for wakeup_maskJayachandran C1-3/+4
2014-05-30MIPS: Netlogic: Warn on invalid irqJayachandran C1-0/+2
2014-05-30MIPS: Netlogic: Move coremask setup to nlm_node_initJayachandran C2-4/+2
2014-05-30MIPS: Netlogic: Fix uniprocessor compilationJayachandran C1-0/+2
2014-05-30MIPS: Support upto 256 CPUsJayachandran C1-2/+2
2014-05-30MIPS: Enable the BPF_JIT symbol for MIPSMarkos Chandras1-0/+1
2014-05-30MIPS: net: Add BPF JITMarkos Chandras4-0/+1447
2014-05-30MIPS: uasm: Add lb uasm instructionMarkos Chandras4-8/+12
2014-05-30MIPS: uasm: Add mflo uasm instructionMarkos Chandras5-5/+11
2014-05-30MIPS: uasm: Add mul uasm instructionMarkos Chandras5-1/+6
2014-05-30MIPS: uasm: Add lh uam instructionMarkos Chandras4-6/+10
2014-05-30MIPS: uasm: Add wsbh uasm instructionMarkos Chandras5-1/+16
2014-05-30MIPS: uasm: Add sltu uasm instructionMarkos Chandras5-1/+6
2014-05-30MIPS: uasm: Add sltiu uasm instructionMarkos Chandras4-4/+8
2014-05-30MIPS: uasm: Add jalr uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add mfhi uasm instructionMarkos Chandras5-4/+10
2014-05-30MIPS: uasm: Add divu uasm instructionMarkos Chandras5-1/+6
2014-05-30MIPS: uasm: Add srlv uasm instructionMarkos Chandras5-3/+8
2014-05-30MIPS: uasm: Add sllv uasm instructionMarkos Chandras5-3/+8
2014-05-30MIPS: uasm: Add u2u1 instruction buildersMarkos Chandras0-0/+0
2014-05-30MIPS: uasm: Add u3u2u1 instruction buildersMarkos Chandras2-0/+10
2014-05-30MIPS: math-emu: Add IEEE754 exception statistics to debugfsDeng-Cheng Zhu3-9/+37
2014-05-30MIPS: BCM47XX: Slightly clean memory detectionRafał Miłecki1-8/+11
2014-05-29MIPS: octeon: Add interface mode detection for Octeon IIAlex Smith1-0/+166
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Ralf Baechle41-218/+2257
2014-05-28MIPS: Malta: CPS SMP by defaultPaul Burton2-4/+2
2014-05-28cpuidle: cpuidle-cps: add MIPS CPS cpuidle driverPaul Burton5-0/+223
2014-05-28cpuidle: declare cpuidle_dev in cpuidle.hPaul Burton1-0/+1
2014-05-28MIPS: include cpuidle Kconfig menuPaul Burton1-2/+6
2014-05-28MIPS: cpuidle wait instruction statePaul Burton2-0/+25
2014-05-28MIPS: smp-cps: duplicate core0 CCA on secondary coresPaul Burton2-5/+14
2014-05-28MIPS: smp-cps: set a coherent default CCAPaul Burton1-0/+3
2014-05-28MIPS: smp-cps: prevent multi-core SMP with unsuitable CCAPaul Burton1-2/+28
2014-05-28MIPS: smp-cps: hotplug supportPaul Burton2-2/+155
2014-05-28MIPS: pm-cps: add PM state entry code for CPS systemsPaul Burton6-0/+809
2014-05-28MIPS: smp-cps: use CPC core-other lockingPaul Burton1-3/+2
2014-05-28MIPS: smp-cps: flush cache after patching mips_cps_core_entryPaul Burton1-5/+7
2014-05-28MIPS: smp-cps: function to determine whether CPS SMP is in usePaul Burton2-0/+8
2014-05-28MIPS: smp-cps: rework core/VPE initialisationPaul Burton5-161/+374
2014-05-28MIPS: uasm: add MT ASE yield instructionPaul Burton3-1/+11
2014-05-28MIPS: uasm: add wait instructionPaul Burton4-1/+5
2014-05-28MIPS: uasm: add sync instructionPaul Burton4-2/+6
2014-05-28MIPS: uasm: add jalr instructionPaul Burton3-4/+10
2014-05-28MIPS: uasm: add a label variant of beqPaul Burton2-0/+10
2014-05-28MIPS: inst.h: define microMIPS wait opPaul Burton1-0/+1
2014-05-28MIPS: inst.h: define microMIPS sync opPaul Burton1-0/+1
2014-05-28MIPS: inst.h: define MT yield opPaul Burton1-10/+11