aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-10-29tools/nolibc/stdio: let perror work when NOLIBC_IGNORE_ERRNO is setBenjamin Berg1-0/+4
2025-10-29tools/nolibc: remove outdated comment about __sysret() in mmap()Thomas Weißschuh1-5/+0
2025-10-29sched_ext: Allow scx_bpf_reenqueue_local() to be called from anywhereTejun Heo3-11/+51
2025-10-29perf: Support deferred user unwindPeter Zijlstra1-1/+20
2025-10-29tools/dma: move dma_map_benchmark from selftests to tools/dmaQinxin Xia6-14/+65
2025-10-28perf test workload: Add thread count argument to thloopIan Rogers1-7/+38
2025-10-28tools: ynl: rework the string representation of NlErrorJakub Kicinski1-1/+10
2025-10-28tools: ynl: fix indent issues in the main Python libJakub Kicinski1-14/+14
2025-10-28docs: move find-unused-docs.sh to tools/docsJonathan Corbet1-0/+62
2025-10-28docs: move test_doc_build.py to tools/docsJonathan Corbet1-0/+513
2025-10-28docs: move get_abi.py to tools/docsJonathan Corbet1-0/+214
2025-10-28docs: move scripts/documentation-file-ref-check to tools/docsJonathan Corbet2-1/+246
2025-10-28docs: move checktransupdate.py to tools/docsJonathan Corbet1-0/+307
2025-10-28docs: Move the "features" tools to tools/docsJonathan Corbet3-0/+750
2025-10-28vfio: selftests: add end of address space DMA map/unmap testsAlex Mastro1-0/+90
2025-10-28vfio: selftests: update DMA map/unmap helpers to support more test kindsAlex Mastro3-28/+108
2025-10-28libbpf: Fix the incorrect reference to the memlock_rlim variable in the comment.Jianyun Gao1-1/+1
2025-10-28libbpf: Optimize the redundant code in the bpf_object__init_user_btf_maps() f...Jianyun Gao1-1/+1
2025-10-28bpftool: Fix missing closing parethesis for BTF_KIND_UNKNZhang Chujun1-1/+1
2025-10-28selftests: tty: add tty_tiocsti_test to .gitignoreGopi Krishna Menon1-0/+1
2025-10-27selftests/bpf/benchs: Add overwrite mode benchmark for BPF ring bufferXu Kuohai3-6/+74
2025-10-27selftests/bpf: Add overwrite mode test for BPF ring bufferXu Kuohai3-1/+165
2025-10-27bpf: Add overwrite mode for BPF ring bufferXu Kuohai1-0/+4
2025-10-27tools: ynl: avoid print_field when there is no replyHangbin Liu1-0/+3
2025-10-27selftests: bridge_mdb: Add a test for MDB flush on snooping disablePetr Machata1-2/+98
2025-10-27tools: ynl: fix string attribute length to include null terminatorPetr Oros1-2/+2
2025-10-27selftests: tls: add tls record_size_limit testWilfred Mallawa1-0/+141
2025-10-27perf hwmon_pmu: Fix uninitialized variable warningMichal Suchanek1-2/+1
2025-10-27selftests/bpf: add file dynptr testsMykyta Yatsenko3-0/+310
2025-10-27bpf: widen dynptr size/offset to 64 bitMykyta Yatsenko3-16/+16
2025-10-27selftests/bpf: remove unnecessary kfunc prototypesMykyta Yatsenko2-10/+0
2025-10-27tools/nolibc: x86: fix section mismatch caused by asm "mem*" functionsWilly Tarreau1-2/+4
2025-10-27Merge 6.18-rc3 into tty-nextGreg Kroah-Hartman6-63/+88
2025-10-26Merge tag 'objtool_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+3
2025-10-25perf auxtrace: Add auxtrace_synth_id_range_start() helpertanze7-17/+22
2025-10-25perf stat: Add/fix bperf cgroup max events workaroundsIan Rogers4-34/+91
2025-10-24selftest: net: prevent use of uninitialized variableAlessandro Zanni1-0/+1
2025-10-24sched_ext: Add ___compat suffix to scx_bpf_dsq_insert___v2 in compat.bpf.hTejun Heo1-3/+5
2025-10-24tools/power turbostat: Remove dead codeLen Brown1-7/+0
2025-10-24tools/power turbostat: Refactor floating point printout codeLen Brown1-32/+28
2025-10-24tools/power turbostat.8: Update exampleLen Brown1-11/+10
2025-10-24tools/power turbostat: Refactor added-counter value printing codeLen Brown1-96/+57
2025-10-24tools/power turbostat: Refactor added column header printingLen Brown1-101/+36
2025-10-24tools/power turbostat: Add Wildcat Lake and Nova Lake supportLen Brown1-1/+4
2025-10-24tools/power turbostat: Regression fix Uncore MHz printed in hexLen Brown1-6/+6
2025-10-23perf cs-etm: Mute enumeration value warningLeo Yan1-33/+11
2025-10-23tools: arm64: Add Cortex-A720AE definitionsKuninori Morimoto2-0/+3
2025-10-23perf annotate: Fix Clang build by adding block in switch caseJames Clark1-1/+2
2025-10-23libbpf: Fix powerpc's stack register definition in bpf_tracing.hAndrii Nakryiko1-1/+1
2025-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-225/+633