| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | powerpc: Change vrX register defines to vX to match gcc and glibc | Anton Blanchard | 2015-03-16 |
| | | | | | | | | | | | | | | | | | As our various loops (copy, string, crypto etc) get more complicated, we want to share implementations between userspace (eg glibc) and the kernel. We also want to write userspace test harnesses to put in tools/testing/selftest. One gratuitous difference between userspace and the kernel is the VMX register definitions - the kernel uses vrX whereas both gcc and glibc use vX. Change the kernel to match userspace. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> | ||
| * | selftests/powerpc: Update for ABIv2 | Anton Blanchard | 2014-04-23 |
| | | | | | | | Add some new definitions required to build the copyloop tests. Signed-off-by: Anton Blanchard <anton@samba.org> | ||
| * | selftests/powerpc: Import Anton's memcpy / copy_tofrom_user tests | Michael Ellerman | 2014-03-07 |
| Turn Anton's memcpy / copy_tofrom_user test into something that can live in tools/testing/selftests. It requires one turd in arch/powerpc/lib/memcpy_64.S, but it's pretty harmless IMHO. We are sailing very close to the wind with the feature macros. We define them to nothing, which currently means we get a few extra nops and include the unaligned calls. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> | |||
