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-04-03
selftests: drv-net: gro: remove TOTAL_HDR_LEN
Jakub Kicinski
1
-4
/
+3
2026-04-03
selftests: drv-net: gro: prepare for ip6ip6 support
Jakub Kicinski
1
-32
/
+41
2026-04-03
selftests: drv-net: gro: always wait for FIN in the capacity test
Jakub Kicinski
1
-3
/
+8
2026-04-03
selftests: drv-net: gro: add 1 byte payload test
Jakub Kicinski
2
-3
/
+13
2026-04-03
selftests: drv-net: gro: add data burst test case
Jakub Kicinski
2
-1
/
+22
2026-04-03
Merge branch 'for-7.1/cxl-region-refactor' into cxl-for-next
Dave Jiang
1
-1
/
+1
2026-04-03
Merge branch 'for-7.1/dax-hmem' into cxl-for-next
Dave Jiang
7
-0
/
+182
2026-04-03
Merge branch 'for-7.1/cxl-type2-support' into cxl-for-next
Dave Jiang
1
-2
/
+1
2026-04-03
tools/testing/cxl: Enable replay of user regions as auto regions
Alison Schofield
1
-10
/
+373
2026-04-03
KVM: selftests: Remove duplicate LAUNCH_UPDATE_VMSA call in SEV-ES migrate test
Sean Christopherson
1
-2
/
+0
2026-04-03
selftests/seccomp: Add hard-coded __NR_uprobe for x86_64
Oleg Nesterov
1
-0
/
+6
2026-04-03
bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passes
Alexei Starovoitov
2
-8
/
+18
2026-04-03
selftests/bpf: Add tests for subprog topological ordering
Alexei Starovoitov
2
-0
/
+228
2026-04-03
bpf: Sort subprogs in topological order after check_cfg()
Alexei Starovoitov
2
-5
/
+4
2026-04-03
bpf: Do register range validation early
Alexei Starovoitov
1
-2
/
+2
2026-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+
Alexei Starovoitov
28
-37
/
+1121
2026-04-03
selftest/bpf: Enable gotox tests for powerpc64
Abhishek Dubey
1
-2
/
+2
2026-04-03
selftest/bpf: Enable instruction array test for powerpc
Abhishek Dubey
1
-1
/
+1
2026-04-03
selftests/bpf: Enable private stack tests for powerpc64
Abhishek Dubey
4
-35
/
+13
2026-04-02
perf metrics: Make common stalled metrics conditional on having the event
Ian Rogers
2
-57
/
+57
2026-04-02
perf tests kwork: Add basic kwork coverage tests
Ian Rogers
1
-0
/
+79
2026-04-02
perf data convert ctf: Pipe mode improvements
Ian Rogers
1
-4
/
+59
2026-04-02
perf evsel: Make unknown event names more unique
Ian Rogers
1
-3
/
+4
2026-04-02
perf ordered-events: Event processing consistency with the regular reader
Ian Rogers
1
-1
/
+1
2026-04-02
perf header: Refactor pipe mode end marker handling
Ian Rogers
8
-78
/
+75
2026-04-02
perf session: Extra logging for failed to process events
Ian Rogers
1
-8
/
+20
2026-04-02
perf header: Properly warn/print when libtraceevent/libbpf support is missing
Ian Rogers
1
-23
/
+47
2026-04-02
perf header: Add utility to convert feature number to a string
Ian Rogers
2
-0
/
+9
2026-04-02
perf clockid: Add missing include
Ian Rogers
1
-1
/
+2
2026-04-02
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-0
/
+341
2026-04-02
perf trace: Fix potential u64 underflow in duration calculation
Michael Petlan
1
-1
/
+1
2026-04-02
selftests/bpf: Remove invariant violation flags
Paul Chaignon
1
-17
/
+7
2026-04-02
selftests/bpf: Cover invariant violation case from syzbot
Paul Chaignon
1
-0
/
+29
2026-04-02
perf header: Validate build_id filename length to prevent buffer overflow
SeungJu Cheon
1
-0
/
+10
2026-04-02
perf metricgroup: Refine error logs
Leo Yan
1
-5
/
+6
2026-04-02
perf expr: Add '\n' in literal parse errors
Leo Yan
1
-2
/
+2
2026-04-02
perf expr: Return -EINVAL for syntax error in expr__find_ids()
Leo Yan
1
-1
/
+2
2026-04-02
selftests/bpf: Improve task local data documentation and fix potential memory leak
Amery Hung
1
-7
/
+18
2026-04-02
selftests/bpf: Remove TLD_READ_ONCE() in the user space header
Amery Hung
2
-6
/
+4
2026-04-02
selftests/bpf: Make sure TLD_DEFINE_KEY runs first
Amery Hung
1
-1
/
+1
2026-04-02
selftests/bpf: Simplify task_local_data memory allocation
Amery Hung
1
-38
/
+22
2026-04-02
selftests/bpf: Fix task_local_data data allocation size
Amery Hung
2
-6
/
+8
2026-04-02
selftests/bpf: Add test for raw-address single kprobe attach
Hoyeon Lee
1
-0
/
+80
2026-04-02
libbpf: Clarify raw-address single kprobe attach behavior
Hoyeon Lee
2
-7
/
+34
2026-04-02
libbpf: Use direct error codes for kprobe/uprobe attach
Hoyeon Lee
1
-2
/
+2
2026-04-02
libbpf: Fix BTF handling in bpf_program__clone()
Mykyta Yatsenko
2
-17
/
+44
2026-04-02
perf test: Skip perf data type profiling tests for s390
Thomas Richter
1
-0
/
+4
2026-04-02
perf tools: prevent null dsos from being added
Anubhav Shelat
1
-0
/
+3
2026-04-02
perf test: Fix ratio_to_prev event parsing test
Thomas Falcon
1
-21
/
+28
2026-04-02
perf tools: Fix module symbol resolution for non-zero .text sh_addr
Chuck Lever
1
-2
/
+6
[prev]
[next]