summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2014-06-02MIPS: paravirt: Add pci controller for virtioDavid Daney4-1/+139
2014-06-02MIPS: Add code for new system 'paravirt'David Daney11-6/+777
2014-05-30MIPS: Add functions for hypervisor callDavid Daney2-1/+114
2014-05-30MIPS: OCTEON: Add OCTEON3 to __get_cpu_typeAndreas Herrmann1-0/+1
2014-05-30MIPS: Add function get_ebase_cpunumDavid Daney2-1/+10
2014-05-30MIPS: Add minimal support for OCTEON3 to c-r4k.cDavid Daney2-4/+46
2014-05-30MIPS: Don't build fast TLB refill handler with 32-bit kernelsDavid Daney1-2/+6
2014-05-30MIPS: Don't use RI/XI with 32-bit kernels on 64-bit CPUsDavid Daney1-1/+8
2014-05-30MIPS: OCTEON: Move CAVIUM_OCTEON_CVMSEG_SIZE to CPU_CAVIUM_OCTEONDavid Daney1-12/+11
2014-05-30MIPS: Move system level config items from CPU_CAVIUM_OCTEON to CAVIUM_OCTEON_SOCDavid Daney1-5/+5
2014-05-30MIPS: OCTEON: Enable use of FPUDavid Daney6-27/+75
2014-05-30MIPS: Malta: support powering downPaul Burton1-0/+4
2014-05-30MIPS: Malta: hang on haltPaul Burton1-4/+6
2014-05-30MIPS: Malta: Let PIIX4 respond to PCI special cyclesPaul Burton1-0/+6
2014-05-30MIPS: Malta: add suspend state entry codePaul Burton4-0/+141
2014-05-30MIPS: Define some more PIIX4 registers & valuesPaul Burton1-0/+12
2014-05-30MIPS: DEC: Remove the Halt button interrupt on R4k systemsMaciej W. Rozycki1-0/+5
2014-05-30MIPS: DEC: Only select the R4k clock event/source on R4k systemsMaciej W. Rozycki1-2/+2
2014-05-30MIPS: __delay ABI-dependent subtraction simplificationMaciej W. Rozycki1-5/+3
2014-05-30MIPS: Implement random_get_entropy with CP0 RandomMaciej W. Rozycki2-18/+48
2014-05-30MIPS: Netlogic: XLP9XX on-chip SATA supportGanesan Ramalingam2-0/+378
2014-05-30MIPS: Netlogic: Support for XLP3XX on-chip SATAGanesan Ramalingam2-0/+210
2014-05-30MIPS: Add MSI support for XLP9XXGanesan Ramalingam4-51/+156
2014-05-30MIPS: Netlogic: Add support for XLP5XXYonghong Song8-4/+23
2014-05-30MIPS: Netlogic: Update XLP9XX/2XX core freq calculationJayachandran C2-18/+73
2014-05-30MIPS: Netlogic: PIC freq calculation for XLP 9XX/2XXGanesan Ramalingam4-34/+114
2014-05-30MIPS: Netlogic: Fix XLP9XX pic entryJayachandran C1-2/+3
2014-05-30MIPS: Netlogic: Use PRID_IMP_MASK macroJayachandran C6-9/+10
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