summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2026-02-24selftests: hid: tests: test_wacom_generic: add tests for display devices and ...Alex Tran-13/+21
2026-02-23selftests/bpf: Replace strcpy() calls with strscpy()Ihor Solodrai-7/+8
2026-02-23selftests/bpf: Add simple strscpy() implementationIhor Solodrai-14/+37
2026-02-23selftests/bpf: Update task local data licenseAmery Hung-2/+2
2026-02-23selftests/bpf: Enable test for instruction array on arm64Abhishek Dubey-1/+1
2026-02-23selftests/bpf: Add test case for rbtree nodes that contain both bpf_refcount ...Kaitao Cheng-0/+123
2026-02-23selftests/bpf: Add supplementary tests for bpf_kptr_xchgKaitao Cheng-0/+177
2026-02-23selftests/net: add test for IP-in-IPv6 tunnelingLinus Heckemann-0/+45
2026-02-23cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueueWaiman Long-1/+10
2026-02-23kselftest/cgroup: Simplify test_cpuset_prs.sh by removing "S+" commandWaiman Long-109/+104
2026-02-23selftests/sched_ext: Add test to validate ops.dequeue() semanticsAndrea Righi-0/+664
2026-02-23sched_ext: Fix ops.dequeue() semanticsAndrea Righi-0/+4
2026-02-23selftests/sched_ext: Remove duplicated unistd.h include in rt_stall.cCheng-Yang Chou-1/+0
2026-02-23tools/sched_ext: scx_sdt: Remove unused '-f' optionCheng-Yang Chou-1/+1
2026-02-23tools/sched_ext: scx_central: Remove unused '-p' optionCheng-Yang Chou-1/+1
2026-02-23selftests/sched_ext: Fix unused-result warning for read()Cheng-Yang Chou-1/+2
2026-02-23selftests/sched_ext: Abort test loop on signalCheng-Yang Chou-0/+3
2026-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 7.0-rc1Alexei Starovoitov-4419/+15720
2026-02-22Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds-1/+2
2026-02-21Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/...Linus Torvalds-4400/+15622
2026-02-21Merge tag 'sched_ext-for-7.0-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-18/+96
2026-02-20tools/sched_ext: fix getopt not re-parsed on restartDavid Carlier-0/+6
2026-02-20tools/sched_ext: scx_userland: fix data races on shared countersDavid Carlier-13/+13
2026-02-20selftests: drv-net: rss_ctx: test RSS contexts persist after ifdown/upPavan Chebbi-2/+98
2026-02-19selftests/bpf: align build_id test mapping to 64K page sizeGregory Bell-2/+2
2026-02-19selftests/bpf: fix flaky build_id testGregory Bell-3/+16
2026-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 7.0-rc1Alexei Starovoitov-2805/+4546
2026-02-19Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-29/+175
2026-02-19Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-58/+140
2026-02-18Merge tag 'mm-nonmm-stable-2026-02-18-19-56' of git://git.kernel.org/pub/scm/...Linus Torvalds-14/+111
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2154/+3079
2026-02-18selftests/net: packetdrill: add ipv4-mapped-ipv6 testsEric Dumazet-1/+10
2026-02-18selftests/bpf: Remove hexdump dependencyMatthieu Baerts (NGI0)-1/+1
2026-02-18Merge tag 'kbuild-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+2
2026-02-18libbpf: Remove extern declaration of bpf_stream_vprintk()Ihor Solodrai-3/+0
2026-02-18selftests/bpf: Use vmlinux.h in test_xdp_metaIhor Solodrai-6/+6
2026-02-18Merge tag 'turbostat-2026.02.14-AMD-RAPL-fix' of git://git.kernel.org/pub/scm...Linus Torvalds-2/+1
2026-02-18tools/sched_ext: scx_pair: fix stride == 0 crash on single-CPU systemsDavid Carlier-1/+6
2026-02-18tools/sched_ext: scx_central: fix CPU_SET and skeleton leak on early exitDavid Carlier-1/+2
2026-02-17tools/power turbostat: Fix AMD RAPL regressionLen Brown-2/+1
2026-02-17selftests: tc_actions: don't dump 2MB of \0 to stdoutJakub Kicinski-1/+1
2026-02-17bpftool: Fix truncated netlink dumpsJakub Kicinski-2/+7
2026-02-17Merge tag 'turbostat-2026.02.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-539/+936
2026-02-17libbpf: Delay feature gate check until object prepare timeEmil Tsalapatis-7/+13
2026-02-17libbpf: Do not use PROG_TYPE_TRACEPOINT program for feature gatingEmil Tsalapatis-2/+3
2026-02-17Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+0
2026-02-17selftests: forwarding: fix pedit tests failure with br_netfilter enabledAleksei Oladko-0/+16
2026-02-17selftests: forwarding: vxlan_bridge_1d_ipv6: fix test failure with br_netfilt...Aleksei Oladko-1/+1
2026-02-17selftests: forwarding: vxlan_bridge_1d: fix test failure with br_netfilter en...Aleksei Oladko-10/+16
2026-02-17selftests: forwarding: bridge_mdb_max: add tests for mdb_n_entries warningNikolay Aleksandrov-2/+88