summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/mm
AgeCommit message (Expand)AuthorLines
2025-02-17selftests/mm: fix check for running THP testsMark Brown-1/+1
2025-01-25selftests/mm/mkdirty: fix memory leak in test_uffdio_copy()liuye-0/+1
2025-01-25selftests/mm: virtual_address_range: avoid reading from VM_IO mappingsThomas Weißschuh-0/+29
2025-01-25selftests/mm: vm_util: split up /proc/self/smaps parsingThomas Weißschuh-13/+29
2025-01-25selftests/mm: virtual_address_range: unmap chunks after validationThomas Weißschuh-2/+32
2025-01-25selftests/mm: virtual_address_range: mmap() without PROT_WRITEThomas Weißschuh-2/+2
2025-01-25selftests/mm/cow: modify the incorrect checking parametersHao Ge-5/+5
2025-01-25selftests/mm: add tests for splitting pmd THPs to all lower ordersZi Yan-5/+9
2025-01-25selftests/mm: use selftests framework to print test resultZi Yan-22/+12
2025-01-25selftests/mm: introduce uffd-wp-mremap regression testRyan Roberts-0/+384
2025-01-25selftests/mm: add new test cases to the migration testDonet Tom-0/+99
2025-01-13selftests/mm: remove X permission from sigaltstack mappingKevin Brodsky-2/+2
2025-01-13selftests/mm: skip pkey_sighandler_tests if support is missingKevin Brodsky-0/+3
2025-01-13selftests/mm: rename pkey register macroKevin Brodsky-3/+3
2025-01-13selftests/mm: use sys_pkey helpers consistentlyKevin Brodsky-39/+50
2025-01-13selftests/mm: ensure non-global pkey symbols are marked staticKevin Brodsky-69/+72
2025-01-13selftests/mm: remove empty pkey helper definitionKevin Brodsky-4/+4
2025-01-13selftests/mm: ensure pkey-*.h define inline functions onlyKevin Brodsky-14/+15
2025-01-13selftests/mm: define types using typedef in pkey-helpers.hKevin Brodsky-4/+6
2025-01-13selftests/mm: remove unused pkey helpersKevin Brodsky-68/+0
2025-01-13selftests/mm: build with -O2Kevin Brodsky-1/+8
2025-01-13selftests/mm: fix -Warray-bounds warnings in pkey_sighandler_testsKevin Brodsky-5/+4
2025-01-13selftests/mm: fix strncpy() lengthKevin Brodsky-1/+1
2025-01-13selftests/mm: fix -Wmaybe-uninitialized warningsKevin Brodsky-4/+4
2025-01-13selftests/mm: fix condition in uffd_move_test_common()Kevin Brodsky-1/+1
2025-01-13selftests/mm: mremap_test: Remove unused variable and type mismatchesMuhammad Usama Anjum-7/+8
2025-01-13selftests/mm: mseal_test: remove unused variablesMuhammad Usama Anjum-4/+4
2025-01-13selftests/mm: pagemap_ioctl: Fix types mismatches shown by compiler optionsMuhammad Usama Anjum-51/+59
2025-01-13selftests/mm: thp_settings: remove const from return typeMuhammad Usama Anjum-4/+4
2025-01-13selftests/mm: add fork CoW guard page testLorenzo Stoakes-3/+85
2025-01-13selftest/mm: remove seal_elfJeff Xu-139/+0
2025-01-13selftests: mm: fix conversion specifiers in transact_test()guanjing-5/+5
2025-01-13selftests/mm: add a few missing gitignore filesLi Zhijian-0/+3
2025-01-12selftests/mm: set allocated memory to non-zero content in cow testRyan Roberts-4/+4
2024-12-05selftest: hugetlb_dio: fix test namingMark Brown-9/+5
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-12/+1300
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+420
2024-11-19mm: page_frag: fix a compile error when kernel is not compiledYunsheng Lin-1/+19
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-30/+105
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+12
2024-11-14Merge branch 'for-next/pkey-signal' into for-next/coreCatalin Marinas-30/+105
2024-11-12selftests: hugetlb_dio: fixup check for initial conditions to skip in the startDonet Tom-0/+7
2024-11-11selftests/mm: Fix unused function warning for aarch64_write_signal_pkey()Catalin Marinas-1/+1
2024-11-11selftests/mm: skip virtual_address_range tests on riscvChunyan Zhang-4/+8
2024-11-11selftest/mm: fix typo in virtual_address_rangeChunyan Zhang-2/+2
2024-11-11mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin-1/+1
2024-11-11mm: move the page fragment allocator from page_alloc into its own fileYunsheng Lin-1/+1
2024-11-11mm: page_frag: add a test module for page_fragYunsheng Lin-0/+402
2024-11-11selftests/mm: add self tests for guard page featureLorenzo Stoakes-0/+1245
2024-11-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton-7/+12