aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-17selftests/powerpc: Move shared headers into new include dirSimon Guo19-34/+37
2016-11-17selftests/powerpc: Add more SPR numbers, TM & VMX instructions to 'reg.h'/'instructions.h'Anshuman Khandual2-9/+36
2016-11-14selftests/powerpc: Return false instead of -1 in require_paranoia_below()Peter Senna Tschudin1-3/+3
2016-11-14selftests/powerpc: Revert Load Monitor Register TestsMichael Neuling6-227/+1
2016-11-14powerpc: Add support for relative exception tablesNicholas Piggin1-4/+8
2016-11-14powerpc: EX_TABLE macro for exception tablesNicholas Piggin5-0/+3
2016-11-14selftests/powerpc: Fail load_unaligned_zeropad on miscompareMichael Ellerman1-1/+3
2016-11-14selftests/powerpc: Abort load_unaligned_zeropad on unhandled SEGVMichael Ellerman1-4/+1
2016-11-14selftests/powerpc: Add Anton's null_syscall benchmark to the selftestsAnton Blanchard3-2/+160
2016-10-06selftests/powerpc: Fix build break caused by EXPORT_SYMBOL changesMichael Ellerman2-0/+2
2016-10-06selftests/powerpc: Add missing binaries to .gitignoresMichael Ellerman3-0/+7
2016-10-04selftests/powerpc: Add checks for transactional VSXs in signal contextsCyril Bur2-1/+126
2016-10-04selftests/powerpc: Add checks for transactional VMXs in signal contextsCyril Bur2-1/+112
2016-10-04selftests/powerpc: Add checks for transactional FPUs in signal contextsCyril Bur2-1/+93
2016-10-04selftests/powerpc: Add checks for transactional GPRs in signal contextsCyril Bur3-1/+210
2016-10-04selftests/powerpc: Check that signals always get deliveredCyril Bur5-0/+285
2016-10-04selftests/powerpc: Add TM tcheck helpers in CCyril Bur1-0/+27
2016-10-04selftests/powerpc: Allow tests to extend their kill timeoutCyril Bur2-3/+8
2016-10-04selftests/powerpc: Introduce GPR asm helper header fileCyril Bur1-0/+96
2016-10-04selftests/powerpc: Move VMX stack frame macros to header fileCyril Bur2-84/+97
2016-10-04selftests/powerpc: Rework FPU stack placement macros and move to header fileCyril Bur2-68/+85
2016-10-04selftests/powerpc: Check for VSX preservation across userspace preemptionCyril Bur4-1/+283
2016-09-23selftests/powerpc: Compile selftests against headers without AT_HWCAP2Cyril Bur1-0/+7
2016-08-10selftests/powerpc: Specify we expect to build with std=gnu99Michael Ellerman1-1/+1
2016-07-26selftests/powerpc: exec() with suspended transactionCyril Bur5-18/+98
2016-07-14selftests/powerpc: Add a test for PROT_SAOMichael Ellerman4-1/+51
2016-07-07selftests/powerpc: Use "Delta" rather than "Error" in normal outputMichael Ellerman1-1/+1
2016-07-05selftests/powerpc: Test unaligned copy and pasteChris Smart10-1/+332
2016-07-05selftests/powerpc: Import Anton's mmap & futex micro benchmarksMichael Ellerman4-1/+86
2016-07-05selftests/powerpc: Fix generation of vector instructions/types in context_switchCyril Bur2-3/+9
2016-07-05selftests/powerpc: Fix usage message in context_switchCyril Bur1-3/+3
2016-07-05selftests/powerpc/pmu: Use signed long to read perf_event_paranoidCyril Bur1-3/+3
2016-06-21selftests/powerpc: Load Monitor Register TestsJack Miller6-1/+227
2016-05-11selftests/powerpc: Add test to check if TM SPRs are corruptedRashmica Gupta3-1/+146
2016-05-11selftests/powerpc: Add TM test to check if TAR is corruptedRashmica Gupta3-1/+92
2016-05-11selftests/powerpc: Add test for forking inside transactionRashmica Gupta3-1/+44
2016-05-11selftests/powerpc: Standardise TM callsRashmica Gupta2-13/+7
2016-05-11selftests/powerpc: Make reg.h common to all powerpc selftestsRashmica Gupta4-8/+13
2016-05-11selftests/powerpc: Fix subpage_prot test to return !0 on failureMichael Ellerman1-8/+10
2016-05-11selftests/powerpc: Test cp_abort during context switchChris Smart5-0/+129
2016-03-02selftests/powerpc: Test FPU and VMX regs in signal ucontextCyril Bur4-1/+296
2016-03-02selftests/powerpc: Test preservation of FPU and VMX regs across preemptionCyril Bur6-3/+310
2016-03-02selftests/powerpc: Test the preservation of FPU and VMX regs across syscallCyril Bur8-1/+625
2016-03-02selftests/powerpc: Remove -flto from common CFLAGSSuraj Jitindar Singh1-1/+1
2016-03-02selftests/powerpc: Fix out of bounds access in TM signal testMichael Ellerman1-1/+1
2015-12-17selftests/powerpc: Add script to test HMI functionalityDaniel Axtens1-0/+89
2015-12-17selftests/powerpc: Make context_switch touch FP/altivec/vector by defaultMichael Ellerman1-6/+6
2015-12-17selftests/powerpc: Make context_switch do something with no argsMichael Ellerman2-9/+24
2015-12-17selftests/powerpc: Import Anton's context_switch2 benchmarkMichael Ellerman3-1/+456
2015-12-17selftests/powerpc: Move pick_online_cpu() up into utils.cMichael Ellerman5-28/+31