summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-07-03perf sched: Fix memory leaks in 'perf sched latency'Namhyung Kim
2025-07-03perf sched: Use RC_CHK_EQUAL() to compare pointersNamhyung Kim
2025-07-03perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim
2025-07-03perf sched: Fix thread leaks in 'perf sched timehist'Namhyung Kim
2025-07-03perf sched: Fix memory leaks in 'perf sched map'Namhyung Kim
2025-07-03perf sched: Free thread->priv using priv_destructorNamhyung Kim
2025-07-03perf sched: Make sure it frees the usage stringNamhyung Kim
2025-07-03perf tests make: Add NO_LIBDW=1 to minimal and add standalone testIan Rogers
2025-07-03perf header: Fix pipe mode header dumpingIan Rogers
2025-07-03selftests/sched_ext: Fix exit selftest hang on UPAndrea Righi
2025-07-03kselftest/arm64: Specify SVE data when testing VL set in sve-ptraceMark Brown
2025-07-03kselftest/arm64: Fix test for streaming FPSIMD write in sve-ptraceMark Brown
2025-07-03kselftest/arm64: Fix check for setting new VLs in sve-ptraceMark Brown
2025-07-03kselftest/arm64: Convert tpidr2 test to use kselftest.hMark Brown
2025-07-02perf test: In forked mode add check that fds aren't leakedIan Rogers
2025-07-02perf dso: With ref count checking, avoid dso_data holding dso liveIan Rogers
2025-07-02perf hwmon_pmu: Hold path rather than fdIan Rogers
2025-07-02perf test code-reading: Avoid a leak of cpus and threadsIan Rogers
2025-07-02perf dso: Add missed dso__put to dso__load_kcoreIan Rogers
2025-07-02perf genelf: Fix NO_LIBDW=1 buildIan Rogers
2025-07-02perf list: Add IBM z17 event descriptionsThomas Richter
2025-07-02perf tools: Fix use-after-free in help_unknown_cmd()Namhyung Kim
2025-07-02selftests: drv-net: Add test for devlink-rate traffic class bandwidth distrib...Carolina Jubran
2025-07-02selftest: netdevsim: Add devlink rate tc-bw testCarolina Jubran
2025-07-02selftest: net: extend msg_zerocopy test with forwardingWillem de Bruijn
2025-07-02vsock/test: Add test for null ptr deref when transport changesLuigi Leonardi
2025-07-02vsock/test: Add macros to identify transportsLuigi Leonardi
2025-07-02selftests/bpf: Allow veristat compile standaloneMykyta Yatsenko
2025-07-02kselftest/arm64/mte: Add MTE_STORE_ONLY testcasesYeoreum Yun
2025-07-02kselftest/arm64/mte: Preparation for mte store only testYeoreum Yun
2025-07-02kselftest/arm64/abi: Add MTE_STORE_ONLY feature hwcap testYeoreum Yun
2025-07-02selftests/bpf: Negative test case for ref_obj_id in argsPaul Chaignon
2025-07-02selftests/bpf: null checks for rdonly_untrusted_mem should be preservedEduard Zingerman
2025-07-02selftests/bpf: Don't call fsopen() as privileged userMatteo Croce
2025-07-02kselftest/arm64/mte: Add mtefar tests on check_mmap_optionsYeoreum Yun
2025-07-02kselftest/arm64/mte: Refactor check_mmap_option testYeoreum Yun
2025-07-02kselftest/arm64/mte: Add verification for address tag in signal handlerYeoreum Yun
2025-07-02kselftest/arm64/mte: Add address tag related macro and functionYeoreum Yun
2025-07-02kselftest/arm64/mte: Check MTE_FAR feature is supportedYeoreum Yun
2025-07-02kselftest/arm64/mte: Register mte signal handler with SA_EXPOSE_TAGBITSYeoreum Yun
2025-07-02kselftest/arm64: Add MTE_FAR hwcap testYeoreum Yun
2025-07-02Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-02selftests/kernfs: test xattr retrievalChristian Brauner
2025-07-02selftests/bpf: Add tests for bpf_cgroup_read_xattrSong Liu
2025-07-01selftests: seg6: fix instaces typo in commentsAndrea Mayer
2025-07-02selftests: tracing: Enable fprobe events before checking enable_functionsMasami Hiramatsu (Google)
2025-07-01selftests: pp-bench: remove page_pool_put_page wrapperMina Almasry
2025-07-01selftests: pp-bench: remove unneeded linux/version.hMina Almasry
2025-07-01selftests/tc-testing: Enable CONFIG_IP_SETSebastian Andrzej Siewior
2025-07-01perf test: Add libsubcmd help testsNamhyung Kim