summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-03-05tools headers: Update the syscall tables and unistd.h, to support the new 'rs...Arnaldo Carvalho de Melo11-469/+406
2026-03-05perf disasm: Fix off-by-one bug in outside checkPeter Collingbourne1-1/+1
2026-03-05tools arch x86: Sync msr-index.h to pick MSR_{OMR_[0-3],CORE_PERF_GLOBAL_STAT...Arnaldo Carvalho de Melo1-0/+6
2026-03-05Merge tag 'net-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds15-55/+624
2026-03-05selftests/tc-testing: Add tests exercising act_ife metalist replace behaviourVictor Nogueira1-0/+99
2026-03-05selftests: net: add test for IPv4 route with loopback IPv6 nexthopJiayuan Chen1-0/+11
2026-03-05selftests: net: tun: don't abort XFAIL casesSun Jian1-6/+6
2026-03-05selftests/harness: order TEST_F and XFAIL_ADD constructorsSun Jian1-2/+5
2026-03-05selftests: mptcp: join: check removing signal+subflow endpMatthieu Baerts (NGI0)1-0/+13
2026-03-05selftests: mptcp: join: check RM_ADDR not sent over same subflowMatthieu Baerts (NGI0)1-0/+36
2026-03-05selftests: mptcp: more stable simult_flows testsPaolo Abeni1-4/+7
2026-03-05Merge tag 'vfs-7.0-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+15
2026-03-05sched_ext/selftests: Fix format specifier and buffer length in file_write_long()Cheng-Yang Chou1-2/+2
2026-03-04tools/testing: fix testing/vma and testing/radix-tree buildMike Rapoport (Microsoft)3-0/+32
2026-03-04tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-2/+6
2026-03-04tools headers x86 cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo1-1/+3
2026-03-04tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+23
2026-03-04tools headers: Update the linux/gfp_types.h copy with the kernel sourcesArnaldo Carvalho de Melo1-2/+7
2026-03-04perf beauty: Update the linux/perf_event.h copy with the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2026-03-04perf beauty: Update the arch/x86/include/asm/irq_vectors.h copy with the kern...Arnaldo Carvalho de Melo1-0/+1
2026-03-04perf beauty: Sync UAPI linux/fs.h with kernel sourcesArnaldo Carvalho de Melo1-0/+1
2026-03-04perf beauty: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo1-2/+11
2026-03-04tools build: Fix rust cross compilationDmitrii Dolgov3-1/+28
2026-03-04perf build: Prevent "argument list too long" errorMarkus Mayer1-1/+2
2026-03-04tools build: Make in-target rule robust against too long argument errorChangqing Li1-2/+4
2026-03-04tools headers: Sync uapi/linux/prctl.h with the kernel sourceArnaldo Carvalho de Melo1-0/+37
2026-03-04selftests: tc-testing: fix list_categories() crash on list typeNaveen Anandhan1-3/+7
2026-03-04Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-110/+114
2026-03-04Merge tag 'sched_ext-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds11-14/+79
2026-03-03cpupower: Add intel_pstate turbo boost support for Intel platformsZhang Rui3-4/+48
2026-03-03cpupower: Add support for setting EPP via systemd serviceJan Kiszka2-0/+11
2026-03-03selftests/bpf: add test for xdp_bonding xmit_hash_policy compatJiayuan Chen1-0/+58
2026-03-03selftests/sched_ext: Fix peek_dsq.bpf.c compile error for clang 17Zhao Mengmeng1-2/+2
2026-03-03selftests/sched_ext: Add -fms-extensions to bpf build flagsZhao Mengmeng1-0/+2
2026-03-03tools/sched_ext: Add -fms-extensions to bpf build flagsZhao Mengmeng1-0/+2
2026-03-03selftests/net: packetdrill: restore tcp_rcv_big_endseq.pktSimon Baatz1-0/+44
2026-03-03kbuild: Leave objtool binary around with 'make clean'Nathan Chancellor1-3/+5
2026-03-02kunit: tool: copy caller args in run_kernel to prevent mutationShuvam Pandey2-2/+30
2026-03-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds53-166/+846
2026-02-28cpupower: fix swapped power/energy unit labelsKaushlendra Kumar1-2/+2
2026-02-28selftests/net: packetdrill: remove tests for tcp_rcv_*bigJakub Kicinski2-77/+0
2026-02-28selftests/tc-testing: Create tests to exercise act_ct binding restrictionsVictor Nogueira1-0/+159
2026-02-28selftests: netfilter: nft_queue.sh: avoid flakes on debug kernelsFlorian Westphal2-6/+17
2026-02-28selftests/bpf: Avoid simplification of crafted bounds testPaul Chaignon1-1/+1
2026-02-28selftests/bpf: Test refinement of single-value tnumPaul Chaignon1-0/+137
2026-02-28selftests/bpf: Add tests for special fields racesKumar Kartikeya Dwivedi2-0/+415
2026-02-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+76
2026-02-28selftests: fix mntns iteration selftestsChristian Brauner1-10/+15
2026-02-27tools/sched_ext: fix strtoul() misuse in scx_hotplug_seq()David Carlier1-2/+5
2026-02-27selftests: net: Add bridge VLAN range grouping testsDanielle Ratson2-0/+205