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-03-05
libbpf: Optimize kprobe.session attachment for exact function names
Andrey Grodzovsky
1
-1
/
+18
2026-03-05
selftests/bpf: bpf_cookie: Make perf_event subtest trigger reliably
Sun Jian
1
-8
/
+11
2026-03-05
selftests/bpf: bpf_cookie: Skip kprobe_multi tests without bpf_testmod
Sun Jian
1
-0
/
+10
2026-03-05
selftests/bpf: Add test for btf__add_btf() with split BTF sources
Josef Bacik
1
-0
/
+111
2026-03-05
bpftool: Support merging multiple module BTFs in btf dump
Josef Bacik
3
-17
/
+121
2026-03-05
libbpf: Support appending split BTF in btf__add_btf()
Josef Bacik
1
-9
/
+18
2026-03-05
scftorture: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
1
-1
/
+2
2026-03-05
refscale: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
2
-2
/
+4
2026-03-05
rcuscale: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
2
-2
/
+4
2026-03-05
rcutorture: Update due to x86 not supporting none/voluntary preemption
Paul E. McKenney
12
-13
/
+29
2026-03-05
tools headers UAPI: Update tools' copy of linux/coresight-pmu.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-03-05
tools headers: Update the syscall tables and unistd.h, to support the new 'rseq_slice_yield' syscall
Arnaldo Carvalho de Melo
11
-469
/
+406
2026-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
82
-355
/
+1754
2026-03-05
perf disasm: Fix off-by-one bug in outside check
Peter Collingbourne
1
-1
/
+1
2026-03-05
tools arch x86: Sync msr-index.h to pick MSR_{OMR_[0-3],CORE_PERF_GLOBAL_STATUS_SET}
Arnaldo Carvalho de Melo
1
-0
/
+6
2026-03-05
Merge tag 'net-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
15
-55
/
+624
2026-03-05
selftests/tc-testing: Add tests exercising act_ife metalist replace behaviour
Victor Nogueira
1
-0
/
+99
2026-03-05
selftests: net: add test for IPv4 route with loopback IPv6 nexthop
Jiayuan Chen
1
-0
/
+11
2026-03-05
selftests: net: tun: don't abort XFAIL cases
Sun Jian
1
-6
/
+6
2026-03-05
selftests/harness: order TEST_F and XFAIL_ADD constructors
Sun Jian
1
-2
/
+5
2026-03-04
selftests: drv-net: update the README
Jakub Kicinski
1
-2
/
+88
2026-03-04
selftests: drv-net: rss: Fix error calculation in test_hitless_key_update
Dimitri Daskalakis
1
-1
/
+1
2026-03-04
selftests: mptcp: join: check removing signal+subflow endp
Matthieu Baerts (NGI0)
1
-0
/
+13
2026-03-04
selftests: mptcp: join: check RM_ADDR not sent over same subflow
Matthieu Baerts (NGI0)
1
-0
/
+36
2026-03-04
selftests: mptcp: more stable simult_flows tests
Paolo Abeni
1
-4
/
+7
2026-03-04
perf annotate: Specify llvm features="+all" for aarch64
Peter Collingbourne
1
-2
/
+8
2026-03-04
selftests/bpf: Add selftests for the invocation of bpf_lwt_xmit_push_encap
Feng Yang
2
-0
/
+31
2026-03-04
tools: ynl: produce kselftest-list.txt from tests
Jakub Kicinski
1
-0
/
+3
2026-03-04
tools: ynl: support INSTALL_PATH in the tests Makefile
Jakub Kicinski
1
-5
/
+7
2026-03-04
tools: ynl: don't install tests in /usr/bin/
Jakub Kicinski
1
-5
/
+4
2026-03-04
tools: ynl: rename TESTS variable to TEST_PROGS
Jakub Kicinski
1
-6
/
+6
2026-03-04
KVM: selftests: Add a test for L2 clearing EFER.SVME without intercept
Yosry Ahmed
2
-0
/
+56
2026-03-04
KVM: selftest: Add a selftest for VMRUN/#VMEXIT with unmappable vmcb12
Yosry Ahmed
2
-0
/
+99
2026-03-04
KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2
Yosry Ahmed
3
-14
/
+14
2026-03-04
KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctl
Sean Christopherson
2
-4
/
+4
2026-03-04
KVM: selftests: Add a test for LBR save/restore (ft. nested)
Yosry Ahmed
3
-0
/
+151
2026-03-04
Merge tag 'vfs-7.0-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-10
/
+15
2026-03-04
KVM: selftests: Test MADV_COLLAPSE on guest_memfd
Ackerley Tng
1
-3
/
+67
2026-03-04
KVM: selftests: Wrap madvise() to assert success
Ackerley Tng
1
-0
/
+1
2026-03-04
sched_ext/selftests: Fix format specifier and buffer length in file_write_long()
Cheng-Yang Chou
1
-2
/
+2
2026-03-04
tools/testing: fix testing/vma and testing/radix-tree build
Mike Rapoport (Microsoft)
3
-0
/
+32
2026-03-04
tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+6
2026-03-04
tools headers x86 cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+3
2026-03-04
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+23
2026-03-04
tools headers: Update the linux/gfp_types.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+7
2026-03-04
rtla/timerlat: Add --stack-format option
Tomas Glozar
8
-9
/
+77
2026-03-04
tools/rtla: Add unit tests for utils.c
Costa Shulyupin
7
-0
/
+157
2026-03-04
tools/build: Add feature test for libcheck
Costa Shulyupin
3
-0
/
+15
2026-03-04
perf beauty: Update the linux/perf_event.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-03-04
perf beauty: Update the arch/x86/include/asm/irq_vectors.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
[prev]
[next]