summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-06-29selftests/cgroup: Adjust cpu test duration based on HZJoe Simmons-Talbott2-6/+38
2026-06-29selftests/filesystems/overlayfs: test idmapped overlay mountsChristian Brauner3-0/+504
2026-06-29selftests/filesystems/overlayfs: fix set_layers_via_fds link errorChristian Brauner1-8/+8
2026-06-29selftests/filesystems: add ustat() coverageChristian Brauner3-1/+137
2026-06-29selftests/bpf: Add test for bpf_sock_read_xattr() kfuncChristian Brauner3-0/+124
2026-06-29selftests: proc: include fcntl.h in proc-pidnsAmin Vakil1-0/+1
2026-06-26tools/sched_ext: fix getopt() option variable signednessLiang Luo4-4/+4
2026-06-26Merge tag 'loongarch-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds4-0/+26
2026-06-25selftests/bpf: Add kfunc set test to resolve_btfidsIhor Solodrai2-7/+82
2026-06-25selftests/bpf: Fix resolve_btfids test reads of BTF ID sets in PIE buildsIhor Solodrai1-5/+24
2026-06-25selftests/bpf: Modernize resolve_btfids test scaffoldingIhor Solodrai1-39/+20
2026-06-25tools/bpf: Sync btf_ids.h to toolsIhor Solodrai1-5/+73
2026-06-25selftests/bpf: Cover pseudo-BTF ksym log maskingNuoqi Gui1-0/+19
2026-06-25libbpf: fix -Wformat warnings from format/argument type mismatchesAndrii Nakryiko9-86/+89
2026-06-25selftests/bpf: Cover stack reads from zero spillsWoojin Ji2-0/+136
2026-06-25selftests/bpf: Cover refcount acquire node offsetsYiyang Chen1-0/+34
2026-06-25selftests/bpf: test rejection of a packet-modifying SK_SKB stream parserSechang Lim2-0/+38
2026-06-25selftests/bpf: don't modify the skb in the strparser parser progSechang Lim1-22/+0
2026-06-25selftests/bpf: Add tests for bpf_redirect_peer with BPF_F_EGRESSJordan Rife2-0/+90
2026-06-25bpf: Support BPF_F_EGRESS with bpf_redirect_peerJordan Rife1-8/+11
2026-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds8-11/+179
2026-06-25Merge tag 'trace-tools-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-10/+5
2026-06-25Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds21-135/+755
2026-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-0/+122
2026-06-25selftests: bonding: add a test for VLAN propagation over a bonded real deviceJakub Kicinski2-0/+181
2026-06-25Merge tag 'docs-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/...Linus Torvalds1-0/+4
2026-06-25selftests: tls: size splice_short pipe by page sizeNirmoy Das1-1/+7
2026-06-25selftests/bpf: Test jited inline of bpf_get_smp_processor_id() for LoongArchTiezhu Yang1-0/+11
2026-06-25selftests/bpf: Test jited inline of bpf_get_current_task() for LoongArchTiezhu Yang1-0/+2
2026-06-25selftests/bpf: Add __arch_loongarch to limit test cases for LoongArchTiezhu Yang2-0/+6
2026-06-25selftests/bpf: Add get_preempt_count() support for LoongArchTiezhu Yang1-0/+7
2026-06-24Merge tag 'nf-26-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2-30/+125
2026-06-24tools/ynl: add missing uapi header deps in Makefile.depsThorsten Leemhuis1-0/+2
2026-06-24tools: ynl: build archives with $(AR)Greg Thelen3-3/+3
2026-06-24sched_ext/scx_flatcg: Fix cvtime_delta race and add hweight scaling to bypass...Wanwu Li1-2/+3
2026-06-24sched_ext: Remove deprecated scx_bpf_cpu_rq()Christian Loehle2-20/+2
2026-06-24cgroup/cpuset: Avoid unnecessary cpus & mems update in cpuset_hotplug_update_...Waiman Long1-2/+9
2026-06-24tools/cgroup: iocost_monitor: parse help before importing drgnYousef Alhouseen1-5/+5
2026-06-24tools/workqueue: parse help before importing drgnYousef Alhouseen2-8/+8
2026-06-24Merge tag 'kvm-x86-selftests_l2_stacks-7.3' of https://github.com/kvm-x86/lin...Paolo Bonzini40-215/+323
2026-06-24Merge tag 'kvm-s390-next-7.2-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini3-0/+122
2026-06-24KVM: s390: selftests: Fix cmma selftestClaudio Imbrenda1-0/+6
2026-06-24KVM: s390: selftests: Extended user_operexec testsEric Farman2-0/+116
2026-06-23selftests/bpf: Add LWT encap tests for skb metadataJakub Sitnicki3-52/+249
2026-06-23kdoc: xforms: ignore special static/inline macrosRandy Dunlap1-0/+2
2026-06-23selftests/xsk: restore shared_umem after POLL_TXQ_FULLTushar Vyavahare1-2/+17
2026-06-23selftests/xsk: fix timeout thread harness sequencingTushar Vyavahare2-16/+18
2026-06-23selftests/xsk: make poll timeout mode explicitTushar Vyavahare2-24/+21
2026-06-23kdoc: xforms_lists: handle DECLARE_PER_CPU() in kernel-docRandy Dunlap1-0/+1
2026-06-23Merge tag 'sched_ext-for-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3