summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-1/+2
3 daysMerge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/...Linus Torvalds324-4400/+15622
3 daysMerge tag 'sched_ext-for-7.0-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-18/+96
4 daystools/sched_ext: fix getopt not re-parsed on restartDavid Carlier6-0/+6
4 daystools/sched_ext: scx_userland: fix data races on shared countersDavid Carlier1-13/+13
5 daysMerge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds13-29/+175
5 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds17-58/+140
6 daysMerge tag 'mm-nonmm-stable-2026-02-18-19-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2-14/+111
6 daysMerge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds21-2154/+3079
6 daysselftests/net: packetdrill: add ipv4-mapped-ipv6 testsEric Dumazet1-1/+10
6 daysselftests/bpf: Remove hexdump dependencyMatthieu Baerts (NGI0)1-1/+1
6 daysMerge tag 'kbuild-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
6 dayslibbpf: Remove extern declaration of bpf_stream_vprintk()Ihor Solodrai1-3/+0
6 daysselftests/bpf: Use vmlinux.h in test_xdp_metaIhor Solodrai1-6/+6
6 daysMerge tag 'turbostat-2026.02.14-AMD-RAPL-fix' of git://git.kernel.org/pub/scm...Linus Torvalds1-2/+1
6 daystools/sched_ext: scx_pair: fix stride == 0 crash on single-CPU systemsDavid Carlier1-1/+6
6 daystools/sched_ext: scx_central: fix CPU_SET and skeleton leak on early exitDavid Carlier1-1/+2
7 daystools/power turbostat: Fix AMD RAPL regressionLen Brown1-2/+1
7 daysselftests: tc_actions: don't dump 2MB of \0 to stdoutJakub Kicinski1-1/+1
7 daysbpftool: Fix truncated netlink dumpsJakub Kicinski2-2/+7
7 daysMerge tag 'turbostat-2026.02.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-539/+936
7 dayslibbpf: Delay feature gate check until object prepare timeEmil Tsalapatis1-7/+13
7 dayslibbpf: Do not use PROG_TYPE_TRACEPOINT program for feature gatingEmil Tsalapatis1-2/+3
7 daysMerge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+0
8 daysselftests: forwarding: fix pedit tests failure with br_netfilter enabledAleksei Oladko2-0/+16
8 daysselftests: forwarding: vxlan_bridge_1d_ipv6: fix test failure with br_netfilt...Aleksei Oladko1-1/+1
8 daysselftests: forwarding: vxlan_bridge_1d: fix test failure with br_netfilter en...Aleksei Oladko1-10/+16
8 daysselftests: forwarding: bridge_mdb_max: add tests for mdb_n_entries warningNikolay Aleksandrov1-2/+88
8 daysselftests: drv-net: add HDS payload sweep test for devmem TCPBobby Eshleman2-2/+28
8 daystools/sched_ext: scx_userland: fix stale data on restartDavid Carlier1-0/+8
8 daystools/sched_ext: scx_flatcg: fix potential stack overflow from VLA in fcg_rea...David Carlier1-4/+9
9 daysMerge tag 'docs-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/...Linus Torvalds1-0/+1
10 daysMerge tag 'loongarch-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds1-1/+1
10 daysMerge tag 'memblock-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
11 daysMerge tag 'bootconfig-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-2/+53
11 daysMerge tag 'platform-drivers-x86-v7.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-4/+47
11 daysselftests/bpf: enable fsession_test on riscv64Menglong Dong2-2/+2
11 daysselftests/bpf: Fix map_kptr grace period waitKumar Kartikeya Dwivedi4-35/+39
11 daysselftests/bpf: Adjust selftest due to function renameIhor Solodrai2-4/+4
11 dayslibbpf: Fix invalid write loop logic in bpf_linker__add_buf()Amery Hung1-1/+1
11 dayslibbpf: Add gating for arena globals relocation featureEmil Tsalapatis3-2/+71
11 daysselftests: netconsole: Increase port listening timeoutPin-yen Lin1-2/+2
11 daystools/power turbostat: version 2026.02.14Len Brown1-36/+21
11 daystools/power turbostat: Fix and document --header_iterationsLen Brown2-12/+12
11 daystools/power turbostat: Use strtoul() for iteration parsingKaushlendra Kumar1-6/+8
11 daystools/power turbostat: Favor cpu# over core#Len Brown1-54/+69
11 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds41-626/+2207
11 daysselftests/sched_ext: Fix rt_stall flaky failureIhor Solodrai1-0/+49
12 daystools/power turbostat: Expunge logical_cpu_idLen Brown1-4/+4
12 daystools/power turbostat: Enhance HT enumerationLen Brown1-15/+19