summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* membarrier: clean up selftestMathieu Desnoyers2015-09-232-8/+4Star
* userfaultfd: selftest: don't error out if pthread_mutex_t isn't identicalAndrea Arcangeli2015-09-231-9/+0Star
* userfaultfd: selftest: return an error if BOUNCE_VERIFY failsAndrea Arcangeli2015-09-231-3/+6
* userfaultfd: selftest: avoid my_bcmp false positives with powerpcAndrea Arcangeli2015-09-231-2/+10
* userfaultfd: selftest: only warn if __NR_userfaultfd is undefinedMichael Ellerman2015-09-231-3/+13
* userfaultfd: selftest: headers fixupAndrea Arcangeli2015-09-232-12/+5Star
* userfaultfd: selftests: vm: pick up sanitized kernel headersThierry Reding2015-09-232-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-209-34/+52
|\ \
| * | selftests: exec: revert to default emit ruleBamvor Jian Zhang2015-09-151-3/+1Star
| * | selftests: change install command to rsyncBamvor Jian Zhang2015-09-152-8/+5Star
| * | selftests: mqueue: simplify the MakefileBamvor Jian Zhang2015-09-151-5/+3Star
| * | selftests: mqueue: allow extra cflagsBamvor Jian Zhang2015-09-151-1/+1
| * | selftests: rename jump label to static_keysBamvor Jian Zhang2015-09-151-1/+1
| * | selftests/seccomp: add support for s390Kees Cook2015-09-152-6/+38
| * | seltests/zram: fix syntax errorZhang Zhen2015-09-152-10/+3Star
| |/
* | 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
| * | | perf evlist: Fix splice_list_tail() not setting evlistAdrian Hunter2015-09-153-12/+9Star
| * | | perf evlist: Add has_user_cpus memberAdrian Hunter2015-09-152-5/+7
| * | | perf evlist: Remove redundant validation from propagate_maps()Adrian Hunter2015-09-152-16/+10Star
| * | | perf evlist: Simplify set_maps() logicAdrian Hunter2015-09-151-6/+2Star
| * | | perf evlist: Simplify propagate_maps() logicAdrian Hunter2015-09-151-3/+2Star
| * | | perf top: Fix segfault pressing -> with no hist entriesWang Nan2015-09-141-1/+11
| * | | perf header: Fixup reading of HEADER_NRCPUS featureArnaldo Carvalho de Melo2015-09-131-2/+2
| * | | perf tools: Fix use of wrong event when processing exit eventsAdrian Hunter2015-09-023-4/+4
| * | | perf tools: Fix parse_events_add_pmu callerJiri Olsa2015-09-021-1/+1
* | | | selftests: enhance membarrier syscall testMathieu Desnoyers2015-09-121-25/+75
* | | | selftests: add membarrier syscall testPranith Kumar2015-09-124-0/+84
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-095-117/+27Star
|\ \ \ \
| * | | | selftests:vm: point to libhugetlbfs for regression testingMike Kravetz2015-09-091-0/+4
| * | | | Revert "selftests: add hugetlbfstest"Mike Kravetz2015-09-093-98/+0Star
| * | | | pagemap: add mmap-exclusive bit for marking pages mapped only hereKonstantin Khlebnikov2015-09-091-0/+10
| * | | | pagemap: switch to the new format and do some cleanupKonstantin Khlebnikov2015-09-091-17/+8Star
| * | | | selftests/userfaultfd: fix compiler warnings on 32-bitGeert Uytterhoeven2015-09-091-3/+6
* | | | | Merge tag 'linux-kselftest-4.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-099-19/+481
|\ \ \ \ \