summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
10 daysselftests/bpf: fix signedness bug in redir_partial()Fushuai Wang1-0/+2
10 daysselftests/tracing: Fix false failure of subsystem event testSteven Rostedt1-2/+26
10 daysselftests: breakpoints: use suspend_stats to reliably check suspend successMoon Hee Lee1-10/+31
10 daysselftests: vDSO: chacha: Correctly skip test if necessaryThomas Weißschuh1-1/+2
10 dayspm: cpupower: Fix printing of CORE, CPU fields in cpupower-monitorGautham R. Shenoy1-4/+0
10 daysselftests: Fix errno checking in syscall_user_dispatch testDmitry Vyukov1-25/+25
10 daysselftests/landlock: Fix build of audit_testSong Liu1-0/+1
10 daysselftests/landlock: Fix readlink checkMickaël Salaün1-3/+4
2025-08-01selftests/bpf: Add tests with stack ptr register in conditional jmpYonghong Song1-0/+53
2025-08-01selftests/mm: fix split_huge_page_test for folio_split() testsZi Yan1-1/+2
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-08-01selftests: drv-net: wait for iperf client to stop sendingNimrod Oren1-5/+18
2025-08-01tools/hv: fcopy: Fix incorrect file path conversionYasumasa Suenaga1-23/+14
2025-07-24libbpf: Fix handling of BPF arena relocationsAndrii Nakryiko1-7/+13
2025-07-24selftests: net: increase inter-packet timeout in udpgro.shPaolo Abeni1-4/+4
2025-07-24selftests/sched_ext: Fix exit selftest hang on UPAndrea Righi1-0/+8
2025-07-24objtool/rust: add one more `noreturn` Rust function for Rust 1.89.0Miguel Ojeda1-0/+1
2025-07-24tools/hv: fcopy: Fix irregularities with size of ring bufferNaman Jain1-10/+81
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-17selftests: net: lib: fix shift count out of rangeHangbin Liu1-1/+1
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-17objtool: Add missing endian conversion to read_annotate()Heiko Carstens1-0/+1
2025-07-10iommufd/selftest: Fix iommufd_dirty_tracking with large hugepage sizesNicolin Chen1-9/+21
2025-07-10iommufd/selftest: Add asserts testing global mfdNicolin Chen1-0/+2
2025-07-10iommufd/selftest: Add missing close(mfd) in memfd_mmap()Nicolin Chen1-2/+7
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 test: Directory file descriptor leakIan Rogers1-0/+1
2025-06-27perf evsel: Missed close() when probing hybrid core PMUsIan Rogers1-0/+1
2025-06-27tools: ynl: fix mixing ops and notifications on one socketJakub Kicinski1-11/+17
2025-06-27tools: ynl: parse extack for sub-messagesDonald Hunter1-14/+25
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-27rtla: Define __NR_sched_setattr for LoongArchTiezhu Yang1-0/+2
2025-06-27bpftool: Fix cgroup command to only show cgroup bpf programsMartin KaFai Lau1-6/+6
2025-06-27libbpf: Check bpf_map_skeleton link for NULLMykyta Yatsenko1-0/+6
2025-06-27libbpf/btf: Fix string handling to support multi-split BTFAlan Maguire1-1/+1
2025-06-27mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn1-0/+2
2025-06-19tools/resolve_btfids: Fix build when cross compiling kernel with clang.Suleiman Souhlal1-1/+1
2025-06-19objtool/rust: relax slice condition to cover more `noreturn` Rust functionsMiguel Ojeda1-1/+2
2025-06-19tools/power turbostat: Fix AMD package-energy reportingGautham R. Shenoy1-5/+36
2025-06-19selftests: drv-net: tso: make bkg() wait for socat to quitJakub Kicinski1-1/+1
2025-06-19selftests: drv-net: tso: fix the GRE device nameJakub Kicinski1-1/+1
2025-06-19selftests: net: build net/lib dependency in all targetBui Quang Minh1-1/+1
2025-06-19bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon1-0/+2
2025-06-19bpf: Clarify the meaning of BPF_F_PSEUDO_HDRPaul Chaignon1-1/+1
2025-06-19perf callchain: Always populate the addr_location map when adding IPIan Rogers3-5/+11