summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.4-rc4' into perf/coreIngo Molnar2012-04-252-5/+14
|\
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-04-154-15/+15
| |\
| | * perf archive: Correct cutting of symbolic linkChanho Park2012-04-141-1/+2
| | * perf tools: Ignore auto-generated bison/flex filesNamhyung Kim2012-04-141-0/+2
| | * perf tools: Fix parsers' rules to dependenciesJiri Olsa2012-04-141-11/+8
| | * perf tools: fix NO_GTK2 Makefile config errorStephane Eranian2012-04-121-1/+1
| | * perf session: Skip event correctly for unknown id/machineJiri Olsa2012-04-121-2/+2
| * | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-04-137-13/+68
| |\ \ | | |/
| | * perf kvm: Finding struct machine fails for PERF_RECORD_MMAPNikunj A. Dadhania2012-04-111-2/+10
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-121-0/+1
| |\ \
* | \ \ Merge tag 'v3.4-rc2' into perf/coreIngo Molnar2012-04-1329-241/+1972
|\ \ \ \ | |/ / /
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-3134-459/+2134
| |\ \ \
| * \ \ \ Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-03-302-120/+224
| |\ \ \ \
| | * | | | tools turbostat: harden against cpu online/offlineLen Brown2012-03-291-54/+61
| | * | | | tools turbostat: reduce measurement overhead due to IPIsLen Brown2012-03-291-0/+46
| | * | | | tools turbostat: add summary optionLen Brown2012-03-292-69/+120
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpupowerutilsLinus Torvalds2012-03-2913-110/+259
| |\ \ \ \ \
| | * | | | | cpupower tools: add install target to the debug tools' makefilesFranck Bui-Huu2012-03-032-2/+24
| | * | | | | cpupower tools: allow to build debug tools in a separate directory tooFranck Bui-Huu2012-03-032-14/+26
| | * | | | | cpupower: Fix broken mask valuesThomas Renninger2012-03-031-2/+2
| | * | | | | cpupower tool: allow to build in a separate directoryFranck Bui-Huu2012-03-032-39/+71
| | * | | | | cpupower tool: makefile: simplify the recipe used to generate cpupower.pot ta...Franck Bui-Huu2012-03-031-3/+1
| | * | | | | cpupower tool: remove use of undefined variables from the clean target of the...Franck Bui-Huu2012-03-031-2/+0
| | * | | | | cpupower: Fix linking with --as-neededOzan Çağlayan2012-03-031-1/+1
| | * | | | | cpupower: Remove unneeded code and by that fix a memleakThomas Renninger2012-03-031-7/+0
| | * | | | | cpupower: Fix number of idle statesThomas Renninger2012-03-031-3/+2
| | * | | | | cpupower: Unify cpupower-frequency-* manpagesThomas Renninger2012-03-032-6/+2
| | * | | | | cpupower: Add cpupower-idle-info manpageThomas Renninger2012-03-031-0/+90
| | * | | | | cpupower: AMD fam14h/Ontario monitor can also be used by fam12h cpusThomas Renninger2012-03-032-9/+9
| | * | | | | cpupower: Better interface for accessing AMD pci registersThomas Renninger2012-03-034-23/+32
| * | | | | | mm: move hugepage test examples to tools/testing/selftests/vmDave Young2012-03-286-1/+363
| * | | | | | mm: move slabinfo.c to tools/vmDave Young2012-03-282-2/+2
| * | | | | | mm: move page-types.c from Documentation to tools/vmDave Young2012-03-282-0/+1113
| * | | | | | selftests/Makefile: make `run_tests' depend on `all'Andrew Morton2012-03-281-1/+1
| * | | | | | selftests: launch individual selftests from the main MakefileFrederic Weisbecker2012-03-283-10/+10
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-273-0/+3
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2012-03-233-0/+3
| | |\ \ \ \ \ \
| | | * | | | | | tools/virtio: stub out strong barriersMichael S. Tsirkin2012-02-281-0/+3
| | | * | | | | | tools/virtio: add linux/hrtimer.h stubMichael S. Tsirkin2012-02-281-0/+0
| | | * | | | | | tools/virtio: add linux/module.h stubMichael S. Tsirkin2012-02-281-0/+0
| | | |/ / / / /
* | | | | | | | perf record: Use sw counter only if hw pmu is not detectedRobert Richter2012-04-111-1/+1
* | | | | | | | perf tools: Fix thread map that is type pid_tRobert Richter2012-04-111-1/+1
* | | | | | | | perf stat: Declare some references staticRobert Richter2012-04-111-13/+13
* | | | | | | | perf tools: Move GTK+ bits to tools/perf/ui/gtk directoryNamhyung Kim2012-04-113-2/+2
* | | | | | | | perf tools: Move UI bits to tools/perf/ui directoryNamhyung Kim2012-04-1119-36/+36
* | | | | | | | perf annotate: Fix a build errorNamhyung Kim2012-04-111-2/+2
* | | | | | | | perf tools: Fix parsers' rules to dependenciesJiri Olsa2012-04-111-11/+8
* | | | | | | | tools: Connect to the kernel build systemBorislav Petkov2012-04-111-0/+10
* | | | | | | | tools: Add a help targetBorislav Petkov2012-04-111-0/+20
* | | | | | | | tools: Add a toplevel MakefileBorislav Petkov2012-04-111-0/+47
OpenPOWER on IntegriCloud