summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-06-04selftests/bpf: Fix bpf_cookie and find_vma in nested VMSong Liu-3/+3
2024-06-04Merge tag 'linux_kselftest-fixes-6.10-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds-15/+47
2024-06-04selftests/ftrace: Add fgraph-multi.tc testSteven Rostedt (Google)-0/+103
2024-06-04selftests/ftrace: Add function_graph tracer to func-filter-pid testSteven Rostedt (Google)-5/+22
2024-06-03perf genelf: remove unused struct 'options'Dr. David Alan Gilbert-5/+0
2024-06-03perf lock info: Display both map and thread by defaultNick Forrington-14/+17
2024-06-03selftests/bpf: Test global bpf_list_head arrays.Kui-Feng Lee-0/+54
2024-06-03selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types.Kui-Feng Lee-0/+124
2024-06-03selftests/bpf: Test kptr arrays and kptrs in nested struct fields.Kui-Feng Lee-0/+176
2024-06-03Merge tag 'cxl-fixes-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2024-06-03tools headers uapi: Sync linux/stat.h with the kernel sources to pick STATX_S...Arnaldo Carvalho de Melo-1/+3
2024-06-03selftests/bpf: Drop duplicate bpf_map_lookup_elem in test_sockmapGeliang Tang-3/+0
2024-06-03selftests/bpf: Check length of recv in test_sockmapGeliang Tang-1/+2
2024-06-03selftests/bpf: Fix size of map_fd in test_sockmapGeliang Tang-1/+1
2024-06-03selftests/bpf: Drop prog_fd array in test_sockmapGeliang Tang-4/+2
2024-06-03selftests/bpf: Replace tx_prog_fd with tx_prog in test_sockmapGeliang Tang-16/+14
2024-06-03selftests/bpf: Use bpf_link attachments in test_sockmapGeliang Tang-28/+31
2024-06-03selftests/bpf: Drop duplicate definition of i in test_sockmapGeliang Tang-1/+2
2024-06-03selftests/bpf: Fix tx_prog_fd values in test_sockmapGeliang Tang-3/+3
2024-06-03KVM: selftests: remove unused struct 'memslot_antagonist_args'Dr. David Alan Gilbert-6/+0
2024-06-03bpftool: Fix typo in MAX_NUM_METRICS macro nameSwan Beaujard-7/+7
2024-06-03selftests/bpf: Remove unused struct 'libcap'Dr. David Alan Gilbert-5/+0
2024-06-03selftests/bpf: Remove unused 'key_t' structsDr. David Alan Gilbert-12/+0
2024-06-03selftests/bpf: Remove unused struct 'scale_test_def'Dr. David Alan Gilbert-6/+0
2024-06-01selftests: net: tests net.core.{r,w}mem_{default,max} sysctls in a netnsMatteo Croce-0/+41
2024-06-01Merge tag 'landlock-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+45
2024-05-31libbpf: keep FD_CLOEXEC flag when dup()'ing FDAndrii Nakryiko-7/+3
2024-05-31libbpf: don't close(-1) in multi-uprobe feature detectorAndrii Nakryiko-1/+2
2024-05-31selftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.cAndrii Nakryiko-1/+1
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-150/+2912
2024-05-31selftests/futex: don't pass a const char* to asprintf(3)John Hubbard-1/+1
2024-05-31selftests/futex: don't redefine .PHONY targets (all, clean)John Hubbard-2/+0
2024-05-31selftests/landlock: Add layout1.refer_mount_rootMickaël Salaün-0/+45
2024-05-31selftests/tracing: Fix event filter test to retry up to 10 timesMasami Hiramatsu (Google)-1/+19
2024-05-30tools: ynl: make the attr and msg helpers more C++ friendlyJakub Kicinski-11/+11
2024-05-30bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops.Kui-Feng Lee-1/+6
2024-05-30selftests/bpf: test struct_ops with epollKui-Feng Lee-0/+67
2024-05-30bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee-5/+5
2024-05-30kcsan: Add example to data_race() kerneldoc headerPaul E. McKenney-1/+23
2024-05-30selftests/bpf: use section names understood by libbpf in test_sockmapJakub Sitnicki-39/+9
2024-05-30selftest: run vector prctl test for ZVE32XAndy Chiu-3/+3
2024-05-30selftests/futex: pass _GNU_SOURCE without a value to the compilerJohn Hubbard-1/+1
2024-05-30perf top: Allow filters on eventsIan Rogers-0/+13
2024-05-30perf bpf filter: Add uid and gid termsIan Rogers-1/+15
2024-05-30perf bpf filter: Give terms their own enumIan Rogers-69/+141
2024-05-30tools api io: Move filling the io buffer to its own functionIan Rogers-31/+38
2024-05-30Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-21/+607
2024-05-30netdev: add qstat for csum completeJakub Kicinski-0/+1
2024-05-29perf trace beauty: Always show mmap prot even though PROT_NONEChangbin Du-3/+3
2024-05-29perf trace beauty: Always show param if show_zero is setChangbin Du-22/+7