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
2026-07-07
KVM: selftests: Verify interrupts are received when IRQ affinity changes in IRQ test
David Matlack
1
-5
/
+21
2026-07-07
KVM: selftests: Add a helper to set proc IRQ affinity for IRQ test
Josh Hilke
2
-0
/
+16
2026-07-07
KVM: selftests: Add VFIO device support to eventfd IRQ test
David Matlack
1
-6
/
+92
2026-07-07
KVM: selftests: Add helper to get host IRQ from device MSI-X for IRQ bypass test
David Matlack
3
-0
/
+50
2026-07-07
KVM: selftests: Add an irqfd send+receive (and later IRQ bypass) test
David Matlack
2
-0
/
+171
2026-07-07
KVM: selftests: Add helper to generate random u64 in range [min,max]
Josh Hilke
2
-0
/
+21
2026-07-07
KVM: selftests: Seed libc's RNG before using it to generate a seed for KVM's pRNG
Sean Christopherson
1
-0
/
+2
2026-07-07
KVM: selftests: Initialize the default/global pRNG during kvm_selftest_init()
Sean Christopherson
1
-7
/
+11
2026-07-07
KVM: selftests: Rename guest_rng to kvm_rng
Josh Hilke
8
-34
/
+34
2026-07-07
KVM: selftests: Add macros to read/write+sync to/from guest memory
David Matlack
4
-26
/
+24
2026-07-07
KVM: selftests: Build and link selftests/vfio/lib into KVM selftests
David Matlack
1
-1
/
+4
2026-07-07
selftests/bpf: Add test for bpf_get_smp_processor_id
Maxim Khmelevskii
2
-0
/
+65
2026-07-07
selftests/bpf: Cover MEM_ALLOC access past object bounds
Yiyang Chen
2
-0
/
+24
2026-07-07
selftests/bpf: Fix memory leak in msg_alloc_iov error path
Malaya Kumar Rout
1
-0
/
+1
2026-07-07
selftests/bpf: libarena: Add parallel bitmap selftest
Emil Tsalapatis
1
-0
/
+190
2026-07-07
selftests/bpf: libarena: Add bitmap selftests
Emil Tsalapatis
1
-0
/
+394
2026-07-07
selftests/bpf: Add arena-based bitmap data structure
Emil Tsalapatis
2
-0
/
+279
2026-07-07
selftests/bpf: libarena: Clean up allocation state before buddy tests
Emil Tsalapatis
3
-4
/
+18
2026-07-07
selftests/bpf: libarena: Fix can-loop zero variable definition
Emil Tsalapatis
5
-12
/
+18
2026-07-07
selftests/bpf: libarena: Replace leftover st_ prefix with test_
Emil Tsalapatis
3
-1
/
+1
2026-07-07
Merge branch 'topic/firewire-include-fix' into for-linus
Takashi Iwai
14
-37
/
+360
2026-07-07
selftests: drv-net: Add test for cross-esw rate scheduling
Cosmin Ratiu
2
-0
/
+297
2026-07-06
Merge tag 'mm-hotfixes-stable-2026-07-06-17-49' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-7
/
+8
2026-07-06
KVM: arm64: selftests: Add MMIO sign-extending load test
Fuad Tabba
2
-0
/
+256
2026-07-06
selftests: net: make busywait timeout clock portable
Nirmoy Das
1
-2
/
+23
2026-07-06
selftests/tc-testing: Add tests that force multiq and taprio to enqueue to child's gso_skb
Victor Nogueira
1
-0
/
+164
2026-07-06
selftests/alsa: Fix format specifier and function mismatch in mixer-test
Malaya Kumar Rout
1
-2
/
+2
2026-07-05
selftests/rseq: Fix spelling of accommodate
Ding Junlin
1
-1
/
+1
2026-07-05
selftests/futex: Dynamically skip unsupported tests
Wake Liu
2
-0
/
+6
2026-07-05
selftests/futex: Add FUTEX_LOCK_PI owner-exiting coverage
Valery Borovsky
4
-1
/
+269
2026-07-05
selftests/futex: Migrate robust_list to harness
Wake Liu
1
-82
/
+97
2026-07-05
selftests/futex: Migrate futex_priv_hash to harness
Wake Liu
1
-81
/
+79
2026-07-05
selftests/futex: Migrate futex_numa_mpol to harness
Wake Liu
1
-62
/
+62
2026-07-05
selftests/futex: Migrate futex_requeue_pi_signal_restart to harness
Wake Liu
1
-37
/
+37
2026-07-05
selftests/futex: Migrate futex_requeue_pi_mismatched_ops to harness
Wake Liu
1
-16
/
+25
2026-07-05
selftests/futex: Migrate futex_requeue_pi to harness
Wake Liu
1
-78
/
+79
2026-07-05
selftests/futex: Migrate futex_requeue to harness
Wake Liu
1
-10
/
+24
2026-07-05
selftests/futex: Migrate futex_wait_uninitialized_heap to harness
Wake Liu
1
-15
/
+20
2026-07-05
selftests/futex: Migrate futex_wait_private_mapped_file to harness
Wake Liu
1
-16
/
+20
2026-07-05
selftests/futex: Migrate futex_wait to harness
Wake Liu
1
-47
/
+80
2026-07-05
selftests/futex: Correct validation logic in waitv
Wake Liu
1
-25
/
+30
2026-07-05
selftests/futex: Migrate functional tests to harness
Wake Liu
4
-137
/
+144
2026-07-05
selftests/futex: Remove static keyword from 'head'
Ankit Khushwaha
1
-1
/
+1
2026-07-05
Merge tag 'perf-urgent-2026-07-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+86
2026-07-05
selftests/alsa: Fix memory leak in find_controls error path
Malaya Kumar Rout
1
-0
/
+1
2026-07-04
selftests/bpf: Add tests for forked/cloned optimized uprobes
Jiri Olsa
1
-0
/
+88
2026-07-04
selftests/bpf: Add tests for uprobe nop10 red zone clobbering
Andrii Nakryiko
4
-0
/
+164
2026-07-04
selftests/bpf: Add reattach tests for uprobe syscall
Jiri Olsa
1
-10
/
+120
2026-07-04
selftests/bpf: Change uprobe/usdt trigger bench code to use nop10
Jiri Olsa
3
-29
/
+29
2026-07-04
selftests/bpf: Change uprobe syscall tests to use nop10
Jiri Olsa
4
-25
/
+34
[prev]
[next]