| Commit message (Expand) | Author | Age | Files | Lines |
* | MIPS: Netlogic: Fix XLP9XX pic entry | Jayachandran C | 2014-05-30 | 1 | -2/+3 |
* | MIPS: Netlogic: Use PRID_IMP_MASK macro | Jayachandran C | 2014-05-30 | 6 | -9/+10 |
* | MIPS: Netlogic: IRQ mapping for some more SoC blocks | Jayachandran C | 2014-05-30 | 3 | -35/+69 |
* | MIPS: Netlogic: Enable access to more than 64GB | Jayachandran C | 2014-05-30 | 1 | -0/+15 |
* | MIPS: Netlogic: Reduce size of reset code | Jayachandran C | 2014-05-30 | 2 | -11/+16 |
* | MIPS: Netlogic: Use cpumask_scnprintf for wakeup_mask | Jayachandran C | 2014-05-30 | 1 | -3/+4 |
* | MIPS: Netlogic: Warn on invalid irq | Jayachandran C | 2014-05-30 | 1 | -0/+2 |
* | MIPS: Netlogic: Move coremask setup to nlm_node_init | Jayachandran C | 2014-05-30 | 2 | -4/+2 |
* | MIPS: Netlogic: Fix uniprocessor compilation | Jayachandran C | 2014-05-30 | 1 | -0/+2 |
* | MIPS: Support upto 256 CPUs | Jayachandran C | 2014-05-30 | 1 | -2/+2 |
* | MIPS: Enable the BPF_JIT symbol for MIPS | Markos Chandras | 2014-05-30 | 1 | -0/+1 |
* | MIPS: net: Add BPF JIT | Markos Chandras | 2014-05-30 | 4 | -0/+1447 |
* | MIPS: uasm: Add lb uasm instruction | Markos Chandras | 2014-05-30 | 4 | -8/+12 |
* | MIPS: uasm: Add mflo uasm instruction | Markos Chandras | 2014-05-30 | 5 | -5/+11 |
* | MIPS: uasm: Add mul uasm instruction | Markos Chandras | 2014-05-30 | 5 | -1/+6 |
* | MIPS: uasm: Add lh uam instruction | Markos Chandras | 2014-05-30 | 4 | -6/+10 |
* | MIPS: uasm: Add wsbh uasm instruction | Markos Chandras | 2014-05-30 | 5 | -1/+16 |
* | MIPS: uasm: Add sltu uasm instruction | Markos Chandras | 2014-05-30 | 5 | -1/+6 |
* | MIPS: uasm: Add sltiu uasm instruction | Markos Chandras | 2014-05-30 | 4 | -4/+8 |
* | MIPS: uasm: Add jalr uasm instruction | Markos Chandras | 2014-05-30 | 1 | -0/+1 |
* | MIPS: uasm: Add mfhi uasm instruction | Markos Chandras | 2014-05-30 | 5 | -4/+10 |
* | MIPS: uasm: Add divu uasm instruction | Markos Chandras | 2014-05-30 | 5 | -1/+6 |
* | MIPS: uasm: Add srlv uasm instruction | Markos Chandras | 2014-05-30 | 5 | -3/+8 |
* | MIPS: uasm: Add sllv uasm instruction | Markos Chandras | 2014-05-30 | 5 | -3/+8 |
* | MIPS: uasm: Add u3u2u1 instruction builders | Markos Chandras | 2014-05-30 | 2 | -0/+10 |
* | MIPS: math-emu: Add IEEE754 exception statistics to debugfs | Deng-Cheng Zhu | 2014-05-30 | 3 | -9/+37 |
* | MIPS: BCM47XX: Slightly clean memory detection | Rafał Miłecki | 2014-05-30 | 1 | -8/+11 |
* | MIPS: octeon: Add interface mode detection for Octeon II | Alex Smith | 2014-05-29 | 1 | -0/+166 |
* | Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f... | Ralf Baechle | 2014-05-29 | 36 | -218/+2044 |
|\ |
|
| * | MIPS: Malta: CPS SMP by default | Paul Burton | 2014-05-28 | 2 | -4/+2 |
| * | cpuidle: cpuidle-cps: add MIPS CPS cpuidle driver | Paul Burton | 2014-05-28 | 1 | -0/+11 |
| * | MIPS: include cpuidle Kconfig menu | Paul Burton | 2014-05-28 | 1 | -2/+6 |
| * | MIPS: cpuidle wait instruction state | Paul Burton | 2014-05-28 | 2 | -0/+25 |
| * | MIPS: smp-cps: duplicate core0 CCA on secondary cores | Paul Burton | 2014-05-28 | 2 | -5/+14 |
| * | MIPS: smp-cps: set a coherent default CCA | Paul Burton | 2014-05-28 | 1 | -0/+3 |
| * | MIPS: smp-cps: prevent multi-core SMP with unsuitable CCA | Paul Burton | 2014-05-28 | 1 | -2/+28 |
| * | MIPS: smp-cps: hotplug support | Paul Burton | 2014-05-28 | 2 | -2/+155 |
| * | MIPS: pm-cps: add PM state entry code for CPS systems | Paul Burton | 2014-05-28 | 6 | -0/+809 |
| * | MIPS: smp-cps: use CPC core-other locking | Paul Burton | 2014-05-28 | 1 | -3/+2 |
| * | MIPS: smp-cps: flush cache after patching mips_cps_core_entry | Paul Burton | 2014-05-28 | 1 | -5/+7 |
| * | MIPS: smp-cps: function to determine whether CPS SMP is in use | Paul Burton | 2014-05-28 | 2 | -0/+8 |
| * | MIPS: smp-cps: rework core/VPE initialisation | Paul Burton | 2014-05-28 | 5 | -161/+374 |
| * | MIPS: uasm: add MT ASE yield instruction | Paul Burton | 2014-05-28 | 3 | -1/+11 |
| * | MIPS: uasm: add wait instruction | Paul Burton | 2014-05-28 | 4 | -1/+5 |
| * | MIPS: uasm: add sync instruction | Paul Burton | 2014-05-28 | 4 | -2/+6 |
| * | MIPS: uasm: add jalr instruction | Paul Burton | 2014-05-28 | 3 | -4/+10 |
| * | MIPS: uasm: add a label variant of beq | Paul Burton | 2014-05-28 | 2 | -0/+10 |
| * | MIPS: inst.h: define microMIPS wait op | Paul Burton | 2014-05-28 | 1 | -0/+1 |
| * | MIPS: inst.h: define microMIPS sync op | Paul Burton | 2014-05-28 | 1 | -0/+1 |
| * | MIPS: inst.h: define MT yield op | Paul Burton | 2014-05-28 | 1 | -10/+11 |