aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/tm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-15selftests/powerpc: New TM signal self testBreno Leitao3-1/+188
2018-12-21selftests/powerpc: Add checks for transactional sigreturnBreno Leitao3-1/+48
2018-10-09Merge branch 'fixes' into nextMichael Ellerman1-0/+1
2018-09-28selftests/powerpc: Fix Makefiles for headers_install changeMichael Ellerman1-0/+1
2018-09-19selftests/powerpc: Do not fail with rescheduleBreno Leitao2-3/+15
2018-09-17powerpc/selftests: Wait all threads to joinBreno Leitao1-10/+17
2018-08-07selftests/powerpc: Only run some tests on ppc64leMichael Ellerman3-0/+3
2018-05-25selftests/powerpc: Add missing .gitignoresMichael Neuling1-0/+1
2018-03-28Merge branch 'fixes' into nextMichael Ellerman2-1/+3
2018-03-13selftests/powerpc: Skip tm-unavailable if TM is not enabledGustavo Romero1-8/+16
2018-03-13selftest/powerpc: Add test for sigreturn in transactionLaurent Dufour2-1/+93
2018-02-28selftests/powerpc: Fix missing clean of pmu/lib.oMichael Ellerman1-1/+1
2018-02-26selftests/powerpc: Skip tm-trap if transactional memory is not enabledMichael Ellerman1-0/+2
2018-01-22powerpc/selftests: Check endianness on trap in TMGustavo Romero3-1/+332
2017-12-04selftests/powerpc: Check for pthread errors in tm-unavailableCyril Bur1-9/+34
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-1/+379
2017-11-09selftests/powerpc: Check FP/VEC on exception in TMGustavo Romero4-1/+379
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-08-17selftests/powerpc: Improve tm-resched-dscrSam Bobroff2-4/+9
2017-05-19selftests/powerpc: Fix TM resched DSCR test with some compilersMichael Ellerman1-1/+1
2017-05-16selftests/powerpc: Test TM and VMX register stateMichael Neuling3-1/+122
2017-02-14selftests/powerpc: Fix remaining fallout from recent changesMichael Ellerman1-0/+1
2017-01-05selftests: enable O and KBUILD_OUTPUTbamvor.zhangjian@huawei.com1-3/+3
2017-01-05selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com1-8/+3
2016-11-17selftests/powerpc: Move shared headers into new include dirSimon Guo2-6/+6
2016-10-06selftests/powerpc: Add missing binaries to .gitignoresMichael Ellerman1-0/+4
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: Add TM tcheck helpers in CCyril Bur1-0/+27
2016-07-26selftests/powerpc: exec() with suspended transactionCyril Bur5-18/+98
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-03-02selftests/powerpc: Fix out of bounds access in TM signal testMichael Ellerman1-1/+1
2015-12-14selftests/powerpc: Add test to check if VSRs are corruptedRashmica Gupta3-1/+105
2015-12-14selftests/powerpc: Add TM signal with invalid stack testMichael Neuling3-1/+78
2015-12-14selftests/powerpc: Add TM signal return testMichael Neuling3-1/+76
2015-12-14selftests/powerpc: Skip tm-resched-dscr if we don't have TMMichael Ellerman2-2/+5
2015-12-14selftests/powerpc: Move TM helpers into tm.hMichael Ellerman2-11/+35
2015-12-14selftests/powerpc: Add have_hwcap2() helperMichael Ellerman1-2/+1
2015-12-14selftests/powerpc: Move get_auxv_entry() into utils.cMichael Ellerman1-1/+1
2015-10-15selftests/powerpc: Allow the tm-syscall test to build with old headersMichael Ellerman1-2/+12
2015-06-19powerpc/tm: Abort syscalls in active transactionsSam bobroff2-3/+4
2015-04-30Revert "powerpc/tm: Abort syscalls in active transactions"Michael Ellerman1-1/+1
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds4-1/+153
2015-04-11selftests/powerpc: Add transactional syscall testSam bobroff4-1/+153
2015-03-19selftests: Add install support for the powerpc testsMichael Ellerman1-10/+5