summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2026-03-30Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo3-0/+263
2026-03-30selftests/sched_ext: Add cyclic SCX_KICK_WAIT stress testTejun Heo3-0/+263
2026-03-30Merge branch 'master' into rdma-nextLeon Romanovsky76-319/+2094
2026-03-30RDMA/rxe: Add testcase for net namespace rxeZhu Yanjun7-0/+298
2026-03-30selftests/livepatch: add test for module function patchingPablo Alessandro Santos Hugen4-0/+194
2026-03-30Merge tag 'vfs-7.0-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-03-30selftests: drv-net: xdp: Add rss_hash metadata testsChris J Arges4-0/+312
2026-03-30selftests: net: move common xdp.py functions into libChris J Arges4-74/+94
2026-03-29selftests/bpf: Add few tests for alu32 shift value tracking and zextDaniel Borkmann1-0/+165
2026-03-29selftests/bpf: Update kfuncs using btf_struct_meta to new variantsIhor Solodrai3-156/+9
2026-03-29bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGSIhor Solodrai1-2/+2
2026-03-28selftests: fix ARCH normalization to handle command-line argumentAleksei Oladko6-14/+14
2026-03-28selftests/fchmodat2: use ksft_finished()Mark Brown1-4/+1
2026-03-28selftests/fchmodat2: clean up temporary files and directoriesMark Brown1-50/+111
2026-03-28selftests/ipc: skip msgque test when MSG_COPY is unsupportedUYeol Jo1-0/+3
2026-03-28selftests/tc-testing: add test for HFSC divide-by-zero in rtsc_min()Xiang Mei1-0/+25
2026-03-27cxl/core/region: move dax region device logic into region_dax.cGregory Price1-1/+1
2026-03-27cxl/core/region: move pmem region driver logic into region_pmem.cGregory Price1-1/+1
2026-03-27selftests/bpf: add block device management selftestsChristian Brauner2-0/+317
2026-03-27RISC-V: KVM: selftests: Fix firmware counter read in sbi_pmu_testJiakai Xu2-1/+56
2026-03-27selftests: ALSA: Skip utimer test when CONFIG_SND_UTIMER is not enabledBen Copeland1-1/+9
2026-03-27selftests: net: Remove unnecessary backslashes in fq_band_pktlimit.shYohei Kojima1-8/+8
2026-03-27selftests: add check for seg6 tunsrcJustin Iurman1-13/+96
2026-03-27Revert "selftests/sched_ext: Add tests for SCX_ENQ_IMMED and scx_bpf_dsq_reen...Tejun Heo7-601/+0
2026-03-26selftests/bpf: Test kind encoding/decodingAlan Maguire1-0/+226
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-8/+583
2026-03-26Merge tag 'landlock-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+90
2026-03-26KVM: arm64: kselftest: set_id_regs: Add test for FEAT_LSUIYeoreum Yun1-0/+1
2026-03-26Merge tag 'net-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-4/+171
2026-03-26RISC-V: KVM: selftests: Add RISC-V SBI STA shmem alignment testsJiakai Xu2-0/+33
2026-03-26KVM: selftests: Refactor UAPI tests into dedicated functionJiakai Xu1-16/+51
2026-03-25selftests: netfilter: nft_concat_range.sh: add check for flush+reload bugFlorian Westphal1-1/+69
2026-03-25selftests/bpf: Make reg_bounds test more robustAlexei Starovoitov1-1/+17
2026-03-25tcp: add cwnd_event_tx_start to tcp_congestion_opsEric Dumazet3-26/+31
2026-03-25selftests: drv-net: add missing tc config options for netkit testsBobby Eshleman1-0/+2
2026-03-25Merge commit 'f35dbac6942171dc4ce9398d1d216a59224590a9' into trace/ring-buffe...Steven Rostedt14-42/+331
2026-03-25selftests/bpf: Test variable length stack writeAlexei Starovoitov1-0/+41
2026-03-25selftests/futex: Bump up libnuma version checkDavidlohr Bueso2-2/+2
2026-03-25selftests/futex: Conditionally include libnuma supportNylon Chen2-1/+6
2026-03-25selftests/bpf: verify_pkcs7_sig: Use 'struct module_signature' from the UAPI ...Thomas Weißschuh1-25/+3
2026-03-25sign-file: use 'struct module_signature' from the UAPI headersThomas Weißschuh1-0/+1
2026-03-24selftests/bpf: move trampoline_count to dedicated bpf_testmod targetSun Jian3-20/+27
2026-03-24selftests/bpf: Fix sockmap_multi_channels reliabilityJiayuan Chen1-2/+15
2026-03-24selftests/bpf: Improve tc_tunnel test reliabilityJiayuan Chen1-1/+1
2026-03-24selftests/bpf: Add trampolines single and multi-level pointer params test cov...Slava Imameev2-0/+70
2026-03-24selftests/sched_ext: Skip rt_stall on older kernels and list skipped testsCheng-Yang Chou2-1/+12
2026-03-24selftests/cgroup: Don't require synchronous populated update on task exitTejun Heo4-4/+23
2026-03-24selftests/bpf: Test 32-bit scalar spill pruning in stacksafe()Alexei Starovoitov1-0/+37
2026-03-24Merge tag 'kvm-s390-master-7.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2-0/+76
2026-03-24selftests/bpf: Add test for struct_ops __ref argument in any positionVarun R Mallya4-0/+54