aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/uasm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-56/+50
2013-05-01MIPS: microMIPS: uasm: Split 'uasm.c' into two files.Steven J. Hill1-248/+78
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-8/+8
2012-09-13MIPS: uasm: Add INS and EXT instructions.Steven J. Hill1-5/+18
2012-07-23MIPS: Fixup ordering of micro assembler instructions.Steven J. Hill1-32/+30
2011-01-18MIPS: Use WARN() in uasm for better diagnostics.David Daney1-24/+16
2011-01-18MIPS: Add LDX and LWX instructions to uasm.David Daney1-1/+6
2011-01-18MIPS: Add DINSM to uasm.David Daney1-1/+10
2010-10-29MIPS: Octeon: Apply CN63XXP1 errata workarounds.David Daney1-1/+19
2010-08-05MIPS: uasm: Add option to export uasm API.David Daney1-49/+82
2010-08-05MIPS: uasm: Add BBIT0 and BBIT1 instructionsDavid Daney1-1/+21
2010-08-05MIPS: uasm: Add drotr32 and uasm_i_drotr_safe.David Daney1-5/+8
2010-04-12MIPS: uasm: Add OR instruction.Ralf Baechle1-1/+3
2010-04-12MIPS: Add SYSCALL to uasm.David Daney1-2/+17
2010-02-27MIPS: Add TLBR and ROTR to uasm.David Daney1-2/+7
2010-02-27MIPS: Move arch/mips/mm/uasm.h to arch/mips/include/asm/uasm.hFlorian Fainelli1-2/+1
2009-12-17MIPS: Add drotr and dins instructions to uasm.David Daney1-3/+13
2008-07-15[MIPS] Make two functions staticDmitri Vorobiev1-2/+2
2008-04-28[MIPS] Reimplement clear_page/copy_pageThiemo Seufer1-7/+19
2008-03-12[MIPS] Fix loads of section missmatchesRalf Baechle1-34/+34
2008-02-01[MIPS] Split the micro-assembler from tlbex.c.Thiemo Seufer1-0/+576