summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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: Fix the .S and .S -> .o rulesMichael Ellerman2017-02-141-2/+2
* selftests: Fix the .c linking ruleMichael Ellerman2017-02-141-1/+1
* selftests: Fix selftests build to just build, not run testsMichael Ellerman2017-02-141-5/+5
* selftests, x86, protection_keys: fix wrong offset in siginfoDave Hansen2017-02-081-1/+1
* selftests, x86, protection_keys: fix uninitialized variable warningDave Hansen2017-02-081-1/+1
* selftest: cpufreq: Add special testsViresh Kumar2017-01-194-3/+146
* selftest: cpufreq: Add support to test cpufreq modulesViresh Kumar2017-01-193-6/+284
* selftest: cpufreq: Add suspend/resume/hibernate supportViresh Kumar2017-01-192-2/+52
* selftest: cpufreq: Add support for cpufreq testsViresh Kumar2017-01-196-0/+568
* selftests: Add intel_pstate to TARGETSStafford Horne2017-01-191-0/+1
* selftests/intel_pstate: Update makefile to match new styleStafford Horne2017-01-191-9/+4
* selftests/intel_pstate: Fix warning on loop index overflowStafford Horne2017-01-191-1/+1
* cpupower: Restore format of frequency-info limitStafford Horne2017-01-191-9/+12
* selftests/futex: Add headers to makefile dependenciesStafford Horne2017-01-191-1/+4
* selftests/futex: Add stdio used for loggingStafford Horne2017-01-191-0/+1
* selftests: x86 protection_keys remove dead codeShuah Khan2017-01-111-10/+0
* selftests: x86 protection_keys fix unused variable compile warningsShuah Khan2017-01-111-5/+0
* selftests: ipc add missing generated file to .gitignoreShuah Khan2017-01-111-0/+1
* selftests: gpio add .gitignore for generated filesShuah Khan2017-01-111-0/+1
* selftests: enable O and KBUILD_OUTPUTbamvor.zhangjian@huawei.com2017-01-0518-75/+122
* selftests: add EXTRA_CLEAN for clean targetbamvor.zhangjian@huawei.com2017-01-057-24/+17
* selftests: remove CROSS_COMPILE in dedicated Makefilebamvor.zhangjian@huawei.com2017-01-052-2/+0
* selftests: add default rules for c source filebamvor.zhangjian@huawei.com2017-01-056-21/+10
* selftests: remove useless TEST_DIRSbamvor.zhangjian@huawei.com2017-01-052-3/+3
* selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com2017-01-0536-255/+106
* Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2016-12-253-371/+673
|\
| * tools/power turbostat: remove obsolete -M, -m, -C, -c optionsLen Brown2016-12-242-110/+2
| * tools/power turbostat: Make extensible via the --add parameterLen Brown2016-12-242-9/+409
| * tools/power turbostat: Denverton uses a 25 MHz crystal, not 19.2 MHzLen Brown2016-12-011-1/+1
| * tools/power turbostat: line up headers when -M is usedLen Brown2016-12-011-1/+1
| * tools/power turbostat: fix SKX PKG_CSTATE_LIMIT decodingLen Brown2016-12-011-1/+4
| * tools/power turbostat: Support Knights Mill (KNM)Len Brown2016-12-011-0/+7
| * tools/power turbostat: Display HWP OOB statusSrinivas Pandruvada2016-12-011-2/+3
| * tools/power turbostat: fix Denverton BCLKXiaolong Wang2016-12-011-0/+1
| * tools/power turbostat: use intel-family.h model stringsLen Brown2016-12-012-124/+126
| * tools/power/turbostat: Add Denverton RAPL supportJacob Pan2016-12-011-0/+3
| * tools/power/turbostat: Add Denverton supportJacob Pan2016-12-011-0/+2
| * tools/power/turbostat: split core MSR support into status + limitJacob Pan2016-12-011-9/+11
| * tools/power turbostat: fix error case overflow read of slm_freq_table[]Colin Ian King2016-12-011-1/+1
| * tools/power turbostat: Allocate correct amount of fd and irq entriesMika Westerberg2016-12-011-4/+4
| * tools/power turbostat: switch to tab delimited outputLen Brown2016-12-011-85/+85
| * tools/power turbostat: Gracefully handle ACPI S3Len Brown2016-12-011-42/+35
| * tools/power turbostat: tidy up output on Joule counter overflowLen Brown2016-12-011-5/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-2327-405/+865
|\ \
| * | perf sched timehist: Fix invalid period calculationNamhyung Kim2016-12-221-1/+1
| * | perf sched timehist: Remove hardcoded 'comm_width' check at print_summaryNamhyung Kim2016-12-221-3/+0
| * | perf sched timehist: Enlarge default 'comm_width'Namhyung Kim2016-12-221-1/+1
| * | perf sched timehist: Honour 'comm_width' when aligning the headersNamhyung Kim2016-12-221-3/+4