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