Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1169857
| From | Paul Burton <paul.burton@imgtec.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/3] MSA unaligned memory access support |
| Date | 2015-06-22 13:30 +0200 |
| Message-ID | <pE85k-2e7-23@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v3 0/3] MSA unaligned memory access support Paul Burton <paul.burton@imgtec.com> - 2015-06-22 13:30 +0200
csiph-web