summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-12-05perf probe: Correct demangled symbols in C++ programLeo Yan1-2/+15
2024-12-05perf probe: Fix libdw memory leakIan Rogers2-2/+6
2024-12-05perf disasm: Fix capstone memory leakIan Rogers1-4/+7
2024-12-05perf dso: Fix symtab_type for kmod compressionVeronika Molnarova1-1/+1
2024-12-05perf test attr: Add back missing topdown eventsVeronika Molnarova4-144/+320
2024-12-05perf trace: Keep exited threads for summaryMichael Petlan1-0/+4
2024-12-05perf stat: Fix affinity memory leaks on error pathIan Rogers1-0/+2
2024-12-05perf stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun3-17/+53
2024-12-05perf jevents: Don't stop at the first matched pmu when searching a events tableKan Liang2-2/+2
2024-12-05perf mem: Fix printing PERF_MEM_LVLNUM_{L2_MHB|MSC}Thomas Falcon1-1/+7
2024-12-05perf cs-etm: Don't flush when packet_queue fills upJames Clark1-7/+18
2024-12-05rtla/timerlat: Do not set params->user_workload with -UTomas Glozar2-2/+2
2024-12-05powerpc/vdso: Flag VDSO64 entry points as functionsChristophe Leroy1-2/+1
2024-12-05wireguard: selftests: load nf_conntrack if not presentHangbin Liu1-0/+1
2024-12-05selftests: netfilter: Fix missing return values in conntrack_dump_flushguanjing1-0/+6
2024-12-05ipv6: Fix soft lockups in fib6_select_path under high next hop churnOmid Ehtemam-Haghighi2-0/+263
2024-12-05selftests/bpf: skip the timer_lockup test for single-CPU nodesViktor Malik1-0/+6
2024-12-05selftests: net: really check for bg process completionPaolo Abeni1-1/+1
2024-12-05selftests/bpf: Add push/pop checking for msg_verify_data in test_sockmapZijian Zhang1-5/+101
2024-12-05selftests/bpf: Fix total_bytes in msg_loop_rx in test_sockmapZijian Zhang1-5/+7
2024-12-05selftests/bpf: Fix SENDPAGE data logic in test_sockmapZijian Zhang1-7/+11
2024-12-05selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmapZijian Zhang1-0/+7
2024-12-05bpf: Mark raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi1-1/+5
2024-12-05bpf, bpftool: Fix incorrect disasm pcLeon Hwang1-11/+29
2024-12-05libbpf: move global data mmap()'ing into bpf_object__load()Andrii Nakryiko1-43/+40
2024-12-05selftests/bpf: fix test_spin_lock_fail.c's global vars usageAndrii Nakryiko1-2/+2
2024-12-05selftests/bpf: Fix txmsg_redir of test_txmsg_pull in test_sockmapZijian Zhang1-1/+1
2024-12-05selftests/bpf: Fix msg_verify_data in test_sockmapZijian Zhang1-10/+20
2024-12-05libbpf: never interpret subprogs in .text as entry programsAndrii Nakryiko1-1/+1
2024-12-05libbpf: fix sym_is_subprog() logic for weak global subprogsAndrii Nakryiko1-1/+1
2024-12-05selftests/bpf: add missing header include for htonsAlexis Lothoré (eBPF Foundation)1-0/+1
2024-12-05selftests/bpf: Fix backtrace printing for selftests crashesEduard Zingerman1-3/+6
2024-12-05selftests: bpf: Add missing per-arch include pathBjörn Töpel1-1/+2
2024-12-05libbpf: Add missing per-arch include pathBjörn Töpel1-1/+2
2024-12-05selftests/bpf: Fix uprobe_multi compilation errorAlan Maguire1-0/+4
2024-12-05libbpf: Fix output .symtab byte-order during linkingTony Ambardar1-0/+2
2024-12-05libbpf: Fix expected_attach_type set handling in program load callbackTao Chen1-4/+8
2024-12-05selftests/resctrl: Protect against array overrun during iMC config parsingReinette Chatre1-2/+1
2024-12-05selftests/resctrl: Fix memory overflow due to unhandled wraparoundReinette Chatre1-1/+1
2024-12-05selftests/resctrl: Print accurate buffer size as part of MBM resultsReinette Chatre1-2/+14
2024-12-05gpio: sloppy-logic-analyzer remove reference to rcu_momentary_dyntick_idle()Srikar Dronamraju1-1/+1
2024-12-05thermal/lib: Fix memory leak on error in thermal_genl_auto()Daniel Lezcano1-4/+7
2024-12-05tools/lib/thermal: Make more generic the command encoding functionDaniel Lezcano1-9/+32
2024-12-05kselftest/arm64: Fix encoding for SVE B16B16 testMark Brown1-2/+2
2024-12-05kselftest/arm64: mte: fix printf type warnings about longsAndre Przywara1-2/+2
2024-12-05kselftest/arm64: mte: fix printf type warnings about __u64Andre Przywara1-2/+2
2024-12-05kselftest/arm64: hwcap: fix f8dp2 cpuinfo nameAndre Przywara1-1/+1
2024-11-17Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2024-11-15tools/mm: fix compile errorMotiejus JakÅ`tys1-1/+1
2024-11-14Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-1/+189