index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-23
selftests/mm: skip soft-dirty tests when CONFIG_MEM_SOFT_DIRTY is disabled
Lance Yang
4
-20
/
+24
2025-09-22
mm: do not assume file == vma->vm_file in compat_vma_mmap_prepare()
Lorenzo Stoakes
1
-3
/
+9
2025-09-22
mm: specify separate file and vm_file params in vm_area_desc
Lorenzo Stoakes
1
-10
/
+18
2025-09-21
selftests/mm: protection_keys: fix dead code
Muhammad Usama Anjum
1
-3
/
+1
2025-09-21
selftests/mm: add -Wunreachable-code and fix warnings
Muhammad Usama Anjum
4
-5
/
+5
2025-09-21
selftests/mm: centralize the __always_unused macro
Muhammad Usama Anjum
3
-2
/
+7
2025-09-21
selftests/mm: gup_tests: option to GUP all pages in a single call
David Hildenbrand
2
-3
/
+7
2025-09-21
selftests/mm: remove PROT_EXEC req from file-collapse tests
Zach O'Keefe
1
-1
/
+1
2025-09-21
selftests/mm: fix va_high_addr_switch.sh failure on x86_64
Chunyu Hu
1
-2
/
+2
2025-09-21
selftests/mm: alloc hugepages in va_high_addr_switch test
Chunyu Hu
1
-0
/
+37
2025-09-21
selftests/mm: fix hugepages cleanup too early
Chunyu Hu
1
-2
/
+7
2025-09-21
selftests/mm: split_huge_page_test: cleanups for split_pte_mapped_thp test
David Hildenbrand
1
-49
/
+74
2025-09-21
selftests/mm: split_huge_page_test: fix occasional is_backed_by_folio() wrong...
David Hildenbrand
1
-8
/
+7
2025-09-21
mm: remove nth_page()
David Hildenbrand
1
-1
/
+0
2025-09-21
wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
David Hildenbrand
1
-1
/
+0
2025-09-21
selftests/mm/uffd: refactor non-composite global vars into struct
Ujwal Kundur
5
-541
/
+615
2025-09-21
mm: remove unused zpool layer
Johannes Weiner
1
-1
/
+0
2025-09-13
maple_tree: testing fix for spanning store on 32b
Liam R. Howlett
1
-1
/
+6
2025-09-13
maple_tree: fix testing for 32 bit builds
Liam R. Howlett
1
-0
/
+3
2025-09-13
tools: testing: use existing atomic.h for vma/maple tests
Brendan Jackman
3
-30
/
+5
2025-09-13
tools: testing: support EXTRA_CFLAGS in shared.mk
Brendan Jackman
1
-0
/
+1
2025-09-13
tools: testing: allow importing arch headers in shared.mk
Brendan Jackman
1
-1
/
+4
2025-09-13
selftests/mm/uffd-stress: stricten constraint on free hugepages needed before...
Dev Jain
1
-6
/
+11
2025-09-13
selftests/mm/uffd-stress: make test operate on less hugetlb memory
Dev Jain
1
-3
/
+7
2025-09-13
selftests/mm: use calloc instead of malloc in pagemap_ioctl.c
I Viswanath
1
-12
/
+12
2025-09-13
selftests: centralise maybe-unused definition in kselftest.h
Bala-Vignesh-Reddy
7
-19
/
+6
2025-09-13
kselftest: mm: fix typos in test_vmalloc.sh
ally heev
1
-3
/
+3
2025-09-13
selftests/mm: test that rmap behaves as expected
Wei Yang
4
-0
/
+441
2025-09-13
selftests/mm: put general ksm operation into vm_util
Wei Yang
3
-118
/
+154
2025-09-13
selftests/mm: check after-split folio orders in split_huge_page_test
Zi Yan
1
-24
/
+64
2025-09-13
selftests/mm: add check_after_split_folio_orders() helper
Zi Yan
1
-0
/
+152
2025-09-13
selftests/mm: reimplement is_backed_by_thp() with more precise check
Zi Yan
3
-24
/
+82
2025-09-13
selftests/mm: mark all functions static in split_huge_page_test.c
Zi Yan
1
-11
/
+11
2025-09-13
selftests: prctl: introduce tests for disabling THPs except for madvise
Usama Arif
1
-0
/
+113
2025-09-13
selftests: prctl: introduce tests for disabling THPs completely
Usama Arif
5
-1
/
+189
2025-09-13
selftest/mm: extract sz2ord function into vm_util.h
Usama Arif
4
-9
/
+9
2025-09-13
selftests/mm: skip hugepage-mremap test if userfaultfd unavailable
Aboorva Devarajan
1
-3
/
+13
2025-09-13
selftests/mm: skip thuge-gen test if system is not setup properly
Aboorva Devarajan
1
-4
/
+7
2025-09-13
selftests/mm: fix child process exit codes in ksm_functional_tests
Aboorva Devarajan
1
-7
/
+9
2025-09-13
mm/selftests: fix split_huge_page_test failure on systems with 64KB page size
Donet Tom
4
-18
/
+19
2025-09-13
selftest/mm: fix ksm_funtional_test failures
Donet Tom
1
-1
/
+11
2025-09-13
selftests/mm: add support to test 4PB VA on PPC64
Donet Tom
1
-0
/
+11
2025-09-13
mm/selftests: fix incorrect pointer being passed to mark_range()
Donet Tom
1
-1
/
+1
2025-09-13
selftests/damon/access_memory_even: remove unused header file
Enze Li
1
-1
/
+0
2025-09-13
selftests/damon: fix damon selftests by installing _common.sh
Alexandre Ghiti
1
-0
/
+1
2025-09-13
selftests/mm: fix spelling mistake "mrmeap" -> "mremap"
Colin Ian King
1
-3
/
+3
2025-09-13
mm: replace mm->flags with bitmap entirely and set to 64 bits
Lorenzo Stoakes
1
-2
/
+17
2025-09-13
selftests/mm: do check_huge_anon() with a number been passed in
Wei Yang
1
-1
/
+1
2025-09-13
selftests/damon: test no-op commit broke DAMON status
Sang-Heon Jeon
2
-0
/
+73
2025-09-13
selftest/kho: update generation of initrd
Mike Rapoport (Microsoft)
2
-22
/
+19
[next]