aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-14Merge tag 'linux-kselftest-3.19-rc-5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds3-9/+15
2015-01-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds17-59/+215
2015-01-11Merge branch 'core/urgent' into locking/urgent, to collect all pending locking fixesIngo Molnar1-2/+2
2015-01-08selftests/vm: fix link error for transhuge-stress testAndrey Skvortsov1-1/+1
2015-01-08perf hists browser: Fix segfault when showing callchainNamhyung Kim1-1/+1
2015-01-08perf callchain: Free callchains when hist entries are deletedNamhyung Kim3-0/+33
2015-01-08perf hists: Fix children sort key behaviorNamhyung Kim2-32/+35
2015-01-06tools: testing: selftests: mq_perf_tests: Fix infinite loop on ARMdann frazier1-2/+1
2015-01-06selftests/exec: allow shell return code of 126David Drysdale1-6/+13
2015-01-02perf diff: Fix to sort by baseline field by defaultNamhyung Kim1-0/+44
2015-01-02perf list: Fix --raw-dump optionTaesoo Kim1-3/+10
2015-01-02perf probe: Fix crash in dwarf_getcfi_elfNamhyung Kim1-1/+17
2015-01-02perf probe: Fix to fall back to find probe point in symbolsMasami Hiramatsu1-2/+4
2015-01-01Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar10-20/+71
2014-12-30Merge tag 'linux-kselftest-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-2/+2
2014-12-29Merge branches 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki2-2/+2
2014-12-23perf callchain: Append callchains only when requestedNamhyung Kim1-3/+4
2014-12-23perf ui/tui: Print backtrace symbols when segfault occursNamhyung Kim1-2/+24
2014-12-23perf report: Show progress bar for output resortingNamhyung Kim9-15/+43
2014-12-23Merge branch 'liblockdep-fixes-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux into core/urgentIngo Molnar1-2/+2
2014-12-22selftests/exec: Use %zu to format size_tGeert Uytterhoeven1-2/+2
2014-12-19tools / cpupower: Fix no idle state information return valuePrarit Bhargava1-1/+1
2014-12-19tools / cpupower: Correctly detect if running as rootMichal Privoznik1-1/+1
2014-12-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds38-707/+874
2014-12-19tools/liblockdep: Fix debug_check thinko in mutex destroyKirill Smelkov1-2/+2
2014-12-19perf: Fix building warning on ARM 32Wang Nan2-7/+7
2014-12-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds7-5/+97
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+4
2014-12-18tools/testing/selftests/Makefile: alphasort the TARGETS listAndrew Morton1-8/+9
2014-12-18Merge branches 'pm-opp', 'pm-cpufreq' and 'pm-tools'Rafael J. Wysocki1-4/+4
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-38/+166
2014-12-17perf symbols: Fix use after free in filename__read_build_idMitchell Krome1-2/+6
2014-12-17perf evlist: Use roundup_pow_of_twoArnaldo Carvalho de Melo2-19/+1
2014-12-17tools: Adopt roundup_pow_of_twoArnaldo Carvalho de Melo1-0/+25
2014-12-17perf tools: Make the mmap length autotuning more robustArnaldo Carvalho de Melo1-0/+2
2014-12-17tools: Adopt rounddown_pow_of_two and depsArnaldo Carvalho de Melo1-0/+134
2014-12-17tools: Adopt fls_long and depsArnaldo Carvalho de Melo7-0/+22
2014-12-17tools: Move bitops.h from tools/perf/util to tools/Arnaldo Carvalho de Melo3-1/+2
2014-12-17tools: Introduce asm-generic/bitops.hArnaldo Carvalho de Melo4-8/+37
2014-12-17tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/libArnaldo Carvalho de Melo5-72/+131
2014-12-17tools: Whitespace prep patches for moving bitops.hArnaldo Carvalho de Melo1-7/+8
2014-12-17tools: Move code originally from asm-generic/atomic.h into tools/include/asm-generic/Arnaldo Carvalho de Melo4-15/+25
2014-12-17tools: Move code originally from linux/log2.h to tools/include/linux/Arnaldo Carvalho de Melo5-12/+30
2014-12-17tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.hArnaldo Carvalho de Melo4-36/+46
2014-12-16Merge tag 'linux-kselftest-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds14-63/+248
2014-12-16perf evlist: Do not use hard coded value for a mmap_pages defaultArnaldo Carvalho de Melo1-4/+16
2014-12-16perf trace: Let the perf_evlist__mmap autosize the number of pages to useArnaldo Carvalho de Melo1-1/+1
2014-12-16perf evlist: Improve the strerror_mmap methodArnaldo Carvalho de Melo1-4/+13
2014-12-16perf evlist: Clarify sterror_mmap variable namesArnaldo Carvalho de Melo1-3/+3
2014-12-16perf evlist: Fixup brown paper bag on "hint" for --mmap-pages cmdline argArnaldo Carvalho de Melo1-1/+1