summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-01-02cxl/pci: Add CXL Type 1/2 support to cxl_dvsec_rr_decode()Alejandro Lucero
2024-12-30selftests/memfd: add test for mapping write-sealed memfd read-onlyLorenzo Stoakes
2024-12-30selftests/bpf: fix veristat comp mode with new statsMahe Tardy
2024-12-30selftests/bpf: Add testcases for BPF_MULMatan Shachnai
2024-12-30libbpf: Set MFD_NOEXEC_SEAL when creating memfdDaniel Xu
2024-12-30KVM: riscv: selftests: Add Svvptc/Zabha/Ziccrse exts to get-reg-list testQuan Zhou
2024-12-30KVM: riscv: selftests: Add SBI SUSP to get-reg-list testAndrew Jones
2024-12-29Merge tag 'objtool-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-12-29objtool: Add bch2_trans_unlocked_error() to bcachefs noreturnschenchangcheng
2024-12-27Merge tag 'trace-tools-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-12-27verification/dot2k: Implement event type detectionGabriele Monaco
2024-12-27verification/dot2k: Auto patch current kernel sourceGabriele Monaco
2024-12-27verification/dot2k: Simplify manual steps in monitor creationGabriele Monaco
2024-12-27verification/dot2k: Add support for name and description optionsGabriele Monaco
2024-12-27verification/dot2k: More robust template variablesGabriele Monaco
2024-12-27Merge tag 'hardening-v6.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-12-27verification/dot2k: Unify main.c templatesGabriele Monaco
2024-12-27verification/dot2k: Fix template directory detectionGabriele Monaco
2024-12-27rtla/timerlat: Fix histogram ALL for zero samplesTomas Glozar
2024-12-27pm: cpupower: Add header changes for cpufreq.h to SWIG bindingsJohn B. Wyatt IV
2024-12-26Merge tag 'sound-6.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-12-26selftests/ftrace: Add a test case for repeating register/unregister fprobeMasami Hiramatsu (Google)
2024-12-26selftests: ftrace: Remove obsolate maxactive syntax checkMasami Hiramatsu (Google)
2024-12-26perf stat: Document and clarify outstate membersJames Clark
2024-12-26perf stat: Document and simplify interval timestampsJames Clark
2024-12-26perf stat: Remove empty new_line_metric functionJames Clark
2024-12-26perf stat: Also hide metric-units from JSON when event didn't runJames Clark
2024-12-26perf stat: Fix trailing comma when there is no metric unitJames Clark
2024-12-26perf docs: Add documentation for --force-btf optionHoward Chu
2024-12-26perf trace: Add tests for BTF general augmentationHoward Chu
2024-12-24sched_ext: Fix dsq_local_on selftestTejun Heo
2024-12-23vsock/test: Add test for MSG_ZEROCOPY completion memory leakMichal Luczaj
2024-12-23vsock/test: Add test for sk_error_queue memory leakMichal Luczaj
2024-12-23vsock/test: Add test for accept_queue memory leakMichal Luczaj
2024-12-23vsock/test: Adapt send_byte()/recv_byte() to handle MSG_ZEROCOPYMichal Luczaj
2024-12-23vsock/test: Add README blurb about kmemleak usageMichal Luczaj
2024-12-23vsock/test: Introduce option to select testsMichal Luczaj
2024-12-23vsock/test: Use NSEC_PER_SECMichal Luczaj
2024-12-23selftests: drv-net: assume stats refresh is 0 if no ethtool -c supportJakub Kicinski
2024-12-23perf path: Remove unused is_executable_file()Dr. David Alan Gilbert
2024-12-23perf values: Use evsel rather than evsel->idxIan Rogers
2024-12-23perf stream: Use evsel rather than evsel->idxIan Rogers
2024-12-23perf jevents: Provide better path information for broken JSONIan Rogers
2024-12-23perf lock contention: Handle slab objects in -L/--lock-filter optionNamhyung Kim
2024-12-23perf lock contention: Resolve slab object name using BPFNamhyung Kim
2024-12-23perf lock contention: Run BPF slab cache iteratorNamhyung Kim
2024-12-22selftests: add pidfd bind-mount testsChristian Brauner
2024-12-21Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...Linus Torvalds
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-12-20selftests/bpf: Test bpf_skb_change_tail() in TC ingressCong Wang