summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorLines
2025-05-27selftests/bpf: Add unit tests with __bpf_trap() kfuncYonghong Song-0/+73
2025-05-27selftests/bpf: Add test for open coded dmabuf_iterT.J. Mercier-0/+94
2025-05-27selftests/bpf: Add test for dmabuf_iterT.J. Mercier-0/+300
2025-05-27Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+136
2025-05-27Merge tag 'kvm-x86-selftests-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-209/+1271
2025-05-27wireguard: selftests: specify -std=gnu17 for bashJason A. Donenfeld-0/+1
2025-05-27wireguard: allowedips: add WGALLOWEDIP_F_REMOVE_ME flagJordan Rife-1/+30
2025-05-27wireguard: selftests: cleanup CONFIG_UBSAN_SANITIZE_ALLWangYuli-1/+0
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+143
2025-05-26Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+55
2025-05-26Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-4/+871
2025-05-26Merge tag 'linux_kselftest-next-6.16-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-12/+46
2025-05-26Merge tag 'next.2025.05.17a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-15/+126
2025-05-26Merge tag 'kvm-riscv-6.16-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-77/+247
2025-05-26Merge tag 'kvmarm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini-1/+204
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds-45/+456
2025-05-26Merge tag 'vfs-6.16-rc1.selftests' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-250/+763
2025-05-26Merge tag 'vfs-6.16-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+488
2025-05-26Merge tag 'vfs-6.16-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-8/+15
2025-05-26Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-48/+915
2025-05-26Merge tag 'linux-can-next-for-6.16-20250522' of git://git.kernel.org/pub/scm/...Paolo Abeni-0/+464
2025-05-26Merge tag 'vfs-6.16-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+71
2025-05-26selftests: ncdevmem: add tx test with multiple IOVsStanislav Fomichev-1/+16
2025-05-26selftests: ncdevmem: make chunking optionalStanislav Fomichev-20/+29
2025-05-25Merge branch 'locking/futex' into locking/core, to pick up pending futex changesIngo Molnar-4/+871
2025-05-23selftests: bpf: Add a test for mmapable vmlinux BTFLorenz Bauer-0/+81
2025-05-23selftests: ublk: add test for UBLK_F_QUIESCEMing Lei-5/+115
2025-05-23selftests: ublk: add test case for UBLK_U_CMD_UPDATE_SIZEMing Lei-1/+93
2025-05-23selftests: netfilter: Torture nftables netdev hooksPhil Sutter-0/+152
2025-05-23selftests: netfilter: nft_fib.sh: add type and oif tests with and without VRFsFlorian Westphal-27/+365
2025-05-23Merge branch kvm-arm64/misc-6.16 into kvmarm-master/nextMarc Zyngier-0/+128
2025-05-23Merge branch kvm-arm64/mte-frac into kvmarm-master/nextMarc Zyngier-1/+76
2025-05-23selftest: af_unix: Test SO_PASSRIGHTS.Kuniyuki Iwashima-2/+78
2025-05-23tcp: Restrict SO_TXREHASH to TCP socket.Kuniyuki Iwashima-0/+11
2025-05-22selftests/eventfd: correct test name and improve messagesRyan Chung-4/+3
2025-05-22selftests/damon/_damon_sysfs: read tried regions directories in orderSeongJae Park-0/+5
2025-05-22selftests/mm: deduplicate second mmap() of 5*PAGE_SIZE at baseMark Brown-1/+1
2025-05-22selftests/mm: add simple VM_PFNMAP tests based on mmap'ing /dev/memDavid Hildenbrand-0/+202
2025-05-22selftests/bpf: sockmap_listen cleanup: Drop af_inet SOCK_DGRAM redir testsMichal Luczaj-126/+0
2025-05-22selftests/bpf: sockmap_listen cleanup: Drop af_unix redir testsMichal Luczaj-219/+0
2025-05-22selftests/bpf: sockmap_listen cleanup: Drop af_vsock redir testsMichal Luczaj-112/+0
2025-05-22selftests/bpf: Add selftest for sockmap/hashmap redirectionMichal Luczaj-0/+465
2025-05-22selftests/bpf: Introduce verdict programs for sockmap_redirMichal Luczaj-0/+68
2025-05-22selftests/bpf: Add u32()/u64() to sockmap_helpersMichal Luczaj-14/+11
2025-05-22selftests/bpf: Add socket_kind_to_str() to socket_helpersMichal Luczaj-0/+55
2025-05-22selftests/bpf: Support af_unix SOCK_DGRAM socket pair creationMichal Luczaj-5/+24
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+27
2025-05-22selftests/bpf: Add SKIP_LLVM makefile variableMykyta Yatsenko-0/+5
2025-05-22selftests: netfilter: move fib vrf test to nft_fib.shFlorian Westphal-34/+90
2025-05-22selftests: netfilter: nft_fib.sh: add 'type' mode testsFlorian Westphal-10/+174