summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-10-29selftests/bpf: Add tc helpersAlexis Lothoré (eBPF Foundation)-93/+74
2025-10-29tools/docs/sphinx-build-wrapper: Emit $SPHINXOPTS later in args listAkira Yokosawa-1/+1
2025-10-29tools/nolibc: add uio.h with readv and writevBenjamin Berg-0/+60
2025-10-29tools/nolibc: add option to disable runtimeBenjamin Berg-1/+36
2025-10-29tools/nolibc: use __fallthrough__ rather than fallthroughBenjamin Berg-2/+2
2025-10-29tools/nolibc: implement %m if errno is not definedBenjamin Berg-2/+4
2025-10-29tools/nolibc/dirent: avoid errno in readdir_rBenjamin Berg-3/+3
2025-10-29tools/nolibc/stdio: let perror work when NOLIBC_IGNORE_ERRNO is setBenjamin Berg-0/+4
2025-10-29tools/nolibc: remove outdated comment about __sysret() in mmap()Thomas Weißschuh-5/+0
2025-10-29sched_ext: Allow scx_bpf_reenqueue_local() to be called from anywhereTejun Heo-11/+51
2025-10-29perf: Support deferred user unwindPeter Zijlstra-1/+20
2025-10-29tools/dma: move dma_map_benchmark from selftests to tools/dmaQinxin Xia-14/+65
2025-10-28perf test workload: Add thread count argument to thloopIan Rogers-7/+38
2025-10-28tools: ynl: rework the string representation of NlErrorJakub Kicinski-1/+10
2025-10-28tools: ynl: fix indent issues in the main Python libJakub Kicinski-14/+14
2025-10-28docs: move find-unused-docs.sh to tools/docsJonathan Corbet-0/+62
2025-10-28docs: move test_doc_build.py to tools/docsJonathan Corbet-0/+513
2025-10-28docs: move get_abi.py to tools/docsJonathan Corbet-0/+214
2025-10-28docs: move scripts/documentation-file-ref-check to tools/docsJonathan Corbet-1/+246
2025-10-28docs: move checktransupdate.py to tools/docsJonathan Corbet-0/+307
2025-10-28docs: Move the "features" tools to tools/docsJonathan Corbet-0/+750
2025-10-28vfio: selftests: add end of address space DMA map/unmap testsAlex Mastro-0/+90
2025-10-28vfio: selftests: update DMA map/unmap helpers to support more test kindsAlex Mastro-28/+108
2025-10-28libbpf: Fix the incorrect reference to the memlock_rlim variable in the comment.Jianyun Gao-1/+1
2025-10-28libbpf: Optimize the redundant code in the bpf_object__init_user_btf_maps() f...Jianyun Gao-1/+1
2025-10-28bpftool: Fix missing closing parethesis for BTF_KIND_UNKNZhang Chujun-1/+1
2025-10-28selftests: tty: add tty_tiocsti_test to .gitignoreGopi Krishna Menon-0/+1
2025-10-27selftests/bpf/benchs: Add overwrite mode benchmark for BPF ring bufferXu Kuohai-6/+74
2025-10-27selftests/bpf: Add overwrite mode test for BPF ring bufferXu Kuohai-1/+165
2025-10-27bpf: Add overwrite mode for BPF ring bufferXu Kuohai-0/+4
2025-10-27tools: ynl: avoid print_field when there is no replyHangbin Liu-0/+3
2025-10-27selftests: bridge_mdb: Add a test for MDB flush on snooping disablePetr Machata-2/+98
2025-10-27tools: ynl: fix string attribute length to include null terminatorPetr Oros-2/+2
2025-10-27selftests: tls: add tls record_size_limit testWilfred Mallawa-0/+141
2025-10-27perf hwmon_pmu: Fix uninitialized variable warningMichal Suchanek-2/+1
2025-10-27selftests/bpf: add file dynptr testsMykyta Yatsenko-0/+310
2025-10-27bpf: widen dynptr size/offset to 64 bitMykyta Yatsenko-16/+16
2025-10-27selftests/bpf: remove unnecessary kfunc prototypesMykyta Yatsenko-10/+0
2025-10-27tools/nolibc: x86: fix section mismatch caused by asm "mem*" functionsWilly Tarreau-2/+4
2025-10-27Merge 6.18-rc3 into tty-nextGreg Kroah-Hartman-63/+88
2025-10-26Merge tag 'objtool_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-2/+3
2025-10-25perf auxtrace: Add auxtrace_synth_id_range_start() helpertanze-17/+22
2025-10-25perf stat: Add/fix bperf cgroup max events workaroundsIan Rogers-34/+91
2025-10-24selftest: net: prevent use of uninitialized variableAlessandro Zanni-0/+1
2025-10-24sched_ext: Add ___compat suffix to scx_bpf_dsq_insert___v2 in compat.bpf.hTejun Heo-3/+5
2025-10-24tools/power turbostat: Remove dead codeLen Brown-7/+0
2025-10-24tools/power turbostat: Refactor floating point printout codeLen Brown-32/+28
2025-10-24tools/power turbostat.8: Update exampleLen Brown-11/+10
2025-10-24tools/power turbostat: Refactor added-counter value printing codeLen Brown-96/+57
2025-10-24tools/power turbostat: Refactor added column header printingLen Brown-101/+36