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-05-21
KVM: riscv: selftests: Decode stval to identify exact exception type
Atish Patra
2
-1
/
+32
2025-05-21
KVM: riscv: selftests: Align the trap information wiht pt_regs
Atish Patra
6
-76
/
+83
2025-05-20
selftests: net: Fix spellings
Sumanth Gavini
1
-2
/
+2
2025-05-20
selftests: nci: Fix "Electrnoics" to "Electronics"
Sumanth Gavini
1
-1
/
+1
2025-05-20
selftests: net: validate team flags propagation
Stanislav Fomichev
3
-1
/
+82
2025-05-20
selftests/bpf: Test multi-split BTF
Alan Maguire
1
-6
/
+52
2025-05-20
selftests/sched_ext: Add test for scx_bpf_select_cpu_and() via test_run
Andrea Righi
2
-0
/
+50
2025-05-20
selftests: seccomp: Fix "performace" to "performance"
Sumanth Gavini
1
-1
/
+1
2025-05-20
selftests: ublk: add test for covering UBLK_AUTO_BUF_REG_FALLBACK
Ming Lei
11
-13
/
+108
2025-05-20
selftests: ublk: support UBLK_F_AUTO_BUF_REG
Ming Lei
10
-29
/
+138
2025-05-20
selftests: ublk: make IO & device removal test more stressful
Ming Lei
2
-5
/
+7
2025-05-20
KVM: selftests: Add supported test cases for LoongArch
Bibo Mao
3
-2
/
+19
2025-05-20
KVM: selftests: Add ucall test support for LoongArch
Bibo Mao
2
-0
/
+58
2025-05-20
KVM: selftests: Add core KVM selftests support for LoongArch
Bibo Mao
2
-0
/
+405
2025-05-20
KVM: selftests: Add KVM selftests header files for LoongArch
Bibo Mao
3
-0
/
+153
2025-05-20
KVM: selftests: Add VM_MODE_P47V47_16K VM mode
Bibo Mao
2
-0
/
+4
2025-05-19
selftests: drv-net: Fix "envirnoments" to "environments"
Sumanth Gavini
1
-1
/
+1
2025-05-19
cgroup: use separate rstat trees for each subsystem
JP Kobryn
1
-6
/
+12
2025-05-19
kunit: tool: add test counts to JSON output
Rae Moar
1
-0
/
+10
2025-05-19
KVM: selftests: Add test to verify KVM_CAP_X86_BUS_LOCK_EXIT
Nikunj A Dadhania
2
-0
/
+136
2025-05-19
selftests/bpf: Remove unnecessary link dependencies
Mykyta Yatsenko
1
-5
/
+2
2025-05-19
Merge tag 'ovpn-net-next-20250515' of https://github.com/OpenVPN/ovpn-net-next
David S. Miller
5
-13
/
+42
2025-05-16
vsock/test: check also expected errno on sigpipe test
Stefano Garzarella
1
-2
/
+10
2025-05-16
vsock/test: retry send() to avoid occasional failure in sigpipe test
Stefano Garzarella
1
-8
/
+30
2025-05-16
vsock/test: add timeout_usleep() to allow sleeping in timeout sections
Stefano Garzarella
2
-0
/
+19
2025-05-16
KVM: selftests: access_tracking_perf_test: Use MGLRU for access tracking
James Houghton
4
-26
/
+638
2025-05-16
KVM: selftests: Build and link selftests/cgroup/lib into KVM selftests
James Houghton
1
-1
/
+2
2025-05-16
cgroup: selftests: Add API to find root of specific controller
Sean Christopherson
2
-7
/
+28
2025-05-16
cgroup: selftests: Move cgroup_util into its own library
James Houghton
4
-13
/
+33
2025-05-16
cgroup: selftests: Move memcontrol specific helpers out of common cgroup_util.c
Sean Christopherson
3
-85
/
+83
2025-05-16
KVM: selftests: access_tracking_perf_test: Add option to skip the sanity check
Maxim Levitsky
3
-9
/
+61
2025-05-16
KVM: selftests: Extract guts of THP accessor to standalone sysfs helpers
Sean Christopherson
1
-11
/
+24
2025-05-16
rcutorture: Fix issue with re-using old images on ARM64
Joel Fernandes
1
-1
/
+1
2025-05-16
rcutorture: Remove MAXSMP and CPUMASK_OFFSTACK from TREE01
Paul E. McKenney
1
-2
/
+0
2025-05-16
rcutorture: Reduce TREE01 CPU overcommit
Paul E. McKenney
1
-1
/
+1
2025-05-16
torture: Check for "Call trace:" as well as "Call Trace:"
Paul E. McKenney
2
-2
/
+2
2025-05-16
torture: Add testing of RCU's Rust bindings to torture.sh
Paul E. McKenney
1
-0
/
+45
2025-05-16
torture: Add --do-{,no-}normal to torture.sh
Paul E. McKenney
1
-3
/
+27
2025-05-16
kselftest/arm64: Set default OUTPUT path when undefined
tanze
1
-0
/
+2
2025-05-16
KVM: selftests: Confirm exposing MTE_frac does not break migration
Ben Horgan
1
-1
/
+76
2025-05-15
selftests/run_kselftest.sh: Use readlink if realpath is not available
Yosry Ahmed
1
-1
/
+8
2025-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
20
-61
/
+847
2025-05-15
Merge tag 'net-6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
8
-45
/
+174
2025-05-15
selftest/net/ovpn: extend coverage with more test cases
Antonio Quartulli
5
-11
/
+34
2025-05-15
selftest/net/ovpn: fix crash in case of getaddrinfo() failure
Antonio Quartulli
1
-2
/
+8
2025-05-14
selftests/bpf: Relax TCPOPT_WINDOW validation in test_tcp_custom_syncookie.c.
Kuniyuki Iwashima
1
-1
/
+3
2025-05-14
tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
Steven Rostedt
5
-10
/
+10
2025-05-13
mm: introduce new .mmap_prepare() file callback
Lorenzo Stoakes
1
-5
/
+61
2025-05-13
selftests: memcg: increase error tolerance of child memory.current check in test_memcg_protection()
Waiman Long
1
-2
/
+2
2025-05-13
selftests: memcg: allow low event with no memory.low and memory_recursiveprot on
Waiman Long
1
-4
/
+14
[prev]
[next]