aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-05-16Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Gravatar Linus Torvalds 1-8/+0
2015-05-16Merge tag 'linux-kselftest-4.1-rc4' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-35/+69
2015-05-15Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Ingo Molnar 2-1/+5
2015-05-13tools/liblockdep: Fix compilation errorGravatar Eunbong Song 1-0/+3
2015-05-13tools/liblockdep: Fix linker error in case of cross compileGravatar Eunbong Song 1-1/+2
2015-05-12selftests, x86: Rework x86 target architecture detectionGravatar Andy Lutomirski 4-26/+67
2015-05-12selftests, x86: Remove useless run_tests ruleGravatar Andy Lutomirski 2-18/+2
2015-05-12selftests/x86: install testsGravatar Tyler Baker 1-0/+6
2015-05-12selftest/x86: have no dependency on all when cross buildingGravatar Tyler Baker 1-1/+4
2015-05-12selftest/x86: build both bitnessesGravatar Tyler Baker 1-2/+2
2015-05-12perf tools: Use getconf to determine number of online CPUsGravatar Will Deacon 1-1/+1
2015-05-12tools: Fix tools/vm buildGravatar Andi Kleen 1-1/+1
2015-05-09tools/thermal: tmon: fixed the 'make install' commandGravatar Anand Moon 1-8/+0
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 10-45/+64
2015-05-05perf probe: Fix segfault if passed with ''.Gravatar Wang Nan 1-0/+2
2015-05-01perf report: Fix -T/--threads option to work againGravatar Namhyung Kim 1-1/+1
2015-05-01selftests/powerpc: Fix the pmu install ruleGravatar Michael Ellerman 1-1/+1
2015-04-30Revert "powerpc/tm: Abort syscalls in active transactions"Gravatar Michael Ellerman 1-1/+1
2015-04-27perf bench numa: Fix immediate meeting of convergence conditionGravatar Petr Holasek 1-0/+8
2015-04-27perf bench numa: Fixes of --quiet argumentGravatar Petr Holasek 1-2/+2
2015-04-27perf bench futex: Fix hung wakeup tasks after requeueingGravatar Davidlohr Bueso 1-7/+8
2015-04-27perf probe: Fix bug with global variables handlingGravatar He Kuang 1-1/+3
2015-04-27perf top: Fix a segfault when kernel map is restricted.Gravatar Wang Nan 1-1/+1
2015-04-26Merge tag 'pm+acpi-4.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+9
2015-04-24tools lib traceevent: Fix build failure on 32-bit archGravatar Namhyung Kim 1-1/+1
2015-04-24perf kmem: Fix compiles on RHEL6/OL6Gravatar David Ahern 1-27/+27
2015-04-23tools lib api: Undefine _FORTIFY_SOURCE before setting itGravatar Bobby Powers 1-1/+1
2015-04-23perf kmem: Consistently use PRIu64 for printing u64 valuesGravatar Will Deacon 1-2/+2
2015-04-23perf trace: Disable events and drain events when forked workload endsGravatar Arnaldo Carvalho de Melo 1-0/+5
2015-04-23perf trace: Enable events when doing system wide tracing and starting a workloadGravatar Arnaldo Carvalho de Melo 1-2/+3
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-3/+9
2015-04-19Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Gravatar Linus Torvalds 3-161/+419
2015-04-19Merge branches 'pm-cpufreq', 'powercap' and 'pm-tools'Gravatar Rafael J. Wysocki 1-2/+9
2015-04-18tools/power turbostat: correct dumped pkg-cstate-limit valueGravatar Len Brown 1-9/+8
2015-04-18tools/power turbostat: calculate TSC frequency from CPUID(0x15) on SKLGravatar Len Brown 1-1/+38
2015-04-18tools/power turbostat: correct DRAM RAPL units on recent Xeon processorsGravatar Andrey Semin 1-3/+25
2015-04-18tools/power turbostat: Initial Skylake supportGravatar Len Brown 1-13/+111
2015-04-18tools/power turbostat: Use $(CURDIR) instead of $(PWD) and add support for O=...Gravatar Thomas D 1-1/+5
2015-04-18tools/power turbostat: modprobe msr, if neededGravatar Len Brown 1-2/+3
2015-04-18tools/power turbostat: dump MSR_TURBO_RATIO_LIMIT2Gravatar Len Brown 1-36/+105
2015-04-18tools/power turbostat: use new MSR_TURBO_RATIO_LIMIT namesGravatar Len Brown 1-4/+4
2015-04-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-1/+184
2015-04-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-78/+567
2015-04-17Merge tag 'acpica-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 2-2/+2
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Gravatar Linus Torvalds 21-91/+852
2015-04-16x86, selftests: Add single_step_syscall testGravatar Andy Lutomirski 3-1/+184
2015-04-15mm, selftests: test return value of munmap for MAP_HUGETLB memoryGravatar David Rientjes 3-4/+14
2015-04-15cpupower: fix breakage from libpci API changeGravatar Lucas Stach 1-2/+9
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-9/+20
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 229-2445/+6322