| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-10-14 | 6 | -23/+55 |
|\ |
|
| * | tools include uapi bpf.h: Sync kernel ABI header with tooling header | Arnaldo Carvalho de Melo | 2017-10-09 | 1 | -1/+1 |
| * | perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU | Mark Rutland | 2017-10-09 | 3 | -19/+47 |
| * | perf script: Add missing separator for "-F ip,brstack" (and brstackoff) | Mark Santaniello | 2017-10-06 | 1 | -2/+2 |
| * | Merge tag 'perf-urgent-for-mingo-4.14-20171005' of git://git.kernel.org/pub/s... | Ingo Molnar | 2017-10-05 | 1 | -1/+5 |
| |\ |
|
| | * | perf callchain: Compare dsos (as well) for CCKEY_FUNCTION | Ravi Bangoria | 2017-10-05 | 1 | -1/+5 |
* | | | userfaultfd: selftest: exercise -EEXIST only in background transfer | Andrea Arcangeli | 2017-10-14 | 1 | -5/+20 |
* | | | Merge tag 'linux-kselftest-4.14-rc5-fixes' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2017-10-10 | 2 | -3/+3 |
|\ \ \ |
|
| * | | | selftests: mqueue: fix regression in silencing output from RUN_TESTS | Shuah Khan | 2017-10-05 | 1 | -2/+2 |
| * | | | selftests: x86: sysret_ss_attrs doesn't build on a PIE build | Shuah Khan | 2017-10-05 | 1 | -1/+1 |
| |/ / |
|
* / / | selftests/net: rxtimestamp: Fix an off by one | Dan Carpenter | 2017-10-06 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-10-01 | 18 | -169/+195 |
|\| |
|
| * | Merge tag 'perf-urgent-for-mingo-4.14-20170928' of git://git.kernel.org/pub/s... | Ingo Molnar | 2017-09-29 | 18 | -169/+195 |
| |\ |
|
| | * | perf test: Fix vmlinux failure on s390x part 2 | Thomas Richter | 2017-09-28 | 2 | -22/+0 |
| | * | perf test: Fix vmlinux failure on s390x | Thomas Richter | 2017-09-28 | 3 | -18/+1 |
| | * | perf tools: Fix syscalltbl build failure | Akemi Yagi | 2017-09-25 | 1 | -1/+1 |
| | * | perf report: Fix debug messages with --call-graph option | Mengting Zhang | 2017-09-25 | 1 | -14/+21 |
| | * | perf evsel: Fix attr.exclude_kernel setting for default cycles:p | Arnaldo Carvalho de Melo | 2017-09-25 | 1 | -1/+6 |
| | * | tools include: Sync kernel ABI headers with tooling headers | Ingo Molnar | 2017-09-25 | 10 | -28/+164 |
| | * | perf tools: Get all of tools/{arch,include}/ in the MANIFEST | Arnaldo Carvalho de Melo | 2017-09-25 | 1 | -85/+2 |
* | | | objtool: Support unoptimized frame pointer setup | Josh Poimboeuf | 2017-09-28 | 1 | -3/+8 |
|/ / |
|
* | | Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2017-09-27 | 20 | -65/+245 |
|\ \ |
|
| * | | selftests: timers: set-timer-lat: Fix hang when testing unsupported alarms | Shuah Khan | 2017-09-25 | 1 | -3/+6 |
| * | | selftests: timers: set-timer-lat: fix hang when std out/err are redirected | Shuah Khan | 2017-09-25 | 1 | -3/+1 |
| * | | selftests/memfd: correct run_tests.sh permission | Li Zhijian | 2017-09-25 | 1 | -0/+0 |
| * | | selftests/seccomp: Support glibc 2.26 siginfo_t.h | Kees Cook | 2017-09-25 | 1 | -5/+13 |
| * | | selftests: futex: Makefile: fix for loops in targets to run silently | Shuah Khan | 2017-09-25 | 1 | -3/+3 |
| * | | selftests: Makefile: fix for loops in targets to run silently | Shuah Khan | 2017-09-25 | 1 | -7/+7 |
| * | | selftests: mqueue: Use full path to run tests from Makefile | Shuah Khan | 2017-09-25 | 1 | -2/+2 |
| * | | selftests: futex: copy sub-dir test scripts for make O=dir run | Shuah Khan | 2017-09-25 | 1 | -1/+4 |
| * | | selftests: lib.mk: copy test scripts and test files for make O=dir run | Shuah Khan | 2017-09-21 | 1 | -0/+11 |
| * | | selftests: sync: kselftest and kselftest-clean fail for make O=dir case | Shuah Khan | 2017-09-21 | 1 | -6/+18 |
| * | | selftests: sync: use TEST_CUSTOM_PROGS instead of TEST_PROGS | Shuah Khan | 2017-09-21 | 1 | -2/+4 |
| * | | selftests: lib.mk: add TEST_CUSTOM_PROGS to allow custom test run/install | Shuah Khan | 2017-09-21 | 1 | -5/+11 |
| * | | selftests: watchdog: fix to use TEST_GEN_PROGS and remove clean | Shuah Khan | 2017-09-21 | 1 | -6/+1 |
| * | | selftests: lib.mk: fix test executable status check to use full path | Shuah Khan | 2017-09-21 | 1 | -1/+1 |
| * | | selftests: Makefile: clear LDFLAGS for make O=dir use-case | Shuah Khan | 2017-09-21 | 1 | -0/+4 |
| * | | selftests: lib.mk: kselftest and kselftest-clean fail for make O=dir case | Shuah Khan | 2017-09-21 | 1 | -0/+15 |
| * | | selftests/net: msg_zerocopy enable build with older kernel headers | Thomas Meyer | 2017-09-19 | 1 | -1/+1 |
| * | | selftests: actually run the various net selftests | Josef Bacik | 2017-09-19 | 1 | -3/+3 |
| * | | selftest: add a reuseaddr test | Josef Bacik | 2017-09-19 | 3 | -1/+116 |
| * | | selftests: silence test output by default | Josef Bacik | 2017-09-19 | 1 | -2/+2 |
| * | | selftests/ftrace: multiple_kprobes: Also check for support | Thomas Meyer | 2017-09-18 | 1 | -0/+2 |
| * | | selftests/bpf: Make bpf_util work on uniprocessor systems | Thomas Meyer | 2017-09-18 | 1 | -8/+9 |
| * | | selftests/intel_pstate: No need to compile test progs in the run script | Thomas Meyer | 2017-09-18 | 1 | -6/+0 |
| * | | selftests: intel_pstate: build only on x86 | Daniel Díaz | 2017-09-18 | 2 | -0/+7 |
| * | | selftests: breakpoints: re-order TEST_GEN_PROGS targets | Fathi Boudra | 2017-09-18 | 1 | -4/+4 |
| * | | tools: fix testing/selftests/sigaltstack for s390x | Thomas Richter | 2017-09-18 | 1 | -0/+4 |
| * | | selftests: net: More graceful finding of `ip'. | Daniel Díaz | 2017-09-18 | 1 | -1/+1 |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-09-24 | 3 | -20/+35 |
|\ \ \ |
|