aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/mm/mremap_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-13selftests/mm: fix -Wmaybe-uninitialized warningsKevin Brodsky1-1/+1
2025-01-13selftests/mm: mremap_test: Remove unused variable and type mismatchesMuhammad Usama Anjum1-7/+8
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-0/+2
2024-04-25selftests/mm: mremap_test: use sscanf to parse /proc/self/mapsDev Jain1-7/+11
2024-04-25selftests/mm: mremap_test: optimize execution time from minutes to seconds using chunkwise memcmpDev Jain1-21/+91
2024-04-25selftests/mm: mremap_test: optimize using pre-filled random array and memcpyDev Jain1-25/+53
2024-01-25selftests/mm: mremap_test: fix build warningMuhammad Usama Anjum1-13/+14
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-44/+257
2023-10-13selftests/mm: Substitute attribute with a macroMaciej Wieczor-Retman1-1/+1
2023-10-04selftests: mm: add a test for moving from an offset from start of mappingJoel Fernandes1-55/+134
2023-10-04selftests: mm: add a test for remapping within a rangeJoel Fernandes (Google)1-1/+78
2023-10-04selftests: mm: add a test for remapping to area immediately after existing mappingJoel Fernandes (Google)1-5/+52
2023-10-04selftests: mm: add a test for mutually aligned moves > PMD sizeJoel Fernandes (Google)1-1/+11
2023-10-04selftests: mm: fix failure case when new remap region was not foundJoel Fernandes (Google)1-1/+1
2023-01-18selftest/vm: add mremap expand merge offset testLorenzo Stoakes1-23/+96
2023-01-18selftests/vm: rename selftests/vm to selftests/mmSeongJae Park1-0/+475