Age | Commit message (Expand) | Author | Files | Lines |
2016-11-17 | selftests/powerpc: Add ptrace tests for TM SPR registers |  Anshuman Khandual | 4 | -1/+205 |
2016-11-17 | selftests/powerpc: Add ptrace tests for VSX, VMX registers in suspended TM |  Anshuman Khandual | 3 | -1/+188 |
2016-11-17 | selftests/powerpc: Add ptrace tests for VSX, VMX registers in TM |  Anshuman Khandual | 3 | -1/+170 |
2016-11-17 | selftests/powerpc: Add ptrace tests for VSX, VMX registers |  Anshuman Khandual | 6 | -1/+630 |
2016-11-17 | selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR in suspended TM |  Anshuman Khandual | 3 | -1/+176 |
2016-11-17 | selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR in TM |  Anshuman Khandual | 3 | -2/+163 |
2016-11-17 | selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR registers |  Anshuman Khandual | 5 | -2/+370 |
2016-11-17 | selftests/powerpc: Add ptrace tests for GPR/FPR registers in suspended TM |  Anshuman Khandual | 3 | -2/+172 |
2016-11-17 | selftests/powerpc: Add ptrace tests for GPR/FPR registers in TM |  Anshuman Khandual | 3 | -3/+162 |
2016-11-17 | selftests/powerpc: Add ptrace tests for GPR/FPR registers |  Anshuman Khandual | 8 | -1/+781 |
2016-11-17 | selftests/powerpc: Move shared headers into new include dir |  Simon Guo | 19 | -34/+37 |
2016-11-17 | selftests/powerpc: Add more SPR numbers, TM & VMX instructions to 'reg.h'/'instructions.h' |  Anshuman Khandual | 2 | -9/+36 |
2016-11-14 | selftests/powerpc: Return false instead of -1 in require_paranoia_below() |  Peter Senna Tschudin | 1 | -3/+3 |
2016-11-14 | selftests/powerpc: Revert Load Monitor Register Tests |  Michael Neuling | 6 | -227/+1 |
2016-11-14 | powerpc: Add support for relative exception tables |  Nicholas Piggin | 1 | -4/+8 |
2016-11-14 | powerpc: EX_TABLE macro for exception tables |  Nicholas Piggin | 5 | -0/+3 |
2016-11-14 | selftests/powerpc: Fail load_unaligned_zeropad on miscompare |  Michael Ellerman | 1 | -1/+3 |
2016-11-14 | selftests/powerpc: Abort load_unaligned_zeropad on unhandled SEGV |  Michael Ellerman | 1 | -4/+1 |
2016-11-14 | selftests/powerpc: Add Anton's null_syscall benchmark to the selftests |  Anton Blanchard | 3 | -2/+160 |
2016-10-06 | selftests/powerpc: Fix build break caused by EXPORT_SYMBOL changes |  Michael Ellerman | 2 | -0/+2 |
2016-10-06 | selftests/powerpc: Add missing binaries to .gitignores |  Michael Ellerman | 3 | -0/+7 |
2016-10-04 | selftests/powerpc: Add checks for transactional VSXs in signal contexts |  Cyril Bur | 2 | -1/+126 |
2016-10-04 | selftests/powerpc: Add checks for transactional VMXs in signal contexts |  Cyril Bur | 2 | -1/+112 |
2016-10-04 | selftests/powerpc: Add checks for transactional FPUs in signal contexts |  Cyril Bur | 2 | -1/+93 |
2016-10-04 | selftests/powerpc: Add checks for transactional GPRs in signal contexts |  Cyril Bur | 3 | -1/+210 |
2016-10-04 | selftests/powerpc: Check that signals always get delivered |  Cyril Bur | 5 | -0/+285 |
2016-10-04 | selftests/powerpc: Add TM tcheck helpers in C |  Cyril Bur | 1 | -0/+27 |
2016-10-04 | selftests/powerpc: Allow tests to extend their kill timeout |  Cyril Bur | 2 | -3/+8 |
2016-10-04 | selftests/powerpc: Introduce GPR asm helper header file |  Cyril Bur | 1 | -0/+96 |
2016-10-04 | selftests/powerpc: Move VMX stack frame macros to header file |  Cyril Bur | 2 | -84/+97 |
2016-10-04 | selftests/powerpc: Rework FPU stack placement macros and move to header file |  Cyril Bur | 2 | -68/+85 |
2016-10-04 | selftests/powerpc: Check for VSX preservation across userspace preemption |  Cyril Bur | 4 | -1/+283 |
2016-09-23 | selftests/powerpc: Compile selftests against headers without AT_HWCAP2 |  Cyril Bur | 1 | -0/+7 |
2016-08-10 | selftests/powerpc: Specify we expect to build with std=gnu99 |  Michael Ellerman | 1 | -1/+1 |
2016-07-26 | selftests/powerpc: exec() with suspended transaction |  Cyril Bur | 5 | -18/+98 |
2016-07-14 | selftests/powerpc: Add a test for PROT_SAO |  Michael Ellerman | 4 | -1/+51 |
2016-07-07 | selftests/powerpc: Use "Delta" rather than "Error" in normal output |  Michael Ellerman | 1 | -1/+1 |
2016-07-05 | selftests/powerpc: Test unaligned copy and paste |  Chris Smart | 10 | -1/+332 |
2016-07-05 | selftests/powerpc: Import Anton's mmap & futex micro benchmarks |  Michael Ellerman | 4 | -1/+86 |
2016-07-05 | selftests/powerpc: Fix generation of vector instructions/types in context_switch |  Cyril Bur | 2 | -3/+9 |
2016-07-05 | selftests/powerpc: Fix usage message in context_switch |  Cyril Bur | 1 | -3/+3 |
2016-07-05 | selftests/powerpc/pmu: Use signed long to read perf_event_paranoid |  Cyril Bur | 1 | -3/+3 |
2016-06-21 | selftests/powerpc: Load Monitor Register Tests |  Jack Miller | 6 | -1/+227 |
2016-05-11 | selftests/powerpc: Add test to check if TM SPRs are corrupted |  Rashmica Gupta | 3 | -1/+146 |
2016-05-11 | selftests/powerpc: Add TM test to check if TAR is corrupted |  Rashmica Gupta | 3 | -1/+92 |
2016-05-11 | selftests/powerpc: Add test for forking inside transaction |  Rashmica Gupta | 3 | -1/+44 |
2016-05-11 | selftests/powerpc: Standardise TM calls |  Rashmica Gupta | 2 | -13/+7 |
2016-05-11 | selftests/powerpc: Make reg.h common to all powerpc selftests |  Rashmica Gupta | 4 | -8/+13 |
2016-05-11 | selftests/powerpc: Fix subpage_prot test to return !0 on failure |  Michael Ellerman | 1 | -8/+10 |
2016-05-11 | selftests/powerpc: Test cp_abort during context switch |  Chris Smart | 5 | -0/+129 |