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-06-11
selftests: net: rds: add getsockopt() conversion test
Breno Leitao
3
-0
/
+213
2026-06-11
selftests: drv-net: so_txtime: check IP versions
Jakub Kicinski
1
-0
/
+3
2026-06-11
selftests: drv-net: so_txtime: remember to deploy the binaries
Jakub Kicinski
1
-4
/
+6
2026-06-10
selftests/bpf: Cover tail-call cgroup storage prog-array checks
Lin Ma
4
-0
/
+288
2026-06-10
perf symbols: Add bounds checks to read_build_id() note iteration in minimal build
Arnaldo Carvalho de Melo
1
-1
/
+10
2026-06-10
perf symbols: Add bounds checks to elf_read_build_id() note iteration
Arnaldo Carvalho de Melo
1
-2
/
+16
2026-06-10
perf bpf: Fix metadata leak in perf_env__add_bpf_info() on duplicate insert
Arnaldo Carvalho de Melo
1
-0
/
+1
2026-06-10
perf bpf: Fix map data leak in bpf_metadata_create() on alloc failure
Arnaldo Carvalho de Melo
1
-1
/
+3
2026-06-10
perf bpf: Add NULL check for btf__type_by_id() in synthesize_bpf_prog_name()
Arnaldo Carvalho de Melo
1
-1
/
+2
2026-06-10
tools lib api: Fix mount_overload() snprintf truncation and toupper range
Arnaldo Carvalho de Melo
1
-2
/
+2
2026-06-10
tools lib api: Fix filename__write_int() writing uninitialized stack data
Arnaldo Carvalho de Melo
1
-2
/
+3
2026-06-10
perf tools: Use snprintf() in dso__read_running_kernel_build_id()
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-06-10
perf hwmon: Guard label read against empty or failed reads
Arnaldo Carvalho de Melo
1
-2
/
+5
2026-06-10
perf tools: Fix uninitialized pathname on uncompressed fallback in filename__decompress()
Arnaldo Carvalho de Melo
4
-9
/
+23
2026-06-10
perf symbols: Bounds-check descsz in sysfs__read_build_id() GNU fallback
Arnaldo Carvalho de Melo
1
-2
/
+7
2026-06-10
perf hwmon: Fix parse_hwmon_filename() strlcpy buffer overflow
Arnaldo Carvalho de Melo
1
-1
/
+2
2026-06-10
perf hwmon: Use scnprintf() in hwmon_pmu__for_each_event()
Arnaldo Carvalho de Melo
1
-3
/
+3
2026-06-10
perf hwmon: Fix off-by-one null termination on sysfs reads
Arnaldo Carvalho de Melo
1
-3
/
+3
2026-06-10
perf tools: Fix thread__set_comm_from_proc() on empty comm file
Arnaldo Carvalho de Melo
1
-0
/
+5
2026-06-10
perf intel-pt: Fix snprintf size tracking bug in insn decoder
Arnaldo Carvalho de Melo
1
-8
/
+3
2026-06-10
perf tools: Use mkostemp() for O_CLOEXEC on temporary files
Arnaldo Carvalho de Melo
2
-4
/
+4
2026-06-10
perf symbols: Bounds-check .gnu_debuglink section data
Arnaldo Carvalho de Melo
1
-1
/
+8
2026-06-10
perf symbols: Fix signed overflow in sysfs__read_build_id() size check
Arnaldo Carvalho de Melo
1
-3
/
+6
2026-06-10
tools lib api: Fix missing null termination in filename__read_int/ull()
Arnaldo Carvalho de Melo
1
-2
/
+8
2026-06-10
perf pmu: Fix perf_pmu__parse_scale/unit() OOB access on empty sysfs file
Arnaldo Carvalho de Melo
1
-2
/
+2
2026-06-10
perf pmu: Fix pmu_id() heap underwrite on empty identifier file
Arnaldo Carvalho de Melo
1
-0
/
+6
2026-06-10
perf jitdump: Fix a build error with ASAN
Namhyung Kim
1
-1
/
+1
2026-06-10
perf test cs-etm: Move existing tests to coresight folder
James Clark
2
-1
/
+1
2026-06-10
perf test cs-etm: Speed up disassembly test
James Clark
1
-4
/
+4
2026-06-10
perf test cs-etm: Add all branch instructions to test
James Clark
1
-4
/
+3
2026-06-10
perf test cs-etm: Make disassembly test use kcore
James Clark
2
-11
/
+11
2026-06-10
perf test cs-etm: Remove unused Coresight workloads
James Clark
16
-596
/
+2
2026-06-10
perf test cs-etm: Speed up basic test
James Clark
1
-9
/
+8
2026-06-10
perf test cs-etm: Reduce snapshot size
James Clark
1
-1
/
+1
2026-06-10
perf test cs-etm: Skip if not root
James Clark
2
-3
/
+9
2026-06-10
perf test cs-etm: Remove duplicate branch tests
James Clark
1
-17
/
+1
2026-06-10
perf test cs-etm: Test decoding for concurrent threads test
James Clark
3
-46
/
+45
2026-06-10
perf test: Add named_threads workload
James Clark
5
-1
/
+116
2026-06-10
perf test cs-etm: Replace memcpy test with raw dump stress test
James Clark
2
-22
/
+65
2026-06-10
perf test cs-etm: Remove asm_pure_loop test
James Clark
1
-22
/
+0
2026-06-10
perf test cs-etm: Replace unroll loop thread with deterministic decode test
James Clark
2
-22
/
+72
2026-06-10
perf test: Add deterministic workload
James Clark
5
-2
/
+45
2026-06-10
perf test cs-etm: Test process attribution
James Clark
1
-0
/
+69
2026-06-10
perf test: Add a workload that forces context switches
James Clark
5
-3
/
+117
2026-06-10
perf test: Add workload-ctl option
James Clark
2
-2
/
+194
2026-06-10
perf cs-etm: Queue context packets for frontend
James Clark
3
-102
/
+163
2026-06-10
perf pmu: Use scnprintf in buffer offset calculations
Athira Rajeev
1
-11
/
+29
2026-06-10
perf tools: Fix the check for parameterized field in event term
Athira Rajeev
1
-1
/
+1
2026-06-10
perf data convert json: Fix addr_location leak on time-filtered samples
Tanushree Shah
1
-0
/
+1
2026-06-10
perf s390: Fix TEXTREL in Python extension by compiling as PIC
Jens Remus
1
-0
/
+1
[prev]
[next]