summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-06-27selftests: mptcp: userspace_pm: fixed subtest namesMatthieu Baerts (NGI0)1-18/+28
2024-06-27selftests: openvswitch: Use bash as interpreterSimon Horman1-1/+1
2024-06-27selftests: net: fix timestamp not arriving in cmsg_time.shJakub Kicinski1-5/+15
2024-06-27bpf: avoid uninitialized warnings in verifier_global_subprogs.cJose E. Marchesi1-0/+7
2024-06-27kselftest: arm64: Add a null pointer checkKunwu Chan1-0/+4
2024-06-27arm64/sysreg: Update PIE permission encodingsShiqi Liu1-12/+12
2024-06-27selftests/bpf: Fix flaky test btf_map_in_map/lookup_updateYonghong Song1-25/+1
2024-06-27selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.shAlessandro Carminati (Red Hat)1-1/+12
2024-06-21rtla/auto-analysis: Replace \t with spacesDaniel Bristot de Oliveira1-46/+63
2024-06-21rtla/timerlat: Simplify "no value" printing on topDaniel Bristot de Oliveira1-12/+5
2024-06-21tracing/selftests: Fix kprobe event name test for .isra. functionsSteven Rostedt (Google)1-1/+2
2024-06-21perf script: Show also errors for --insn-trace optionAdrian Hunter1-1/+1
2024-06-21perf auxtrace: Fix multiple use of --itrace optionAdrian Hunter1-1/+3
2024-06-21mptcp: pm: update add_addr counters after connectYonglongLi1-2/+2
2024-06-21mptcp: pm: inc RmAddr MIB counter once per RM_ADDR IDYonglongLi1-1/+2
2024-06-21selftests/futex: don't pass a const char* to asprintf(3)John Hubbard1-1/+1
2024-06-21selftests/tracing: Fix event filter test to retry up to 10 timesMasami Hiramatsu (Google)1-1/+19
2024-06-21selftests/ftrace: Fix to check required event fileMasami Hiramatsu (Google)1-1/+1
2024-06-21kselftest/alsa: Ensure _GNU_SOURCE is definedMark Brown1-1/+1
2024-06-21cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.cDave Jiang1-0/+1
2024-06-21selftests/mm: compaction_test: fix bogus test success and reduce probability ...Dev Jain1-22/+49
2024-06-21selftests/mm: ksft_exit functions do not returnNathan Chancellor9-13/+13
2024-06-16bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko1-1/+1
2024-06-16Revert "perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES event"Arnaldo Carvalho de Melo1-4/+2
2024-06-16selftests/mm: compaction_test: fix bogus test success on Aarch64Dev Jain1-7/+13
2024-06-16selftests/mm: fix build warnings on ppc64Michael Ellerman2-0/+2
2024-06-16selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepagesDev Jain1-0/+2
2024-06-16rtla/timerlat: Fix histogram report when a cpu count is 0John Kacur1-18/+42
2024-06-16selftests: net: lib: avoid error removing empty netns nameMatthieu Baerts (NGI0)1-6/+7
2024-06-16selftests: net: lib: support errexit with busywaitMatthieu Baerts (NGI0)1-3/+1
2024-06-12net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean1-0/+22
2024-06-12net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean1-0/+22
2024-06-12selftests: mptcp: join: mark 'fail' tests as flakyMatthieu Baerts (NGI0)1-0/+2
2024-06-12selftests: mptcp: add ms units for tc-netem delayGeliang Tang2-5/+5
2024-06-12selftests: mptcp: join: mark 'fastclose' tests as flakyMatthieu Baerts (NGI0)1-1/+7
2024-06-12selftests: mptcp: simult flows: mark 'unbalanced' tests as flakyMatthieu Baerts (NGI0)1-3/+3
2024-06-12bpf: Fix potential integer overflow in resolve_btfidsFriedrich Vock1-1/+1
2024-06-12selftests: net: lib: set 'i' as localMatthieu Baerts (NGI0)1-0/+1
2024-06-12riscv: selftests: Add hwprobe binaries to .gitignoreCharlie Jenkins1-0/+2
2024-06-12selftests/net: use tc rule to filter the na packetHangbin Liu3-94/+75
2024-06-12selftests: net: Unify code of busywait() and slowwait()Petr Machata2-23/+15
2024-06-12selftests: forwarding: Convert log_test() to recognize RET valuesPetr Machata2-24/+77
2024-06-12selftests: forwarding: Have RET track kselftest framework constantsPetr Machata2-7/+44
2024-06-12selftests: forwarding: Change inappropriate log_test_skip() callsPetr Machata6-6/+13
2024-06-12selftests: net: kill smcrouted in the cleanup logic in amt.shTaehee Yoo1-1/+7
2024-06-12selftests/powerpc/dexcr: Add -no-pie to hashchk testsBenjamin Gray1-1/+1
2024-06-12tools/arch/x86/intel_sdsi: Fix meter_certificate decodingDavid E. Box1-3/+4
2024-06-12tools/arch/x86/intel_sdsi: Fix meter_show displayDavid E. Box1-10/+19
2024-06-12tools/arch/x86/intel_sdsi: Fix maximum meter bundle lengthDavid E. Box1-4/+8
2024-06-12selftests/harness: use 1024 in place of LINE_MAXTao Su1-2/+1