index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
vm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-03
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
6
-0
/
+1478
2020-05-23
selftests/vm/write_to_hugetlbfs.c: fix unused variable warning
John Hubbard
1
-2
/
+0
2020-05-23
selftests/vm/.gitignore: add mremap_dontunmap
John Hubbard
1
-0
/
+1
2020-05-19
mm/hmm/test: add selftests for HMM
Ralph Campbell
6
-0
/
+1478
2020-04-13
selftests: vm: Fix 64-bit test builds for powerpc64le
Sandipan Das
2
-2
/
+2
2020-04-13
selftests: vm: Do not override definition of ARCH
Sandipan Das
1
-2
/
+2
2020-04-07
userfaultfd: selftests: add write-protect test
Peter Xu
1
-24
/
+133
2020-04-07
userfaultfd: selftests: refactor statistics
Peter Xu
1
-27
/
+49
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+1
2020-04-02
selftests/vm: fix map_hugetlb length used for testing read and write
Christophe Leroy
1
-7
/
+7
2020-04-02
hugetlb_cgroup: add hugetlb_cgroup reservation tests
Mina Almasry
6
-0
/
+1086
2020-04-02
selftests: vm: drop dependencies on page flags from mlock2 tests
Michal Hocko
1
-196
/
+37
2020-04-02
selftests: add MREMAP_DONTUNMAP selftest
Brian Geffon
3
-0
/
+329
2020-04-02
selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
John Hubbard
1
-0
/
+22
2020-04-02
mm/gup_benchmark: support pin_user_pages() and related calls
John Hubbard
1
-1
/
+14
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2020-02-21
selftests/vm: add missed tests in run_vmtests
SeongJae Park
1
-0
/
+33
2020-01-31
mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
John Hubbard
1
-1
/
+5
2019-12-01
selftests: vm: add fragment CONFIG_TEST_VMALLOC
Anders Roxell
1
-0
/
+1
2019-11-26
Merge tag 'linux-kselftest-5.5-rc1-fixes' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-0
/
+15
2019-11-08
selftests: vm: Build/Run 64bit tests only on 64bit arch
Masami Hiramatsu
2
-0
/
+15
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-06
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-06
selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULE
Uladzislau Rezki (Sony)
2
-0
/
+192
2019-02-21
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-14
selftests: Fix test errors related to lib.mk khdr target
Shuah Khan
1
-0
/
+1
2018-10-27
tools/testing/selftests/vm/map_fixed_noreplace.c: add test for MAP_FIXED_NORE...
Michael Ellerman
3
-0
/
+208
2018-10-27
tools/testing/selftests/vm/gup_benchmark.c: add MAP_HUGETLB option
Keith Busch
1
-1
/
+4
2018-10-27
tools/testing/selftests/vm/gup_benchmark.c: add MAP_SHARED option
Keith Busch
1
-3
/
+7
2018-10-27
tools/testing/selftests/vm/gup_benchmark.c: allow user specified file
Keith Busch
1
-4
/
+13
2018-10-27
tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usage
Keith Busch
1
-0
/
+1
2018-10-27
mm/gup_benchmark.c: add additional pinning methods
Keith Busch
1
-2
/
+11
2018-10-27
mm/gup_benchmark.c: time put_page()
Keith Busch
1
-2
/
+4
2018-10-27
userfaultfd: selftest: recycle lock threads first
Peter Xu
1
-5
/
+6
2018-10-27
userfaultfd: selftest: generalize read and poll
Peter Xu
1
-34
/
+43
2018-10-27
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
[next]