index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-13
selftests/bpf: Add verifier tests for stack argument validation
Yonghong Song
4
-0
/
+614
2026-05-13
selftests/bpf: Add BTF fixup for __naked subprog parameter names
Yonghong Song
2
-1
/
+136
2026-05-13
selftests/bpf: Add tests for stack argument validation
Yonghong Song
4
-0
/
+139
2026-05-13
selftests/bpf: Add tests for BPF function stack arguments
Yonghong Song
5
-1
/
+638
2026-05-13
selftests: ublk: cap nthreads to kernel's actual nr_hw_queues
Ming Lei
1
-0
/
+11
2026-05-12
selftests: drv-net: cope with slow env in so_txtime.py test
Willem de Bruijn
2
-4
/
+17
2026-05-12
KVM: selftests: Ensure gmem file sizes are multiple of host page size
Sean Christopherson
1
-2
/
+7
2026-05-12
selftests/bpf: Add tests to verify map create failure log
Leon Hwang
1
-0
/
+166
2026-05-12
libbpf: Add syscall common attributes support for map_create
Leon Hwang
2
-2
/
+31
2026-05-12
libbpf: Add support for extended BPF syscall
Leon Hwang
3
-0
/
+47
2026-05-12
bpf: Extend BPF syscall with common attributes support
Leon Hwang
1
-0
/
+8
2026-05-12
selftests/cgroup: check malloc return value in alloc_anon functions
Hongfu Li
1
-26
/
+27
2026-05-12
tools: ynl: add scope qualifier for definitions
Jakub Kicinski
1
-2
/
+29
2026-05-12
selftests: drv-net: add shaper test for duplicate leaves
Jakub Kicinski
1
-2
/
+22
2026-05-11
x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cache
Prathyushi Nangia
1
-1
/
+2
2026-05-11
selftests: mptcp: pm: use simpler send/recv forms
Matthieu Baerts (NGI0)
1
-5
/
+3
2026-05-11
selftests: mptcp: pm: validate new limits
Matthieu Baerts (NGI0)
1
-21
/
+35
2026-05-11
selftests: mptcp: join: validate 8x8 subflows
Matthieu Baerts (NGI0)
1
-0
/
+28
2026-05-11
selftests: mptcp: join: allow changing ifaces nr per test
Matthieu Baerts (NGI0)
1
-2
/
+3
2026-05-12
tools/bootconfig: render kernel.* subtree as cmdline string with -C
Breno Leitao
1
-8
/
+52
2026-05-11
selftests/bpf: Use both hrtimer enqueue helpers in vmlinux test
Ihor Solodrai
2
-4
/
+45
2026-05-11
Merge branch 'for-7.1-fixes' into for-7.2
Tejun Heo
1
-0
/
+1
2026-05-11
selftests/bpf: Add XDP load-balancer benchmark run script
Puranjay Mohan
1
-0
/
+79
2026-05-11
selftests/bpf: Add XDP load-balancer benchmark driver
Puranjay Mohan
3
-0
/
+1119
2026-05-11
selftests/bpf: Add XDP load-balancer BPF program
Puranjay Mohan
1
-0
/
+647
2026-05-11
selftests/bpf: Add XDP load-balancer common definitions
Puranjay Mohan
1
-0
/
+112
2026-05-11
selftests/bpf: Add bpf-nop benchmark for timing overhead baseline
Puranjay Mohan
4
-0
/
+102
2026-05-11
selftests/bpf: Add BPF batch-timing library
Puranjay Mohan
4
-0
/
+393
2026-05-11
selftests/bpf: Add bench_force_done() for early benchmark completion
Puranjay Mohan
2
-5
/
+10
2026-05-11
perf tool: Fix missing schedstat delegates and dont_split_sample_group in delegate_tool
Ian Rogers
1
-0
/
+6
2026-05-11
perf sched: Add missing mmap2 handler in timehist
Ian Rogers
1
-0
/
+1
2026-05-11
perf sched stats: Fix segmentation faults, memory leaks, and stale pointers in diff mode
Ian Rogers
1
-37
/
+138
2026-05-11
perf test: Fix "trace summary" test for musl-based systems
Martin Kaiser
1
-1
/
+1
2026-05-11
perf test: Fix sys_enter_openat event test for musl
Martin Kaiser
1
-1
/
+4
2026-05-11
perf test: Fix nanosleep check in the ftrace test
Martin Kaiser
1
-3
/
+4
2026-05-11
selftests/bpf: Add test for large offset bpf-to-bpf call
Yazhou Tang
2
-0
/
+68
2026-05-11
selftests/namespaces: Skip efault tests when listns() is not available
Ricardo B. Marlière
1
-0
/
+18
2026-05-11
selftests/namespaces: Fix waitpid race in listns_efault_test cleanup
Ricardo B. Marlière
1
-6
/
+9
2026-05-11
selftests/namespaces: Kill grandchild in nsid fixture teardown
Ricardo B. Marlière
1
-1
/
+13
2026-05-11
selftests/pid_namespace: compute pid_max test limits dynamically
Bjoern Doebel
1
-32
/
+124
2026-05-10
Merge branch 'for-7.1-fixes' into for-7.2
Tejun Heo
2
-3
/
+4
2026-05-10
selftests/cgroup: fix misleading debug message in test_cgfreezer_time_child
Tao Cui
1
-1
/
+1
2026-05-10
selftests/cgroup: fix child process escaping to parent cleanup in test_cpucg_nice
Tao Cui
1
-1
/
+1
2026-05-10
selftests/cgroup: Add NULL check after malloc in cgroup_util.c
Hongfu Li
1
-3
/
+6
2026-05-10
selftests/sched_ext: Fix build error in dequeue selftest
Andrea Righi
1
-0
/
+1
2026-05-10
selftests/cgroup: Fix string comparison in write_test
Hongfu Li
1
-1
/
+1
2026-05-10
selftests/cgroup: Fix cg_read_strcmp() empty string comparison
Hongfu Li
1
-2
/
+3
2026-05-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3
Alexei Starovoitov
341
-3715
/
+6284
2026-05-10
selftests: rds: Disarm signal alarm on test completion
Allison Henderson
1
-0
/
+8
2026-05-10
selftests: rds: Fix TAP-prefixed prints in check_gcov*
Allison Henderson
1
-9
/
+9
[prev]
[next]