index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/mm: FOLL_LONGTERM need to be updated to 0x100
Ayush Jain
2023-08-21
1
-1
/
+6
*
selftests: mm: ksm: fix incorrect evaluation of parameter
Ayush Jain
2023-08-04
1
-0
/
+1
*
selftests/mm: mkdirty: fix incorrect position of #endif
Colin Ian King
2023-07-17
1
-1
/
+1
*
selftests/mm: give scripts execute permission
Ryan Roberts
2023-07-14
8
-0
/
+0
*
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
2023-06-23
1
-5
/
+8
|
\
|
*
selftests/mm: fix cross compilation with LLVM
Mark Brown
2023-06-19
1
-5
/
+8
*
|
selftests: mm: remove duplicate unneeded defines
Muhammad Usama Anjum
2023-06-19
17
-100
/
+6
*
|
selftests: mm: remove wrong kernel header inclusion
Muhammad Usama Anjum
2023-06-19
1
-1
/
+1
*
|
selftests/mm: move certain uffd*() routines from vm_util.c to uffd-common.c
John Hubbard
2023-06-19
4
-63
/
+64
*
|
selftests/mm: fix build failures due to missing MADV_COLLAPSE
John Hubbard
2023-06-19
3
-17
/
+10
*
|
selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.h
John Hubbard
2023-06-19
1
-1
/
+1
*
|
selftests/mm: fix two -Wformat-security warnings in uffd builds
John Hubbard
2023-06-19
1
-10
/
+6
*
|
selftests/mm: .gitignore: add mkdirty, va_high_addr_switch
John Hubbard
2023-06-19
1
-0
/
+2
*
|
selftests/mm: fix invocation of tests that are run via shell scripts
John Hubbard
2023-06-19
1
-3
/
+3
*
|
selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-...
John Hubbard
2023-06-19
1
-1
/
+0
*
|
selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.c
John Hubbard
2023-06-19
2
-3
/
+10
*
|
selftests/mm: fix uffd-stress unused function warning
John Hubbard
2023-06-19
1
-10
/
+0
*
|
selftests/mm: gup_longterm: add liburing tests
David Hildenbrand
2023-06-09
1
-0
/
+73
*
|
selftests/mm: gup_longterm: new functional test for FOLL_LONGTERM
David Hildenbrand
2023-06-09
4
-1
/
+393
*
|
selftests/mm: factor out detection of hugetlb page sizes into vm_util
David Hildenbrand
2023-06-09
3
-27
/
+30
|
/
*
Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-05-04
1
-6
/
+40
|
\
|
*
selftests/ksm: ksm_functional_tests: add prctl unmerge test
David Hildenbrand
2023-05-02
1
-6
/
+40
*
|
Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-04-28
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
selftests: use canonical ftrace path
Ross Zwisler
2023-03-29
1
-2
/
+2
*
|
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-27
28
-2157
/
+3443
|
\
\
|
*
|
selftests/mm: add new selftests for KSM
Stefan Roesch
2023-04-21
3
-39
/
+226
|
*
|
selftests/mm: add tests for RO pinning vs fork()
Peter Xu
2023-04-21
1
-3
/
+141
|
*
|
selftests/mm: rename COW_EXTRA_LIBS to IOURING_EXTRA_LIBS
Peter Xu
2023-04-21
2
-6
/
+6
|
*
|
selftests/mm: extend and rename uffd pagemap test
Peter Xu
2023-04-21
1
-24
/
+106
|
*
|
selftests/mm: add a few options for uffd-unit-test
Peter Xu
2023-04-21
1
-7
/
+45
|
*
|
selftests/mm: run hugetlb testcases of va switch
Chaitanya S Prakash
2023-04-18
1
-0
/
+4
|
*
|
selftests/mm: configure nr_hugepages for arm64
Chaitanya S Prakash
2023-04-18
1
-1
/
+9
|
*
|
selftests/mm: add platform independent in code comments
Chaitanya S Prakash
2023-04-18
1
-7
/
+8
|
*
|
selftests/mm: rename va_128TBswitch to va_high_addr_switch
Chaitanya S Prakash
2023-04-18
4
-4
/
+4
|
*
|
selftests/mm: add support for arm64 platform on va switch
Chaitanya S Prakash
2023-04-18
1
-2
/
+24
|
*
|
selftests/mm: add uffdio register ioctls test
Peter Xu
2023-04-18
1
-15
/
+97
|
*
|
selftests/mm: add shmem-private test to uffd-stress
Peter Xu
2023-04-18
2
-5
/
+9
|
*
|
selftests/mm: drop sys/dev test in uffd-stress test
Peter Xu
2023-04-18
4
-40
/
+11
|
*
|
selftests/mm: allow uffd test to skip properly with no privilege
Peter Xu
2023-04-18
4
-18
/
+29
|
*
|
selftests/mm: workaround no way to detect uffd-minor + wp
Peter Xu
2023-04-18
1
-1
/
+7
|
*
|
selftests/mm: move zeropage test into uffd unit tests
Peter Xu
2023-04-18
4
-95
/
+108
|
*
|
selftests/mm: move uffd sig/events tests into uffd unit tests
Peter Xu
2023-04-18
2
-226
/
+265
|
*
|
selftests/mm: move uffd minor test to unit test
Peter Xu
2023-04-18
4
-145
/
+135
|
*
|
selftests/mm: move uffd pagemap test to unit test
Peter Xu
2023-04-18
2
-166
/
+145
|
*
|
selftests/mm: add framework for uffd-unit-test
Peter Xu
2023-04-18
3
-0
/
+163
|
*
|
selftests/mm: allow allocate_area() to fail properly
Peter Xu
2023-04-18
2
-15
/
+36
|
*
|
selftests/mm: let uffd_handle_page_fault() take wp parameter
Peter Xu
2023-04-18
3
-16
/
+23
|
*
|
selftests/mm: rename uffd_stats to uffd_args
Peter Xu
2023-04-18
3
-43
/
+42
|
*
|
selftests/mm: drop global hpage_size in uffd tests
Peter Xu
2023-04-18
3
-7
/
+8
|
*
|
selftests/mm: drop global mem_fd in uffd tests
Peter Xu
2023-04-18
3
-17
/
+28
[next]