index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
include
/
asm
/
uasm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
MIPS: Add some instructions to uasm.
David Daney
2017-06-28
1
-0
/
+30
*
MIPS: uasm: Remove needless ISA abstraction
Paul Burton
2017-04-12
1
-59
/
+28
*
MIPS: uasm: Add support for LHU.
David Daney
2017-04-10
1
-0
/
+1
*
MIPS: uasm: Add include guards in asm/uasm.h
James Hogan
2017-02-03
1
-0
/
+5
*
MIPS: uasm: Add MTHI/MTLO instructions
James Hogan
2016-07-05
1
-0
/
+2
*
MIPS: uasm: Add DI instruction
James Hogan
2016-07-05
1
-0
/
+1
*
MIPS: uasm: Add CFCMSA/CTCMSA instructions
James Hogan
2016-07-05
1
-0
/
+2
*
MIPS: uasm: Add CFC1/CTC1 instructions
James Hogan
2016-07-05
1
-0
/
+2
*
MIPS: Loongson-3: Fast TLB refill handler
Huacai Chen
2016-05-13
1
-1
/
+2
*
MIPS: Add MFHC0 and MTHC0 instructions to uasm.
Steven J. Hill
2014-11-24
1
-0
/
+2
*
MIPS: uasm: Add SLT uasm instruction
Markos Chandras
2014-06-26
1
-0
/
+1
*
MIPS: uasm: Add s3s1s2 instruction builder
Markos Chandras
2014-06-26
1
-0
/
+3
*
MIPS: uasm: Add lb uasm instruction
Markos Chandras
2014-05-30
1
-0
/
+1
*
MIPS: uasm: Add mflo uasm instruction
Markos Chandras
2014-05-30
1
-0
/
+1
*
MIPS: uasm: Add mul uasm instruction
Markos Chandras
2014-05-30
1
-0
/
+1
*
MIPS: uasm: Add lh uam instruction
Markos Chandras
2014-05-30
1
-0
/
+1
*
MIPS: uasm: Add wsbh uasm instruction
Markos Chandras
2014-05-30
1
-0
/
+1
*
MIPS: uasm: Add sltu uasm instruction
Markos Chandras
2014-05-30
1
-0
/
+1
*
MIPS: uasm: Add sltiu uasm instruction
Markos Chandras
2014-05-30
1
-0
/
+1
*
MIPS: uasm: Add mfhi uasm instruction
Markos Chandras
2014-05-30
1
-0
/
+1
*
MIPS: uasm: Add divu uasm instruction
Markos Chandras
2014-05-30
1
-0
/
+1
*
MIPS: uasm: Add srlv uasm instruction
Markos Chandras
2014-05-30
1
-0
/
+1
*
MIPS: uasm: Add sllv uasm instruction
Markos Chandras
2014-05-30
1
-0
/
+1
*
MIPS: uasm: Add u3u2u1 instruction builders
Markos Chandras
2014-05-30
1
-0
/
+3
*
MIPS: uasm: add MT ASE yield instruction
Paul Burton
2014-05-28
1
-0
/
+1
*
MIPS: uasm: add wait instruction
Paul Burton
2014-05-28
1
-0
/
+1
*
MIPS: uasm: add sync instruction
Paul Burton
2014-05-28
1
-0
/
+1
*
MIPS: uasm: add jalr instruction
Paul Burton
2014-05-28
1
-0
/
+4
*
MIPS: uasm: add a label variant of beq
Paul Burton
2014-05-28
1
-0
/
+2
*
MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code
Paul Gortmaker
2013-07-14
1
-24
/
+13
*
MIPS: microMIPS: Fix macro naming in micro-assembler.
Steven J. Hill
2013-05-09
1
-2
/
+16
*
MIPS: microMIPS: uasm: Add microMIPS micro assembler support.
Steven J. Hill
2013-05-01
1
-0
/
+4
*
MIPS: microMIPS: uasm: Split 'uasm.c' into two files.
Steven J. Hill
2013-05-01
1
-24
/
+38
*
MIPS: Whitespace cleanup.
Ralf Baechle
2013-02-01
1
-1
/
+1
*
MIPS: uasm: Add INS and EXT instructions.
Steven J. Hill
2012-09-13
1
-0
/
+2
*
MIPS: Fixup ordering of micro assembler instructions.
Steven J. Hill
2012-07-23
1
-49
/
+51
*
MIPS: Don't use module.h just to export symbols in asm/uasm.h
Paul Gortmaker
2012-05-15
1
-1
/
+1
*
MIPS: Add uasm UASM_i_SRL_SAFE macro.
David Daney
2011-07-26
1
-0
/
+2
*
MIPS: Add LDX and LWX instructions to uasm.
David Daney
2011-01-18
1
-0
/
+4
*
MIPS: Declare uasm bbit0 and bbit1 functions.
David Daney
2011-01-18
1
-0
/
+2
*
MIPS: Add DINSM to uasm.
David Daney
2011-01-18
1
-0
/
+1
*
MIPS: uasm: Add option to export uasm API.
David Daney
2010-08-05
1
-13
/
+24
*
MIPS: uasm: Add BBIT0 and BBIT1 instructions
David Daney
2010-08-05
1
-0
/
+4
*
MIPS: uasm: Add drotr32 and uasm_i_drotr_safe.
David Daney
2010-08-05
1
-0
/
+10
*
MIPS: Add uasm_i_dsrl_safe() and uasm_i_dsll_safe() to uasm.
David Daney
2010-04-30
1
-0
/
+18
*
MIPS: uasm: Add OR instruction.
Ralf Baechle
2010-04-12
1
-0
/
+1
*
MIPS: Add SYSCALL to uasm.
David Daney
2010-04-12
1
-0
/
+1
*
MIPS: Add TLBR and ROTR to uasm.
David Daney
2010-02-27
1
-0
/
+4
*
MIPS: Move arch/mips/mm/uasm.h to arch/mips/include/asm/uasm.h
Florian Fainelli
2010-02-27
1
-0
/
+191