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
/
selftests
Age
Commit message (
Expand
)
Author
Lines
2024-11-13
selftests/bpf: Add a test for arena range tree algorithm
Alexei Starovoitov
-2
/
+108
2024-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
-207
/
+700
2024-11-13
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-4
/
+28
2024-11-13
Merge tag 'mm-hotfixes-stable-2024-11-12-16-39' of git://git.kernel.org/pub/s...
Linus Torvalds
-0
/
+7
2024-11-13
Merge branch 'kvm-docs-6.13' into HEAD
Paolo Bonzini
-193
/
+534
2024-11-13
Merge tag 'kvm-x86-misc-6.13' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-38
/
+137
2024-11-13
Merge tag 'kvm-x86-selftests-6.13' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-90
/
+126
2024-11-12
selftests/bpf: Add struct_ops prog private stack tests
Yonghong Song
-0
/
+389
2024-11-12
selftests/bpf: Add tracing prog private stack tests
Yonghong Song
-0
/
+274
2024-11-12
torture: Add --no-affinity parameter to kvm.sh
Paul E. McKenney
-20
/
+29
2024-11-12
selftests/bpf: update send_signal to lower perf evemts frequency
Eduard Zingerman
-1
/
+2
2024-11-12
selftests/bpf: allow send_signal test to timeout
Eduard Zingerman
-13
/
+19
2024-11-12
selftests/bpf: add read_with_timeout() utility function
Eduard Zingerman
-0
/
+29
2024-11-12
selftests/bpf: watchdog timer for test_progs
Eduard Zingerman
-6
/
+116
2024-11-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-7
/
+9
2024-11-12
Merge tag 'kvm-s390-next-6.13-1' of https://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
-8
/
+687
2024-11-12
selftests: hugetlb_dio: fixup check for initial conditions to skip in the start
Donet Tom
-0
/
+7
2024-11-12
Merge branch 'iommufd/arm-smmuv3-nested' of iommu/linux into iommufd for-next
Jason Gunthorpe
-151
/
+428
2024-11-12
iommufd/selftest: Add vIOMMU coverage for IOMMU_HWPT_INVALIDATE ioctl
Nicolin Chen
-0
/
+205
2024-11-12
iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test command
Nicolin Chen
-1
/
+30
2024-11-12
iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATE
Nicolin Chen
-2
/
+2
2024-11-12
iommufd/selftest: Add IOMMU_VDEVICE_ALLOC test coverage
Nicolin Chen
-0
/
+51
2024-11-12
iommufd/selftest: Add IOMMU_VIOMMU_ALLOC test coverage
Nicolin Chen
-0
/
+176
2024-11-12
kselftest/arm64: Try harder to generate different keys during PAC tests
Mark Brown
-1
/
+1
2024-11-12
kselftest/arm64: Don't leak pipe fds in pac.exec_sign_all()
Mark Brown
-0
/
+3
2024-11-12
kselftest/arm64: Corrupt P0 in the irritator when testing SSVE
Mark Brown
-2
/
+2
2024-11-12
rcutorture: Add light-weight SRCU scenario
Paul E. McKenney
-1
/
+16
2024-11-12
kselftest/arm64: Fix missing printf() argument in gcs/gcs-stress.c
Catalin Marinas
-1
/
+1
2024-11-12
kselftest/arm64: Add FPMR coverage to fp-ptrace
Mark Brown
-7
/
+146
2024-11-12
kselftest/arm64: Expand the set of ZA writes fp-ptrace does
Mark Brown
-10
/
+8
2024-11-12
kselftets/arm64: Use flag bits for features in fp-ptrace assembler code
Mark Brown
-18
/
+41
2024-11-12
kselftest/arm64: Enable build of PAC tests with LLVM=1
Mark Brown
-0
/
+6
2024-11-12
kselftest/arm64: Check that SVCR is 0 in signal handlers
Mark Brown
-0
/
+23
2024-11-11
net: ipv4: Cache pmtu for all packet paths if multipath enabled
Vladimir Vdovin
-17
/
+95
2024-11-11
net: netconsole: selftests: Check if netdevsim is available
Breno Leitao
-1
/
+6
2024-11-11
selftests: net: Add busy_poll_test
Joe Damato
-0
/
+521
2024-11-11
selftests: ncdevmem: Add automated test
Stanislav Fomichev
-0
/
+46
2024-11-11
selftests: ncdevmem: Move ncdevmem under drivers/net/hw
Stanislav Fomichev
-9
/
+9
2024-11-11
selftests: ncdevmem: Run selftest when none of the -s or -c has been provided
Stanislav Fomichev
-10
/
+39
2024-11-11
selftests: ncdevmem: Remove hard-coded queue numbers
Stanislav Fomichev
-2
/
+38
2024-11-11
selftests: ncdevmem: Use YNL to enable TCP header split
Stanislav Fomichev
-3
/
+56
2024-11-11
selftests: ncdevmem: Properly reset flow steering
Stanislav Fomichev
-7
/
+12
2024-11-11
selftests: ncdevmem: Switch to AF_INET6
Stanislav Fomichev
-29
/
+68
2024-11-11
selftests: ncdevmem: Remove default arguments
Stanislav Fomichev
-22
/
+39
2024-11-11
selftests: ncdevmem: Make client_ip optional
Stanislav Fomichev
-3
/
+9
2024-11-11
selftests: ncdevmem: Unify error handling
Stanislav Fomichev
-8
/
+8
2024-11-11
selftests: ncdevmem: Separate out dmabuf provider
Stanislav Fomichev
-84
/
+119
2024-11-11
selftests: ncdevmem: Redirect all non-payload output to stderr
Stanislav Fomichev
-31
/
+30
2024-11-11
selftests: hsr: Add test for VLAN
MD Danish Anwar
-0
/
+99
2024-11-11
ipv6: Fix soft lockups in fib6_select_path under high next hop churn
Omid Ehtemam-Haghighi
-0
/
+263
[prev]
[next]