summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc
Commit message (Expand)AuthorAgeFilesLines
* selftests/powerpc: Add perf breakpoint testMichael Neuling2018-06-033-1/+198
* selftests/powerpc: Add core file test for Protection Key registersThiago Jung Bauermann2018-05-282-3/+464
* selftests/powerpc: Add ptrace tests for Protection Key registersThiago Jung Bauermann2018-05-285-1/+509
* selftests/powerpc: Add ptrace hw breakpoint testMichael Neuling2018-05-243-1/+344
* selftests/powerpc: Add missing .gitignoresMichael Neuling2018-05-242-0/+2
* selftests/powerpc: Remove redundant cp_abort testMichael Neuling2018-05-214-117/+0Star
* selftests/powerpc: fix exec benchmarkNicholas Piggin2018-05-141-2/+5
* selftests/powerpc: Fix copyloops build since Power4 assembler changeMichael Ellerman2018-04-031-2/+2
* Merge branch 'fixes' into nextMichael Ellerman2018-03-283-1/+17
|\
| * selftests/powerpc: Skip the subpage_prot tests if the syscall is unavailableMichael Ellerman2018-03-021-0/+14
| * selftests/powerpc: Fix missing clean of pmu/lib.oMichael Ellerman2018-02-281-1/+1
| * selftests/powerpc: Skip tm-trap if transactional memory is not enabledMichael Ellerman2018-02-261-0/+2
* | selftests/powerpc: Add process creation benchmarkNicholas Piggin2018-03-204-1/+346
* | selftests/powerpc: Skip tm-unavailable if TM is not enabledGustavo Romero2018-03-131-8/+16
* | selftest/powerpc: Add test for sigreturn in transactionLaurent Dufour2018-03-132-1/+93
|/
* selftests/powerpc: Fix to use ucontext_t instead of struct ucontextHarish2018-02-131-1/+1
* powerpc/selftests: Check endianness on trap in TMGustavo Romero2018-01-213-1/+332
* selftests/powerpc: Add alignment handler selftestAndrew Donnellan2018-01-212-1/+493
* selftest/powerpc: Add additional option to mmap_bench testAneesh Kumar K.V2018-01-211-3/+50
* selftests/powerpc: Add a test of SEGV error behaviourMichael Ellerman2018-01-033-2/+81
* selftests/powerpc: Fix build errors in powerpc ptrace selftestsSimon Guo2017-12-113-5/+4Star
* selftests/powerpc: Check for pthread errors in tm-unavailableCyril Bur2017-12-041-9/+34
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-166-5/+398
|\
| * selftests/powerpc: Check FP/VEC on exception in TMGustavo Romero2017-11-094-1/+379
| * selftests/powerpc: context_switch: Fix pthread errorsCyril Bur2017-10-131-3/+14
| * selftests/powerpc: Use snprintf to construct DSCR sysfs interface pathsSeth Forshee2017-10-061-1/+5
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0729-0/+29
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0229-0/+29
| |/
* / locking/atomics, selftests/powerpc: Convert ACCESS_ONCE() to READ_ONCE()/WRIT...Mark Rutland2017-10-252-2/+2
|/
* selftests/powerpc: Force ptrace tests to build -fno-pieMichael Neuling2017-08-311-1/+1
* powerpc/asm: Convert .llong directives to .8byteTobin C. Harding2017-08-311-1/+1
* selftests/powerpc: Improve tm-resched-dscrSam Bobroff2017-08-172-4/+9
* selftests/powerpc: context_switch use private futexes with threadsNicholas Piggin2017-06-051-20/+33
* selftests/powerpc: Fix TM resched DSCR test with some compilersMichael Ellerman2017-05-191-1/+1
* selftests/powerpc: Test TM and VMX register stateMichael Neuling2017-05-163-1/+122
* Merge tag 'linux-kselftest-4.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-091-1/+2
|\
| * selftests: powerpc: override clean in lib.mk to fix warningsShuah Khan2017-04-251-1/+2
* | Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-056-18/+178
|\ \
| * | selftests/powerpc: Add cache_shape sniff testMichael Ellerman2017-03-204-0/+137
| * | selftests/powerpc: Refactor the AUXV routinesMichael Ellerman2017-03-202-18/+41
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-031-1/+1
|\ \ \
| * | | tools/testing/selftests/powerpc: remove redundant CFLAGS in Makefile: "-Wall ...Chijun Sima2017-03-241-1/+1
| |/ /
* / / selftests/powerpc: Fix standalone powerpc buildMichael Ellerman2017-03-271-5/+5
|/ /
* | selftests/powerpc: Replace stxvx and lxvx with stxvd2x/lxvd2xCyril Bur2017-03-091-24/+24
* | selftest/powerpc: Fix false failures for skipped testsSachin Sant2017-03-031-2/+4
|/
* Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-2616-151/+90Star
|\
| * selftests/powerpc: Fix remaining fallout from recent changesMichael Ellerman2017-02-144-12/+13
| * selftests/powerpc: Fix the clean rule since recent changesMichael Ellerman2017-02-141-1/+2
| * selftests: enable O and KBUILD_OUTPUTbamvor.zhangjian@huawei.com2017-01-0510-40/+43
| * selftests: add EXTRA_CLEAN for clean targetbamvor.zhangjian@huawei.com2017-01-051-3/+2Star