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-05-09
selftests/bpf: Avoid passing out-of-range values to __retval()
Peilin Ye
2
-20
/
+52
2025-05-09
selftests/bpf: Use CAN_USE_LOAD_ACQ_STORE_REL when appropriate
Peilin Ye
2
-7
/
+5
2025-05-09
selftests/tc-testing: Add qdisc limit trimming tests
Cong Wang
6
-0
/
+136
2025-05-08
selftests: net-drv: remove the nic_performance and nic_link_layer tests
Jakub Kicinski
6
-494
/
+1
2025-05-08
selftests: netfilter: fix conntrack stress test failures on debug kernels
Florian Westphal
1
-21
/
+42
2025-05-08
perf trace: Fix leaks of 'struct thread' in set_filter_loop_pids()
Namhyung Kim
1
-0
/
+3
2025-05-08
perf trace: Fix leaks of 'struct thread' in fprintf_sys_enter()
Namhyung Kim
1
-1
/
+1
2025-05-08
bpftool: Fix cgroup command to only show cgroup bpf programs
Martin KaFai Lau
1
-6
/
+6
2025-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
14
-33
/
+307
2025-05-08
perf parse-events: Add debug dump of evlist if reordered
Ian Rogers
1
-3
/
+13
2025-05-08
perf evlist: Make groups visible in evlist__format_evsels() output
Ian Rogers
1
-1
/
+12
2025-05-08
perf evlist: Refactor evlist__scnprintf_evsels()
Ian Rogers
3
-13
/
+20
2025-05-08
perf stat: Remove print_mixed_hw_group_error
Ian Rogers
2
-32
/
+0
2025-05-08
Merge tag 'net-6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-19
/
+244
2025-05-08
perf stat: Better hybrid support for the NMI watchdog warning
Ian Rogers
1
-3
/
+15
2025-05-08
perf trace: Add missing thread__put() in thread__e_machine()
Ian Rogers
1
-0
/
+1
2025-05-08
perf trace: Free the files.max entry in files->table
Ian Rogers
1
-1
/
+2
2025-05-08
kselftest/arm64: fp-ptrace: Adjust to new inactive mode behaviour
Mark Rutland
1
-8
/
+22
2025-05-08
kselftest/arm64: fp-ptrace: Adjust to new VL change behaviour
Mark Rutland
1
-15
/
+3
2025-05-08
kselftest/arm64: tpidr2: Adjust to new clone() behaviour
Mark Rutland
1
-2
/
+12
2025-05-08
kselftest/arm64: fp-ptrace: Fix expected FPMR value when PSTATE.SM is changed
Mark Rutland
1
-13
/
+1
2025-05-08
KVM: selftests: Add a test for x86's fastops emulation
Sean Christopherson
2
-0
/
+166
2025-05-07
selftests/mm: fix a build failure on powerpc
Nysal Jan K.A.
1
-1
/
+11
2025-05-07
selftests/mm: fix build break when compiling pkey_util.c
Madhavan Srinivasan
2
-0
/
+3
2025-05-07
tools/testing/selftests: fix guard region test tmpfs assumption
Lorenzo Stoakes
1
-6
/
+10
2025-05-07
selftests/mm: compaction_test: support platform with huge mount of memory
Feng Tang
1
-5
/
+14
2025-05-07
tools: ynl-gen: move the count into a presence struct too
Jakub Kicinski
2
-21
/
+16
2025-05-07
tools: ynl-gen: split presence metadata
Jakub Kicinski
4
-28
/
+28
2025-05-07
tools: ynl-gen: rename basic presence from 'bit' to 'present'
Jakub Kicinski
1
-6
/
+6
2025-05-07
bpf: Clarify handling of mark and tstamp by redirect_peer
Paul Chaignon
1
-0
/
+3
2025-05-07
rtla: Define _GNU_SOURCE in timerlat_bpf.c
Tomas Glozar
1
-0
/
+1
2025-05-07
rtla: Define __NR_sched_setattr for LoongArch
Tiezhu Yang
1
-0
/
+2
2025-05-07
rtla: Set distinctive exit value for failed tests
Costa Shulyupin
9
-21
/
+34
2025-05-07
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
63
-305
/
+2415
2025-05-06
tools: ynl-gen: allow noncontiguous enums
Jiri Pirko
1
-6
/
+52
2025-05-06
io_uring/zcrx: selftests: fix setting ntuple rule into rss
David Wei
1
-5
/
+5
2025-05-06
cxl/test: Address missing MODULE_DESCRIPTION warnings for cxl_test
Dave Jiang
3
-0
/
+3
2025-05-07
objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0
Miguel Ojeda
1
-0
/
+1
2025-05-06
bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernels
YiFei Zhu
1
-1
/
+1
2025-05-06
selftests/bpf: Add test for bpf_list_{front,back}
Martin KaFai Lau
2
-0
/
+119
2025-05-06
selftests/bpf: Add tests for bpf_rbtree_{root,left,right}
Martin KaFai Lau
2
-0
/
+212
2025-05-06
bpf: Allow refcounted bpf_rb_node used in bpf_rbtree_{remove,left,right}
Martin KaFai Lau
1
-14
/
+15
2025-05-06
arm64: tools: Resync sysreg.h
Marc Zyngier
1
-17
/
+48
2025-05-06
tools/arch/x86: Move the <asm/amd-ibs.h> header to <asm/amd/ibs.h>
Ingo Molnar
1
-1
/
+1
2025-05-06
Merge tag 'nf-next-25-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Paolo Abeni
4
-0
/
+431
2025-05-06
x86/insn: Stop decoding i64 instructions in x86-64 mode at opcode
Masami Hiramatsu (Google)
4
-4
/
+22
2025-05-06
x86/insn: Fix opcode map (!REX2) superscript tags
Masami Hiramatsu (Google)
1
-25
/
+25
2025-05-06
Merge tag 'v6.15-rc4' into x86/asm, to pick up fixes
Ingo Molnar
119
-754
/
+3207
2025-05-06
selftests: net: exit cleanly on SIGTERM / timeout
Jakub Kicinski
1
-1
/
+23
2025-05-06
KVM: arm64: selftests: Add test for SVE host corruption
Mark Brown
2
-0
/
+128
[prev]
[next]