index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-19
selftests/mm: fix a "possibly uninitialized" warning in pkey-x86.h
John Hubbard
1
-1
/
+1
2023-06-19
selftests/mm: fix two -Wformat-security warnings in uffd builds
John Hubbard
1
-10
/
+6
2023-06-19
selftests/mm: .gitignore: add mkdirty, va_high_addr_switch
John Hubbard
1
-0
/
+2
2023-06-19
selftests/mm: fix invocation of tests that are run via shell scripts
John Hubbard
1
-3
/
+3
2023-06-19
selftests/mm: fix "warning: expression which evaluates to zero..." in mlock2-...
John Hubbard
1
-1
/
+0
2023-06-19
selftests/mm: fix unused variable warnings in hugetlb-madvise.c, migration.c
John Hubbard
2
-3
/
+10
2023-06-19
selftests/mm: fix uffd-stress unused function warning
John Hubbard
1
-10
/
+0
2023-06-19
selftests/mm: fix cross compilation with LLVM
Mark Brown
1
-5
/
+8
2023-06-09
selftests/mm: gup_longterm: add liburing tests
David Hildenbrand
1
-0
/
+73
2023-06-09
selftests/mm: gup_longterm: new functional test for FOLL_LONGTERM
David Hildenbrand
4
-1
/
+393
2023-06-09
selftests/mm: factor out detection of hugetlb page sizes into vm_util
David Hildenbrand
3
-27
/
+30
2023-05-04
Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+40
2023-05-02
selftests/ksm: ksm_functional_tests: add prctl unmerge test
David Hildenbrand
1
-6
/
+40
2023-04-28
Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
1
-2
/
+2
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
28
-2157
/
+3443
2023-04-27
Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+2
2023-04-21
selftests/mm: add new selftests for KSM
Stefan Roesch
3
-39
/
+226
2023-04-21
selftests/mm: add tests for RO pinning vs fork()
Peter Xu
1
-3
/
+141
2023-04-21
selftests/mm: rename COW_EXTRA_LIBS to IOURING_EXTRA_LIBS
Peter Xu
2
-6
/
+6
2023-04-21
selftests/mm: extend and rename uffd pagemap test
Peter Xu
1
-24
/
+106
2023-04-21
selftests/mm: add a few options for uffd-unit-test
Peter Xu
1
-7
/
+45
2023-04-18
selftests/mm: run hugetlb testcases of va switch
Chaitanya S Prakash
1
-0
/
+4
2023-04-18
selftests/mm: configure nr_hugepages for arm64
Chaitanya S Prakash
1
-1
/
+9
2023-04-18
selftests/mm: add platform independent in code comments
Chaitanya S Prakash
1
-7
/
+8
2023-04-18
selftests/mm: rename va_128TBswitch to va_high_addr_switch
Chaitanya S Prakash
4
-4
/
+4
2023-04-18
selftests/mm: add support for arm64 platform on va switch
Chaitanya S Prakash
1
-2
/
+24
2023-04-18
selftests/mm: add uffdio register ioctls test
Peter Xu
1
-15
/
+97
2023-04-18
selftests/mm: add shmem-private test to uffd-stress
Peter Xu
2
-5
/
+9
2023-04-18
selftests/mm: drop sys/dev test in uffd-stress test
Peter Xu
4
-40
/
+11
2023-04-18
selftests/mm: allow uffd test to skip properly with no privilege
Peter Xu
4
-18
/
+29
2023-04-18
selftests/mm: workaround no way to detect uffd-minor + wp
Peter Xu
1
-1
/
+7
2023-04-18
selftests/mm: move zeropage test into uffd unit tests
Peter Xu
4
-95
/
+108
2023-04-18
selftests/mm: move uffd sig/events tests into uffd unit tests
Peter Xu
2
-226
/
+265
2023-04-18
selftests/mm: move uffd minor test to unit test
Peter Xu
4
-145
/
+135
2023-04-18
selftests/mm: move uffd pagemap test to unit test
Peter Xu
2
-166
/
+145
2023-04-18
selftests/mm: add framework for uffd-unit-test
Peter Xu
3
-0
/
+163
2023-04-18
selftests/mm: allow allocate_area() to fail properly
Peter Xu
2
-15
/
+36
2023-04-18
selftests/mm: let uffd_handle_page_fault() take wp parameter
Peter Xu
3
-16
/
+23
2023-04-18
selftests/mm: rename uffd_stats to uffd_args
Peter Xu
3
-43
/
+42
2023-04-18
selftests/mm: drop global hpage_size in uffd tests
Peter Xu
3
-7
/
+8
2023-04-18
selftests/mm: drop global mem_fd in uffd tests
Peter Xu
3
-17
/
+28
2023-04-18
selftests/mm: UFFDIO_API test
Peter Xu
1
-1
/
+108
2023-04-18
selftests/mm: uffd_open_{dev|sys}()
Peter Xu
3
-23
/
+31
2023-04-18
selftests/mm: uffd_[un]register()
Peter Xu
7
-104
/
+64
2023-04-18
selftests/mm: split uffd tests into uffd-stress and uffd-unit-tests
Peter Xu
5
-8
/
+40
2023-04-18
selftests/mm: create uffd-common.[ch]
Peter Xu
4
-693
/
+731
2023-04-18
selftests/mm: drop test_uffdio_zeropage_eexist
Peter Xu
1
-9
/
+11
2023-04-18
selftests/mm: test UFFDIO_ZEROPAGE only when !hugetlb
Peter Xu
1
-1
/
+1
2023-04-18
selftests/mm: reuse pagemap_get_entry() in vm_util.h
Peter Xu
1
-22
/
+9
2023-04-18
selftests/mm: use PM_* macros in vm_utils.h
Peter Xu
3
-20
/
+12
[prev]
[next]