summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-4.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-10-011-5/+34
|\
| * Merge branch 'turbostat' of https://git.kernel.org/pub/scm/linux/kernel/git/l...Rafael J. Wysocki2015-09-271-5/+34
| |\
| | * tools/power turbosat: update version numberLen Brown2015-09-261-1/+1
| | * tools/power turbostat: SKL: Adjust for TSC difference from base frequencyLen Brown2015-09-261-2/+20
| | * tools/power turbostat: KNL workaround for %Busy and Avg_MHzHubert Chrzaniuk2015-09-261-0/+13
| | * tools/power turbostat: IVB Xeon: fix --debug regressionLen Brown2015-09-261-2/+0
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-2713-59/+113
|\ \ \ | |/ / |/| |
| * | perf tools: Fix copying of /proc/kcoreAdrian Hunter2015-09-251-22/+13
| * | perf intel-pt: Remove no_force_psb from documentationAdrian Hunter2015-09-251-15/+0
| * | perf probe: Use existing routine to look for a kernel module by dso->short_nameArnaldo Carvalho de Melo2015-09-251-6/+7
| * | tools lib traceevent: Fix string handling in heterogeneous arch environmentsKapileshwar Singh2015-09-221-3/+20
| * | perf record: Avoid infinite loop at buildid processing with no samplesMark Rutland2015-09-181-1/+4
| * | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-09-189-12/+69
| |\ \
| | * | perf tools: Bool functions shouldn't return -1Peter Senna Tschudin2015-09-171-1/+1
| | * | tools build: Add test for presence of __get_cpuid() gcc builtinArnaldo Carvalho de Melo2015-09-175-5/+28
| | * | tools build: Add test for presence of numa_num_possible_cpus() in libnumaArnaldo Carvalho de Melo2015-09-175-3/+25
| | * | Revert "perf symbols: Fix mismatched declarations for elf_getphdrnum"Arnaldo Carvalho de Melo2015-09-171-1/+1
| | * | perf stat: Fix per-pkg event reporting bugStephane Eranian2015-09-161-2/+14
* | | | membarrier: clean up selftestMathieu Desnoyers2015-09-222-8/+4
* | | | userfaultfd: selftest: don't error out if pthread_mutex_t isn't identicalAndrea Arcangeli2015-09-221-9/+0
* | | | userfaultfd: selftest: return an error if BOUNCE_VERIFY failsAndrea Arcangeli2015-09-221-3/+6
* | | | userfaultfd: selftest: avoid my_bcmp false positives with powerpcAndrea Arcangeli2015-09-221-2/+10
* | | | userfaultfd: selftest: only warn if __NR_userfaultfd is undefinedMichael Ellerman2015-09-221-3/+13
* | | | userfaultfd: selftest: headers fixupAndrea Arcangeli2015-09-222-12/+5
* | | | userfaultfd: selftests: vm: pick up sanitized kernel headersThierry Reding2015-09-222-2/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-09-211-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | s390: wire up userfaultfd system callHeiko Carstens2015-09-171-0/+2
* | | | Merge tag 'linux-kselftest-4.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-199-34/+52
|\ \ \ \
| * | | | selftests: exec: revert to default emit ruleBamvor Jian Zhang2015-09-141-3/+1
| * | | | selftests: change install command to rsyncBamvor Jian Zhang2015-09-142-8/+5
| * | | | selftests: mqueue: simplify the MakefileBamvor Jian Zhang2015-09-141-5/+3
| * | | | selftests: mqueue: allow extra cflagsBamvor Jian Zhang2015-09-141-1/+1
| * | | | selftests: rename jump label to static_keysBamvor Jian Zhang2015-09-141-1/+1
| * | | | selftests/seccomp: add support for s390Kees Cook2015-09-142-6/+38
| * | | | seltests/zram: fix syntax errorZhang Zhen2015-09-142-10/+3
| |/ / /
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-09-184-1/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | tools/virtio: propagate V=X to kernel buildMichael S. Tsirkin2015-09-161-1/+1
| * | | tools/virtio: fix build after 4.2 changesMichael S. Tsirkin2015-09-093-0/+13
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-171-2/+3
|\ \ \ \
| * | | | x86/vm86: Block non-root vm86(old) if mmap_min_addr != 0Andy Lutomirski2015-09-051-2/+3
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-1713-87/+131
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | perf tests: Fix software clock events test setting mapsAdrian Hunter2015-09-151-4/+14
| * | | perf tests: Fix task exit test setting mapsAdrian Hunter2015-09-151-4/+14
| * | | perf evlist: Fix create_syswide_maps() not propagating mapsAdrian Hunter2015-09-151-9/+10
| * | | perf evlist: Fix add() not propagating mapsAdrian Hunter2015-09-151-0/+2
| * | | perf evlist: Factor out a function to propagate maps for a single evselAdrian Hunter2015-09-151-22/+27
| * | | perf evlist: Make create_maps() use set_maps()Adrian Hunter2015-09-151-9/+10
| * | | perf evlist: Make set_maps() more resilientAdrian Hunter2015-09-151-4/+15
| * | | perf evsel: Add own_cpus memberAdrian Hunter2015-09-154-3/+8
| * | | perf evlist: Fix missing thread_map__put in propagate_maps()Adrian Hunter2015-09-151-0/+1