summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-07-02Merge tag 'vfio-v7.2-rc2' of https://github.com/awilliam/linux-vfioLinus Torvalds2-2/+2
2026-07-03selftests/rseq: Replace glibc-specific __GNUC_PREREQ with portable checkHisam Mehboob1-3/+1
2026-07-02bpftool: Use btf_vlen()/btf_kind()/btf_kflag() helpers consistentlyluoliang2-14/+13
2026-07-02Merge tag 'net-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-12/+8
2026-07-02bootconfig: clean build-time tools/bootconfig from make cleanBreno Leitao1-1/+1
2026-07-02bootconfig: render embedded bootconfig as a kernel cmdline at build timeBreno Leitao1-1/+1
2026-07-02tracing/probes: Allow eprobe to use variable without $ prefixMasami Hiramatsu (Google)1-2/+1
2026-07-02selftests/x86: Add shadow stack uprobe CALL testDavid Windsor1-0/+86
2026-07-02selftests/arm64: fix spelling errors in commentsWang Yan2-2/+2
2026-07-02selftests: net: getsockopt_iter: add raw ICMP_FILTER coverageBreno Leitao1-0/+97
2026-07-02selftests: drv-net: toeplitz: cap the Rx queue countJakub Kicinski1-0/+22
2026-07-01tools/include: include stdint.h for SIZE_MAX in overflow.hYichong Chen1-0/+1
2026-07-01tools/virtio: add missing compat definitions for vhost_net_testYichong Chen6-0/+111
2026-07-01selftests/mm: hmm-tests: include linux/mman.h to access MADV_COLLAPSEZenghui Yu1-0/+1
2026-07-01selftests/mm: pagemap_ioctl: use the correct page size for transact_test()Zenghui Yu1-6/+6
2026-07-01selftests/mm: fix ksft_process_madv.sh test categorySarthak Sharma1-1/+1
2026-07-01perf build: Add LDFLAGS to dlfilters .so linkTrevor Allison1-1/+1
2026-07-01libbpf: Skip bpf_object__probe_loading() when BPF token is in useYuan Chen1-7/+3
2026-07-01selftests/bpf: Fix test_maps sockmap failureJiayuan Chen1-2/+12
2026-07-01selftests/bpf: Mask socket type flags in mptcpify progGuillaume Maudoux5-6/+21
2026-07-01bpftool: Add tracing_multi link info outputJiri Olsa1-0/+133
2026-07-01selftests/bpf: Add tracing_multi link info testsJiri Olsa2-0/+248
2026-07-01bpf: Add tracing_multi link info supportJiri Olsa1-0/+9
2026-07-01selftests/hid: multitouch: test a large ContactCountMaximumTrung Nguyen1-0/+114
2026-07-01selftests/bpf: Verify no non-zeroed kernel heap memory exposureLeon Hwang2-0/+80
2026-07-01tools/bpf/bpftool: Reset vmlinux BTF after struct_ops commandsYichong Chen1-0/+4
2026-07-01tools/bpf/bpftool: Reset vmlinux BTF after map commandsYichong Chen1-3/+9
2026-07-01bpftool: Strip all -Wformat* flags from bootstrap libbpf buildAndrii Nakryiko1-1/+1
2026-07-01selftests/filesystems: test O_TMPFILE creation on idmapped mountsChristian Brauner3-0/+173
2026-07-01selftests/hid: Cover hid_bpf_get_data() size overflowYiyang Chen3-1/+27
2026-07-01selftests/hid: Load only requested struct_ops mapsYiyang Chen1-7/+18
2026-06-30selftests: drv-net: tso: don't touch dangerous feature bitsJakub Kicinski1-10/+6
2026-06-30perf tests: Include error output for skipped tests in JUnit XMLIan Rogers1-2/+8
2026-06-30perf tests: Speed up metrics checking shell testsIan Rogers2-2/+2
2026-06-30perf tests: Speed up lock contention analysis shell testIan Rogers1-13/+19
2026-06-30perf tests: Speed up off-cpu profiling testsIan Rogers1-7/+7
2026-06-30perf tests: Fix flakiness in branch stack sampling testsIan Rogers1-37/+62
2026-06-30perf tests: Fix flakiness in BPF counters test on hybrid systemsIan Rogers1-10/+18
2026-06-30perf tests: Fix flakiness in trace record and replay testIan Rogers2-5/+40
2026-06-30perf tests: Fix Python JIT dump profiling test failureIan Rogers1-21/+48
2026-06-30perf tests: Skip metrics validation if system-wide recording lacks permissionIan Rogers3-33/+60
2026-06-30perf tests: Add robust record retry helper and use subsecond workloadsIan Rogers5-127/+214
2026-06-30perf tests workloads: Support sub-second durations in noploop and thloopIan Rogers2-8/+25
2026-06-30perf test: Truncate test description to fit terminal widthIan Rogers1-74/+89
2026-06-30perf parse-events: Restrict core PMU bypass to --cputype optionIan Rogers11-43/+87
2026-06-30perf test: Update perf timechart testNamhyung Kim1-9/+15
2026-06-30perf timechart: Fix memory leaks in draw_wakeups()Namhyung Kim1-3/+3
2026-06-30perf timechart: Fix memory leaks during recordNamhyung Kim1-11/+20
2026-06-30perf timechart: Release event samples at the endNamhyung Kim1-0/+68
2026-06-30perf timechart: Remove unnecessary copy of backtraceNamhyung Kim1-7/+18