summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-12-30selftests/bpf: Add testcases for BPF_MULMatan Shachnai-0/+134
2024-12-30libbpf: Set MFD_NOEXEC_SEAL when creating memfdDaniel Xu-1/+13
2024-12-30KVM: riscv: selftests: Add Svvptc/Zabha/Ziccrse exts to get-reg-list testQuan Zhou-0/+12
2024-12-30KVM: riscv: selftests: Add SBI SUSP to get-reg-list testAndrew Jones-1/+5
2024-12-29Merge tag 'objtool-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2024-12-29objtool: Add bch2_trans_unlocked_error() to bcachefs noreturnschenchangcheng-0/+1
2024-12-27Merge tag 'trace-tools-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-81/+96
2024-12-27verification/dot2k: Implement event type detectionGabriele Monaco-2/+41
2024-12-27verification/dot2k: Auto patch current kernel sourceGabriele Monaco-15/+82
2024-12-27verification/dot2k: Simplify manual steps in monitor creationGabriele Monaco-5/+110
2024-12-27verification/dot2k: Add support for name and description optionsGabriele Monaco-14/+12
2024-12-27verification/dot2k: More robust template variablesGabriele Monaco-32/+32
2024-12-27Merge tag 'hardening-v6.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+11
2024-12-27verification/dot2k: Unify main.c templatesGabriele Monaco-184/+7
2024-12-27verification/dot2k: Fix template directory detectionGabriele Monaco-8/+8
2024-12-27rtla/timerlat: Fix histogram ALL for zero samplesTomas Glozar-81/+96
2024-12-27pm: cpupower: Add header changes for cpufreq.h to SWIG bindingsJohn B. Wyatt IV-0/+3
2024-12-26Merge tag 'sound-6.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-1/+1
2024-12-26selftests/ftrace: Add a test case for repeating register/unregister fprobeMasami Hiramatsu (Google)-0/+19
2024-12-26selftests: ftrace: Remove obsolate maxactive syntax checkMasami Hiramatsu (Google)-3/+1
2024-12-26perf stat: Document and clarify outstate membersJames Clark-7/+21
2024-12-26perf stat: Document and simplify interval timestampsJames Clark-24/+25
2024-12-26perf stat: Remove empty new_line_metric functionJames Clark-11/+7
2024-12-26perf stat: Also hide metric-units from JSON when event didn't runJames Clark-2/+3
2024-12-26perf stat: Fix trailing comma when there is no metric unitJames Clark-87/+104
2024-12-26perf docs: Add documentation for --force-btf optionHoward Chu-0/+5
2024-12-26perf trace: Add tests for BTF general augmentationHoward Chu-0/+93
2024-12-24sched_ext: Fix dsq_local_on selftestTejun Heo-3/+7
2024-12-23vsock/test: Add test for MSG_ZEROCOPY completion memory leakMichal Luczaj-0/+152
2024-12-23vsock/test: Add test for sk_error_queue memory leakMichal Luczaj-0/+45
2024-12-23vsock/test: Add test for accept_queue memory leakMichal Luczaj-0/+52
2024-12-23vsock/test: Adapt send_byte()/recv_byte() to handle MSG_ZEROCOPYMichal Luczaj-2/+2
2024-12-23vsock/test: Add README blurb about kmemleak usageMichal Luczaj-0/+15
2024-12-23vsock/test: Introduce option to select testsMichal Luczaj-2/+40
2024-12-23vsock/test: Use NSEC_PER_SECMichal Luczaj-2/+3
2024-12-23selftests: drv-net: assume stats refresh is 0 if no ethtool -c supportJakub Kicinski-4/+11
2024-12-23perf path: Remove unused is_executable_file()Dr. David Alan Gilbert-13/+0
2024-12-23perf values: Use evsel rather than evsel->idxIan Rogers-68/+51
2024-12-23perf stream: Use evsel rather than evsel->idxIan Rogers-11/+10
2024-12-23perf jevents: Provide better path information for broken JSONIan Rogers-2/+9
2024-12-23perf lock contention: Handle slab objects in -L/--lock-filter optionNamhyung Kim-3/+95
2024-12-23perf lock contention: Resolve slab object name using BPFNamhyung Kim-2/+76
2024-12-23perf lock contention: Run BPF slab cache iteratorNamhyung Kim-0/+118
2024-12-22selftests: add pidfd bind-mount testsChristian Brauner-1/+190
2024-12-21Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...Linus Torvalds-2/+12
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-384/+660
2024-12-20selftests/bpf: Test bpf_skb_change_tail() in TC ingressCong Wang-0/+168
2024-12-20selftests/bpf: Introduce socket_helpers.h for TC testsCong Wang-384/+395
2024-12-20selftests/bpf: Add a BPF selftest for bpf_skb_change_tail()Cong Wang-0/+91
2024-12-20selftests: net: Add a VLAN bridge binding selftestPetr Machata-0/+257