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-01-27
perf metricgroup: Constify variables storing the result of strchr() on const tables
Arnaldo Carvalho de Melo
1
-3
/
+2
2026-01-27
perf disasm: Constify variables storing the result of bsearch() on const tables
Arnaldo Carvalho de Melo
1
-1
/
+1
2026-01-27
perf thread-stack: Switch thread_stack__init() to use e_machine
Ian Rogers
1
-2
/
+2
2026-01-27
perf callchain: Switch callchain_param_setup from an arch to an e_machine
Ian Rogers
5
-10
/
+8
2026-01-27
perf script: Fix script_fetch_insn for more than just x86
Ian Rogers
11
-78
/
+87
2026-01-26
mm/rmap: separate out fork-only logic on anon_vma_clone()
Lorenzo Stoakes
1
-1
/
+10
2026-01-26
mm/rmap: remove anon_vma_merge() function
Lorenzo Stoakes
1
-5
/
+0
2026-01-26
selftests: net: fix wrong boolean evaluation in __exit__
Gal Pressman
1
-1
/
+1
2026-01-26
kernel-chktaint: add reporting for tainted modules
Randy Dunlap
1
-1
/
+17
2026-01-26
selftests/bpf: convert test_bpftool_map_access.sh into test_progs framework
Alexis Lothoré (eBPF Foundation)
3
-399
/
+371
2026-01-26
selftests/bpf: convert test_bpftool_metadata.sh into test_progs framework
Alexis Lothoré (eBPF Foundation)
3
-86
/
+144
2026-01-26
selftests/bpf: Add a few helpers for bpftool testing
Alexis Lothoré (eBPF Foundation)
3
-1
/
+87
2026-01-26
perf session: Print all machines in session dump
Hrishikesh Suresh
1
-5
/
+8
2026-01-26
perf unwind-libdw: Wire up e_flags for CSKY
Ian Rogers
2
-4
/
+6
2026-01-26
perf perf_regs: Accurately compute register names for CSKY
Ian Rogers
7
-38
/
+62
2026-01-26
perf thread: Add optional e_flags output argument to thread__e_machine
Ian Rogers
12
-48
/
+122
2026-01-26
perf dso: Factor out e_machine reading for use in thread
Ian Rogers
3
-49
/
+74
2026-01-26
perf vendor events amd: Fix Zen 5 MAB allocation events
Sandipan Das
1
-3
/
+3
2026-01-26
perf test: Fix test perf evlist for z/VM s390x
Thomas Richter
1
-2
/
+2
2026-01-26
perf annotate: Fix BUILD_NONDISTRO=1 missing args->ms conversions to pointer
Arnaldo Carvalho de Melo
1
-3
/
+3
2026-01-26
tools headers: Don't check arm64's unistd.h
Leo Yan
1
-1
/
+0
2026-01-26
Revert "perf tools: Fix arm64 build by generating unistd_64.h"
Leo Yan
2
-13
/
+2
2026-01-26
tools headers: Go back to include asm-generic/unistd.h for arm64
Leo Yan
1
-1
/
+23
2026-01-26
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
51
-402
/
+1357
2026-01-26
selftests/bpf: Harden cpu flags test for lru_percpu_hash map
Leon Hwang
1
-3
/
+10
2026-01-26
xdrgen: Add enum value validation to generated decoders
Chuck Lever
7
-7
/
+62
2026-01-26
xdrgen: Emit a max_arg_sz macro
Chuck Lever
3
-1
/
+39
2026-01-26
xdrgen: Extend error reporting to AST transformation phase
Chuck Lever
5
-5
/
+67
2026-01-26
xdrgen: Improve parse error reporting
Chuck Lever
6
-35
/
+118
2026-01-26
xdrgen: Remove inclusion of nlm4.h header
Chuck Lever
1
-1
/
+0
2026-01-26
xdrgen: Implement short (16-bit) integer types
Chuck Lever
3
-0
/
+10
2026-01-26
xdrgen: Emit the program number definition
Chuck Lever
2
-0
/
+8
2026-01-26
xdrgen: Fix struct prefix for typedef types in program wrappers
Chuck Lever
3
-1
/
+12
2026-01-26
xdrgen: Address some checkpatch whitespace complaints
Chuck Lever
4
-1
/
+3
2026-01-26
xdrgen: Generate "if" instead of "switch" for boolean union enumerators
Chuck Lever
3
-20
/
+109
2026-01-26
xdrgen: improve error reporting for invalid void declarations
Khushal Chitturi
1
-4
/
+4
2026-01-26
kselftest/arm64: Add missing file in .gitignore
I-Hsin Cheng
1
-0
/
+1
2026-01-25
selftests: net: add ipv6 ping to local address from localhost
Fernando Fernandez Mancera
1
-0
/
+7
2026-01-25
selftests: ublk: add missing gitignore for metadata_size binary
Alexander Atanasov
1
-2
/
+4
2026-01-25
selftests/bpf: Add tests for execution context helpers
Changwoo Min
5
-0
/
+144
2026-01-25
selftests/bpf: Introduce execution context detection helpers
Changwoo Min
1
-0
/
+58
2026-01-24
selftests/bpf: test fsession mixed with fentry and fexit
Menglong Dong
1
-0
/
+16
2026-01-24
selftests/bpf: add testcases for fsession cookie
Menglong Dong
2
-0
/
+100
2026-01-24
selftests/bpf: test bpf_get_func_* for fsession
Menglong Dong
4
-1
/
+65
2026-01-24
selftests/bpf: add testcases for fsession
Menglong Dong
2
-0
/
+187
2026-01-24
bpftool: add fsession support
Menglong Dong
1
-0
/
+1
2026-01-24
libbpf: add fsession support
Menglong Dong
2
-0
/
+4
2026-01-24
bpf: change prototype of bpf_session_{cookie,is_return}
Menglong Dong
5
-29
/
+22
2026-01-24
bpf: add fsession support
Menglong Dong
2
-1
/
+2
2026-01-24
selftests/bpf: Fix xdp_pull_data failure with 64K page
Yonghong Song
1
-7
/
+9
[prev]
[next]