index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2024-06-04
selftests/bpf: Fix bpf_cookie and find_vma in nested VM
Song Liu
-3
/
+3
2024-06-04
Merge tag 'linux_kselftest-fixes-6.10-rc3' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
-15
/
+47
2024-06-04
selftests/ftrace: Add fgraph-multi.tc test
Steven Rostedt (Google)
-0
/
+103
2024-06-04
selftests/ftrace: Add function_graph tracer to func-filter-pid test
Steven Rostedt (Google)
-5
/
+22
2024-06-03
perf genelf: remove unused struct 'options'
Dr. David Alan Gilbert
-5
/
+0
2024-06-03
perf lock info: Display both map and thread by default
Nick Forrington
-14
/
+17
2024-06-03
selftests/bpf: Test global bpf_list_head arrays.
Kui-Feng Lee
-0
/
+54
2024-06-03
selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types.
Kui-Feng Lee
-0
/
+124
2024-06-03
selftests/bpf: Test kptr arrays and kptrs in nested struct fields.
Kui-Feng Lee
-0
/
+176
2024-06-03
Merge tag 'cxl-fixes-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-0
/
+1
2024-06-03
tools headers uapi: Sync linux/stat.h with the kernel sources to pick STATX_S...
Arnaldo Carvalho de Melo
-1
/
+3
2024-06-03
selftests/bpf: Drop duplicate bpf_map_lookup_elem in test_sockmap
Geliang Tang
-3
/
+0
2024-06-03
selftests/bpf: Check length of recv in test_sockmap
Geliang Tang
-1
/
+2
2024-06-03
selftests/bpf: Fix size of map_fd in test_sockmap
Geliang Tang
-1
/
+1
2024-06-03
selftests/bpf: Drop prog_fd array in test_sockmap
Geliang Tang
-4
/
+2
2024-06-03
selftests/bpf: Replace tx_prog_fd with tx_prog in test_sockmap
Geliang Tang
-16
/
+14
2024-06-03
selftests/bpf: Use bpf_link attachments in test_sockmap
Geliang Tang
-28
/
+31
2024-06-03
selftests/bpf: Drop duplicate definition of i in test_sockmap
Geliang Tang
-1
/
+2
2024-06-03
selftests/bpf: Fix tx_prog_fd values in test_sockmap
Geliang Tang
-3
/
+3
2024-06-03
KVM: selftests: remove unused struct 'memslot_antagonist_args'
Dr. David Alan Gilbert
-6
/
+0
2024-06-03
bpftool: Fix typo in MAX_NUM_METRICS macro name
Swan Beaujard
-7
/
+7
2024-06-03
selftests/bpf: Remove unused struct 'libcap'
Dr. David Alan Gilbert
-5
/
+0
2024-06-03
selftests/bpf: Remove unused 'key_t' structs
Dr. David Alan Gilbert
-12
/
+0
2024-06-03
selftests/bpf: Remove unused struct 'scale_test_def'
Dr. David Alan Gilbert
-6
/
+0
2024-06-01
selftests: net: tests net.core.{r,w}mem_{default,max} sysctls in a netns
Matteo Croce
-0
/
+41
2024-06-01
Merge tag 'landlock-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-0
/
+45
2024-05-31
libbpf: keep FD_CLOEXEC flag when dup()'ing FD
Andrii Nakryiko
-7
/
+3
2024-05-31
libbpf: don't close(-1) in multi-uprobe feature detector
Andrii Nakryiko
-1
/
+2
2024-05-31
selftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.c
Andrii Nakryiko
-1
/
+1
2024-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-150
/
+2912
2024-05-31
selftests/futex: don't pass a const char* to asprintf(3)
John Hubbard
-1
/
+1
2024-05-31
selftests/futex: don't redefine .PHONY targets (all, clean)
John Hubbard
-2
/
+0
2024-05-31
selftests/landlock: Add layout1.refer_mount_root
Mickaël Salaün
-0
/
+45
2024-05-31
selftests/tracing: Fix event filter test to retry up to 10 times
Masami Hiramatsu (Google)
-1
/
+19
2024-05-30
tools: ynl: make the attr and msg helpers more C++ friendly
Jakub Kicinski
-11
/
+11
2024-05-30
bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops.
Kui-Feng Lee
-1
/
+6
2024-05-30
selftests/bpf: test struct_ops with epoll
Kui-Feng Lee
-0
/
+67
2024-05-30
bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.
Kui-Feng Lee
-5
/
+5
2024-05-30
kcsan: Add example to data_race() kerneldoc header
Paul E. McKenney
-1
/
+23
2024-05-30
selftests/bpf: use section names understood by libbpf in test_sockmap
Jakub Sitnicki
-39
/
+9
2024-05-30
selftest: run vector prctl test for ZVE32X
Andy Chiu
-3
/
+3
2024-05-30
selftests/futex: pass _GNU_SOURCE without a value to the compiler
John Hubbard
-1
/
+1
2024-05-30
perf top: Allow filters on events
Ian Rogers
-0
/
+13
2024-05-30
perf bpf filter: Add uid and gid terms
Ian Rogers
-1
/
+15
2024-05-30
perf bpf filter: Give terms their own enum
Ian Rogers
-69
/
+141
2024-05-30
tools api io: Move filling the io buffer to its own function
Ian Rogers
-31
/
+38
2024-05-30
Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-21
/
+607
2024-05-30
netdev: add qstat for csum complete
Jakub Kicinski
-0
/
+1
2024-05-29
perf trace beauty: Always show mmap prot even though PROT_NONE
Changbin Du
-3
/
+3
2024-05-29
perf trace beauty: Always show param if show_zero is set
Changbin Du
-22
/
+7
[prev]
[next]