summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* | selftests: enhance membarrier syscall testMathieu Desnoyers2015-09-111-25/+75
* | selftests: add membarrier syscall testPranith Kumar2015-09-114-0/+84
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-084-100/+9
|\ \
| * | selftests:vm: point to libhugetlbfs for regression testingMike Kravetz2015-09-081-0/+4
| * | Revert "selftests: add hugetlbfstest"Mike Kravetz2015-09-083-98/+0
| * | selftests/userfaultfd: fix compiler warnings on 32-bitGeert Uytterhoeven2015-09-081-3/+6
* | | Merge tag 'linux-kselftest-4.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-089-19/+481
|\ \ \
| * | | selftests/zram: Makefile fixNaresh Kamboju2015-09-011-3/+0
| * | | selftests/zram: must be run as rootNaresh Kamboju2015-09-014-0/+24
| * | | selftests: breakpoints: fix installing error on the architecture except x86Bamvor Jian Zhang2015-08-271-13/+3
| * | | selftests: check before installBamvor Jian Zhang2015-08-272-6/+8
| * | | selftests/zram: Adding zram testsNaresh Kamboju2015-08-277-0/+449
* | | | userfaultfd: selftest: update userfaultfd x86 32bit syscall numberAndrea Arcangeli2015-09-081-1/+1
| |/ / |/| |
* | | userfaultfd: selftestAndrea Arcangeli2015-09-043-0/+650
* | | selftests/capabilities: Add tests for capability evolutionAndy Lutomirski2015-09-044-0/+520
* | | Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-032-2/+16
|\ \ \
| * | | selftests/powerpc: Install tempfile so the subpage_prot_file test worksMichael Ellerman2015-08-171-1/+2
| * | | selftests/seccomp: Add powerpc supportMichael Ellerman2015-07-301-1/+8
| * | | selftests/seccomp: Make seccomp tests work on big endianMichael Ellerman2015-07-301-0/+6
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-033-0/+25
|\ \ \
| * | | locking/static_keys: Provide a selftestIngo Molnar2015-08-033-18/+18
| * | | jump_label: Provide a self-testJason Baron2015-08-033-0/+25
| * | | Merge branch 'x86/asm' into locking/coreIngo Molnar2015-08-034-12/+837
| |\ \ \
* | \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-032-12/+86
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | selftests/net: test extended BPF fanout modeWillem de Bruijn2015-08-171-0/+53
| * | | | selftests/net: test classic bpf fanout modeWillem de Bruijn2015-08-172-12/+33
| |/ / /
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-015-12/+891
|\ \ \ \
| * | | | selftests/x86: Add syscall_nt selftestAndy Lutomirski2015-08-182-1/+55
| * | | | selftests/x86: Disable sigreturn_64Andy Lutomirski2015-08-181-2/+2
| * | | | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-181-1/+1
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| * | | selftests/x86/vm86: Fix entry_from_vm86 test on 64-bit kernelsAndy Lutomirski2015-07-311-4/+7
OpenPOWER on IntegriCloud