index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Lines
2025-05-08
selftests: net-drv: remove the nic_performance and nic_link_layer tests
Jakub Kicinski
-494
/
+1
2025-05-08
selftests: netfilter: fix conntrack stress test failures on debug kernels
Florian Westphal
-21
/
+42
2025-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-30
/
+290
2025-05-08
Merge tag 'net-6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-18
/
+240
2025-05-08
kselftest/arm64: fp-ptrace: Adjust to new inactive mode behaviour
Mark Rutland
-8
/
+22
2025-05-08
kselftest/arm64: fp-ptrace: Adjust to new VL change behaviour
Mark Rutland
-15
/
+3
2025-05-08
kselftest/arm64: tpidr2: Adjust to new clone() behaviour
Mark Rutland
-2
/
+12
2025-05-08
kselftest/arm64: fp-ptrace: Fix expected FPMR value when PSTATE.SM is changed
Mark Rutland
-13
/
+1
2025-05-08
KVM: selftests: Add a test for x86's fastops emulation
Sean Christopherson
-0
/
+166
2025-05-07
selftests/mm: fix a build failure on powerpc
Nysal Jan K.A.
-1
/
+11
2025-05-07
selftests/mm: fix build break when compiling pkey_util.c
Madhavan Srinivasan
-0
/
+3
2025-05-07
tools/testing/selftests: fix guard region test tmpfs assumption
Lorenzo Stoakes
-6
/
+10
2025-05-07
selftests/mm: compaction_test: support platform with huge mount of memory
Feng Tang
-5
/
+14
2025-05-06
io_uring/zcrx: selftests: fix setting ntuple rule into rss
David Wei
-5
/
+5
2025-05-06
cxl/test: Address missing MODULE_DESCRIPTION warnings for cxl_test
Dave Jiang
-0
/
+3
2025-05-06
selftests/bpf: Add test for bpf_list_{front,back}
Martin KaFai Lau
-0
/
+119
2025-05-06
selftests/bpf: Add tests for bpf_rbtree_{root,left,right}
Martin KaFai Lau
-0
/
+212
2025-05-06
bpf: Allow refcounted bpf_rb_node used in bpf_rbtree_{remove,left,right}
Martin KaFai Lau
-14
/
+15
2025-05-06
Merge tag 'nf-next-25-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
-0
/
+431
2025-05-06
Merge tag 'v6.15-rc4' into x86/asm, to pick up fixes
Ingo Molnar
-578
/
+2747
2025-05-06
selftests: net: exit cleanly on SIGTERM / timeout
Jakub Kicinski
-1
/
+23
2025-05-06
KVM: arm64: selftests: Add test for SVE host corruption
Mark Brown
-0
/
+128
2025-05-05
selftests: drv: net: add version indicator
Mohsin Bashir
-3
/
+14
2025-05-05
selftests: drv: net: avoid skipping tests
Mohsin Bashir
-2
/
+4
2025-05-05
selftests: drv: net: fix test failure on ipv6 sys
Mohsin Bashir
-13
/
+9
2025-05-05
selftests: Add IPv6 link-local address generation tests for GRE devices.
Guillaume Nault
-0
/
+178
2025-05-05
selftests: iou-zcrx: Clean up build warnings for error format
Haiyue Wang
-2
/
+2
2025-05-05
selftests: mptcp: add chk_sublfow in diag.sh
Gang Yan
-0
/
+32
2025-05-05
selftests: mptcp: add helpers to get subflow_info
Gang Yan
-2
/
+157
2025-05-05
selftests: mptcp: refactor NLMSG handling with 'proto'
Gang Yan
-18
/
+20
2025-05-05
selftests: mptcp: refactor send_query parameters for code clarity
Gang Yan
-9
/
+10
2025-05-05
selftests: mptcp: add struct params in mptcp_diag
Gang Yan
-5
/
+11
2025-05-05
selftests: mptcp: sockopt: use IPPROTO_MPTCP for getaddrinfo
Geliang Tang
-8
/
+24
2025-05-05
selftests: mptcp: info: hide 'grep: write error' warnings
Matthieu Baerts (NGI0)
-2
/
+5
2025-05-05
selftests: ublk: kublk: fix include path
Uday Shankar
-2
/
+1
2025-05-05
selftests: ublk: make test_generic_06 silent on success
Uday Shankar
-1
/
+1
2025-05-05
selftests: ublk: kublk: build with -Werror iff WERROR!=0
Uday Shankar
-0
/
+4
2025-05-05
selftests/bpf: Remove sockmap_ktls disconnect_after_delete test
Ihor Solodrai
-67
/
+0
2025-05-05
selftests/tc-testing: Add a test case to cover basic HTB+FQ_CODEL case
Cong Wang
-0
/
+35
2025-05-05
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-56
/
+597
2025-05-05
KVM: arm64: selftest: Don't try to disable AArch64 support
Marc Zyngier
-4
/
+4
2025-05-05
Merge branch 'block-6.15' into for-6.16/block
Jens Axboe
-12
/
+48
2025-05-05
selftests: netfilter: nft_fib.sh: check lo packets bypass fib lookup
Florian Westphal
-0
/
+23
2025-05-05
selftests: netfilter: add conntrack stress test
Florian Westphal
-0
/
+408
2025-05-04
Merge tag 'v6.15-rc4' into x86/fpu, to pick up fixes
Ingo Molnar
-231
/
+1322
2025-05-03
Merge tag 'sound-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-0
/
+2
2025-05-03
futex,selftests: Add another FUTEX2_NUMA selftest
Peter Zijlstra
-1
/
+264
2025-05-03
selftests/futex: Add futex_numa_mpol
Sebastian Andrzej Siewior
-1
/
+290
2025-05-03
selftests/futex: Add futex_priv_hash
Sebastian Andrzej Siewior
-2
/
+323
2025-05-03
selftests/futex: Build without headers nonsense
Peter Zijlstra
-0
/
+18
[prev]
[next]