aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/pmu
AgeCommit message (Expand)AuthorFilesLines
2020-05-15selftests/powerpc: Add a test of counting larx/stcxGravatar Michael Ellerman 4-2/+203
2020-05-15powerpc/mm: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-2/+2
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+1
2020-04-01selftests/powerpc: Fix try-run when source tree is not writableGravatar Michael Ellerman 1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 2-0/+2
2019-11-14selftests/powerpc: Handle Makefile for unrecognized optionGravatar Harish 1-1/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Gravatar Thomas Gleixner 37-37/+37
2019-02-26selftests/powerpc: Remove duplicate headerGravatar Michael Ellerman 1-1/+0
2018-10-31selftests/powerpc/pmu: Link ebb tests with -no-pieGravatar Joel Stanley 1-0/+3
2018-09-28selftests/powerpc: Fix Makefiles for headers_install changeGravatar Michael Ellerman 2-0/+2
2018-08-07selftests/powerpc: Give some tests longer to runGravatar Michael Ellerman 2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-02-25Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-23/+18
2017-02-14selftests/powerpc: Fix remaining fallout from recent changesGravatar Michael Ellerman 1-2/+2
2017-01-18selftest/powerpc: Wrong PMC initialized in pmc56_overflow testGravatar Madhavan Srinivasan 1-1/+1
2017-01-05selftests: enable O and KBUILD_OUTPUTGravatar bamvor.zhangjian@huawei.com 2-10/+10
2017-01-05selftests: remove duplicated all and clean targetGravatar bamvor.zhangjian@huawei.com 2-14/+9
2016-11-14selftests/powerpc: Return false instead of -1 in require_paranoia_below()Gravatar Peter Senna Tschudin 1-3/+3
2016-11-14selftests/powerpc: Revert Load Monitor Register TestsGravatar Michael Neuling 5-222/+1
2016-07-07selftests/powerpc: Use "Delta" rather than "Error" in normal outputGravatar Michael Ellerman 1-1/+1
2016-07-05selftests/powerpc/pmu: Use signed long to read perf_event_paranoidGravatar Cyril Bur 1-3/+3
2016-06-21selftests/powerpc: Load Monitor Register TestsGravatar Jack Miller 5-1/+222
2016-05-11selftests/powerpc: Make reg.h common to all powerpc selftestsGravatar Rashmica Gupta 3-51/+0
2015-12-17selftests/powerpc: Move pick_online_cpu() up into utils.cGravatar Michael Ellerman 3-28/+1
2015-12-14selftests/powerpc: Add have_hwcap2() helperGravatar Michael Ellerman 1-2/+1
2015-12-14selftests/powerpc: Move get_auxv_entry() into utils.cGravatar Michael Ellerman 2-1/+4
2015-10-19selftests/powerpc: Run EBB tests only on POWER8Gravatar Denis Kirjanov 24-0/+56
2015-05-01selftests/powerpc: Fix the pmu install ruleGravatar Michael Ellerman 1-1/+1
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Gravatar Linus Torvalds 2-48/+0
2015-04-11selftests/powerpc: Move get_auxv_entry() to harness.cGravatar Sam bobroff 2-48/+0
2015-03-19selftests: Add install support for the powerpc testsGravatar Michael Ellerman 2-30/+31
2015-01-23selftests/powerpc: Make git ignore all binaries in powerpc test suiteGravatar Anshuman Khandual 2-0/+25
2014-07-28selftests/powerpc: Add test of per-event excludesGravatar Michael Ellerman 2-1/+115
2014-07-28selftests/powerpc: Add a routine for retrieving an AUXV entryGravatar Michael Ellerman 2-0/+49
2014-07-28selftests/powerpc: Add cycles test with MMCR2 handlingGravatar Michael Ellerman 2-1/+93
2014-07-28selftests/powerpc: Dump MMCR2 as part of the EBB HW stateGravatar Michael Ellerman 1-4/+6
2014-07-28selftests/powerpc: Count more instructions & use decimalGravatar Michael Ellerman 1-8/+14
2014-07-28selftests/powerpc: Count instructions under scheduler pressureGravatar Michael Ellerman 2-2/+8
2014-07-28selftests/powerpc: Add test of L3 bank handlingGravatar Michael Ellerman 2-1/+49
2014-07-28selftests/powerpc: Move core_busy_loop() into asmGravatar Michael Ellerman 4-253/+272
2014-07-28selftests/powerpc: Fix parse_proc_maps()Gravatar Michael Ellerman 1-1/+1
2014-07-28selftests/powerpc: Don't ignore errors from sub MakefilesGravatar Michael Ellerman 1-9/+6
2014-06-11selftests/powerpc: Add tests of PMU EBBsGravatar Michael Ellerman 34-4/+3913
2014-06-11selftests/powerpc: Fix instruction loop for ABIv2 (LE)Gravatar Michael Ellerman 1-38/+35
2013-08-14selftests: Add test of PMU instruction counting on powerpcGravatar Michael Ellerman 5-0/+348