summaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/uasm-mips.c
Commit message (Expand)AuthorAgeFilesLines
* mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_XJiong Wang2018-12-071-0/+1
* MIPS: Remove remnants of UASM_ISAPaul Burton2018-08-091-1/+0
* MIPS: mm: remove duplicate "const" qualifier on insn_tableThomas Petazzoni2017-08-071-1/+1
* MIPS: Add some instructions to uasm.David Daney2017-06-281-0/+21
* MIPS: Optimize uasm insn lookup.David Daney2017-06-281-111/+106
* MIPS: uasm: Add support for LHU.David Daney2017-04-101-0/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-08-061-1/+1
|\
| * MIPS: mm: Fix definition of R6 cache instructionMatt Redfearn2016-08-031-1/+1
* | MIPS: uasm: Add r6 MUL encodingJames Hogan2016-07-051-0/+4
* | MIPS: uasm: Add MTHI/MTLO instructionsJames Hogan2016-07-051-0/+2
* | MIPS: uasm: Add DI instructionJames Hogan2016-07-051-0/+1
* | MIPS: uasm: Add CFCMSA/CTCMSA instructionsJames Hogan2016-07-051-0/+2
* | MIPS: uasm: Add CFC1/CTC1 instructionsJames Hogan2016-07-051-0/+2
|/
* MIPS: Loongson-3: Fast TLB refill handlerHuacai Chen2016-05-131-0/+2
* MIPS: mm: Remove dead macro definitionsAndreas Ruprecht2015-02-201-8/+0
* MIPS: mm: Add MIPS R6 instruction encodingsLeonid Yegoshin2015-02-161-0/+32
* MIPS: Add MFHC0 and MTHC0 instructions to uasm.Steven J. Hill2014-11-241-0/+2
* MIPS: mm: uasm: Fix lh micro-assembler instructionMarkos Chandras2014-06-261-1/+1
* MIPS: uasm: Add SLT uasm instructionMarkos Chandras2014-06-261-0/+1
* MIPS: uasm: Add lb uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add mflo uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add mul uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add lh uam instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add wsbh uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add sltu uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add sltiu uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add mfhi uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add divu uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add srlv uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: Add sllv uasm instructionMarkos Chandras2014-05-301-0/+1
* MIPS: uasm: add MT ASE yield instructionPaul Burton2014-05-281-0/+1
* MIPS: uasm: add wait instructionPaul Burton2014-05-281-0/+1
* MIPS: uasm: add sync instructionPaul Burton2014-05-281-0/+1
* MIPS: uasm: add jalr instructionPaul Burton2014-05-281-0/+1
* mips: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-241-1/+0
* MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker2013-07-141-5/+5
* MIPS: microMIPS: Fix macro naming in micro-assembler.Steven J. Hill2013-05-091-0/+9
* MIPS: microMIPS: uasm: Split 'uasm.c' into two files.Steven J. Hill2013-05-011-0/+196