aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-12-04tools headers: Sync uapi/drm/drm.h with the kernel sourcesNamhyung Kim1-0/+17
2024-12-04sched_ext: fix application of sizeof to pointerguanjing1-1/+1
2024-12-04selftests/sched_ext: fix build after renames in sched_ext APIIhor Solodrai12-19/+19
2024-12-04selftests/bpf: Add test for narrow spill into 64-bit spilled scalarKumar Kartikeya Dwivedi1-0/+17
2024-12-04selftests/bpf: Add test for reading from STACK_INVALID slotsKumar Kartikeya Dwivedi1-0/+18
2024-12-04selftests/bpf: Introduce __caps_unpriv annotation for testsEduard Zingerman4-19/+62
2024-12-04tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bindMarco Leogrande1-0/+1
2024-12-04selftests/bpf: Add IRQ save/restore testsKumar Kartikeya Dwivedi2-0/+446
2024-12-04selftests/bpf: Expand coverage of preempt tests to sleepable kfuncKumar Kartikeya Dwivedi1-0/+14
2024-12-04bpf: Improve verifier log for resource leak on exitKumar Kartikeya Dwivedi3-10/+10
2024-12-03tools/power turbostat: Introduce --force parameterZhang Rui1-2/+15
2024-12-03tools/power turbostat: Improve --help outputZhang Rui1-15/+26
2024-12-03tools/power turbostat: Exit on unsupported VendorsZhang Rui1-2/+6
2024-12-03tools/power turbostat: Exit on unsupported Intel modelsZhang Rui1-0/+4
2024-12-03tools/power turbostat: update turbostat(8)Len Brown1-1/+27
2024-12-03tools/power turbostat: Add initial support for ClearwaterForestZhang Rui1-0/+1
2024-12-03tools/power turbostat: Add initial support for PantherLakeZhang Rui1-0/+1
2024-12-03sched_ext: Add __weak to fix the build errorsHonglei Wang1-3/+3
2024-12-03perf machine: Initialize machine->env to address a segfaultArnaldo Carvalho de Melo1-0/+2
2024-12-03iommufd/selftest: Cover IOMMU_FAULT_QUEUE_ALLOC in iommufd_fail_nthNicolin Chen1-0/+14
2024-12-02bpf: Zero index arg error string for dynptr and iterKumar Kartikeya Dwivedi5-23/+23
2024-12-02selftests/bpf: Add tests for iter arg checkKumar Kartikeya Dwivedi1-0/+26
2024-12-02bpf: Ensure reg is PTR_TO_STACK in process_iter_argTao Lyu1-2/+2
2024-12-02perf test: Don't signal all processes on system when interrupting testsJames Clark1-1/+1
2024-12-02perf tools: Fix build-id event recordingNamhyung Kim1-2/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra4-18/+18
2024-12-02selftests/bpf: ensure proper root namespace cleanup when test failAlexis Lothoré (eBPF Foundation)1-5/+11
2024-12-02libbpf: Improve debug message when the base BTF cannot be foundBen Olson1-1/+1
2024-12-02selftests/bpf: add cgroup skb direct packet access testMahe Tardy2-0/+43
2024-12-02libbpf: don't adjust USDT semaphore address if .stapsdt.base addr is missingAndrii Nakryiko1-1/+1
2024-12-02selftests/bpf: remove test_flow_dissector.shAlexis Lothoré (eBPF Foundation)4-961/+0
2024-12-02selftests/bpf: migrate bpf flow dissectors tests to test_progsAlexis Lothoré (eBPF Foundation)1-0/+792
2024-12-02selftests/bpf: add network helpers to generate udp checksumsAlexis Lothoré (eBPF Foundation)1-0/+42
2024-12-02selftests/bpf: use the same udp and tcp headers in tests under test_progsAlexis Lothoré (eBPF Foundation)10-10/+10
2024-12-02selftests/bpf: document pseudo-header checksum helpersAlexis Lothoré (eBPF Foundation)1-0/+30
2024-12-02selftests/bpf: move ip checksum helper to network helpersAlexis Lothoré (eBPF Foundation)2-18/+25
2024-12-02selftests/bpf: Enable generic tc actions in selftests configAlexis Lothoré (eBPF Foundation)1-0/+1
2024-12-02selftests/bpf: migrate flow_dissector namespace exclusivity testAlexis Lothoré (eBPF Foundation)1-0/+62
2024-12-02selftests/bpf: add gre packets testing to flow_dissectorAlexis Lothoré (eBPF Foundation)1-0/+76
2024-12-02selftests/bpf: expose all subtests from flow_dissectorAlexis Lothoré (eBPF Foundation)1-3/+17
2024-12-02selftests/bpf: re-split main function into dedicated testsAlexis Lothoré (eBPF Foundation)1-35/+73
2024-12-02selftests/bpf: replace CHECK calls with ASSERT macros in flow_dissector testAlexis Lothoré (eBPF Foundation)1-20/+21
2024-12-02selftests/bpf: use ASSERT_MEMEQ to compare bpf flow keysAlexis Lothoré (eBPF Foundation)1-30/+6
2024-12-02selftests/bpf: add a macro to compare raw memoryAlexis Lothoré (eBPF Foundation)2-0/+30
2024-12-02objtool: Allow arch code to discover jump table sizeArd Biesheuvel6-16/+33
2024-12-02objtool: Warn about unknown annotation typesPeter Zijlstra1-0/+13
2024-12-02objtool: Fix ANNOTATE_REACHABLE to be a normal annotationPeter Zijlstra1-23/+0
2024-12-02objtool: Convert {.UN}REACHABLE to ANNOTATEPeter Zijlstra2-60/+23
2024-12-02objtool: Remove annotate_{,un}reachable()Peter Zijlstra1-41/+2
2024-12-02objtool: Collapse annotate sequencesPeter Zijlstra1-55/+32