[PATCH v3 0/3] MSA unaligned memory access support

From: Paul Burton
Date: Mon Jun 22 2015 - 07:21:32 EST


This series supercedes the patch "MIPS: MSA: misaligned support"
previously submitted by Leonid, and pretty much rewrites the support for
emulating non-16byte-aligned MSA vector memory accesses introduced there.

The series applies atop v4.1.

Thanks,
Paul

Leonid Yegoshin (2):
MIPS: declare MSA MI10 instruction formats
MIPS: MSA unaligned memory access support

Paul Burton (1):
MIPS: introduce accessors for MSA vector registers

arch/mips/include/asm/asmmacro.h | 114 ++++++++++++++++++++++++++++++++++++++
arch/mips/include/asm/msa.h | 80 ++++++++++++++++++++++++++
arch/mips/include/uapi/asm/inst.h | 31 ++++++++++-
arch/mips/kernel/r4k_fpu.S | 67 ++++++++++++++++++++++
arch/mips/kernel/unaligned.c | 72 ++++++++++++++++++++++++
5 files changed, 363 insertions(+), 1 deletion(-)

--
2.4.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at http://www.tux.org/lkml/