index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-16
selftests: memfd_secret: don't build memfd_secret test on unsupported arches
Muhammad Usama Anjum
2
-0
/
+5
2024-08-16
selftests/mm: compaction_test: fix off by one in check_compaction()
Dan Carpenter
1
-2
/
+3
2024-08-08
Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-1
/
+1
2024-08-08
selftests: mm: add s390 to ARCH check
Nico Pache
1
-1
/
+1
2024-07-29
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
1
-0
/
+2
2024-07-27
selftests/mm: skip test for non-LPA2 and non-LVA systems
Dev Jain
1
-1
/
+15
2024-07-24
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-0
/
+55
2024-07-19
mm: add MAP_DROPPABLE for designating always lazily freeable mappings
Jason A. Donenfeld
3
-0
/
+55
2024-07-10
selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mk
Edward Liaw
1
-1
/
+1
2024-07-05
selftest/mm: test enable_soft_offline behaviors
Jiaqi Yan
4
-0
/
+236
2024-07-05
mm: turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured.
Audra Mitchell
1
-0
/
+3
2024-07-05
mm: update uffd-stress to handle EINVAL for unset config features
Audra Mitchell
1
-5
/
+9
2024-07-04
selftests/mm: remove local __NR_* definitions
John Hubbard
10
-62
/
+9
2024-07-04
selftests/mm: guard defines from shm
Edward Liaw
1
-0
/
+8
2024-07-04
selftests/mm: include linux/mman.h
Edward Liaw
1
-4
/
+1
2024-07-04
selftests/mm: use asm volatile to not optimize mmap read variable
Pankaj Raghav
1
-1
/
+2
2024-07-04
selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASS
John Hubbard
3
-48
/
+48
2024-07-04
selftests/mm: mseal, self_elf: factor out test macros and other duplicated items
John Hubbard
4
-80
/
+44
2024-07-04
selftests/mm: mseal, self_elf: fix missing __NR_mseal
John Hubbard
2
-2
/
+2
2024-07-04
selftest: mm: Test if hugepage does not get leaked during __bio_release_pages()
Donet Tom
3
-0
/
+119
2024-07-04
selftests/mm: va_high_addr_switch: dynamically initialize testcases to enable...
Dev Jain
1
-222
/
+232
2024-07-04
selftests/mm: va_high_addr_switch: reduce test noise
Dev Jain
1
-4
/
+0
2024-07-04
selftests: mm: check return values
Muhammad Usama Anjum
1
-1
/
+3
2024-06-25
selftests/mm:fix test_prctl_fork_exec return failure
aigourensheng
1
-16
/
+22
2024-06-15
selftests: mm: make map_fixed_noreplace test names stable
Mark Brown
1
-8
/
+16
2024-05-26
Merge tag 'mm-hotfixes-stable-2024-05-25-09-13' of git://git.kernel.org/pub/s...
Linus Torvalds
3
-25
/
+62
2024-05-24
selftests/mm: fix build warnings on ppc64
Michael Ellerman
2
-0
/
+2
2024-05-24
selftests/mm: compaction_test: fix bogus test success and reduce probability ...
Dev Jain
1
-22
/
+49
2024-05-24
selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages
Dev Jain
1
-0
/
+2
2024-05-24
selftests/mm: compaction_test: fix bogus test success on Aarch64
Dev Jain
1
-7
/
+13
2024-05-24
selftest mm/mseal read-only elf memory segment
Jeff Xu
4
-36
/
+275
2024-05-24
selftest mm/mseal memory sealing
Jeff Xu
3
-0
/
+1838
2024-05-20
Revert "selftests/harness: remove use of LINE_MAX"
Tao Su
1
-1
/
+0
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
11
-162
/
+476
2024-05-14
Merge tag 'linux_kselftest-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
9
-13
/
+13
2024-05-12
selftests/mm: hugetlb_madv_vs_map: avoid test skipping by querying hugepage s...
Dev Jain
1
-7
/
+9
2024-05-10
selftests/mm: fix powerpc ARCH check
Michael Ellerman
1
-3
/
+3
2024-05-07
selftests: mm: gup_longterm: test unsharing logic when R/O pinning
David Hildenbrand
1
-4
/
+12
2024-05-07
selftests: mm: cow: flag vmsplice() hugetlb tests as XFAIL
David Hildenbrand
1
-35
/
+71
2024-05-06
selftests/mm: ksft_exit functions do not return
Nathan Chancellor
9
-13
/
+13
2024-05-06
selftests/mm: soft-dirty should fail if a testcase fails
Ryan Roberts
1
-1
/
+1
2024-04-26
selftests: break the dependency upon local header files
John Hubbard
1
-1
/
+1
2024-04-26
selftests/mm: mremap_test: use sscanf to parse /proc/self/maps
Dev Jain
1
-7
/
+11
2024-04-26
selftests/mm: mremap_test: optimize execution time from minutes to seconds us...
Dev Jain
1
-21
/
+91
2024-04-26
selftests/mm: mremap_test: optimize using pre-filled random array and memcpy
Dev Jain
1
-25
/
+53
2024-04-26
selftest/mm: ksm_functional_tests: extend test case for ksm fork/exec
Jinjiang Tu
1
-11
/
+38
2024-04-26
selftest/mm: ksm_functional_tests: refactor mmap_and_merge_range()
Jinjiang Tu
1
-25
/
+61
2024-04-26
selftests/memfd_secret: add vmsplice() test
David Hildenbrand
1
-2
/
+49
2024-04-26
selftests/mm: parse VMA range in one go
Dev Jain
1
-14
/
+1
2024-04-26
selftests/mm: run_vmtests.sh: fix hugetlb mem size calculation
Peter Xu
1
-4
/
+9
[next]