index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
vm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-05
selftests/mm: compaction_test: fix bogus test success on Aarch64
Dev Jain
1
-5
/
+11
2024-07-05
selftests/mm: conform test to TAP format output
Muhammad Usama Anjum
1
-47
/
+44
2024-07-05
selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages
Dev Jain
1
-0
/
+2
2024-05-25
Revert "selftests: mm: fix map_hugetlb failure on 64K page size systems"
Harshit Mogalapalli
1
-7
/
+0
2024-03-15
selftests: mm: fix map_hugetlb failure on 64K page size systems
Nico Pache
1
-0
/
+7
2022-03-19
kselftest/vm: fix tests build with old libc
Chengming Zhou
1
-0
/
+1
2022-03-16
selftest/vm: fix map_fixed_noreplace test failure
Aneesh Kumar K.V
1
-12
/
+37
2021-07-31
selftest: fix build error in tools/testing/selftests/vm/userfaultfd.c
Greg Kroah-Hartman
1
-1
/
+1
2021-07-28
selftest: use mmap instead of posix_memalign to allocate memory
Peter Collingbourne
1
-2
/
+4
2020-09-23
selftests/vm: fix display of page size in map_hugetlb
Christophe Leroy
1
-1
/
+1
2020-04-17
selftests/vm: fix map_hugetlb length used for testing read and write
Christophe Leroy
1
-7
/
+7
2020-04-17
selftests: vm: drop dependencies on page flags from mlock2 tests
Michal Hocko
1
-196
/
+37
2020-01-04
selftests: vm: add fragment CONFIG_TEST_VMALLOC
Anders Roxell
1
-0
/
+1
2019-11-06
mm/gup_benchmark: fix MAP_HUGETLB case
John Hubbard
1
-1
/
+1
2019-10-19
mm/gup_benchmark: add a missing "w" to getopt string
John Hubbard
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
1
-3
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 485
Thomas Gleixner
1
-9
/
+1
2019-06-08
Merge tag 'linux-kselftest-5.2-rc4-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+0
2019-06-05
selftests: vm: Fix test build failure when built by itself
Shuah Khan
1
-4
/
+0
2019-06-05
Merge tag 'linux-kselftest-5.2-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-1
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191
Thomas Gleixner
1
-1
/
+1
2019-05-30
selftests: vm: install test_vmalloc.sh for run_vmtests
Naresh Kamboju
1
-0
/
+2
2019-05-30
userfaultfd: selftest: fix compiler warning
Alakesh Haloi
1
-1
/
+1
2019-03-11
tools: mark 'test_vmalloc.sh' executable
Linus Torvalds
1
-0
/
+0
2019-03-07
Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-2
/
+27
2019-03-05
selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULE
Uladzislau Rezki (Sony)
2
-0
/
+192
2019-02-22
tools/selftest/vm: allow choosing mem size and page size in map_hugetlb
Christophe Leroy
1
-2
/
+27
2019-01-15
selftests/vm/gup_benchmark.c: match gup struct to kernel
Alison Schofield
1
-0
/
+1
2018-12-13
selftests: Fix test errors related to lib.mk khdr target
Shuah Khan
1
-0
/
+1
2018-10-26
tools/testing/selftests/vm/map_fixed_noreplace.c: add test for MAP_FIXED_NORE...
Michael Ellerman
3
-0
/
+208
2018-10-26
tools/testing/selftests/vm/gup_benchmark.c: add MAP_HUGETLB option
Keith Busch
1
-1
/
+4
2018-10-26
tools/testing/selftests/vm/gup_benchmark.c: add MAP_SHARED option
Keith Busch
1
-3
/
+7
2018-10-26
tools/testing/selftests/vm/gup_benchmark.c: allow user specified file
Keith Busch
1
-4
/
+13
2018-10-26
tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usage
Keith Busch
1
-0
/
+1
2018-10-26
mm/gup_benchmark.c: add additional pinning methods
Keith Busch
1
-2
/
+11
2018-10-26
mm/gup_benchmark.c: time put_page()
Keith Busch
1
-2
/
+4
2018-10-26
userfaultfd: selftest: recycle lock threads first
Peter Xu
1
-5
/
+6
2018-10-26
userfaultfd: selftest: generalize read and poll
Peter Xu
1
-34
/
+43
2018-10-26
userfaultfd: selftest: cleanup help messages
Peter Xu
1
-18
/
+28
2018-09-05
selftests: add headers_install to lib.mk
Anders Roxell
1
-4
/
+0
2018-08-22
tools/testing/selftests/vm/: add MAP_POPULATE test
Dmitry Safonov
4
-0
/
+126
2018-06-18
selftests: vm: return Kselftest Skip code for skipped tests
Shuah Khan (Samsung OSG)
4
-8
/
+17
2018-03-09
selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpus
Li Zhijian
1
-8
/
+17
2018-02-26
selftests: vm: update .gitignore with new test
Shuah Khan
1
-0
/
+1
2018-02-03
Merge tag 'linux-kselftest-4.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-0
/
+3
2018-01-31
selftests/vm: move 128TB mmap boundary test to generic directory
Aneesh Kumar K.V
3
-2
/
+311
2018-01-23
selftests: vm: update .gitignore with missing generated file
Shuah Khan
1
-0
/
+1
2018-01-10
kselftest: fix OOM in memory compaction test
Arnd Bergmann
1
-0
/
+2
2017-11-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-0
/
+92
2017-11-17
mm: add infrastructure for get_user_pages_fast() benchmarking
Kirill A. Shutemov
2
-0
/
+92
[next]