summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-08-28selftests/bpf: Fix a user_ringbuf failure with arm64 64KB page sizeYonghong Song1-3/+7
2025-08-28bpf: Make reg_not_null() true for CONST_PTR_TO_MAPIhor Solodrai1-1/+1
2025-08-28bpftool: Fix JSON writer resource leak in version commandYuan Chen1-3/+3
2025-08-28kselftest/arm64: Specify SVE data when testing VL set in sve-ptraceMark Brown1-1/+2
2025-08-28ktest.pl: Prevent recursion of default variable optionsSteven Rostedt1-1/+4
2025-08-28pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in mperf_stop()Gautham R. Shenoy1-2/+2
2025-08-28selftests: tracing: Use mutex_unlock for testing glob filterMasami Hiramatsu (Google)1-1/+1
2025-08-28tools/build: Fix s390(x) cross-compilation with clangThomas Weißschuh1-1/+3
2025-08-28tools/nolibc: define time_t in terms of __kernel_old_time_tThomas Weißschuh1-1/+3
2025-08-28selftests/futex: Define SYS_futex on 32-bit architectures with 64-bit time_tCynthia Huang1-0/+11
2025-08-15selftests/perf_events: Add a mmap() correctness testLorenzo Stoakes3-1/+238
2025-08-15perf tools: Remove libtraceevent in .gitignoreChen Pei1-2/+0
2025-08-15perf tests bp_account: Fix leaked file descriptorLeo Yan1-0/+1
2025-08-15perf sched: Fix memory leaks in 'perf sched latency'Namhyung Kim1-3/+24
2025-08-15perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim3-0/+25
2025-08-15perf sched: Free thread->priv using priv_destructorNamhyung Kim1-0/+2
2025-08-15perf dso: Add missed dso__put to dso__load_kcoreIan Rogers1-0/+1
2025-08-15perf tools: Fix use-after-free in help_unknown_cmd()Namhyung Kim1-5/+7
2025-08-15selftests: rtnetlink.sh: remove esp4_offload after testXiumei Mu1-0/+6
2025-08-15tools/rv: Do not skip idle in traceGabriele Monaco1-2/+2
2025-08-15kselftest/arm64: Fix check for setting new VLs in sve-ptraceMark Brown1-1/+1
2025-08-15bpftool: Fix memory leak in dump_xx_nlmsg on realloc failureYuan Chen1-6/+9
2025-08-15selftests/bpf: fix signedness bug in redir_partial()Fushuai Wang1-0/+2
2025-08-15selftests/tracing: Fix false failure of subsystem event testSteven Rostedt1-2/+26
2025-08-15selftests: Fix errno checking in syscall_user_dispatch testDmitry Vyukov1-25/+25
2025-08-01Revert "selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() test"Shung-Hsi Yu2-80/+0
2025-08-01selftests: mptcp: connect: also cover checksumMatthieu Baerts (NGI0)2-1/+6
2025-08-01selftests: mptcp: connect: also cover alt modesMatthieu Baerts (NGI0)3-1/+12
2025-07-24Revert "selftests/bpf: dummy_st_ops should reject 0 for non-nullable params"Shung-Hsi Yu1-27/+0
2025-07-24Revert "selftests/bpf: adjust dummy_st_ops_success to detect additional error"Shung-Hsi Yu1-11/+2
2025-07-24selftests: net: increase inter-packet timeout in udpgro.shPaolo Abeni1-4/+4
2025-07-17selftests/bpf: adapt one more case in test_lru_map to the new target_freeWillem de Bruijn1-15/+18
2025-07-17bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn1-37/+35
2025-07-17x86/rdrand: Disable RDSEED on AMD Cyan SkillfishMikhail Paulyshka1-0/+1
2025-07-17kallsyms: fix build without execinfoAchill Gilgenast1-0/+4
2025-07-17perf: build: Setup PKG_CONFIG_LIBDIR for cross compilationLeo Yan2-2/+50
2025-07-06libbpf: Fix possible use-after-free for externsAdin Scannell2-3/+23
2025-07-06libbpf: Fix null pointer dereference in btf_dump__free on allocation failureYuan Chen1-0/+3
2025-06-27perf evsel: Missed close() when probing hybrid core PMUsIan Rogers1-0/+1
2025-06-27bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon1-0/+2
2025-06-27selftests/x86: Add a test to detect infinite SIGTRAP handler loopXin Li (Intel)2-1/+102
2025-06-27libbpf: Add identical pointer detection to btf_dedup_is_equiv()Alan Maguire1-0/+16
2025-06-19tools/resolve_btfids: Fix build when cross compiling kernel with clang.Suleiman Souhlal1-1/+1
2025-06-19perf trace: Always print return value for syscalls returning a pidAnubhav Shelat1-1/+1
2025-06-19perf record: Fix incorrect --user-regs commentsDapeng Mi1-1/+1
2025-06-19perf tests switch-tracking: Fix timestamp comparisonLeo Yan1-1/+1
2025-06-19perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3Adrian Hunter1-1/+4
2025-06-19perf intel-pt: Fix PEBS-via-PT data_srcAdrian Hunter1-3/+202
2025-06-19perf trace: Fix leaks of 'struct thread' in set_filter_loop_pids()Namhyung Kim1-0/+3
2025-06-19perf ui browser hists: Set actions->thread before calling do_zoom_thread()Arnaldo Carvalho de Melo1-1/+1