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-06-11
selftests/bpf: Fix cgroup_mprog_ordering failure due to uninitialized variable
Yonghong Song
1
-1
/
+1
2025-06-11
Merge tag 'kvmarm-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
1
-14
/
+25
2025-06-11
selftests/bpf: Add test to cover ktls with bpf_msg_pop_data
Jiayuan Chen
2
-0
/
+95
2025-06-10
selftests/net: packetdrill: more xfail changes
Jakub Kicinski
1
-0
/
+4
2025-06-10
net: stop napi kthreads when THREADED napi is disabled
Samiullah Khawaja
1
-2
/
+36
2025-06-10
selftests: netconsole: Add support for basic netconsole target format
Breno Leitao
2
-21
/
+51
2025-06-10
selftests: netconsole: Do not exit from inside the validation function
Breno Leitao
2
-1
/
+2
2025-06-10
tools/resolve_btfids: Fix build when cross compiling kernel with clang.
Suleiman Souhlal
1
-1
/
+1
2025-06-10
selftests/nolibc: make stackprotector probing more robust
Thomas Weißschuh
1
-1
/
+4
2025-06-10
bpf: adjust path to trace_output sample eBPF program
Tobias Klauser
1
-1
/
+1
2025-06-09
perf: Fix libjvmti.c sign compare error
Yuzhuo Jing
1
-2
/
+2
2025-06-09
perf script: perf script tests fails with segfault
Aditya Bodkhe
2
-4
/
+9
2025-06-09
tools/power turbostat: regression fix: --show C1E%
Len Brown
1
-4
/
+0
2025-06-09
selftests/bpf: Add test for Spectre v1 mitigation
Luis Gerhorst
1
-0
/
+57
2025-06-09
bpf: Fall back to nospec for Spectre v1
Luis Gerhorst
9
-50
/
+109
2025-06-09
bpftool: Display cookie for tracing link probe
Tao Chen
1
-0
/
+3
2025-06-09
selftests/bpf: Add cookies check for tracing fill_link_info test
Tao Chen
1
-1
/
+23
2025-06-09
bpf: Add cookie to tracing bpf_link_info
Tao Chen
1
-0
/
+2
2025-06-09
selftests/bpf: Add test cases with CONST_PTR_TO_MAP null checks
Ihor Solodrai
1
-0
/
+118
2025-06-09
selftests/bpf: Add cmp_map_pointer_with_const test
Ihor Solodrai
1
-1
/
+16
2025-06-09
bpf: Make reg_not_null() true for CONST_PTR_TO_MAP
Ihor Solodrai
1
-1
/
+1
2025-06-09
selftests/bpf: Add two selftests for mprog API based cgroup progs
Yonghong Song
3
-0
/
+724
2025-06-09
selftests/bpf: Move some tc_helpers.h functions to test_progs.h
Yonghong Song
2
-28
/
+28
2025-06-09
libbpf: Support link-based cgroup attach with options
Yonghong Song
5
-0
/
+93
2025-06-09
bpf: Implement mprog API on top of existing cgroup progs
Yonghong Song
1
-0
/
+7
2025-06-09
perf test trace: Change the regex pattern in the struct test
Howard Chu
1
-1
/
+1
2025-06-09
perf test trace: Use --sort-events in BTF general tests
Howard Chu
1
-3
/
+3
2025-06-09
perf test trace: Remove set -e for BTF general tests
Howard Chu
1
-10
/
+9
2025-06-09
perf test trace: Stop tracing hrtimer_setup event in trace enum test
Howard Chu
1
-1
/
+1
2025-06-09
perf test trace: Remove set -e and print trace test's error messages
Howard Chu
1
-6
/
+7
2025-06-09
perf test trace: Use shell's -f flag to check if vmlinux exists
Howard Chu
1
-1
/
+1
2025-06-09
perf trace: Remove --map-dump documentation
Howard Chu
1
-8
/
+0
2025-06-09
tools/build: Remove some unused libbpf pre-1.0 feature test logic
Ian Rogers
2
-27
/
+0
2025-06-09
perf thread_map: Remove uid options
Ian Rogers
12
-48
/
+20
2025-06-09
perf target: Remove uid from target
Ian Rogers
13
-73
/
+6
2025-06-09
perf bench evlist-open-close: Switch user option to use BPF filter
Ian Rogers
1
-15
/
+21
2025-06-09
perf trace: Switch user option to use BPF filter
Ian Rogers
1
-9
/
+17
2025-06-09
perf top: Switch user option to use BPF filter
Ian Rogers
3
-12
/
+15
2025-06-09
perf tests record: Add basic uid filtering test
Ian Rogers
1
-0
/
+26
2025-06-09
perf record: Switch user option to use BPF filter
Ian Rogers
1
-11
/
+16
2025-06-09
perf parse-events: Add parse_uid_filter helper
Ian Rogers
2
-1
/
+34
2025-06-09
perf target: Separate parse_uid into its own function
Ian Rogers
2
-11
/
+14
2025-06-09
perf parse-events filter: Use evsel__find_pmu
Ian Rogers
1
-10
/
+4
2025-06-09
perf bpf-filter: Improve error messages
Namhyung Kim
4
-1
/
+36
2025-06-09
cpupower: split unitdir from libdir in Makefile
Francesco Poli (wintermute)
1
-4
/
+5
2025-06-09
selftests/x86: Add a test to detect infinite SIGTRAP handler loop
Xin Li (Intel)
2
-1
/
+102
2025-06-08
Merge tag 'turbostat-2025.06.08' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
Linus Torvalds
2
-109
/
+363
2025-06-08
tools/power turbostat: version 2025.06.08
Len Brown
1
-37
/
+36
2025-06-08
tools/power turbostat: Add initial support for BartlettLake
Zhang Rui
1
-0
/
+1
2025-06-08
tools/power turbostat: Add initial support for DMR
Zhang Rui
1
-0
/
+18
[prev]
[next]