summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2024-06-04selftests/ftrace: Add fgraph-multi.tc testSteven Rostedt (Google)
2024-06-04selftests/ftrace: Add function_graph tracer to func-filter-pid testSteven Rostedt (Google)
2024-06-03selftests/bpf: Test global bpf_list_head arrays.Kui-Feng Lee
2024-06-03selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types.Kui-Feng Lee
2024-06-03selftests/bpf: Test kptr arrays and kptrs in nested struct fields.Kui-Feng Lee
2024-06-03Merge tag 'cxl-fixes-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-06-03selftests/bpf: Drop duplicate bpf_map_lookup_elem in test_sockmapGeliang Tang
2024-06-03selftests/bpf: Check length of recv in test_sockmapGeliang Tang
2024-06-03selftests/bpf: Fix size of map_fd in test_sockmapGeliang Tang
2024-06-03selftests/bpf: Drop prog_fd array in test_sockmapGeliang Tang
2024-06-03selftests/bpf: Replace tx_prog_fd with tx_prog in test_sockmapGeliang Tang
2024-06-03selftests/bpf: Use bpf_link attachments in test_sockmapGeliang Tang
2024-06-03selftests/bpf: Drop duplicate definition of i in test_sockmapGeliang Tang
2024-06-03selftests/bpf: Fix tx_prog_fd values in test_sockmapGeliang Tang
2024-06-03KVM: selftests: remove unused struct 'memslot_antagonist_args'Dr. David Alan Gilbert
2024-06-03selftests/bpf: Remove unused struct 'libcap'Dr. David Alan Gilbert
2024-06-03selftests/bpf: Remove unused 'key_t' structsDr. David Alan Gilbert
2024-06-03selftests/bpf: Remove unused struct 'scale_test_def'Dr. David Alan Gilbert
2024-06-01selftests: net: tests net.core.{r,w}mem_{default,max} sysctls in a netnsMatteo Croce
2024-06-01Merge tag 'landlock-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-31selftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.cAndrii Nakryiko
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-31selftests/futex: don't pass a const char* to asprintf(3)John Hubbard
2024-05-31selftests/futex: don't redefine .PHONY targets (all, clean)John Hubbard
2024-05-31selftests/landlock: Add layout1.refer_mount_rootMickaël Salaün
2024-05-31selftests/tracing: Fix event filter test to retry up to 10 timesMasami Hiramatsu (Google)
2024-05-30selftests/bpf: test struct_ops with epollKui-Feng Lee
2024-05-30bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee
2024-05-30selftests/bpf: use section names understood by libbpf in test_sockmapJakub Sitnicki
2024-05-30selftest: run vector prctl test for ZVE32XAndy Chiu
2024-05-30selftests/futex: pass _GNU_SOURCE without a value to the compilerJohn Hubbard
2024-05-30Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-05-29selftests/bpf: Add selftest for bits iterYafang Shao
2024-05-29selftests/overlayfs: Fix build error on ppc64Michael Ellerman
2024-05-29selftests/openat2: Fix build warnings on ppc64Michael Ellerman
2024-05-29selftests: cachestat: Fix build warnings on ppc64Michael Ellerman
2024-05-29tracing/selftests: Fix kprobe event name test for .isra. functionsSteven Rostedt (Google)
2024-05-29selftests/ftrace: Update required configMasami Hiramatsu (Google)
2024-05-29selftests/ftrace: Fix to check required event fileMasami Hiramatsu (Google)
2024-05-29kselftest/alsa: Ensure _GNU_SOURCE is definedMark Brown
2024-05-28net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean
2024-05-28net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean
2024-05-28selftests/bpf: Use start_server_str in do_test in bpf_tcp_caGeliang Tang
2024-05-28selftests/bpf: Use post_socket_cb in start_server_strGeliang Tang
2024-05-28selftests/bpf: Use post_socket_cb in connect_to_fd_optsGeliang Tang
2024-05-28selftests/bpf: Add start_server_str helperGeliang Tang
2024-05-28selftests/bpf: Drop struct post_socket_optsGeliang Tang
2024-05-28cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.cDave Jiang
2024-05-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-27selftests: mptcp: join: mark 'fail' tests as flakyMatthieu Baerts (NGI0)