aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds10-4/+59
13 daysMerge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds9-32/+289
13 daysselftests/net: packetdrill: add tcp_urg_ptr_retransmitJiayuan Chen1-0/+65
13 daysMerge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds28-324/+1218
13 daysselftests: net: Fix slow configurations in big_tcp_tunnels.shAlice Mikityanska1-0/+17
13 daysselftests: net: Lower threshold with csum offload off in big_tcp_tunnels.shAlice Mikityanska1-2/+5
13 daysselftests: net: Lower threshold on debug kernels for big_tcp_tunnels.shAlice Mikityanska1-2/+9
13 daysselftests: net: Wait for netserver to launchAlice Mikityanska1-0/+3
13 daysselftests/arm64: Add MTE test config fragmentMuhammad Usama Anjum1-0/+17
13 daysselftests/arm64: Fix MTE prctl TAP planMuhammad Usama Anjum1-1/+1
13 daysselftests/arm64: Treat KSM merge_across_nodes as optionalMuhammad Usama Anjum1-3/+26
13 daysselftests/arm64: Print missing MTE TAP headersMuhammad Usama Anjum8-0/+15
13 daysselftests: net: tcp_ao: test VRF-scoped key deletionRastislav Szabo3-26/+51
2026-08-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds98-826/+2399
2026-08-25Merge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+132
2026-08-25Merge tag 'fuse-update-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds3-0/+372
2026-08-24selftests/proc: make proc-maps-race work with READ_IMPLIES_EXECKarl Mehltretter1-1/+2
2026-08-24selftests/mm: check stat() return value in khugepaged get_finfo()Anshuman1-1/+2
2026-08-24selftests/mm: fix unchecked ftruncate return value in soft-dirty testAnshuman1-1/+2
2026-08-24selftests/mm: drop redundant open() in mprotect_tests()Hongfu Li1-6/+0
2026-08-24selftests/cgroup: test_zswap: skip test_no_kmem_bypass if debugfs is unavailableWilson Felipe Pereira2-2/+12
2026-08-24selftests/mm: kmemleak: drop stale min_unref_scans default from commentsBreno Leitao1-6/+4
2026-08-24selftests: mm: test kmemleak's N-consecutive-scan leak confirmationBreno Leitao2-0/+133
2026-08-24kselftest: alloc_tag: extend the allocinfo ioctl kselftestAbhishek Bapat1-1/+215
2026-08-24kselftest: alloc_tag: add kselftest for ioctl interfaceAbhishek Bapat3-0/+343
2026-08-24selftests/mm: fix read_file() return value checkHongfu Li2-3/+3
2026-08-24selftests/mm: retry migration failures for the full runtimeMuhammad Usama Anjum1-17/+20
2026-08-24selftests/mm: skip hard dirty page-cache test on NFSMuhammad Usama Anjum1-2/+12
2026-08-24selftests/mm: skip guard hole-punch test if MADV_REMOVE is unsupportedMuhammad Usama Anjum1-3/+7
2026-08-24selftests/mm: skip COW tmpfile cases when fallocate() is unsupportedMuhammad Usama Anjum1-2/+7
2026-08-24selftests/mm/vm_util.c: correct __pagemap_scan_get_categories return valueAudra Mitchell1-2/+2
2026-08-24selftests/mm: drop duplicate test_seal_mprotect_two_vma_with_gap() callHongfu Li1-2/+1
2026-08-24selftests: mm: add mTHP collapse test casesBaolin Wang2-19/+120
2026-08-24selftests: mm: implement the mTHP-sized hugepage check helpersBaolin Wang1-4/+72
2026-08-24selftests: mm: move gather_after_split_folio_orders() into vm_util.c fileBaolin Wang3-124/+122
2026-08-24selftests: mm: extend the check_huge() to support mTHP checkBaolin Wang9-48/+56
2026-08-24selftests/mm: use pattern matching in .gitignorePratyush Mallick1-67/+9
2026-08-24selftests/mm: read memory information without popenWarren Xiong1-17/+21
2026-08-24selftests/mm: rename local_config.h to local_config.h_genPratyush Mallick4-6/+6
2026-08-24tools/testing/selftests/mm: test anonymous page offset merge behaviourLorenzo Stoakes (ARM)1-0/+57
2026-08-24selftests/net: check fork() return value in fin_ack_latQingshuang Fu1-0/+2
2026-08-24selftests/net: fix kill() argument order and wrapper cleanup in fin_ack_latQingshuang Fu2-2/+3
2026-08-24Merge tag 'kvmarm-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini4-0/+271
2026-08-24selftests/fuse: test post-EOF page zeroing when a file is extendedJimmy Zuber3-0/+372
2026-08-23Merge tag 'mm-nonmm-stable-2026-08-22-16-57' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds8-132/+428
2026-08-22Merge tag 'perf-tools-for-v7.3-2026-08-21' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds1-1/+0
2026-08-21Merge tag 'landlock-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linuxLinus Torvalds14-57/+5390
2026-08-21Merge tag 'for-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds2-5/+6
2026-08-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-1/+338
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds38-901/+2249