summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm
AgeCommit message (Expand)AuthorLines
2014-05-30MIPS: Add functions for hypervisor callDavid Daney-0/+109
2014-05-30MIPS: OCTEON: Add OCTEON3 to __get_cpu_typeAndreas Herrmann-0/+1
2014-05-30MIPS: Add function get_ebase_cpunumDavid Daney-0/+9
2014-05-30MIPS: Add minimal support for OCTEON3 to c-r4k.cDavid Daney-0/+2
2014-05-30MIPS: Don't use RI/XI with 32-bit kernels on 64-bit CPUsDavid Daney-1/+8
2014-05-30MIPS: OCTEON: Enable use of FPUDavid Daney-1/+0
2014-05-30MIPS: Malta: add suspend state entry codePaul Burton-0/+37
2014-05-30MIPS: Define some more PIIX4 registers & valuesPaul Burton-0/+12
2014-05-30MIPS: Implement random_get_entropy with CP0 RandomMaciej W. Rozycki-18/+47
2014-05-30MIPS: Add MSI support for XLP9XXGanesan Ramalingam-2/+21
2014-05-30MIPS: Netlogic: Add support for XLP5XXYonghong Song-3/+7
2014-05-30MIPS: Netlogic: Update XLP9XX/2XX core freq calculationJayachandran C-0/+8
2014-05-30MIPS: Netlogic: PIC freq calculation for XLP 9XX/2XXGanesan Ramalingam-0/+29
2014-05-30MIPS: Netlogic: Use PRID_IMP_MASK macroJayachandran C-4/+4
2014-05-30MIPS: Netlogic: IRQ mapping for some more SoC blocksJayachandran C-7/+13
2014-05-30MIPS: Netlogic: Fix uniprocessor compilationJayachandran C-0/+2
2014-05-30MIPS: uasm: Add lb uasm instructionMarkos Chandras-0/+1
2014-05-30MIPS: uasm: Add mflo uasm instructionMarkos Chandras-0/+1
2014-05-30MIPS: uasm: Add mul uasm instructionMarkos Chandras-0/+1
2014-05-30MIPS: uasm: Add lh uam instructionMarkos Chandras-0/+1
2014-05-30MIPS: uasm: Add wsbh uasm instructionMarkos Chandras-0/+1
2014-05-30MIPS: uasm: Add sltu uasm instructionMarkos Chandras-0/+1
2014-05-30MIPS: uasm: Add sltiu uasm instructionMarkos Chandras-0/+1
2014-05-30MIPS: uasm: Add mfhi uasm instructionMarkos Chandras-0/+1
2014-05-30MIPS: uasm: Add divu uasm instructionMarkos Chandras-0/+1
2014-05-30MIPS: uasm: Add srlv uasm instructionMarkos Chandras-0/+1
2014-05-30MIPS: uasm: Add sllv uasm instructionMarkos Chandras-0/+1
2014-05-30MIPS: KVM: Whitespace fixes in kvm_mips_callbacksJames Hogan-23/+23
2014-05-30MIPS: KVM: Add count frequency KVM registerJames Hogan-0/+1
2014-05-30MIPS: KVM: Add master disable count interfaceJames Hogan-0/+6
2014-05-30MIPS: KVM: Rewrite count/compare timer emulationJames Hogan-5/+16
2014-05-30MIPS: KVM: Fix timer race modifying guest CP0_CauseJames Hogan-6/+65
2014-05-30MIPS: KVM: Add CP0_UserLocal KVM register accessJames Hogan-0/+1
2014-05-30MIPS: KVM: Add CP0_Count/Compare KVM register accessJames Hogan-0/+4
2014-05-30MIPS: KVM: Move KVM_{GET,SET}_ONE_REG definitions into kvm_host.hJames Hogan-0/+32
2014-05-30MIPS: KVM: Use local_flush_icache_range to fix RI on XBurstJames Hogan-1/+0
2014-05-30MIPS: uasm: Add u3u2u1 instruction buildersMarkos Chandras-0/+3
2014-05-30MIPS: math-emu: Add IEEE754 exception statistics to debugfsDeng-Cheng Zhu-0/+5
2014-05-29Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f...Ralf Baechle-9/+306
2014-05-28MIPS: cpuidle wait instruction statePaul Burton-0/+14
2014-05-28MIPS: pm-cps: add PM state entry code for CPS systemsPaul Burton-0/+54
2014-05-28MIPS: smp-cps: function to determine whether CPS SMP is in usePaul Burton-0/+2
2014-05-28MIPS: smp-cps: rework core/VPE initialisationPaul Burton-4/+10
2014-05-28MIPS: uasm: add MT ASE yield instructionPaul Burton-0/+1
2014-05-28MIPS: uasm: add wait instructionPaul Burton-0/+1
2014-05-28MIPS: uasm: add sync instructionPaul Burton-0/+1
2014-05-28MIPS: uasm: add jalr instructionPaul Burton-0/+4
2014-05-28MIPS: uasm: add a label variant of beqPaul Burton-0/+2
2014-05-28MIPS: MT: define write_c0_tchalt macroPaul Burton-0/+2
2014-05-28MIPS: add kmap_noncoherent to wire a cached non-coherent TLB entryPaul Burton-0/+8