aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-07-25selftests/bpf: Fix test dynptr/test_dynptr_copy_xdp failureYonghong Song1-2/+3
2025-07-25selftests/bpf: Increase xdp data size for arm64 64K page sizeYonghong Song1-2/+8
2025-07-25selftests: drv-net: Wait for bkg socat to startMohsin Bashir1-1/+3
2025-07-25Merge tag 'nf-next-25-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski8-4/+31
2025-07-25rtla/tests: Limit duration to maximum of 10sTomas Glozar3-10/+10
2025-07-25rtla/tests: Add tests for actionsTomas Glozar1-0/+28
2025-07-25rtla/tests: Check rtla output with grepTomas Glozar1-4/+17
2025-07-25rtla/timerlat: Add action on end featureTomas Glozar3-29/+65
2025-07-25rtla/timerlat: Add continue actionTomas Glozar4-29/+100
2025-07-25rtla/timerlat_bpf: Allow resuming tracingTomas Glozar3-4/+25
2025-07-25rtla/timerlat: Add action on threshold featureTomas Glozar6-22/+341
2025-07-25rtla/timerlat: Introduce enum timerlat_tracing_modeTomas Glozar4-53/+97
2025-07-25ipv6: add `force_forwarding` sysctl to enable per-interface forwardingGabriel Goller2-0/+106
2025-07-25selftests: net: Skip test if IPv6 is not configuredBreno Leitao1-0/+5
2025-07-25selftests: rtnetlink: add macsec and vlan nesting testStanislav Fomichev1-0/+36
2025-07-25perf sort: Use perf_env to set arch sort keys and headerIan Rogers15-131/+107
2025-07-25perf test: Move PERF_SAMPLE_WEIGHT_STRUCT parsing to common testIan Rogers5-129/+14
2025-07-25perf sample: Remove arch notion of sample parsingIan Rogers14-80/+36
2025-07-25perf env: Remove global perf_envIan Rogers6-10/+4
2025-07-25perf trace: Avoid global perf_env with evsel__envIan Rogers1-9/+3
2025-07-25perf auxtrace: Pass perf_env from session through to mmap readIan Rogers3-10/+17
2025-07-25perf machine: Explicitly pass in host perf_envIan Rogers12-35/+81
2025-07-25perf bench synthesize: Avoid use of global perf_envIan Rogers1-8/+19
2025-07-25perf top: Make perf_env locally scopedIan Rogers1-13/+28
2025-07-25perf session: Add host_env argument to perf_session__newIan Rogers3-5/+8
2025-07-25perf test: Avoid use perf_envIan Rogers3-23/+33
2025-07-25perf header: Clean up use of perf_envIan Rogers1-76/+98
2025-07-25perf evlist: Change env variable to sessionIan Rogers17-22/+35
2025-07-25perf session: Add accessor for session->header.envIan Rogers25-107/+120
2025-07-25perf record: Make --buildid-mmap the defaultIan Rogers4-22/+34
2025-07-25perf jitdump: Directly mark the jitdump DSOIan Rogers1-4/+17
2025-07-25perf dso: Move build_id to dso_idIan Rogers14-155/+197
2025-07-25perf build-id: Ensure struct build_id is empty before useIan Rogers11-17/+20
2025-07-25perf build-id: Mark DSO in sample callchainsIan Rogers1-1/+16
2025-07-25perf build-id: Change sprintf functions to snprintfIan Rogers16-50/+42
2025-07-25selftests: netfilter: ipvs.sh: Explicity disable rp_filter on interface tunl0Yi Chen1-2/+2
2025-07-25selftests: netfilter: Ignore tainted kernels in interface stress testPhil Sutter1-1/+4
2025-07-25selftests: netfilter: Enable CONFIG_INET_SCTP_DIAGSebastian Andrzej Siewior1-1/+1
2025-07-25selftests: net: Enable legacy netfilter legacy options.Florian Westphal6-0/+24
2025-07-24Merge tag 'mm-hotfixes-stable-2025-07-24-18-03' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+2
2025-07-24tools/testing/selftests: explicitly test split multi VMA mremap moveLorenzo Stoakes1-1/+126
2025-07-24tools/testing/selftests: test MREMAP_DONTUNMAP on multiple VMA moveLorenzo Stoakes1-10/+19
2025-07-24tools/testing/selftests: add mremap() shrink test for multiple VMAsLorenzo Stoakes1-1/+82
2025-07-24selftests/mm: guard-regions: Use SKIP() instead of ksft_exit_skip()wang lian1-1/+1
2025-07-24selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));"wang lian7-39/+31
2025-07-24selftests/proc: add verbose mode for /proc/pid/maps tearing testsSuren Baghdasaryan1-12/+141
2025-07-24selftests/proc: extend /proc/pid/maps tearing test to include vma remappingSuren Baghdasaryan1-0/+86
2025-07-24selftests/proc: extend /proc/pid/maps tearing test to include vma resizingSuren Baghdasaryan1-0/+79
2025-07-24selftests/proc: add /proc/pid/maps tearing from vma split testSuren Baghdasaryan3-0/+449
2025-07-24tools/testing/selftests: extend mremap_test to test multi-VMA mremapLorenzo Stoakes1-1/+145