summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mm
AgeCommit message (Expand)Author
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
2024-11-11selftests/mm: add self tests for guard page featureLorenzo Stoakes
2024-11-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2024-11-07selftests: hugetlb_dio: check for initial conditions to skip in the startMuhammad Usama Anjum
2024-11-07selftests/mm: Define PKEY_UNRESTRICTED for pkey_sighandler_testsKevin Brodsky
2024-11-05selftests/mm: hugetlb_fault_after_madv: improve test outputDavid Hildenbrand
2024-11-05selftests/mm: hugetlb_fault_after_madv: use default hugetlb page sizeDavid Hildenbrand
2024-11-05selftests/mm: add pkey_sighandler_xx, hugetlb_dio to .gitignoreLorenzo Stoakes
2024-11-04selftests/mm: Enable pkey_sighandler_tests on arm64Kevin Brodsky
2024-11-04selftests/mm: Use generic pkey register manipulationKevin Brodsky
2024-10-28selftests/mm: fix deadlock for fork after pthread_create with atomic_boolEdward Liaw
2024-10-28Revert "selftests/mm: replace atomic_bool with pthread_barrier_t"Edward Liaw
2024-10-28Revert "selftests/mm: fix deadlock for fork after pthread_create on ARM"Edward Liaw
2024-10-17selftests: mm: fix the incorrect usage() info of khugepagedNanyong Sun
2024-10-17selftests/mm: fix deadlock for fork after pthread_create on ARMEdward Liaw
2024-10-17selftests/mm: replace atomic_bool with pthread_barrier_tEdward Liaw
2024-10-09selftests/mm: fix incorrect buffer->mirror size in hmm2 double_map testDonet Tom