index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
vm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2020-04-03
1
-0
/
+1
|
\
|
*
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
1
-0
/
+1
*
|
selftests/vm: fix map_hugetlb length used for testing read and write
Christophe Leroy
2020-04-02
1
-7
/
+7
*
|
hugetlb_cgroup: add hugetlb_cgroup reservation tests
Mina Almasry
2020-04-02
6
-0
/
+1086
*
|
selftests: vm: drop dependencies on page flags from mlock2 tests
Michal Hocko
2020-04-02
1
-196
/
+37
*
|
selftests: add MREMAP_DONTUNMAP selftest
Brian Geffon
2020-04-02
3
-0
/
+329
*
|
selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
John Hubbard
2020-04-02
1
-0
/
+22
*
|
mm/gup_benchmark: support pin_user_pages() and related calls
John Hubbard
2020-04-02
1
-1
/
+14
|
/
*
selftests/vm: add missed tests in run_vmtests
SeongJae Park
2020-02-21
1
-0
/
+33
*
mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
John Hubbard
2020-01-31
1
-1
/
+5
*
selftests: vm: add fragment CONFIG_TEST_VMALLOC
Anders Roxell
2019-12-01
1
-0
/
+1
*
Merge tag 'linux-kselftest-5.5-rc1-fixes' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2019-11-25
2
-0
/
+15
|
\
|
*
selftests: vm: Build/Run 64bit tests only on 64bit arch
Masami Hiramatsu
2019-11-07
2
-0
/
+15
*
|
mm/gup_benchmark: fix MAP_HUGETLB case
John Hubbard
2019-11-06
1
-1
/
+1
*
|
mm/gup_benchmark: add a missing "w" to getopt string
John Hubbard
2019-10-19
1
-1
/
+1
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
2019-06-19
1
-3
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 485
Thomas Gleixner
2019-06-19
1
-9
/
+1
*
Merge tag 'linux-kselftest-5.2-rc4-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-06-08
1
-4
/
+0
|
\
|
*
selftests: vm: Fix test build failure when built by itself
Shuah Khan
2019-06-06
1
-4
/
+0
*
|
Merge tag 'linux-kselftest-5.2-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-06-05
2
-1
/
+3
|
\
|
|
*
selftests: vm: install test_vmalloc.sh for run_vmtests
Naresh Kamboju
2019-05-30
1
-0
/
+2
|
*
userfaultfd: selftest: fix compiler warning
Alakesh Haloi
2019-05-30
1
-1
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191
Thomas Gleixner
2019-05-30
1
-1
/
+1
|
/
*
tools: mark 'test_vmalloc.sh' executable
Linus Torvalds
2019-03-11
1
-0
/
+0
*
Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-03-07
1
-2
/
+27
|
\
|
*
tools/selftest/vm: allow choosing mem size and page size in map_hugetlb
Christophe Leroy
2019-02-21
1
-2
/
+27
*
|
selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULE
Uladzislau Rezki (Sony)
2019-03-06
2
-0
/
+192
*
|
selftests/vm/gup_benchmark.c: match gup struct to kernel
Alison Schofield
2019-01-15
1
-0
/
+1
|
/
*
selftests: Fix test errors related to lib.mk khdr target
Shuah Khan
2018-12-14
1
-0
/
+1
*
tools/testing/selftests/vm/map_fixed_noreplace.c: add test for MAP_FIXED_NORE...
Michael Ellerman
2018-10-27
3
-0
/
+208
*
tools/testing/selftests/vm/gup_benchmark.c: add MAP_HUGETLB option
Keith Busch
2018-10-27
1
-1
/
+4
*
tools/testing/selftests/vm/gup_benchmark.c: add MAP_SHARED option
Keith Busch
2018-10-27
1
-3
/
+7
*
tools/testing/selftests/vm/gup_benchmark.c: allow user specified file
Keith Busch
2018-10-27
1
-4
/
+13
*
tools/testing/selftests/vm/gup_benchmark.c: fix 'write' flag usage
Keith Busch
2018-10-27
1
-0
/
+1
*
mm/gup_benchmark.c: add additional pinning methods
Keith Busch
2018-10-27
1
-2
/
+11
*
mm/gup_benchmark.c: time put_page()
Keith Busch
2018-10-27
1
-2
/
+4
*
userfaultfd: selftest: recycle lock threads first
Peter Xu
2018-10-27
1
-5
/
+6
*
userfaultfd: selftest: generalize read and poll
Peter Xu
2018-10-27
1
-34
/
+43
*
userfaultfd: selftest: cleanup help messages
Peter Xu
2018-10-27
1
-18
/
+28
*
selftests: add headers_install to lib.mk
Anders Roxell
2018-09-05
1
-4
/
+0
*
tools/testing/selftests/vm/: add MAP_POPULATE test
Dmitry Safonov
2018-08-22
4
-0
/
+126
*
selftests: vm: return Kselftest Skip code for skipped tests
Shuah Khan (Samsung OSG)
2018-06-18
4
-8
/
+17
*
selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpus
Li Zhijian
2018-03-10
1
-8
/
+17
*
selftests: vm: update .gitignore with new test
Shuah Khan
2018-02-27
1
-0
/
+1
*
Merge tag 'linux-kselftest-4.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-02-03
2
-0
/
+3
|
\
|
*
selftests: vm: update .gitignore with missing generated file
Shuah Khan
2018-01-23
1
-0
/
+1
|
*
kselftest: fix OOM in memory compaction test
Arnd Bergmann
2018-01-10
1
-0
/
+2
*
|
selftests/vm: move 128TB mmap boundary test to generic directory
Aneesh Kumar K.V
2018-02-01
3
-2
/
+311
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-18
2
-0
/
+92
|
\
|
*
mm: add infrastructure for get_user_pages_fast() benchmarking
Kirill A. Shutemov
2017-11-18
2
-0
/
+92
[next]