summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/vm: hmm-tests: remove the libhugetlbfs dependencyJohn Hubbard2020-10-014-3/+63
* selftests/vm: run_vmtest.sh: update and clean up gup_test invocationJohn Hubbard2020-10-011-6/+18
* selftests/vm: gup_test: introduce the dump_pages() sub-testJohn Hubbard2020-10-011-3/+44
* selftests/vm: only some gup_test items are really benchmarksJohn Hubbard2020-10-011-8/+39
* selftests/vm: minor cleanup: Makefile and gup_test.cJohn Hubbard2020-10-012-7/+4
* selftests/vm: rename run_vmtests --> run_vmtests.shJohn Hubbard2020-10-012-1/+1
* selftests/vm: use a common gup_test.hJohn Hubbard2020-10-012-21/+3
* mm/gup_benchmark: rename to mm/gup_testJohn Hubbard2020-10-015-15/+15
* Merge branch 'akpm-current/current' into masterStephen Rothwell2020-10-018-19/+118
|\
| * tools/testing/selftests: add self-test for verifying load alignmentChris Kennelly2020-10-013-2/+76
| * tools/testing/selftests/vm/hmm-tests.c: use the new SKIP() macroRalph Campbell2020-10-011-2/+2
| * selftests/vm: fix incorrect gcc invocation in some casesJohn Hubbard2020-10-011-0/+12
| * selftests/vm: fix false build success on the second and later attemptsJohn Hubbard2020-10-011-0/+5
| * mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flagBarry Song2020-10-011-7/+7
| * device-dax: add dis-contiguous resource supportDan Williams2020-10-011-6/+14
| * mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-011-1/+1
| * device-dax: make pgmap optional for instance creationDan Williams2020-10-011-4/+4
* | Merge remote-tracking branch 'trivial/for-next' into masterStephen Rothwell2020-10-011-0/+1
|\ \
| * | selftests: vm: add fragment CONFIG_GUP_BENCHMARKAnatoly Pugachev2020-09-011-0/+1
| * | perf: Fix opt help text for --no-bpf-eventFam Zheng2020-09-011-1/+1
* | | Merge remote-tracking branch 'pidfd/for-next' into masterStephen Rothwell2020-10-0118-210/+168
|\ \ \
| * \ \ Merge branch 'pidfd_o_nonblock' into for-nextChristian Brauner2020-09-212-175/+133
| |\ \ \
| | * | | tests: add waitid() tests for non-blocking pidfdsChristian Brauner2020-09-042-1/+94
| | * | | tests: port pidfd_wait to kselftest harnessChristian Brauner2020-09-041-174/+39
| * | | | Merge tag 'kernel-clone-v5.9' into for-nextChristian Brauner2020-08-3116-35/+35
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | tracing: switch to kernel_clone()Christian Brauner2020-08-2016-35/+35
* | | | | Merge remote-tracking branch 'xarray/xarray' into masterStephen Rothwell2020-10-011-0/+29
|\ \ \ \ \
| * | | | | ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)2020-04-021-0/+29
* | | | | | Merge remote-tracking branch 'seccomp/for-next/seccomp' into masterStephen Rothwell2020-10-016-202/+317
|\ \ \ \ \ \
| * | | | | | selftests/clone3: Avoid OS-defined clone_argsKees Cook2020-09-196-43/+40
| * | | | | | selftests/seccomp: powerpc: Set syscall return during ptrace syscall exitKees Cook2020-09-191-4/+21
| * | | | | | selftests/seccomp: Allow syscall nr and ret value to be set separatelyKees Cook2020-09-191-12/+47
| * | | | | | selftests/seccomp: Record syscall during ptrace entryKees Cook2020-09-191-13/+27
| * | | | | | selftests/seccomp: powerpc: Fix seccomp return value testingKees Cook2020-09-191-0/+15
| * | | | | | selftests/seccomp: Remove SYSCALL_NUM_RET_SHARE_REG in favor of SYSCALL_RET_SETKees Cook2020-09-191-10/+23
| * | | | | | selftests/seccomp: Avoid redundant register flushesKees Cook2020-09-191-2/+4
| * | | | | | selftests/seccomp: Convert REGSET calls into ARCH_GETREG/ARCH_SETREGKees Cook2020-09-191-27/+15
| * | | | | | selftests/seccomp: Convert HAVE_GETREG into ARCH_GETREG/ARCH_SETREGKees Cook2020-09-191-12/+15
| * | | | | | selftests/seccomp: Remove syscall setting #ifdefsKees Cook2020-09-191-13/+3
| * | | | | | selftests/seccomp: mips: Remove O32-specific macroKees Cook2020-09-191-6/+12
| * | | | | | selftests/seccomp: arm64: Define SYSCALL_NUM_SET macroKees Cook2020-09-191-14/+13
| * | | | | | selftests/seccomp: arm: Define SYSCALL_NUM_SET macroKees Cook2020-09-191-10/+6
| * | | | | | selftests/seccomp: mips: Define SYSCALL_NUM_SET macroKees Cook2020-09-191-8/+9
| * | | | | | selftests/seccomp: Provide generic syscall setting macroKees Cook2020-09-191-2/+13
| * | | | | | selftests/seccomp: Refactor arch register macros to avoid xtensa special caseKees Cook2020-09-191-50/+47
| * | | | | | selftests/seccomp: Use __NR_mknodat instead of __NR_mknodKees Cook2020-09-191-1/+1
| * | | | | | selftests/seccomp: Use bitwise instead of arithmetic operator for flagsZou Wei2020-09-081-4/+4
| * | | | | | selftests/seccomp: Add test for unknown SECCOMP_RET kill behaviorKees Cook2020-09-081-6/+37
| | |_|_|/ / | |/| | | |
* | | | | | Merge remote-tracking branch 'livepatching/for-next' into masterStephen Rothwell2020-10-011-1/+1
|\ \ \ \ \ \
| * | | | | | selftests/livepatch: Do not check order when using "comm" for dmesg checkingMiroslav Benes2020-08-271-1/+1