summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/uasm.c
Commit message (Expand)AuthorAgeFilesLines
* mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_XJiong Wang2018-12-071-4/+5
* MIPS: Add some instructions to uasm.David Daney2017-06-281-13/+45
* MIPS: Optimize uasm insn lookup.David Daney2017-06-281-2/+1
* MIPS: uasm: Remove needless ISA abstractionPaul Burton2017-04-121-78/+78
* MIPS: uasm: Add support for LHU.David Daney2017-04-101-1/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-08-061-5/+1
|\
| * MIPS: uasm: Handle low values in uasm_in_compat_space_p()James Hogan2016-07-241-5/+1
* | MIPS: uasm: Add MTHI/MTLO instructionsJames Hogan2016-07-051-5/+8
* | MIPS: uasm: Add DI instructionJames Hogan2016-07-051-11/+12
* | MIPS: uasm: Add CFCMSA/CTCMSA instructionsJames Hogan2016-07-051-12/+14
* | MIPS: uasm: Add CFC1/CTC1 instructionsJames Hogan2016-07-051-12/+14
|/
* MIPS: Loongson-3: Fast TLB refill handlerHuacai Chen2016-05-131-0/+3
* MIPS: OCTEON: Implement DCache errata workaround for all CN6XXXDavid Daney2015-02-201-1/+1
* MIPS: mm: uasm: Add signed 9-bit immediate related macrosLeonid Yegoshin2015-02-161-1/+12
* MIPS: Add MFHC0 and MTHC0 instructions to uasm.Steven J. Hill2014-11-241-6/+8
* MIPS: uasm: Add SLT uasm instructionMarkos Chandras2014-06-261-1/+2
* MIPS: uasm: Add s3s1s2 instruction builderMarkos Chandras2014-06-261-0/+7
* MIPS: uasm: Add lb uasm instructionMarkos Chandras2014-05-301-8/+9
* MIPS: uasm: Add mflo uasm instructionMarkos Chandras2014-05-301-5/+7
* MIPS: uasm: Add mul uasm instructionMarkos Chandras2014-05-301-1/+2
* MIPS: uasm: Add lh uam instructionMarkos Chandras2014-05-301-6/+7
* MIPS: uasm: Add wsbh uasm instructionMarkos Chandras2014-05-301-1/+2
* MIPS: uasm: Add sltu uasm instructionMarkos Chandras2014-05-301-1/+2
* MIPS: uasm: Add sltiu uasm instructionMarkos Chandras2014-05-301-4/+5
* MIPS: uasm: Add mfhi uasm instructionMarkos Chandras2014-05-301-4/+6
* MIPS: uasm: Add divu uasm instructionMarkos Chandras2014-05-301-1/+2
* MIPS: uasm: Add srlv uasm instructionMarkos Chandras2014-05-301-3/+4
* MIPS: uasm: Add sllv uasm instructionMarkos Chandras2014-05-301-3/+4
* MIPS: uasm: Add u3u2u1 instruction buildersMarkos Chandras2014-05-301-0/+7
* MIPS: uasm: add MT ASE yield instructionPaul Burton2014-05-281-1/+9
* MIPS: uasm: add wait instructionPaul Burton2014-05-281-1/+2
* MIPS: uasm: add sync instructionPaul Burton2014-05-281-2/+3
* MIPS: uasm: add jalr instructionPaul Burton2014-05-281-4/+5
* MIPS: uasm: add a label variant of beqPaul Burton2014-05-281-0/+8
* MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker2013-07-141-56/+50
* MIPS: microMIPS: uasm: Split 'uasm.c' into two files.Steven J. Hill2013-05-011-248/+78
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-8/+8
* MIPS: uasm: Add INS and EXT instructions.Steven J. Hill2012-09-131-5/+18
* MIPS: Fixup ordering of micro assembler instructions.Steven J. Hill2012-07-231-32/+30
* MIPS: Use WARN() in uasm for better diagnostics.David Daney2011-01-181-24/+16
* MIPS: Add LDX and LWX instructions to uasm.David Daney2011-01-181-1/+6
* MIPS: Add DINSM to uasm.David Daney2011-01-181-1/+10
* MIPS: Octeon: Apply CN63XXP1 errata workarounds.David Daney2010-10-291-1/+19
* MIPS: uasm: Add option to export uasm API.David Daney2010-08-051-49/+82
* MIPS: uasm: Add BBIT0 and BBIT1 instructionsDavid Daney2010-08-051-1/+21
* MIPS: uasm: Add drotr32 and uasm_i_drotr_safe.David Daney2010-08-051-5/+8
* MIPS: uasm: Add OR instruction.Ralf Baechle2010-04-121-1/+3
* MIPS: Add SYSCALL to uasm.David Daney2010-04-121-2/+17
* MIPS: Add TLBR and ROTR to uasm.David Daney2010-02-271-2/+7
* MIPS: Move arch/mips/mm/uasm.h to arch/mips/include/asm/uasm.hFlorian Fainelli2010-02-271-2/+1