summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs.mount_setattr.v5.17-rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-02-201-2/+2
|\
| * tests: fix idmapped mount_setattr testChristian Brauner2022-02-111-2/+2
* | Merge tag 'linux-kselftest-fixes-5.17-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-02-173-4/+4
|\ \
| * | selftests/ftrace: Do not trace do_softirq because of PREEMPT_RTKrzysztof Kozlowski2022-02-141-1/+1
| * | selftests/seccomp: Fix seccomp failure by adding missing headersSherry Yang2022-02-141-1/+1
| * | selftests/exec: Add non-regular to TEST_GEN_PROGSMuhammad Usama Anjum2022-02-111-2/+2
* | | Merge tag 'net-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-174-2/+120
|\ \ \
| * \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-02-114-2/+120
| |\ \ \
| | * | | selftests: netfilter: disable rp_filter on routerHangbin Liu2022-02-111-0/+1
| | * | | selftests: netfilter: synproxy test requires nf_conntrackPablo Neira Ayuso2022-02-101-0/+2
| | * | | selftests: netfilter: fix exit value for nft_concat_rangeHangbin Liu2022-02-091-1/+1
| | * | | selftests: netfilter: add synproxy testFlorian Westphal2022-02-092-1/+116
* | | | | Merge tag 'perf-tools-fixes-for-v5.17-2022-02-17' of git://git.kernel.org/pub...Linus Torvalds2022-02-1715-31/+76
|\ \ \ \ \
| * | | | | perf bpf: Defer freeing string after possible strlen() on itArnaldo Carvalho de Melo2022-02-171-1/+2
| * | | | | perf test: Fix arm64 perf_event_attr tests wrt --call-graph initializationGerman Gomez2022-02-165-0/+24
| * | | | | libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook2022-02-161-9/+2
| * | | | | libperf: Fix perf_cpu_map__for_each_cpu macroJiri Olsa2022-02-164-5/+18
| * | | | | perf cs-etm: Fix corrupt inject files when only last branch option is enabledJames Clark2022-02-161-0/+2
| * | | | | perf cs-etm: No-op refactor of synth opt usageJames Clark2022-02-161-9/+5
| * | | | | libperf: Fix 32-bit build for tests uint64_t printfRob Herring2022-02-161-2/+3
| * | | | | tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo2022-02-161-0/+2
| * | | | | perf trace: Avoid early exit due SIGCHLD from non-workload processesChangbin Du2022-02-161-5/+18
* | | | | | 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
| |\ \ \ \ \ \