summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1865/+12155
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds-2207/+9852
2026-04-14Merge tag 'linux_kselftest-next-7.1-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-80/+238
2026-04-14Merge tag 'linux_kselftest-kunit-7.1-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-17/+98
2026-04-14Merge tag 'modules-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-25/+45
2026-04-14Merge tag 'nolibc-20260412-for-7.1-1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-757/+1453
2026-04-14Merge tag 'powerpc-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-39/+17
2026-04-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+3
2026-04-14Merge tag 'x86_cpu_for_7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-324/+347
2026-04-14Merge tag 'perf-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2026-04-14Merge tag 'objtool-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-57/+212
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-120/+642
2026-04-14tools: ynl: add sample for wireguardAsbjørn Sloth Tønnesen-0/+107
2026-04-14Merge tag 'timers-vdso-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-38/+85
2026-04-14Merge tag 'kbuild-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds-0/+2
2026-04-14Merge tag 'docs-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds-449/+6339
2026-04-14selftests/net: Add additional test coverage in nk_qleaseDaniel Borkmann-5/+946
2026-04-14selftests/net: Split netdevsim tests from HW tests in nk_qleaseDaniel Borkmann-1142/+1169
2026-04-14tools/ynl: Make YnlFamily closeable as a context managerDaniel Borkmann-0/+10
2026-04-14selftests/ftrace: Add test case for fully-qualified variable referencesTom Zanussi-0/+34
2026-04-14selftests/bpf: add test for xdp_master_redirect with bond not upJiayuan Chen-2/+94
2026-04-14perf loongarch: Fix build failure with CONFIG_LIBDW_DWARF_UNWINDWANG Rui-1/+0
2026-04-14selftests/namespaces: remove unused utils.h include from listns_efault_testChristian Brauner-1/+0
2026-04-14selftests/fsmount_ns: add missing TARGETS and fix cap testChristian Brauner-16/+15
2026-04-14selftests/empty_mntns: fix wrong CLONE_EMPTY_MNTNS hex value in commentChristian Brauner-1/+1
2026-04-14selftests/empty_mntns: fix statmount_alloc() signature mismatchChristian Brauner-33/+8
2026-04-14selftests/statmount: remove duplicate wait_for_pid()Christian Brauner-25/+0
2026-04-13perf annotate: Use jump__delete when freeing LoongArch jumpsRong Bao-1/+4
2026-04-13perf test: Fixes for check branch stack samplingIan Rogers-50/+96
2026-04-13perf test: Fix inet_pton probe failure and unroll call graphIan Rogers-4/+4
2026-04-13perf build: fix "argument list too long" in second locationMarkus Mayer-2/+2
2026-04-13perf header: Add sanity checks to HEADER_BPF_BTF processingArnaldo Carvalho de Melo-0/+17
2026-04-13perf header: Sanity check HEADER_BPF_PROG_INFOArnaldo Carvalho de Melo-0/+20
2026-04-13perf header: Sanity check HEADER_PMU_CAPSArnaldo Carvalho de Melo-0/+19
2026-04-13perf header: Sanity check HEADER_HYBRID_TOPOLOGYArnaldo Carvalho de Melo-0/+12
2026-04-13perf header: Sanity check HEADER_CACHEArnaldo Carvalho de Melo-0/+13
2026-04-13perf header: Sanity check HEADER_GROUP_DESCArnaldo Carvalho de Melo-1/+15
2026-04-13perf header: Sanity check HEADER_PMU_MAPPINGSArnaldo Carvalho de Melo-0/+13
2026-04-13perf header: Sanity check HEADER_MEM_TOPOLOGYArnaldo Carvalho de Melo-0/+12
2026-04-13perf header: Sanity check HEADER_NUMA_TOPOLOGYArnaldo Carvalho de Melo-0/+13
2026-04-13perf header: Sanity check HEADER_CPU_TOPOLOGYArnaldo Carvalho de Melo-2/+25
2026-04-13perf header: Sanity check HEADER_NRCPUS and HEADER_CPU_DOMAIN_INFOArnaldo Carvalho de Melo-1/+44
2026-04-13perf header: Bump up the max number of command line args allowedArnaldo Carvalho de Melo-2/+5
2026-04-13perf header: Validate nr_domains when reading HEADER_CPU_DOMAIN_INFOArnaldo Carvalho de Melo-0/+6
2026-04-13Merge tag 'gpio-updates-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+358
2026-04-13Merge tag 'pm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-17/+18
2026-04-13Merge tag 'driver-core-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+112
2026-04-13Merge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+0
2026-04-13Merge tag 'seccomp-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+6
2026-04-13Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-0/+2