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-10-30
Merge tag 'linux_kselftest-fixes-6.18-rc4' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
-2
/
+3
2025-10-30
selftests: drv-net: replace the nsim ring test with a drv-net one
Jakub Kicinski
-86
/
+168
2025-10-30
KVM: arm64: selftests: Filter ZCR_EL2 in get-reg-list
Mark Brown
-0
/
+1
2025-10-30
KVM: arm64: selftests: Add SCTLR2_EL2 to get-reg-list
Mark Brown
-0
/
+2
2025-10-30
KVM: selftests: fix MAPC RDbase target formatting in vgic_lpi_stress
Maximilian Dittgen
-1
/
+8
2025-10-29
selftests: traceroute: Add ICMP extensions tests
Ido Schimmel
-0
/
+313
2025-10-29
selftests/bpf: Add ABBCCA case for rqspinlock stress test
Kumar Kartikeya Dwivedi
-27
/
+66
2025-10-29
selftests/bpf: Fix intermittent failures in file_reader test
Mykyta Yatsenko
-2
/
+6
2025-10-29
selftests: net: use BASH for bareudp testing
Po-Hsu Lin
-1
/
+1
2025-10-29
selftest: net: fix socklen_t type mismatch in sctp_collision test
Ankit Khushwaha
-1
/
+2
2025-10-29
selftests/bpf: Remove test_tc_tunnel.sh
Alexis Lothoré (eBPF Foundation)
-321
/
+0
2025-10-29
selftests/bpf: Integrate test_tc_tunnel.sh tests into test_progs
Alexis Lothoré (eBPF Foundation)
-19
/
+693
2025-10-29
selftests/bpf: Make test_tc_tunnel.bpf.c compatible with big endian platforms
Alexis Lothoré (eBPF Foundation)
-35
/
+22
2025-10-29
selftests/bpf: Add tc helpers
Alexis Lothoré (eBPF Foundation)
-93
/
+74
2025-10-29
tools/nolibc: add uio.h with readv and writev
Benjamin Berg
-0
/
+9
2025-10-29
tools/dma: move dma_map_benchmark from selftests to tools/dma
Qinxin Xia
-136
/
+0
2025-10-28
vfio: selftests: add end of address space DMA map/unmap tests
Alex Mastro
-0
/
+90
2025-10-28
vfio: selftests: update DMA map/unmap helpers to support more test kinds
Alex Mastro
-28
/
+108
2025-10-28
selftests: tty: add tty_tiocsti_test to .gitignore
Gopi Krishna Menon
-0
/
+1
2025-10-27
selftests/bpf/benchs: Add overwrite mode benchmark for BPF ring buffer
Xu Kuohai
-6
/
+74
2025-10-27
selftests/bpf: Add overwrite mode test for BPF ring buffer
Xu Kuohai
-1
/
+165
2025-10-27
selftests: bridge_mdb: Add a test for MDB flush on snooping disable
Petr Machata
-2
/
+98
2025-10-27
selftests: tls: add tls record_size_limit test
Wilfred Mallawa
-0
/
+141
2025-10-27
selftests/bpf: add file dynptr tests
Mykyta Yatsenko
-0
/
+310
2025-10-27
bpf: widen dynptr size/offset to 64 bit
Mykyta Yatsenko
-12
/
+12
2025-10-27
selftests/bpf: remove unnecessary kfunc prototypes
Mykyta Yatsenko
-10
/
+0
2025-10-27
Merge 6.18-rc3 into tty-next
Greg Kroah-Hartman
-61
/
+85
2025-10-24
selftest: net: prevent use of uninitialized variable
Alessandro Zanni
-0
/
+1
2025-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-225
/
+633
2025-10-23
Merge tag 'net-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-52
/
+56
2025-10-22
selftests: cachestat: Fix warning on declaration under label
Sidharth Seela
-2
/
+2
2025-10-22
selftests/cachestat: add tmpshmcstat file to .gitignore
Madhur Kumar
-0
/
+1
2025-10-22
selftests/tty: add TIOCSTI test suite
Abhinav Saxena
-1
/
+656
2025-10-21
selftests: mptcp: join: mark laminar tests as skipped if not supported
Matthieu Baerts (NGI0)
-5
/
+5
2025-10-21
selftests: mptcp: join: mark 'delete re-add signal' as skipped if not supported
Matthieu Baerts (NGI0)
-1
/
+1
2025-10-21
selftests: mptcp: join: mark implicit tests as skipped if not supported
Matthieu Baerts (NGI0)
-2
/
+2
2025-10-21
selftests: mptcp: join: mark 'flush re-add' as skipped if not supported
Matthieu Baerts (NGI0)
-1
/
+1
2025-10-20
selftests: net: fix server bind failure in sctp_vrf.sh
Xin Long
-43
/
+47
2025-10-20
iommufd/selftest: Fix ioctl return value in _test_cmd_trigger_vevents()
Nicolin Chen
-2
/
+2
2025-10-20
Merge tag 'cgroup-for-6.18-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-9
/
+29
2025-10-20
KVM: selftests: Use "gpa" and "gva" for local variable names in pre-fault test
Sean Christopherson
-18
/
+14
2025-10-20
KVM: selftests: Forcefully override ARCH from x86_64 to x86
Sean Christopherson
-1
/
+1
2025-10-20
KVM: selftests: Don't fall over in mmu_stress_test when only one CPU is present
Brendan Jackman
-1
/
+3
2025-10-20
KVM: selftests: Add guest_memfd tests for mmap and NUMA policy support
Shivank Garg
-0
/
+98
2025-10-20
KVM: selftests: Add helpers to probe for NUMA support, and multi-node systems
Shivank Garg
-0
/
+52
2025-10-20
KVM: selftests: Use proper uAPI headers to pick up mempolicy.h definitions
Sean Christopherson
-31
/
+1
2025-10-20
KVM: selftests: Add additional equivalents to libnuma APIs in KVM's numaif.h
Sean Christopherson
-20
/
+25
2025-10-20
KVM: selftests: Report stacktraces SIGBUS, SIGSEGV, SIGILL, and SIGFPE by def...
Sean Christopherson
-0
/
+24
2025-10-20
KVM: selftests: Define wrappers for common syscalls to assert success
Sean Christopherson
-60
/
+96
2025-10-18
selftests/bpf: Fix list_del() in arena list
Puranjay Mohan
-4
/
+2
[prev]
[next]