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
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-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
2016-10-08
selftests: expanding more mlock selftest
Simon Guo
3
-78
/
+295
2016-10-08
selftest: move seek_to_smaps_entry() out of mlock2-tests.c
Simon Guo
2
-42
/
+42
2016-10-08
selftests/vm: add test for mlock() when areas are intersected
Simon Guo
3
-0
/
+81
2016-10-08
selftest: split mlock2_ funcs into separate mlock2.h
Simon Guo
2
-20
/
+21
2016-06-27
selftests/vm: Don't mlockall MCL_CURRENT in on-fault-limit test
Yannick Brosseau
1
-1
/
+1
2016-06-27
selftests/vm: write strlen length instead of sizeof to nr_hugepages
Yannick Brosseau
1
-5
/
+5
2016-05-22
selftests/thuge-gen: Use platform specific MAP_HUGETLB value
Helge Deller
1
-0
/
+2
2016-02-25
selftests: create test-specific kconfig fragments
Bamvor Jian Zhang
1
-0
/
+1
2016-01-07
update .gitignore in selftests/vm
Yuan Sun
1
-0
/
+5
2015-11-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+3
2015-11-11
Merge tag 'linux-kselftest-4.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+14
2015-11-11
selftests/mlock2: add ULL suffix to 64-bit constants
Geert Uytterhoeven
1
-2
/
+2
2015-11-11
selftests/mlock2: add missing #define _GNU_SOURCE
Geert Uytterhoeven
1
-0
/
+1
2015-11-06
selftests: vm: add tests for lock on fault
Eric B Munson
4
-0
/
+807
2015-11-04
selftests: vm: Try harder to allocate huge pages
Ben Hutchings
1
-1
/
+14
[next]