index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
mm
/
mremap_test.c
Age
Commit message (
Expand
)
Author
2024-07-28
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
2024-04-25
selftests/mm: mremap_test: use sscanf to parse /proc/self/maps
Dev Jain
2024-04-25
selftests/mm: mremap_test: optimize execution time from minutes to seconds us...
Dev Jain
2024-04-25
selftests/mm: mremap_test: optimize using pre-filled random array and memcpy
Dev Jain
2024-01-25
selftests/mm: mremap_test: fix build warning
Muhammad Usama Anjum
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-10-13
selftests/mm: Substitute attribute with a macro
Maciej Wieczor-Retman
2023-10-04
selftests: mm: add a test for moving from an offset from start of mapping
Joel Fernandes
2023-10-04
selftests: mm: add a test for remapping within a range
Joel Fernandes (Google)
2023-10-04
selftests: mm: add a test for remapping to area immediately after existing ma...
Joel Fernandes (Google)
2023-10-04
selftests: mm: add a test for mutually aligned moves > PMD size
Joel Fernandes (Google)
2023-10-04
selftests: mm: fix failure case when new remap region was not found
Joel Fernandes (Google)
2023-01-18
selftest/vm: add mremap expand merge offset test
Lorenzo Stoakes
2023-01-18
selftests/vm: rename selftests/vm to selftests/mm
SeongJae Park