Age | Commit message (Expand) | Author | Files | Lines |
2019-03-20 | MIPS: uasm: Add div, mul and sel instructions for mipsr6 | Hassan Naveed | 1 | -0/+14 |
2018-12-08 | mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_X | Jiong Wang | 1 | -0/+1 |
2018-08-10 | MIPS: Remove remnants of UASM_ISA | Paul Burton | 1 | -1/+0 |
2017-08-07 | MIPS: mm: remove duplicate "const" qualifier on insn_table | Thomas Petazzoni | 1 | -1/+1 |
2017-06-28 | MIPS: Add some instructions to uasm. | David Daney | 1 | -0/+21 |
2017-06-28 | MIPS: Optimize uasm insn lookup. | David Daney | 1 | -111/+106 |
2017-04-10 | MIPS: uasm: Add support for LHU. | David Daney | 1 | -0/+1 |
2016-08-06 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -1/+1 |
2016-08-03 | MIPS: mm: Fix definition of R6 cache instruction | Matt Redfearn | 1 | -1/+1 |
2016-07-05 | MIPS: uasm: Add r6 MUL encoding | James Hogan | 1 | -0/+4 |
2016-07-05 | MIPS: uasm: Add MTHI/MTLO instructions | James Hogan | 1 | -0/+2 |
2016-07-05 | MIPS: uasm: Add DI instruction | James Hogan | 1 | -0/+1 |
2016-07-05 | MIPS: uasm: Add CFCMSA/CTCMSA instructions | James Hogan | 1 | -0/+2 |
2016-07-05 | MIPS: uasm: Add CFC1/CTC1 instructions | James Hogan | 1 | -0/+2 |
2016-05-13 | MIPS: Loongson-3: Fast TLB refill handler | Huacai Chen | 1 | -0/+2 |
2015-02-21 | MIPS: mm: Remove dead macro definitions | Andreas Ruprecht | 1 | -8/+0 |
2015-02-16 | MIPS: mm: Add MIPS R6 instruction encodings | Leonid Yegoshin | 1 | -0/+32 |
2014-11-25 | MIPS: Add MFHC0 and MTHC0 instructions to uasm. | Steven J. Hill | 1 | -0/+2 |
2014-06-26 | MIPS: mm: uasm: Fix lh micro-assembler instruction | Markos Chandras | 1 | -1/+1 |
2014-06-26 | MIPS: uasm: Add SLT uasm instruction | Markos Chandras | 1 | -0/+1 |
2014-05-30 | MIPS: uasm: Add lb uasm instruction | Markos Chandras | 1 | -0/+1 |
2014-05-30 | MIPS: uasm: Add mflo uasm instruction | Markos Chandras | 1 | -0/+1 |
2014-05-30 | MIPS: uasm: Add mul uasm instruction | Markos Chandras | 1 | -0/+1 |
2014-05-30 | MIPS: uasm: Add lh uam instruction | Markos Chandras | 1 | -0/+1 |
2014-05-30 | MIPS: uasm: Add wsbh uasm instruction | Markos Chandras | 1 | -0/+1 |
2014-05-30 | MIPS: uasm: Add sltu uasm instruction | Markos Chandras | 1 | -0/+1 |
2014-05-30 | MIPS: uasm: Add sltiu uasm instruction | Markos Chandras | 1 | -0/+1 |
2014-05-30 | MIPS: uasm: Add mfhi uasm instruction | Markos Chandras | 1 | -0/+1 |
2014-05-30 | MIPS: uasm: Add divu uasm instruction | Markos Chandras | 1 | -0/+1 |
2014-05-30 | MIPS: uasm: Add srlv uasm instruction | Markos Chandras | 1 | -0/+1 |
2014-05-30 | MIPS: uasm: Add sllv uasm instruction | Markos Chandras | 1 | -0/+1 |
2014-05-28 | MIPS: uasm: add MT ASE yield instruction | Paul Burton | 1 | -0/+1 |
2014-05-28 | MIPS: uasm: add wait instruction | Paul Burton | 1 | -0/+1 |
2014-05-28 | MIPS: uasm: add sync instruction | Paul Burton | 1 | -0/+1 |
2014-05-28 | MIPS: uasm: add jalr instruction | Paul Burton | 1 | -0/+1 |
2014-01-25 | mips: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2013-07-15 | MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code | Paul Gortmaker | 1 | -5/+5 |
2013-05-09 | MIPS: microMIPS: Fix macro naming in micro-assembler. | Steven J. Hill | 1 | -0/+9 |
2013-05-02 | MIPS: microMIPS: uasm: Split 'uasm.c' into two files. | Steven J. Hill | 1 | -0/+196 |