summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-1535-278/+934
|\
| * tools include: Add compiler.h to list.hArnaldo Carvalho de Melo2015-11-111-0/+1
| * perf probe: Verify parameters in two functionsWang Nan2015-11-111-0/+6
| * perf session: Add missing newlines to some pr_err() callsArnaldo Carvalho de Melo2015-11-111-4/+4
| * perf annotate: Support full source file paths for srcline fixMichael Petlan2015-11-111-0/+1
| * perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignoreYunlong Song2015-11-111-0/+2
| * Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-11-0831-274/+920
| |\
| | * perf test: Do not be case sensitive when searching for matching testsArnaldo Carvalho de Melo2015-11-061-1/+1
| | * perf test: Add 'perf test BPF'Wang Nan2015-11-066-1/+248
| | * perf test: Enhance the LLVM tests: add kbuild testWang Nan2015-11-064-1/+35
| | * perf test: Enhance the LLVM test: update basic BPF test programWang Nan2015-11-064-31/+129
| | * perf bpf: Improve BPF related error messagesWang Nan2015-11-064-15/+108
| | * perf tools: Make fetch_kernel_version() publicly availableWang Nan2015-11-063-33/+49
| | * bpf tools: Add new API bpf_object__get_kversion()Wang Nan2015-11-062-0/+9
| | * bpf tools: Improve libbpf error reportingWang Nan2015-11-065-59/+159
| | * perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancyMasami Hiramatsu2015-11-061-5/+2
| | * perf annotate: Inform the user about objdump failures in --stdioAndi Kleen2015-11-061-2/+18
| | * perf stat: Make stat options globalJiri Olsa2015-11-051-81/+82
| | * perf sched latency: Fix thread pid reuse issueJiri Olsa2015-11-051-2/+3
| | * perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns su...Wang Nan2015-11-051-0/+3
| | * perf trace: Fix documentation for -iPeter Feiner2015-11-051-1/+0
| | * tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpfYunlong Song2015-11-052-2/+2
| | * perf llvm: Pass LINUX_VERSION_CODE to BPF program when compilingWang Nan2015-11-051-0/+27
| | * perf llvm: Pass number of configured CPUs to clang compilerWang Nan2015-11-051-6/+18
| | * perf tools: Allow shuffling the build testsArnaldo Carvalho de Melo2015-11-052-1/+6
| | * perf tools: Insert split maps correctly into origin groupJiri Olsa2015-11-051-2/+8
| | * perf stat: Use common printout function to avoid duplicated codeAndi Kleen2015-11-041-37/+20
| | * perf stat: Move sw clock metrics printout to stat-shadowAndi Kleen2015-11-042-5/+8
| | * tools lib bpf: Fix compiler warning on CentOS 6Namhyung Kim2015-11-032-3/+3
| | * perf bpf: Mute libbpf when '-v' not setWang Nan2015-11-031-2/+2
| | * perf test: Keep test result clean if '-v' not setWang Nan2015-11-035-17/+13
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-11-154-2/+7
|\ \ \
| * \ \ Merge branch 'liblockdep-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-11-094-2/+7
| |\ \ \ | | |/ / | |/| |
| | * | tools/liblockdep: explicitly declare lockdep API we call from liblockdepSasha Levin2015-11-062-1/+4
| | * | tools/liblockdep: add userspace versions of WRITE_ONCE and RCU_INIT_POINTERSasha Levin2015-11-061-0/+2
| | * | tools/liblockdep: remove task argument from debug_check_no_locks_heldSasha Levin2015-11-061-1/+1
* | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-131-1/+1
|\ \ \ \
| * | | | tools/testing/nvdimm, acpica: fix flag rename build breakageDan Williams2015-11-121-1/+1
* | | | | Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-1211-63/+88
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'pm-tools'Rafael J. Wysocki2015-11-1211-63/+88
| |\ \ \ \
| | * \ \ \ Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Rafael J. Wysocki2015-11-111-12/+18
| | |\ \ \ \
| | | * | | | tools/power turbostat: bugfix: print MAX_NON_TURBO_RATIOLen Brown2015-10-221-1/+1
| | | * | | | tools/power turbostat: simplify Bzy_MHz calculationLen Brown2015-10-191-11/+17
| | * | | | | Creating a common structure initialization pattern for struct optionSriram Raghunathan2015-11-027-35/+31
| | * | | | | cpupower: Enable disabled Cstates if they are below max latencyThomas Renninger2015-11-022-5/+16
| | * | | | | cpupower: Remove debug message when using cpupower idle-set -D switchThomas Renninger2015-11-021-2/+0
| | * | | | | cpupower: cpupower monitor reports uninitialized values for offline cpusJacob Tanenbaum2015-11-022-9/+23
| | |/ / / /
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-11-111-0/+3
|\ \ \ \ \ \
| * | | | | | tools/thermal: tmon: use pkg-config also for CFLAGSOlaf Hering2015-10-101-0/+3
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-101-2/+3
|\ \ \ \ \ \ \