summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-02-151-1/+0
|\
| * selftests: kvm: Remove absent target fileMuhammad Usama Anjum2022-02-111-1/+0
* | Merge tag 'trace-v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-118-23/+24
|\ \
| * | rtla: Fix segmentation fault when failing to enable -tDaniel Bristot de Oliveira2022-02-085-16/+15
| * | rtla/trace: Error message fixupDaniel Bristot de Oliveira2022-02-041-4/+4
| * | rtla/utils: Fix session duration parsingDaniel Bristot de Oliveira2022-02-041-2/+2
| * | rtla: Follow kernel versionDaniel Bristot de Oliveira2022-02-041-1/+3
* | | Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-101-0/+1
|\ \ \
| * | | selftests: mptcp: add missing join checkMatthieu Baerts2022-02-091-0/+1
* | | | Merge tag 'linux-kselftest-fixes-5.17-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-02-106-15/+43
|\ \ \ \
| * | | | selftests/ir: fix build with ancient kernel headersSean Young2022-02-041-0/+10
| * | | | selftests: fixup build warnings in pidfd / clone3 testsAxel Rasmussen2022-02-043-8/+5
| * | | | pidfd: fix test failure due to stack overflow on some archesAxel Rasmussen2022-02-042-7/+28
* | | | | Merge tag 'linux-kselftest-kunit-fixes-5.17-rc4' of git://git.kernel.org/pub/...Linus Torvalds2022-02-101-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | kunit: fix missing f in f-string in run_checks.pyDaniel Latypov2022-02-021-1/+1
* | | | | Merge tag 'perf-tools-fixes-for-v5.17-2022-02-06' of git://git.kernel.org/pub...Linus Torvalds2022-02-0618-45/+186
|\ \ \ \ \
| * | | | | perf ftrace: system_wide collection is not effective by defaultChangbin Du2022-02-061-21/+24
| * | | | | libperf: Add arm64 support to perf_mmap__read_self()Rob Herring2022-02-062-1/+102
| * | | | | tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-02-061-1/+3
| * | | | | perf stat: Fix display of grouped aliased eventsIan Rogers2022-02-061-9/+10
| * | | | | perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez2022-02-063-2/+5
| * | | | | perf bpf: Fix a typo in bpf_counter_cgroup.cMasanari Iida2022-02-061-1/+1
| * | | | | perf synthetic-events: Return error if procfs isn't mounted for PID namespacesLeo Yan2022-02-061-0/+19
| * | | | | perf session: Check for NULL pointer before dereferenceAmeer Hamza2022-02-061-1/+2
| * | | | | perf annotate: Set error stream of objdump process for TUINamhyung Kim2022-02-061-0/+1
| * | | | | perf tools: Add missing branch_sample_type to perf_event_attr__fprintf()Anshuman Khandual2022-02-061-1/+1
| * | | | | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-02-061-3/+3
| * | | | | Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2022-02-0623-418/+444
| |\ \ \ \ \
| * | | | | | tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2022-02-011-0/+3
| * | | | | | perf beauty: Make the prctl arg regexp more strict to cope with PR_SET_VMAArnaldo Carvalho de Melo2022-02-011-1/+1
| * | | | | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-02-011-0/+2
| * | | | | | tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo2022-02-011-3/+3
| * | | | | | tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-02-011-1/+6
* | | | | | | Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-061-8/+9
|\ \ \ \ \ \ \
| * | | | | | | selftests/perf_events: Test modification of perf_event_attr::sig_dataMarco Elver2022-02-021-8/+9
| |/ / / / / /
* | | | | | | Merge tag 'objtool_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-02-061-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | objtool: Fix truncated string warningSergei Trofimovich2022-01-241-1/+1
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-02-041-2/+7
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | kselftest/vm: revert "tools/testing/selftests/vm/userfaultfd.c: use swap() to...Shuah Khan2022-02-041-2/+7
* | | | | | | Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-037-239/+235
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-02-034-232/+6
| |\ \ \ \ \ \ \
| | * | | | | | | tools/resolve_btfids: Do not print any commands when building silentlyNathan Chancellor2022-02-031-1/+5
| | * | | | | | | tools: Ignore errors from `which' when searching a GCC toolchainJean-Philippe Brucker2022-02-011-1/+1
| | * | | | | | | tools headers UAPI: remove stale lirc.hSean Young2022-01-252-230/+0
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2022-01-273-7/+229
| |\ \ \ \ \ \ \ \
| | * | | | | | | | selftests: nft_concat_range: add test for reload with no element add/delFlorian Westphal2022-01-271-1/+71
| | * | | | | | | | selftests: netfilter: check stateless nat udp checksum fixupFlorian Westphal2022-01-271-0/+152
| | * | | | | | | | selftests: netfilter: reduce zone stress test running timeFlorian Westphal2022-01-271-6/+6
| | |/ / / / / / /
* | | | | | | | | Merge tag 'linux-kselftest-fixes-5.17-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-02-0314-177/+201
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | kselftest: Fix vdso_test_abi return statusVincenzo Frascino2022-01-311-73/+62