aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-05-25Merge tag 'nf-26-05-22' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2-0/+153
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov50-88/+709
2026-05-24tools/nolibc: add ftruncate()Thomas Weißschuh5-0/+110
2026-05-24tools/nolibc: add a helper to split a 64-bit argument into 32-bit halvesDaniel Palmer1-0/+11
2026-05-24selftests/nolibc: enable CONFIG_TMPFS for sparc32Thomas Weißschuh1-0/+1
2026-05-24tools/nolibc: stackprotector: Avoid stalling program startup if crng is not i...Daniel Palmer1-1/+2
2026-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+5
2026-05-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-3/+149
2026-05-24torture: Allow "norm" abbreviation for "normal"Paul E. McKenney1-1/+1
2026-05-24torture: Improve kvm-series.sh header commentPaul E. McKenney1-5/+6
2026-05-23libbpf: fix off-by-one in emit_signature_match jump offsetKP Singh1-2/+1
2026-05-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-4/+21
2026-05-23KVM: selftests: Verify that KVM returns the configured APIC cycle lengthSean Christopherson1-0/+4
2026-05-23KVM: selftests: elf: Include <endian.h> instead of <bits/endian.h>Hisam Mehboob1-1/+1
2026-05-22selftests: net: add a test case for nsid in all nsid notificationsIlya Maximets1-2/+59
2026-05-22selftests: tls: use ASSERT_GE in test_mutliprocGeliang Tang1-2/+2
2026-05-22selftests/tc-testing: Adapt idempotent qdisc notify callback tests to recent ...Victor Nogueira1-65/+95
2026-05-22selftests/tc-testing: Add support for ifb devicesVictor Nogueira4-0/+12
2026-05-22selftests/cgroup: enable memory controller in hugetlb memcg testGuopeng Zhang1-0/+8
2026-05-22selftests: netfilter: add nft_fib_nexthop testJiayuan Chen2-0/+153
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-66/+416
2026-05-21Merge tag 'net-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds12-45/+261
2026-05-21tools: ynl: support listening on all nsidsIlya Maximets1-5/+32
2026-05-21selftests: net: Fix checksums in xdp_nativeNimrod Oren1-25/+30
2026-05-21selftests: rds: config: disable modulesMatthieu Baerts (NGI0)1-0/+1
2026-05-21selftests: openat2: port emptypath_test to kselftest harnessChristian Brauner1-35/+57
2026-05-21kselftest/openat2: test for OPENAT2_REGULAR flagDorjoy Chowdhury1-0/+49
2026-05-21selftests: harness: fix pidfd leak in __wait_for_testGeliang Tang1-0/+1
2026-05-21lkdtm/powerpc: add PPC_RADIX_TLBIEL test for radix MCE validationSayali Patil1-0/+1
2026-05-21selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/emptyKaitao Cheng1-0/+421
2026-05-21openat2: introduce EFTYPE error codeDorjoy Chowdhury5-0/+10
2026-05-21selftest: add tests for O_EMPTYPATHJori Koolstra4-36/+101
2026-05-21selftests: openat2: migrate to kselftest harnessAleksa Sarai4-412/+396
2026-05-21selftests: openat2: switch from custom ARRAY_LEN to ARRAY_SIZEAleksa Sarai3-9/+8
2026-05-21selftests: openat2: move helpers to headerAleksa Sarai3-129/+107
2026-05-21selftests: move openat2 tests to selftests/filesystems/Aleksa Sarai7-1/+2
2026-05-20sched_ext: Track bits[] storage size in struct scx_cmaskTejun Heo1-4/+68
2026-05-20sched_ext: Rename scx_cmask.nr_bits to nr_cidsTejun Heo1-39/+39
2026-05-21tools/bootconfig: Fix buf leaks in apply_xbcHongtao Lee1-1/+3
2026-05-20selftests/bpf: add regression test for ktls+sockmap verdict UAFXingwang Xiang2-0/+124
2026-05-20selftests: rds: Add ROCE support to run.shAllison Henderson3-13/+84
2026-05-20selftests: rds: Add ROCE support to test.pyAllison Henderson1-32/+206
2026-05-20selftests: rds: Register network teardown via atexitAllison Henderson1-4/+21
2026-05-20selftests: rds: Handle errors in netns_socketAllison Henderson1-13/+14
2026-05-20selftests: rds: Add helper function snd_rcv_packets() in test.pyAllison Henderson1-45/+54
2026-05-20selftests: rds: Add helper function verify_hashes() in test.pyAllison Henderson1-17/+16
2026-05-20selftests: rds: Add helper function recv_burst() in test.pyAllison Henderson1-20/+19
2026-05-20selftests: rds: Add helper function send_burst() in test.pyAllison Henderson1-23/+27
2026-05-20selftests: rds: Add helper function check_info() in test.pyAllison Henderson1-22/+31
2026-05-20selftests: rds: Add helper function setup_tcp() in test.pyAllison Henderson1-53/+60