summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-01-27mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple1-0/+42
2022-01-27perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen1-0/+3
2022-01-27perf script: Fix hex dump character outputAdrian Hunter1-1/+1
2022-01-27perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez1-8/+17
2022-01-27bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet2-2/+0
2022-01-27selftests/powerpc/spectre_v2: Return skip code when miss_percent is highThadeu Lima de Souza Cascardo1-1/+1
2022-01-27selftests/ftrace: make kprobe profile testcase description uniqueHeiko Carstens1-1/+1
2022-01-27selftests/bpf: Fix bpf_object leak in skb_ctx selftestAndrii Nakryiko1-0/+2
2022-01-27bpftool: Enable line buffering for stdoutPaul Chaignon1-0/+2
2022-01-27selftests: harness: avoid false negatives if test has no ASSERTsJakub Kicinski1-1/+1
2022-01-27selftests: clone3: clone3: add case CLONE3_ARGS_NO_TESTAnders Roxell1-0/+6
2022-01-27tools/nolibc: fix incorrect truncation of exit codeWilly Tarreau1-8/+5
2022-01-27tools/nolibc: i386: fix initial stack alignmentWilly Tarreau1-1/+9
2022-01-27tools/nolibc: x86-64: Fix startup code bugAmmar Faizi1-2/+8
2022-01-11selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv()Shuah Khan1-1/+1
2022-01-05perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter1-1/+1
2022-01-05selftests/net: udpgso_bench_tx: fix dst ip argumentwujianguo1-1/+7
2022-01-05selftests: Calculate udpgso segment count without header adjustmentCoco Li1-6/+6
2021-12-22bpf, selftests: Fix racing issue in btf_skc_cls_ingress testMartin KaFai Lau1-2/+14
2021-12-22selftest/net/forwarding: declare NETIFS p9 p10Hangbin Liu1-0/+2
2021-12-22selftests: Fix IPv6 address bind testsDavid Ahern1-5/+13
2021-12-22selftests: Fix raw socket bind tests with VRFDavid Ahern1-1/+2
2021-12-22selftests: Add duplicate config only for MD5 VRF testsDavid Ahern1-6/+20
2021-12-22selftests: net: Correct ping6 expected rc from 2 to 1Jie2x Zhou1-1/+1
2021-12-22bpf, selftests: Add test case trying to taint map value pointerDaniel Borkmann1-0/+23
2021-12-22KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILEVitaly Kuznetsov1-0/+30
2021-12-17perf intel-pt: Fix error timestamp setting on the decoder error pathAdrian Hunter1-0/+1
2021-12-17perf intel-pt: Fix missing 'instruction' events with 'q' optionAdrian Hunter1-3/+8
2021-12-17perf intel-pt: Fix next 'err' value, walking traceAdrian Hunter1-0/+1
2021-12-17perf intel-pt: Fix state setting when receiving overflow (OVF) packetAdrian Hunter1-4/+28
2021-12-17perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state typeAdrian Hunter1-19/+13
2021-12-17perf intel-pt: Fix sync state when a PSB (synchronization) packet is foundAdrian Hunter1-1/+1
2021-12-17perf intel-pt: Fix some PGE (packet generation enable/control flow packets) u...Adrian Hunter1-2/+3
2021-12-17perf inject: Fix itrace space allowed for new attributesAdrian Hunter1-1/+1
2021-12-16netfilter: selftest: conntrack_vrf.sh: fix file permissionGreg Kroah-Hartman1-0/+0
2021-12-14bpf: Add selftests to cover packet access corner casesMaxim Mikityanskiy1-16/+584
2021-12-14selftests/fib_tests: Rework fib_rp_filter_test()Peilin Ye1-10/+49
2021-12-14tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo5-23/+0
2021-12-14perf tools: Fix SMT detection fast read pathIan Rogers1-1/+1
2021-12-14bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy1-16/+16
2021-12-14vrf: don't run conntrack on vrf with !dflt qdiscNicolas Dichtel1-4/+26
2021-12-14selftests: netfilter: add a vrf+conntrack testcaseFlorian Westphal2-1/+221
2021-12-08selftests: net: Correct case nameLi Zhijian1-2/+2
2021-12-08wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld1-1/+23
2021-12-08wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLISTLi Zhijian1-1/+1
2021-12-08wireguard: selftests: actually test for routing loopsJason A. Donenfeld1-1/+5
2021-12-08wireguard: selftests: increase default dmesg log sizeJason A. Donenfeld1-0/+1
2021-12-08perf report: Fix memory leaks around perf_tip()Ian Rogers3-14/+17
2021-12-08perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers2-15/+14
2021-12-08perf inject: Fix ARM SPE handlingGerman Gomez1-0/+15