summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar2017-09-2826-189/+906
|\
| * Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-09-2720-65/+245
| |\
| | * selftests: timers: set-timer-lat: Fix hang when testing unsupported alarmsShuah Khan2017-09-251-3/+6
| | * selftests: timers: set-timer-lat: fix hang when std out/err are redirectedShuah Khan2017-09-251-3/+1
| | * selftests/memfd: correct run_tests.sh permissionLi Zhijian2017-09-251-0/+0
| | * selftests/seccomp: Support glibc 2.26 siginfo_t.hKees Cook2017-09-251-5/+13
| | * selftests: futex: Makefile: fix for loops in targets to run silentlyShuah Khan2017-09-251-3/+3
| | * selftests: Makefile: fix for loops in targets to run silentlyShuah Khan2017-09-251-7/+7
| | * selftests: mqueue: Use full path to run tests from MakefileShuah Khan2017-09-251-2/+2
| | * selftests: futex: copy sub-dir test scripts for make O=dir runShuah Khan2017-09-251-1/+4
| | * selftests: lib.mk: copy test scripts and test files for make O=dir runShuah Khan2017-09-211-0/+11
| | * selftests: sync: kselftest and kselftest-clean fail for make O=dir caseShuah Khan2017-09-211-6/+18
| | * selftests: sync: use TEST_CUSTOM_PROGS instead of TEST_PROGSShuah Khan2017-09-211-2/+4
| | * selftests: lib.mk: add TEST_CUSTOM_PROGS to allow custom test run/installShuah Khan2017-09-211-5/+11
| | * selftests: watchdog: fix to use TEST_GEN_PROGS and remove cleanShuah Khan2017-09-211-6/+1
| | * selftests: lib.mk: fix test executable status check to use full pathShuah Khan2017-09-211-1/+1
| | * selftests: Makefile: clear LDFLAGS for make O=dir use-caseShuah Khan2017-09-211-0/+4
| | * selftests: lib.mk: kselftest and kselftest-clean fail for make O=dir caseShuah Khan2017-09-211-0/+15
| | * selftests/net: msg_zerocopy enable build with older kernel headersThomas Meyer2017-09-191-1/+1
| | * selftests: actually run the various net selftestsJosef Bacik2017-09-191-3/+3
| | * selftest: add a reuseaddr testJosef Bacik2017-09-193-1/+116
| | * selftests: silence test output by defaultJosef Bacik2017-09-191-2/+2
| | * selftests/ftrace: multiple_kprobes: Also check for supportThomas Meyer2017-09-181-0/+2
| | * selftests/bpf: Make bpf_util work on uniprocessor systemsThomas Meyer2017-09-181-8/+9
| | * selftests/intel_pstate: No need to compile test progs in the run scriptThomas Meyer2017-09-181-6/+0
| | * selftests: intel_pstate: build only on x86Daniel Díaz2017-09-182-0/+7
| | * selftests: breakpoints: re-order TEST_GEN_PROGS targetsFathi Boudra2017-09-181-4/+4
| | * tools: fix testing/selftests/sigaltstack for s390xThomas Richter2017-09-181-0/+4
| | * selftests: net: More graceful finding of `ip'.Daniel Díaz2017-09-181-1/+1
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-243-20/+35
| |\ \
| | * | x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf2017-09-231-3/+3
| | * | objtool: Handle another GCC stack pointer adjustment bugJosh Poimboeuf2017-09-232-17/+32
| * | | Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-233-101/+626
| |\ \ \
| | * | | selftests/seccomp: Test thread vs process killingKees Cook2017-08-141-60/+168
| | * | | seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREADKees Cook2017-08-141-7/+10
| | * | | seccomp: Action to log before allowingTyler Hicks2017-08-141-1/+97
| | * | | seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOWTyler Hicks2017-08-141-1/+68
| | * | | seccomp: Selftest for detection of filter flag supportTyler Hicks2017-08-141-0/+60
| | * | | seccomp: Operation for checking if an action is availableTyler Hicks2017-08-141-0/+36
| | * | | selftests/seccomp: Refactor RET_ERRNO testsKees Cook2017-08-141-37/+58
| | * | | selftests/seccomp: Add simple seccomp overhead benchmarkKees Cook2017-08-142-5/+112
| | * | | selftests/seccomp: Add tests for basic ptrace actionsKees Cook2017-08-141-7/+34
| * | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-221-3/+0
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | tools/testing/nvdimm: disable labels for nfit_test.1Dan Williams2017-09-191-3/+0
| | | |/ | | |/|
* | | | Merge tag 'perf-core-for-mingo-4.15-20170922' of git://git.kernel.org/pub/scm...Ingo Molnar2017-09-2281-489/+2988
|\ \ \ \ | |/ / / |/| | |
| * | | perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo2017-09-2118-58/+130
| * | | tools include: Do not use poison with C++Arnaldo Carvalho de Melo2017-09-211-0/+5
| * | | perf tools: Get all of tools/{arch,include}/ in the MANIFESTArnaldo Carvalho de Melo2017-09-211-85/+2
| * | | tools: Update asm-generic/mman-common.h copy from the kernelArnaldo Carvalho de Melo2017-09-211-11/+3
| * | | perf trace beauty madvise: Generate 'behavior' string table from kernel headersArnaldo Carvalho de Melo2017-09-213-26/+31