index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
selftests/mm: check stat() return value in khugepaged get_finfo()
Anshuman
1
-1
/
+2
2026-08-24
selftests/mm: fix unchecked ftruncate return value in soft-dirty test
Anshuman
1
-1
/
+2
2026-08-24
selftests/mm: drop redundant open() in mprotect_tests()
Hongfu Li
1
-6
/
+0
2026-08-24
selftests/mm: kmemleak: drop stale min_unref_scans default from comments
Breno Leitao
1
-6
/
+4
2026-08-24
selftests: mm: test kmemleak's N-consecutive-scan leak confirmation
Breno Leitao
2
-0
/
+133
2026-08-24
selftests/mm: fix read_file() return value check
Hongfu Li
2
-3
/
+3
2026-08-24
selftests/mm: retry migration failures for the full runtime
Muhammad Usama Anjum
1
-17
/
+20
2026-08-24
selftests/mm: skip hard dirty page-cache test on NFS
Muhammad Usama Anjum
1
-2
/
+12
2026-08-24
selftests/mm: skip guard hole-punch test if MADV_REMOVE is unsupported
Muhammad Usama Anjum
1
-3
/
+7
2026-08-24
selftests/mm: skip COW tmpfile cases when fallocate() is unsupported
Muhammad Usama Anjum
1
-2
/
+7
2026-08-24
selftests/mm/vm_util.c: correct __pagemap_scan_get_categories return value
Audra Mitchell
1
-2
/
+2
2026-08-24
selftests/mm: drop duplicate test_seal_mprotect_two_vma_with_gap() call
Hongfu Li
1
-2
/
+1
2026-08-24
selftests: mm: add mTHP collapse test cases
Baolin Wang
2
-19
/
+120
2026-08-24
selftests: mm: implement the mTHP-sized hugepage check helpers
Baolin Wang
1
-4
/
+72
2026-08-24
selftests: mm: move gather_after_split_folio_orders() into vm_util.c file
Baolin Wang
3
-124
/
+122
2026-08-24
selftests: mm: extend the check_huge() to support mTHP check
Baolin Wang
9
-48
/
+56
2026-08-24
selftests/mm: use pattern matching in .gitignore
Pratyush Mallick
1
-67
/
+9
2026-08-24
selftests/mm: read memory information without popen
Warren Xiong
1
-17
/
+21
2026-08-24
selftests/mm: rename local_config.h to local_config.h_gen
Pratyush Mallick
4
-6
/
+6
2026-08-24
tools/testing/selftests/mm: test anonymous page offset merge behaviour
Lorenzo Stoakes (ARM)
1
-0
/
+57
2026-08-15
selftests/mm: thuge-gen: fix test_shmget() for PAGE_SIZE check
Mike Rapoport (Microsoft)
1
-5
/
+10
2026-08-06
selftests/mm: unpoison pages in memory-failure teardown
Muhammad Usama Anjum
1
-22
/
+22
2026-08-06
selftests/mm: fix gup_longterm EINVAL error message
zhaozhengzhuo
1
-1
/
+1
2026-08-06
selftests/mm/pagemap_ioctl: fix missing NULL checks after calloc()
longlong yan
1
-1
/
+7
2026-08-06
selftests/mm: use MAP_FAILED for mmap error check
longlong yan
1
-53
/
+53
2026-08-06
selftests/mm: fix BUG_ON checking wrong variable in mremap_dontunmap
Hongfu Li
1
-1
/
+1
2026-08-06
selftests/mm: add PAGEMAP_SCAN test for THP PMD holes
Kiryl Shutsemau (Meta)
1
-27
/
+75
2026-08-06
selftests/mm: factor out hmm_buffer_alloc() to consolidate buffer setup
Hongfu Li
1
-460
/
+165
2026-08-06
selftests/mm: fix on-fault-limit false failure under sudo-rs
Injae Ryou
1
-1
/
+1
2026-08-04
selftests/mm: remove obsolete hugetlb vmemmap test
Muchun Song
3
-134
/
+0
2026-08-04
selftests/mm: add HMM test for mmap lock-dropping faults
Stanislav Kinsburskii
1
-0
/
+150
2026-08-04
selftests/mm: fix ternary operator precedence in ksm_tests
Sayali Patil
1
-6
/
+6
2026-08-04
selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodes
Sayali Patil
1
-7
/
+9
2026-08-04
selftests/mm: handle EINVAL when configuring gigantic hugepages
Sayali Patil
3
-5
/
+24
2026-08-04
selftests/mm: fix memleak in migration benchmark
Hongfu Li
1
-9
/
+12
2026-08-04
ksm: add mremap selftests for ksm_rmap_walk
xu xin
1
-0
/
+81
2026-08-04
selftests/mm: add userfaultfd RWP tests
Kiryl Shutsemau (Meta)
1
-0
/
+919
2026-08-04
Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up
Andrew Morton
1
-1
/
+1
2026-07-30
selftests/mm/uffd: don't treat UFFDIO_COPY -ENOENT as a failure
Mike Rapoport (Microsoft)
1
-2
/
+7
2026-07-30
selftests/mm: fix clone cleartid race in pkey sighandler tests
Hongfu Li
1
-8
/
+12
2026-07-30
selftests/mm: add missing pthread_create() return checks in pkey tests
Hongfu Li
1
-2
/
+10
2026-07-30
selftests/mm: add missing mmap() return checks in pkey tests
Hongfu Li
3
-6
/
+10
2026-07-30
selftests/mm: use pkey_assert on clone_raw failure in pkey test
Hongfu Li
1
-2
/
+2
2026-07-30
selftests/mm: unify pkey sighandler selftest assertions and tracing
Hongfu Li
1
-45
/
+44
2026-07-30
selftests/mm: move pkey selftest helpers to pkey_util.c
Hongfu Li
3
-88
/
+93
2026-07-28
selftests/mm: fix potential wild pointer access of getline due to missing init
Chris Gellermann
1
-1
/
+1
2026-07-20
fs/proc/task_mmu: fix PAGEMAP_SCAN written state for unpopulated ptes
Kiryl Shutsemau (Meta)
1
-1
/
+55
2026-07-01
selftests/mm: hmm-tests: include linux/mman.h to access MADV_COLLAPSE
Zenghui Yu
1
-0
/
+1
2026-07-01
selftests/mm: pagemap_ioctl: use the correct page size for transact_test()
Zenghui Yu
1
-6
/
+6
2026-07-01
selftests/mm: fix ksft_process_madv.sh test category
Sarthak Sharma
1
-1
/
+1
[next]