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
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-16
mm: mark vma as detached until it's added into vma tree
Suren Baghdasaryan
1
-5
/
+12
2025-03-16
mm: move per-vma lock into vm_area_struct
Suren Baghdasaryan
1
-26
/
+7
2025-03-16
tools/selftests: add file/shmem-backed mapping guard region tests
Lorenzo Stoakes
1
-0
/
+595
2025-03-16
tools/selftests: expand all guard region tests to file-backed
Lorenzo Stoakes
1
-85
/
+205
2025-03-16
selftests/mm: rename guard-pages to guard-regions
Lorenzo Stoakes
4
-24
/
+24
2025-03-16
selftests/mm: allow tests to run with no huge pages support
Mark Brown
1
-24
/
+42
2025-03-16
selftests: mm: fix typo
Eric Salem
1
-1
/
+1
2025-03-16
selftests/mm: fix thuge-gen test name uniqueness
Mark Brown
1
-2
/
+2
2025-03-16
mm: completely abstract unnecessary adj_start calculation
Lorenzo Stoakes
1
-2
/
+2
2025-03-16
mm: eliminate adj_start parameter from commit_merge()
Lorenzo Stoakes
1
-0
/
+2
2025-03-16
mm: further refactor commit_merge()
Lorenzo Stoakes
1
-2
/
+7
2025-03-16
mm: simplify vma merge structure and expand comments
Lorenzo Stoakes
1
-26
/
+26
2025-03-16
selftests/mm: test splitting file-backed THP to any lower order
Zi Yan
1
-5
/
+6
2025-03-16
selftests/mm: make file-backed THP split work by writing PMD size data
Zi Yan
1
-8
/
+44
2025-03-16
selftests/mm: run_vmtests.sh: fix half_ufd_size_MB calculation
Rafael Aquini
1
-1
/
+3
2025-03-15
kunit: tool: add test to check parsing late test plan
Rae Moar
1
-0
/
+11
2025-03-15
kunit: tool: Fix bug in parsing test plan
Rae Moar
1
-5
/
+4
2025-03-15
selftests/bpf: Fix sockopt selftest failure on powerpc
Saket Kumar Bhaskar
1
-0
/
+4
2025-03-15
selftests/bpf: Fix string read in strncmp benchmark
Viktor Malik
1
-1
/
+4
2025-03-15
selftests/bpf: Fix arena_spin_lock compilation on PowerPC
Kumar Kartikeya Dwivedi
2
-3
/
+24
2025-03-15
selftests/bpf: Add a kernel flag test for LSM bpf hook
Blaise Boscaccy
2
-0
/
+71
2025-03-15
security: Propagate caller information in bpf hooks
Blaise Boscaccy
7
-10
/
+11
2025-03-15
selftests/bpf: Convert comma to semicolon
Chen Ni
1
-2
/
+2
2025-03-15
selftests/bpf: Fix selection of static vs. dynamic LLVM
Anton Protopopov
1
-1
/
+1
2025-03-15
selftests: bpf: fix duplicate selftests in cpumask_success.
Emil Tsalapatis
2
-2
/
+1
2025-03-15
selftests: bpf: add bpf_cpumask_populate selftests
Emil Tsalapatis
4
-0
/
+161
2025-03-15
selftests/bpf: lwt_seg6local: Move test to test_progs
Bastien Curutchet (eBPF Foundation)
3
-152
/
+176
2025-03-15
selftests/bpf: lwt_seg6local: Remove unused routes
Bastien Curutchet (eBPF Foundation)
1
-5
/
+0
2025-03-15
selftests/bpf: Fix cap_enable_effective() return code
Feng Yang
4
-9
/
+10
2025-03-15
selftests/bpf: Fix dangling stdout seen by traffic monitor thread
Amery Hung
1
-17
/
+22
2025-03-15
selftests/bpf: Allow assigning traffic monitor print function
Amery Hung
2
-19
/
+59
2025-03-15
selftests/bpf: Clean up call sites of stdio_restore()
Amery Hung
1
-11
/
+6
2025-03-15
selftests/bpf: Move test_lwt_ip_encap to test_progs
Bastien Curutchet (eBPF Foundation)
3
-478
/
+541
2025-03-15
selftests/bpf: Add tests for arena spin lock
Kumar Kartikeya Dwivedi
2
-0
/
+159
2025-03-15
selftests/bpf: Introduce arena spin lock
Kumar Kartikeya Dwivedi
2
-0
/
+652
2025-03-15
selftests/bpf: Introduce cond_break_label
Kumar Kartikeya Dwivedi
1
-6
/
+9
2025-03-15
bpf: correct use/def for may_goto instruction
Eduard Zingerman
1
-3
/
+3
2025-03-15
selftests/bpf: test cases for compute_live_registers()
Eduard Zingerman
6
-14
/
+455
2025-03-15
bpf: simple DFA-based live registers analysis
Eduard Zingerman
1
-1
/
+10
2025-03-15
selftests/bpf: Add selftests for load-acquire and store-release instructions
Peilin Ye
6
-3
/
+698
2025-03-15
bpf, x86: Add x86 JIT support for timed may_goto
Kumar Kartikeya Dwivedi
2
-12
/
+80
2025-03-15
selftests/bpf: Add tests for bpf_object__prepare
Mykyta Yatsenko
2
-0
/
+127
2025-03-15
selftests/bpf: test_tunnel: Remove test_tunnel.sh
Bastien Curutchet (eBPF Foundation)
2
-180
/
+0
2025-03-15
selftests/bpf: test_tunnel: Move ip6tnl tunnel tests to test_progs
Bastien Curutchet (eBPF Foundation)
2
-88
/
+59
2025-03-15
selftests/bpf: test_tunnel: Move ip6geneve tunnel test to test_progs
Bastien Curutchet (eBPF Foundation)
2
-49
/
+48
2025-03-15
selftests/bpf: test_tunnel: Move geneve tunnel test to test_progs
Bastien Curutchet (eBPF Foundation)
2
-45
/
+45
2025-03-15
selftests/bpf: test_tunnel: Move ip6erspan tunnel test to test_progs
Bastien Curutchet (eBPF Foundation)
2
-58
/
+41
2025-03-15
selftests/bpf: test_tunnel: Move erspan tunnel tests to test_progs
Bastien Curutchet (eBPF Foundation)
2
-52
/
+46
2025-03-15
selftests/bpf: test_tunnel: Move ip6gre tunnel test to test_progs
Bastien Curutchet (eBPF Foundation)
2
-95
/
+104
2025-03-15
selftests/bpf: test_tunnel: Move gre tunnel test to test_progs
Bastien Curutchet (eBPF Foundation)
2
-79
/
+97
[prev]
[next]