summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-12-14perf ftrace latency: Fix unit on histogram first entry when using --use-nsecArnaldo Carvalho de Melo1-1/+1
2024-12-14perf probe: Correct demangled symbols in C++ programLeo Yan1-2/+15
2024-12-14perf probe: Fix libdw memory leakIan Rogers2-2/+6
2024-12-14perf stat: Fix affinity memory leaks on error pathIan Rogers1-0/+2
2024-12-14perf stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun3-17/+53
2024-12-14perf cs-etm: Don't flush when packet_queue fills upJames Clark1-7/+18
2024-12-14powerpc/vdso: Flag VDSO64 entry points as functionsChristophe Leroy1-2/+1
2024-12-14wireguard: selftests: load nf_conntrack if not presentHangbin Liu1-0/+1
2024-12-14selftests: net: really check for bg process completionPaolo Abeni1-1/+1
2024-12-14selftests/bpf: Add push/pop checking for msg_verify_data in test_sockmapZijian Zhang1-5/+101
2024-12-14selftests/bpf: Fix total_bytes in msg_loop_rx in test_sockmapZijian Zhang1-5/+7
2024-12-14selftests/bpf: Fix SENDPAGE data logic in test_sockmapZijian Zhang1-7/+11
2024-12-14selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmapZijian Zhang1-0/+7
2024-12-14selftests/bpf: Fix txmsg_redir of test_txmsg_pull in test_sockmapZijian Zhang1-1/+1
2024-12-14selftests/bpf: Fix msg_verify_data in test_sockmapZijian Zhang1-10/+20
2024-12-14libbpf: never interpret subprogs in .text as entry programsAndrii Nakryiko1-1/+1
2024-12-14libbpf: fix sym_is_subprog() logic for weak global subprogsAndrii Nakryiko1-1/+1
2024-12-14selftests/bpf: add missing header include for htonsAlexis Lothoré (eBPF Foundation)1-0/+1
2024-12-14selftests/bpf: Fix backtrace printing for selftests crashesEduard Zingerman1-3/+6
2024-12-14selftests/bpf: Add csum helpersStanislav Fomichev1-0/+43
2024-12-14libbpf: Fix output .symtab byte-order during linkingTony Ambardar1-0/+2
2024-12-14selftests/resctrl: Protect against array overrun during iMC config parsingReinette Chatre1-2/+1
2024-12-14thermal/lib: Fix memory leak on error in thermal_genl_auto()Daniel Lezcano1-4/+7
2024-12-14tools/lib/thermal: Make more generic the command encoding functionDaniel Lezcano1-9/+32
2024-12-14kselftest/arm64: mte: fix printf type warnings about longsAndre Przywara1-2/+2
2024-12-14kselftest/arm64: mte: fix printf type warnings about __u64Andre Przywara1-2/+2
2024-12-14tools/lib/thermal: Remove the thermal.h soft link when doing make cleanzhang jiao1-1/+3
2024-12-14selftests/watchdog-test: Fix system accidentally reset after watchdog-testLi Zhijian1-0/+6
2024-11-22net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean1-0/+22
2024-11-14kselftest/arm64: Initialise current at build time in signal testsMark Brown1-3/+1
2024-11-14tools/lib/thermal: Fix sampling handler context ptrEmil Dahl Juhl1-0/+2
2024-11-08usbip: tools: Fix detach_port() invalid port error pathZongmin Zhou1-0/+1
2024-11-08selftests/mm: fix incorrect buffer->mirror size in hmm2 double_map testDonet Tom1-1/+1
2024-11-01selftests/bpf: Fix cross-compiling urandom_readTony Ambardar1-1/+1
2024-10-17perf lock: Don't pass an ERR_PTR() directly to perf_session__delete()Arnaldo Carvalho de Melo1-0/+1
2024-10-17selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() testKacper Ludwinski1-1/+1
2024-10-17tools/iio: Add memory allocation failure check for trigger_nameZhu Jun1-0/+4
2024-10-17ktest.pl: Avoid false positives with grub2 skip regexDaniel Jordan1-1/+1
2024-10-17selftests: net: Remove executable bits from library scriptsBenjamin Poirier2-0/+0
2024-10-17libsubcmd: Don't free the usage stringAditya Gupta7-5/+20
2024-10-17perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...Yang Jihong1-33/+61
2024-10-17perf sched: Move curr_thread initialization to perf_sched__map()Yang Jihong1-7/+8
2024-10-17perf sched: Fix memory leak in perf_sched__map()Yang Jihong1-15/+26
2024-10-17perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...Yang Jihong1-7/+12
2024-10-17perf sched: Avoid large stack allocationsIan Rogers1-4/+22
2024-10-17perf lock: Dynamically allocate lockhash_tableIan Rogers1-4/+16
2024-10-17perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim1-1/+1
2024-10-17delayacct: improve the average delay precision of getdelay tool to microsecondWang Yong1-12/+12
2024-10-17perf hist: Update hist symbol when updating mapsMatt Fleming1-0/+5
2024-10-17selftests: vDSO: fix vdso_config for s390Heiko Carstens1-2/+2