index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2018-03-10
selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpus
Li Zhijian
1
-8
/
+17
2018-02-27
selftests: vm: update .gitignore with new test
Shuah Khan
1
-0
/
+1
2018-02-04
Merge tag 'linux-kselftest-4.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-0
/
+3
2018-02-01
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-18
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-0
/
+92
2017-11-18
mm: add infrastructure for get_user_pages_fast() benchmarking
Kirill A. Shutemov
2
-0
/
+92
2017-11-15
selftests: vm: Update .gitignore with newly added tests
Shuah Khan
1
-0
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
11
-0
/
+11
2017-10-14
userfaultfd: selftest: exercise -EEXIST only in background transfer
Andrea Arcangeli
1
-5
/
+20
2017-09-07
userfaultfd: selftest: explicit failure if the SIGBUS test failed
Andrea Arcangeli
1
-1
/
+3
2017-09-07
userfaultfd: selftest: exercise UFFDIO_COPY/ZEROPAGE -EEXIST
Andrea Arcangeli
1
-8
/
+140
2017-09-07
userfaultfd: selftest: add tests for UFFD_FEATURE_SIGBUS feature
Prakash Sangappa
1
-3
/
+124
2017-09-07
userfaultfd: selftest: enable testing of UFFDIO_ZEROPAGE for shmem
Mike Rapoport
1
-1
/
+1
2017-06-07
selftests/vm: Fix test for virtual address range mapping for arm64
Michal Suchanek
1
-9
/
+26
2017-05-09
Merge tag 'linux-kselftest-4.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-22
/
+23
2017-05-09
selftests/vm: add a test for virtual address range mapping
Anshuman Khandual
3
-0
/
+134
2017-05-04
userfaultfd: selftest: combine all cases into a single executable
Mike Rapoport
3
-108
/
+116
2017-04-21
selftests/vm/run_vmtests: Fix wrong comment
SeongJae Park
1
-1
/
+1
2017-04-14
selftests/vm/run_vmtests: Polish output text
SeongJae Park
1
-12
/
+12
2017-04-11
selftests/vm: Set mmap()'s fd as -1 for MAP_ANONYMOUS flag
SeongJae Park
4
-9
/
+9
2017-04-11
selftests: vm: add CONFIG_SYSVIPC=y to the config fragment
Fathi Boudra
1
-0
/
+1
2017-03-10
userfaultfd: selftest: vm: allow to build in vm/ directory
Andrea Arcangeli
1
-0
/
+4
2017-02-26
Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-31
/
+23
2017-02-25
userfaultfd: non-cooperative: selftest: enable REMOVE event test for shmem
Mike Rapoport
1
-4
/
+2
2017-02-25
userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE
Mike Rapoport
1
-8
/
+8
2017-02-23
userfaultfd: selftest: test UFFDIO_ZEROPAGE on all memory types
Andrea Arcangeli
1
-1
/
+81
2017-02-23
userfaultfd: non-cooperative: selftest: add test for FORK, MADVDONTNEED and R...
Mike Rapoport
1
-12
/
+163
2017-02-23
userfaultfd: non-cooperative: selftest: add ufd parameter to copy_page
Mike Rapoport
1
-5
/
+5
2017-02-23
userfaultfd: non-cooperative: selftest: introduce userfaultfd_open
Mike Rapoport
1
-16
/
+25
2017-02-23
userfaultfd: shmem: add userfaultfd_shmem test
Mike Rapoport
3
-2
/
+50
2017-02-23
userfaultfd: shmem: allow registration of shared memory ranges
Mike Rapoport
1
-1
/
+1
2017-02-23
userfaultfd: hugetlbfs: add userfaultfd_hugetlb test
Mike Kravetz
3
-17
/
+161
2017-01-05
selftests: enable O and KBUILD_OUTPUT
bamvor.zhangjian@huawei.com
1
-2
/
+2
2017-01-05
selftests: add default rules for c source file
bamvor.zhangjian@huawei.com
1
-11
/
+6
2017-01-05
selftests: remove duplicated all and clean target
bamvor.zhangjian@huawei.com
1
-14
/
+10
[next]