aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips/mm/uasm-mips.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-19MIPS: uasm: Add div, mul and sel instructions for mipsr6Hassan Naveed1-0/+14
2018-12-07mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_XJiong Wang1-0/+1
2018-08-09MIPS: Remove remnants of UASM_ISAPaul Burton1-1/+0
2017-08-07MIPS: mm: remove duplicate "const" qualifier on insn_tableThomas Petazzoni1-1/+1
2017-06-28MIPS: Add some instructions to uasm.David Daney1-0/+21
2017-06-28MIPS: Optimize uasm insn lookup.David Daney1-111/+106
2017-04-10MIPS: uasm: Add support for LHU.David Daney1-0/+1
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2016-08-03MIPS: mm: Fix definition of R6 cache instructionMatt Redfearn1-1/+1
2016-07-05MIPS: uasm: Add r6 MUL encodingJames Hogan1-0/+4
2016-07-05MIPS: uasm: Add MTHI/MTLO instructionsJames Hogan1-0/+2
2016-07-05MIPS: uasm: Add DI instructionJames Hogan1-0/+1
2016-07-05MIPS: uasm: Add CFCMSA/CTCMSA instructionsJames Hogan1-0/+2
2016-07-05MIPS: uasm: Add CFC1/CTC1 instructionsJames Hogan1-0/+2
2016-05-13MIPS: Loongson-3: Fast TLB refill handlerHuacai Chen1-0/+2
2015-02-20MIPS: mm: Remove dead macro definitionsAndreas Ruprecht1-8/+0
2015-02-16MIPS: mm: Add MIPS R6 instruction encodingsLeonid Yegoshin1-0/+32
2014-11-24MIPS: Add MFHC0 and MTHC0 instructions to uasm.Steven J. Hill1-0/+2
2014-06-26MIPS: mm: uasm: Fix lh micro-assembler instructionMarkos Chandras1-1/+1
2014-06-26MIPS: uasm: Add SLT uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add lb uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add mflo uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add mul uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add lh uam instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add wsbh uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add sltu uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add sltiu uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add mfhi uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add divu uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add srlv uasm instructionMarkos Chandras1-0/+1
2014-05-30MIPS: uasm: Add sllv uasm instructionMarkos Chandras1-0/+1
2014-05-28MIPS: uasm: add MT ASE yield instructionPaul Burton1-0/+1
2014-05-28MIPS: uasm: add wait instructionPaul Burton1-0/+1
2014-05-28MIPS: uasm: add sync instructionPaul Burton1-0/+1
2014-05-28MIPS: uasm: add jalr instructionPaul Burton1-0/+1
2014-01-24mips: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-5/+5
2013-05-09MIPS: microMIPS: Fix macro naming in micro-assembler.Steven J. Hill1-0/+9
2013-05-01MIPS: microMIPS: uasm: Split 'uasm.c' into two files.Steven J. Hill1-0/+196