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
*
selftest: use mmap instead of posix_memalign to allocate memory
Peter Collingbourne
2021-07-24
1
-2
/
+4
*
selftest/mremap_test: avoid crash with static build
Aneesh Kumar K.V
2021-07-08
1
-2
/
+3
*
selftest/mremap_test: update the test to handle pagesize other than 4K
Aneesh Kumar K.V
2021-07-08
1
-52
/
+61
*
secretmem: test: add basic selftest for memfd_secret(2)
Mike Rapoport
2021-07-08
4
-1
/
+316
*
selftests/vm/pkeys: exercise x86 XSAVE init state
Dave Hansen
2021-07-01
3
-2
/
+76
*
selftests/vm/pkeys: refill shadow register after implicit kernel write
Dave Hansen
2021-07-01
1
-0
/
+7
*
selftests/vm/pkeys: handle negative sys_pkey_alloc() return code
Dave Hansen
2021-07-01
1
-1
/
+1
*
selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really random
Dave Hansen
2021-07-01
1
-1
/
+2
*
mm: selftests for exclusive device memory
Alistair Popple
2021-07-01
1
-0
/
+158
*
selftests/vm: add test for MADV_POPULATE_(READ|WRITE)
David Hildenbrand
2021-07-01
4
-0
/
+360
*
selftests/vm: add protection_keys_32 / protection_keys_64 to gitignore
David Hildenbrand
2021-07-01
1
-0
/
+2
*
userfaultfd/selftests: exercise minor fault handling shmem support
Axel Rasmussen
2021-07-01
1
-4
/
+25
*
userfaultfd/selftests: reinitialize test context in each test
Axel Rasmussen
2021-07-01
1
-105
/
+117
*
userfaultfd/selftests: create alias mappings in the shmem test
Axel Rasmussen
2021-07-01
1
-3
/
+19
*
userfaultfd/selftests: use memfd_create for shmem test type
Axel Rasmussen
2021-07-01
1
-1
/
+15
*
userfaultfd/selftests: add pagemap uffd-wp test
Peter Xu
2021-07-01
1
-0
/
+154
*
userfaultfd/selftests: unify error handling
Peter Xu
2021-07-01
1
-369
/
+187
*
userfaultfd/selftests: only dump counts if mode enabled
Peter Xu
2021-07-01
1
-10
/
+20
*
userfaultfd/selftests: dropping VERIFY check in locking_thread
Peter Xu
2021-07-01
1
-54
/
+1
*
userfaultfd/selftests: remove the time() check on delayed uffd
Peter Xu
2021-07-01
1
-8
/
+0
*
userfaultfd/selftests: use user mode only
Peter Xu
2021-07-01
1
-1
/
+1
*
khugepaged: selftests: remove debug_cow
Nanyong Sun
2021-07-01
1
-4
/
+0
*
mm/gup_benchmark: support threading
Peter Xu
2021-06-29
1
-31
/
+65
*
selftests/vm: gup_test: test faulting in kernel, and verify pinnable pages
Pavel Tatashin
2021-05-05
1
-4
/
+19
*
selftests/vm: gup_test: fix test flag
Pavel Tatashin
2021-05-05
1
-4
/
+11
*
userfaultfd/selftests: add test exercising minor fault handling
Axel Rasmussen
2021-05-05
1
-6
/
+158
*
mm: huge_memory: debugfs for file-backed THP split
Zi Yan
2021-05-05
1
-5
/
+77
*
mm: huge_memory: a new debugfs interface for splitting THP tests
Zi Yan
2021-05-05
3
-0
/
+320
*
vm/test_vmalloc.sh: adapt for updated driver interface
Uladzislau Rezki (Sony)
2021-04-30
1
-10
/
+11
*
selftests: add a MREMAP_DONTUNMAP selftest for shmem
Brian Geffon
2021-04-30
1
-0
/
+52
*
selftests/vm: fix out-of-tree build
Rong Chen
2021-03-25
1
-2
/
+2
*
selftests/vm: rename file run_vmtests to run_vmtests.sh
Rong Chen
2021-02-10
1
-0
/
+0
*
selftests/vm: fix building protection keys test
Harish
2020-12-30
1
-5
/
+5
*
Merge tag 'linux-kselftest-next-5.11-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2020-12-16
1
-2
/
+2
|
\
|
*
tool: selftests: fix spelling typo of 'writting'
Wang Qing
2020-11-10
1
-2
/
+2
*
|
userfaultfd/selftests: hint the test runner on required privilege
Peter Xu
2020-12-15
1
-1
/
+2
*
|
userfaultfd/selftests: fix retval check for userfaultfd_open()
Peter Xu
2020-12-15
1
-4
/
+4
*
|
userfaultfd/selftests: always dump something in modes
Peter Xu
2020-12-15
1
-0
/
+2
*
|
userfaultfd: selftests: make __{s,u}64 format specifiers portable
Axel Rasmussen
2020-12-15
1
-46
/
+35
*
|
kselftests: vm: add mremap tests
Kalesh Singh
2020-12-15
4
-0
/
+357
*
|
selftests/vm: 2x speedup for run_vmtests.sh
John Hubbard
2020-12-15
1
-2
/
+2
*
|
selftests/vm: hmm-tests: remove the libhugetlbfs dependency
John Hubbard
2020-12-15
4
-3
/
+63
*
|
selftests/vm: run_vmtests.sh: update and clean up gup_test invocation
John Hubbard
2020-12-15
1
-8
/
+20
*
|
selftests/vm: gup_test: introduce the dump_pages() sub-test
John Hubbard
2020-12-15
1
-2
/
+43
*
|
selftests/vm: only some gup_test items are really benchmarks
John Hubbard
2020-12-15
1
-8
/
+39
*
|
selftests/vm: minor cleanup: Makefile and gup_test.c
John Hubbard
2020-12-15
2
-7
/
+4
*
|
selftests/vm: rename run_vmtests --> run_vmtests.sh
John Hubbard
2020-12-15
1
-1
/
+1
*
|
selftests/vm: use a common gup_test.h
John Hubbard
2020-12-15
2
-21
/
+3
*
|
mm/gup_benchmark: rename to mm/gup_test
John Hubbard
2020-12-15
5
-15
/
+15
*
|
userfaultfd: selftests: fix SIGSEGV if huge mmap fails
Axel Rasmussen
2020-12-06
1
-9
/
+16
[next]