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
2025-07-01
selftests: vDSO: vdso_config: Avoid -Wunused-variables
Thomas Weißschuh
1
-0
/
+2
2025-07-01
selftests: vDSO: vdso_test_getrandom: Avoid -Wunused
Thomas Weißschuh
1
-1
/
+2
2025-07-01
selftests: vDSO: vdso_test_getrandom: Drop unused include of linux/compiler.h
Thomas Weißschuh
1
-1
/
+0
2025-07-01
selftests: vDSO: clock_getres: Drop unused include of err.h
Thomas Weißschuh
1
-1
/
+0
2025-07-01
selftests: vDSO: chacha: Correctly skip test if necessary
Thomas Weißschuh
1
-1
/
+2
2025-07-01
objtool: Add missing endian conversion to read_annotate()
Heiko Carstens
1
-0
/
+1
2025-06-30
selftests: net: Add a selftest for externally validated neighbor entries
Ido Schimmel
2
-0
/
+367
2025-06-30
cxl_test: Limit location for fake CFMWS to mappable range
Jonathan Cameron
2
-1
/
+7
2025-06-30
perf build: Specify shellcheck should use bash
Collin Funk
7
-6
/
+8
2025-06-30
perf test annotate: Use --percent-limit rather than head to reduce output
Ian Rogers
1
-7
/
+8
2025-06-30
perf test: Add basic callgraph test to record testing
Ian Rogers
1
-0
/
+30
2025-06-30
perf drm_pmu: Fix spelling mistake "bufers" -> "buffers"
Colin Ian King
1
-3
/
+3
2025-06-30
perf test: perf header test fails on s390
Thomas Richter
1
-2
/
+2
2025-06-28
tools/nolibc: MIPS: add support for N64 and N32 ABIs
Thomas Weißschuh
3
-16
/
+117
2025-06-28
tools/nolibc: MIPS: drop noreorder option
Thomas Weißschuh
1
-4
/
+0
2025-06-28
tools/nolibc: MIPS: drop manual stack pointer alignment
Thomas Weißschuh
1
-2
/
+0
2025-06-28
tools/nolibc: MIPS: drop $gp setup
Thomas Weißschuh
1
-6
/
+0
2025-06-28
Merge tag 'loongarch-fixes-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
Linus Torvalds
1
-2
/
+2
2025-06-27
Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+5
2025-06-27
selftests/bpf: bpf_rdonly_cast u{8,16,32,64} access tests
Eduard Zingerman
1
-0
/
+41
2025-06-27
selftests/bpf: improve error messages in veristat
Mykyta Yatsenko
1
-11
/
+25
2025-06-27
perf stat: Fix uncore aggregation number
Chun-Tse Shao
4
-22
/
+24
2025-06-27
selftests/net: packetdrill: add tcp_dsack_mult.pkt
Eric Dumazet
1
-0
/
+45
2025-06-27
selftests/bpf: Fix cgroup_xattr/read_cgroupfs_xattr
Song Liu
4
-97
/
+49
2025-06-27
perf build: Fix a build error on REFCNT_CHECKING=1
Namhyung Kim
1
-1
/
+1
2025-06-27
Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+3
2025-06-26
Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Alexei Starovoitov
4
-0
/
+366
2025-06-26
selftests: forwarding: lib: Split setup_wait()
Petr Machata
4
-5
/
+10
2025-06-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-0
/
+95
2025-06-26
tools/perf: Add --exclude-buildids option to perf archive command
Tianyou Li
1
-5
/
+30
2025-06-26
perf annotate: Fix source code annotate with objdump
Namhyung Kim
4
-3
/
+93
2025-06-26
tools: Remove libcrypto dependency
Yuzhuo Jing
9
-57
/
+1
2025-06-26
perf genelf: Remove libcrypto dependency and use built-in sha1()
Yuzhuo Jing
1
-82
/
+3
2025-06-26
perf util: add a basic SHA-1 implementation
Eric Biggers
4
-1
/
+148
2025-06-26
perf build: enable -fno-strict-aliasing
Eric Biggers
1
-0
/
+4
2025-06-26
perf top: populate PMU capabilities data in perf_env
Thomas Falcon
3
-0
/
+119
2025-06-26
perf tools: move perf_pmus__find_core_pmu() prototype to pmus.h
Thomas Falcon
2
-1
/
+1
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
46
-152
/
+616
2025-06-26
perf trace: Split BPF skel code to util/bpf_trace_augment.c
Namhyung Kim
5
-141
/
+255
2025-06-26
perf test: Change all remaining #!/bin/sh to #!/bin/bash
James Clark
43
-43
/
+43
2025-06-26
selftests/bpf: Test array presets in veristat
Mykyta Yatsenko
2
-24
/
+159
2025-06-26
selftests/bpf: Support array presets in veristat
Mykyta Yatsenko
1
-50
/
+189
2025-06-26
selftests/bpf: Separate var preset parsing in veristat
Mykyta Yatsenko
1
-53
/
+99
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
93
-545
/
+2228
2025-06-26
selftests/bpf: Add tests for string kfuncs
Viktor Malik
4
-0
/
+212
2025-06-26
selftests/bpf: Allow macros in __retval
Viktor Malik
3
-23
/
+19
2025-06-26
Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-5
/
+139
2025-06-26
LoongArch: Replace __ASSEMBLY__ with __ASSEMBLER__ in headers
Thomas Huth
1
-2
/
+2
2025-06-25
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
9
-88
/
+122
2025-06-25
selftests/mm: fix validate_addr() helper
Dev Jain
1
-2
/
+5
[prev]
[next]