summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-04-22Merge tag 'ktest-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2026-04-22selftests/bpf: Fix uprobe_multi usage messageAlexis Lothoré (eBPF Foundation)
2026-04-22selftests/bpf: Ensure typedef are deduplicated in split BTFAntoine Tenart
2026-04-22libbpf: Fix deduplication of typedef with base definitionsAntoine Tenart
2026-04-22selftests/bpf: Page out as late as possible in file_readerJerome Marchand
2026-04-22selftests/bpf: Add tests for sleepable tracepoint programsMykyta Yatsenko
2026-04-22libbpf: Add section handlers for sleepable tracepointsMykyta Yatsenko
2026-04-22selftests/bpf: Verify bpf-tcp-cc rejects TCP_NODELAYKaFai Wan
2026-04-22selftests/bpf: Test TCP_NODELAY in TCP hdr opt callbacksKaFai Wan
2026-04-22Merge tag 'hyperv-next-signed-20260421' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-04-22tools/power turbostat: v2026.04.21Len Brown
2026-04-22tools/power turbostat: Process HT siblings in CPU orderLen Brown
2026-04-22tools/power turbostat: Show module_id columnLen Brown
2026-04-22tools/power turbostat: Print core_id and apic_id in hexLen Brown
2026-04-22tools/power turbostat: Cleanup print helper functionsArtem Bityutskiy
2026-04-22tools/power turbostat: Fix --cpu-set 1 regression on HT systemsLen Brown
2026-04-22tools/power turbostat: Fix --cpu-set 0 regression on HT systemsLen Brown
2026-04-22tools/power turbostat: Fix unrecognized option '-P'David Arcari
2026-04-21Merge tag 'probes-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2026-04-22selftests/ftrace: Add a testcase for multiple fprobe eventsMasami Hiramatsu (Google)
2026-04-22selftests/ftrace: Add a testcase for fprobe events on moduleMasami Hiramatsu (Google)
2026-04-21tools/power turbostat: Fix AMD RAPL regression on big systemsLen Brown
2026-04-21Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-21Merge branch 'for-7.1-fixes' into for-7.2Tejun Heo
2026-04-21tools/sched_ext: scx_qmap: Silence task_ctx lookup missTejun Heo
2026-04-21selftests: net: use ip commands instead of teamd in team rx_mode testStanislav Fomichev
2026-04-21selftests: net: add team_bridge_macvlan rx_mode testStanislav Fomichev
2026-04-20tools/sched_ext: Remove unused nr_cpus in scx_cpu0Cheng-Yang Chou
2026-04-20selftests/bpf: Fix up __u16 vlen assumptionsAlan Maguire
2026-04-20selftests/bpf: Fix up btf/invalid test for extended kindAlan Maguire
2026-04-20bpftool: Support 24-bit vlenAlan Maguire
2026-04-20libbpf: Adjust btf_vlen() to return a __u32Alan Maguire
2026-04-20bpf: Extend BTF UAPI vlen, kinds to use unused bitsAlan Maguire
2026-04-20Merge tag 'linux_kselftest-next-7.1-next-fixes' of git://git.kernel.org/pub/s...Linus Torvalds
2026-04-20KVM: selftests: Replace "paddr" with "gpa" throughoutSean Christopherson
2026-04-20KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"Sean Christopherson
2026-04-20KVM: selftests: Replace "u64 gpa" with "gpa_t" throughoutSean Christopherson
2026-04-20KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson
2026-04-20KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a gues...Sean Christopherson
2026-04-20KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()Sean Christopherson
2026-04-20KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()Sean Christopherson
2026-04-20KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()Sean Christopherson
2026-04-20KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack
2026-04-20KVM: selftests: Use s16 instead of int16_tDavid Matlack
2026-04-20KVM: selftests: Use u16 instead of uint16_tDavid Matlack
2026-04-20KVM: selftests: Use s32 instead of int32_tDavid Matlack
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack
2026-04-20KVM: selftests: Use s64 instead of int64_tDavid Matlack
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack