linux_dsm_epyc7002/tools/testing/selftests/powerpc/pmu/ebb
Linus Torvalds c4f3f22edd linux-kselftest-4.11-rc1
This update consists of:
 
 -- fixes to several existing tests from Stafford Horne
 -- cpufreq tests from Viresh Kumar
 -- Selftest build and install fixes from Bamvor Jian Zhang
    and Michael Ellerman
 -- Fixes to protection-keys tests from Dave Hansen
 -- Warning fixes from Shuah Khan
 -----BEGIN PGP SIGNATURE-----
 
 iQIcBAABCAAGBQJYsJgxAAoJEAsCRMQNDUMcNCUQALy+jVZV3U1yypLCQinlgbdH
 rlh7oKIpGfWGXNe1BQVLS5S+bjil9XDdty+4VOB7x9gfQ6fvea3w0IQhI5CyONmm
 hZg/miheZzN5ujqKjfuUQrHzEbEAs+CH0A0sVH+ueptw37roTWhf1ZCSpQBpas5p
 XMZrfBI0mQLd9Z3D0G5TSsVjSPcMhKeoYDMGPMCulZuamVMY40XkPcvaYe1Zg1Mj
 7nD7Aw6JxxV0tlZwo0n540w8tdx/yQ+49jqhulozCQNL+KmXO8FlM/Jnu1b24/YW
 hlu5dvLmi9rAHYEHwqFf5yqZci/50Q+LHuxcxEp3RLxRW+KXJP7c53Kn8eutIwqH
 HR03TSA1TRv9b4MvWJs/ULF/EYYtTPUDSinAtNMf4iegXp0BbT7P0eOibF1vj3tz
 bcfPB5vi1SxQqLQwCPomUzhlPB4muBu9lHjZ2tI5EKynXXZxN33zugHYqBY0zNPm
 7dS+4iXs/phEDlW0j+3BhHQz2of+Q6fSOC/jvgAYGdmqh1aNHl9WpIWfFubuBQhd
 fkKJmgpJ1Mk5mBG/dGdCGTryv38tzFLr+n4MJWthfya84cbvk1W0HQQjwmROrIiP
 qxC4F1Da6F88mfrpFDKW9LxAwfJFCgSxnYFygRsyzZK/VKdm2CI8yeoY2rt2lyRF
 jUdxx7SJ7+71sO1xWcAE
 =F3yO
 -----END PGP SIGNATURE-----

Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest

Pull Kselftest update from Shuah Khan:
 "This update consists of:

   - fixes to several existing tests from Stafford Horne

   - cpufreq tests from Viresh Kumar

   - Selftest build and install fixes from Bamvor Jian Zhang and Michael
     Ellerman

   - Fixes to protection-keys tests from Dave Hansen

   - Warning fixes from Shuah Khan"

* tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: (28 commits)
  selftests/powerpc: Fix remaining fallout from recent changes
  selftests/powerpc: Fix the clean rule since recent changes
  selftests: Fix the .S and .S -> .o rules
  selftests: Fix the .c linking rule
  selftests: Fix selftests build to just build, not run tests
  selftests, x86, protection_keys: fix wrong offset in siginfo
  selftests, x86, protection_keys: fix uninitialized variable warning
  selftest: cpufreq: Update MAINTAINERS file
  selftest: cpufreq: Add special tests
  selftest: cpufreq: Add support to test cpufreq modules
  selftest: cpufreq: Add suspend/resume/hibernate support
  selftest: cpufreq: Add support for cpufreq tests
  selftests: Add intel_pstate to TARGETS
  selftests/intel_pstate: Update makefile to match new style
  selftests/intel_pstate: Fix warning on loop index overflow
  cpupower: Restore format of frequency-info limit
  selftests/futex: Add headers to makefile dependencies
  selftests/futex: Add stdio used for logging
  selftests: x86 protection_keys remove dead code
  selftests: x86 protection_keys fix unused variable compile warnings
  ...
2017-02-25 15:32:53 -08:00
..
.gitignore selftests/powerpc: Revert Load Monitor Register Tests 2016-11-14 20:05:38 +11:00
back_to_back_ebbs_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
busy_loop.S selftests/powerpc: Move core_busy_loop() into asm 2014-07-28 14:11:29 +10:00
close_clears_pmcc_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
cpu_event_pinned_vs_ebb_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
cpu_event_vs_ebb_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
cycles_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
cycles_with_freeze_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
cycles_with_mmcr2_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
ebb_handler.S selftests/powerpc: Add tests of PMU EBBs 2014-06-11 17:03:58 +10:00
ebb_on_child_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
ebb_on_willing_child_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
ebb_vs_cpu_event_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
ebb.c selftests/powerpc: Make reg.h common to all powerpc selftests 2016-05-11 21:54:12 +10:00
ebb.h selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
event_attributes_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
fixed_instruction_loop.S selftests/powerpc: Add tests of PMU EBBs 2014-06-11 17:03:58 +10:00
fork_cleanup_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
instruction_count_test.c selftests/powerpc: Use "Delta" rather than "Error" in normal output 2016-07-07 16:33:26 +10:00
lost_exception_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
Makefile selftests: enable O and KBUILD_OUTPUT 2017-01-05 13:42:22 -07:00
multi_counter_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
multi_ebb_procs_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
no_handler_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
pmae_handling_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
pmc56_overflow_test.c selftest/powerpc: Wrong PMC initialized in pmc56_overflow test 2017-01-18 16:03:34 +11:00
reg_access_test.c selftests/powerpc: Make reg.h common to all powerpc selftests 2016-05-11 21:54:12 +10:00
task_event_pinned_vs_ebb_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
task_event_vs_ebb_test.c selftests/powerpc: Run EBB tests only on POWER8 2015-10-19 19:42:08 +11:00
trace.c selftests/powerpc: Add tests of PMU EBBs 2014-06-11 17:03:58 +10:00
trace.h selftests/powerpc: Add tests of PMU EBBs 2014-06-11 17:03:58 +10:00