summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-09-03perf tp_pmu: Remove unnecessary checkIan Rogers1-2/+0
2025-09-03perf ilist: Add support for metricsIan Rogers1-58/+168
2025-09-03perf python: Add metrics functionIan Rogers1-0/+86
2025-09-03perf python: Add evlist compute_metricIan Rogers1-0/+125
2025-09-03perf python: Add evlist metrics functionIan Rogers1-0/+33
2025-09-03perf python: Add parse_metrics functionIan Rogers1-0/+41
2025-09-03perf ilist: Add new python ilist commandIan Rogers1-0/+385
2025-09-03perf python: Add function returning dictionary of all events on a PMUIan Rogers1-0/+71
2025-09-03perf python: Add basic PMU abstraction and pmus sequenceIan Rogers1-0/+140
2025-09-03perf python: Improve the tracepoint function if no libtraceeventIan Rogers1-10/+2
2025-09-03perf python: Add more exceptions on error pathsIan Rogers1-3/+11
2025-09-03libperf event: Ensure tracing data is multiple of 8 sizedIan Rogers1-0/+1
2025-09-03perf test shell lock_contention: Extra debug diagnosticsIan Rogers1-1/+6
2025-09-03perf evsel: Avoid container_of on a NULL leaderIan Rogers1-0/+2
2025-09-03perf test trace_btf_enum: Skip if permissions are insufficientIan Rogers1-0/+11
2025-09-03perf disasm: Avoid undefined behavior in incrementing NULLIan Rogers1-2/+5
2025-09-03selftests: net: Add a selftest for VXLAN with FDB nexthop groupsIdo Schimmel2-0/+224
2025-09-03selftests: net: avoid memory leakZongmin Zhou1-3/+7
2025-09-03selftests: drv-net: rss_ctx: make the test pass with few queuesJakub Kicinski1-2/+7
2025-09-03selftests: drv-net: rss_ctx: use Netlink for timed reconfigJakub Kicinski1-3/+4
2025-09-03selftests: net: py: don't default to shell=TrueJakub Kicinski1-2/+9
2025-09-03selftests: drv-net: adjust tests before defaulting to shell=FalseJakub Kicinski1-1/+2
2025-09-03net: selftests: clean up tools/testing/selftests/net/lib/py/utils.pyBreno Leitao1-8/+3
2025-09-03perf bpf-utils: Harden get_bpf_prog_info_linearIan Rogers1-10/+33
2025-09-03perf bpf-utils: Constify bpil_array_descIan Rogers1-12/+6
2025-09-03perf bpf-event: Fix use-after-free in synthesisIan Rogers1-12/+27
2025-09-02Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...Linus Torvalds7-9/+14
2025-09-02perf annotate: Use a hashmap to save type dataNamhyung Kim3-3/+62
2025-09-02bpftool: Add CET-aware symbol matching for x86_64 architecturesYuan Chen1-4/+50
2025-09-02bpftool: Refactor kernel config reading into common helperYuan Chen3-82/+106
2025-09-02selftests/proc: add tests for new pidns APIsAleksa Sarai3-0/+213
2025-09-02selftests/fs/mount-notify: Fix compilation failure.Xing Guo2-19/+16
2025-09-01selftests: net: fix spelling and grammar mistakesPraveen Balakrishnan2-7/+7
2025-09-01selftests: drv-net: csum: fix interface name for remote hostJakub Kicinski1-2/+2
2025-09-01selftests/nolibc: remove outdated comment about construct orderBenjamin Berg1-1/+0
2025-09-01selftests/nolibc: fix EXPECT_NZ macroBenjamin Berg1-2/+2
2025-09-01tools/nolibc: drop wait4() supportThomas Weißschuh1-17/+0
2025-09-01kselftest/arm64: tpidr2: Switch to waitpid() over wait4()Thomas Weißschuh1-3/+3
2025-09-01tools/nolibc: fold llseek fallback into lseek()Thomas Weißschuh1-28/+14
2025-09-01tools/nolibc: remove __nolibc_enosys() fallback from fork functionsThomas Weißschuh1-6/+2
2025-09-01tools/nolibc: remove __nolibc_enosys() fallback from dup2()Thomas Weißschuh1-3/+1
2025-09-01tools/nolibc: remove __nolibc_enosys() fallback from *at() functionsThomas Weißschuh1-24/+8
2025-09-01tools/nolibc: remove __nolibc_enosys() fallback from time64-related functionsThomas Weißschuh4-18/+6
2025-09-01tools/nolibc: use tabs instead of spaces for indentationThomas Weißschuh2-3/+3
2025-09-01tools/nolibc: avoid error in dup2() if old fd equals new fdThomas Weißschuh1-0/+13
2025-09-01selftests/futex: Fix futex_wait() for 32bit ARMDan Carpenter2-1/+12
2025-09-01selftests/futex: Fix typos and grammar in futex_priv_hashGopi Krishna Menon1-4/+4
2025-09-01selftests/futex: Fix format-security warnings in futex_priv_hashNai-Chen Cheng1-5/+5
2025-09-01selftests/futex: Fix some futex_numa_mpol subtestsWaiman Long1-4/+2
2025-09-01powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth1-1/+1