index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
mm
/
uasm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-28
MIPS: Add some instructions to uasm.
David Daney
1
-13
/
+45
2017-06-28
MIPS: Optimize uasm insn lookup.
David Daney
1
-2
/
+1
2017-04-12
MIPS: uasm: Remove needless ISA abstraction
Paul Burton
1
-78
/
+78
2017-04-10
MIPS: uasm: Add support for LHU.
David Daney
1
-1
/
+2
2016-08-06
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-5
/
+1
2016-07-24
MIPS: uasm: Handle low values in uasm_in_compat_space_p()
James Hogan
1
-5
/
+1
2016-07-05
MIPS: uasm: Add MTHI/MTLO instructions
James Hogan
1
-5
/
+8
2016-07-05
MIPS: uasm: Add DI instruction
James Hogan
1
-11
/
+12
2016-07-05
MIPS: uasm: Add CFCMSA/CTCMSA instructions
James Hogan
1
-12
/
+14
2016-07-05
MIPS: uasm: Add CFC1/CTC1 instructions
James Hogan
1
-12
/
+14
2016-05-13
MIPS: Loongson-3: Fast TLB refill handler
Huacai Chen
1
-0
/
+3
2015-02-20
MIPS: OCTEON: Implement DCache errata workaround for all CN6XXX
David Daney
1
-1
/
+1
2015-02-16
MIPS: mm: uasm: Add signed 9-bit immediate related macros
Leonid Yegoshin
1
-1
/
+12
2014-11-25
MIPS: Add MFHC0 and MTHC0 instructions to uasm.
Steven J. Hill
1
-6
/
+8
2014-06-26
MIPS: uasm: Add SLT uasm instruction
Markos Chandras
1
-1
/
+2
2014-06-26
MIPS: uasm: Add s3s1s2 instruction builder
Markos Chandras
1
-0
/
+7
2014-05-30
MIPS: uasm: Add lb uasm instruction
Markos Chandras
1
-8
/
+9
2014-05-30
MIPS: uasm: Add mflo uasm instruction
Markos Chandras
1
-5
/
+7
2014-05-30
MIPS: uasm: Add mul uasm instruction
Markos Chandras
1
-1
/
+2
2014-05-30
MIPS: uasm: Add lh uam instruction
Markos Chandras
1
-6
/
+7
2014-05-30
MIPS: uasm: Add wsbh uasm instruction
Markos Chandras
1
-1
/
+2
2014-05-30
MIPS: uasm: Add sltu uasm instruction
Markos Chandras
1
-1
/
+2
2014-05-30
MIPS: uasm: Add sltiu uasm instruction
Markos Chandras
1
-4
/
+5
2014-05-30
MIPS: uasm: Add mfhi uasm instruction
Markos Chandras
1
-4
/
+6
2014-05-30
MIPS: uasm: Add divu uasm instruction
Markos Chandras
1
-1
/
+2
2014-05-30
MIPS: uasm: Add srlv uasm instruction
Markos Chandras
1
-3
/
+4
2014-05-30
MIPS: uasm: Add sllv uasm instruction
Markos Chandras
1
-3
/
+4
2014-05-30
MIPS: uasm: Add u3u2u1 instruction builders
Markos Chandras
1
-0
/
+7
2014-05-28
MIPS: uasm: add MT ASE yield instruction
Paul Burton
1
-1
/
+9
2014-05-28
MIPS: uasm: add wait instruction
Paul Burton
1
-1
/
+2
2014-05-28
MIPS: uasm: add sync instruction
Paul Burton
1
-2
/
+3
2014-05-28
MIPS: uasm: add jalr instruction
Paul Burton
1
-4
/
+5
2014-05-28
MIPS: uasm: add a label variant of beq
Paul Burton
1
-0
/
+8
2013-07-15
MIPS: Delete __cpuinit/__CPUINIT usage from MIPS code
Paul Gortmaker
1
-56
/
+50
2013-05-02
MIPS: microMIPS: uasm: Split 'uasm.c' into two files.
Steven J. Hill
1
-248
/
+78
2013-02-01
MIPS: Whitespace cleanup.
Ralf Baechle
1
-8
/
+8
2012-09-14
MIPS: uasm: Add INS and EXT instructions.
Steven J. Hill
1
-5
/
+18
2012-07-23
MIPS: Fixup ordering of micro assembler instructions.
Steven J. Hill
1
-32
/
+30
2011-01-18
MIPS: Use WARN() in uasm for better diagnostics.
David Daney
1
-24
/
+16
2011-01-18
MIPS: Add LDX and LWX instructions to uasm.
David Daney
1
-1
/
+6
2011-01-18
MIPS: Add DINSM to uasm.
David Daney
1
-1
/
+10
2010-10-29
MIPS: Octeon: Apply CN63XXP1 errata workarounds.
David Daney
1
-1
/
+19
2010-08-05
MIPS: uasm: Add option to export uasm API.
David Daney
1
-49
/
+82
2010-08-05
MIPS: uasm: Add BBIT0 and BBIT1 instructions
David Daney
1
-1
/
+21
2010-08-05
MIPS: uasm: Add drotr32 and uasm_i_drotr_safe.
David Daney
1
-5
/
+8
2010-04-12
MIPS: uasm: Add OR instruction.
Ralf Baechle
1
-1
/
+3
2010-04-12
MIPS: Add SYSCALL to uasm.
David Daney
1
-2
/
+17
2010-02-27
MIPS: Add TLBR and ROTR to uasm.
David Daney
1
-2
/
+7
2010-02-27
MIPS: Move arch/mips/mm/uasm.h to arch/mips/include/asm/uasm.h
Florian Fainelli
1
-2
/
+1
2009-12-17
MIPS: Add drotr and dins instructions to uasm.
David Daney
1
-3
/
+13
[next]