summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-22mm/cma: make MAX_CMA_AREAS = CONFIG_CMA_AREASAnshuman Khandual2-8/+4
2024-02-22mm/cma: drop CONFIG_CMA_DEBUGAnshuman Khandual3-24/+0
2024-02-22kasan: rename test_kasan_module_init to kasan_test_module_initTiezhu Yang1-2/+2
2024-02-22kasan: docs: update descriptions about test file and moduleTiezhu Yang3-30/+30
2024-02-22selftests/mm: run_vmtests.sh: add hugetlb_madv_vs_mapBreno Leitao1-0/+1
2024-02-22mm/hugetlb: restore the reservation if neededBreno Leitao1-0/+25
2024-02-22kasan: add atomic testsPaul Heidekrüger1-0/+79
2024-02-22mm: reduce dependencies on <linux/kernel.h>Christophe JAILLET2-1/+2
2024-02-22mm: memcg: use larger batches for proactive reclaimT.J. Mercier1-2/+3
2024-02-22mm/mmap: pass vma to vma_merge()Yajun Deng1-14/+13
2024-02-22selftests/mm: run_vmtests.sh: add hugetlb test categoryBreno Leitao1-0/+2
2024-02-22mm/memory: ignore writable bit in folio_pte_batch()David Hildenbrand1-6/+24
2024-02-22mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()David Hildenbrand1-5/+31
2024-02-22mm/memory: optimize fork() with PTE-mapped THPDavid Hildenbrand2-19/+124
2024-02-22mm/memory: pass PTE to copy_present_pte()David Hildenbrand1-4/+5
2024-02-22mm/memory: factor out copying the actual PTE in copy_present_pte()David Hildenbrand1-30/+33
2024-02-22powerpc/mm: use pte_next_pfn() in set_ptes()David Hildenbrand1-4/+1
2024-02-22arm/mm: use pte_next_pfn() in set_ptes()David Hildenbrand1-1/+1
2024-02-22mm/pgtable: make pte_next_pfn() independent of set_ptes()David Hildenbrand1-1/+1
2024-02-22sparc/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-02-22s390/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-02-22riscv/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-02-22powerpc/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-02-22nios2/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-02-22arm/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-02-22arm64/mm: make set_ptes() robust when OAs cross 48-bit boundaryRyan Roberts1-11/+17
2024-02-22mm/vmscan: change the type of file from int to boolHao Ge1-2/+2
2024-02-22mm: compaction: update the cc->nr_migratepages when allocating or freeing the...Baolin Wang2-5/+13
2024-02-22selftests/mm: virtual_address_range: conform to TAP format outputMuhammad Usama Anjum1-22/+22
2024-02-22selftests/mm: transhuge-stress: conform to TAP format outputMuhammad Usama Anjum2-17/+25
2024-02-22selftests/mm: thuge-gen: conform to TAP format outputMuhammad Usama Anjum1-72/+75
2024-02-22selftests/mm: split_huge_page_test: conform test to TAP format outputMuhammad Usama Anjum1-92/+69
2024-02-22selftests/mm: mremap_dontunmap: conform test to TAP format outputMuhammad Usama Anjum1-12/+20
2024-02-22selftests/mm: mrelease_test: conform test to TAP format outputMuhammad Usama Anjum1-47/+33
2024-02-22selftests/mm: mlock2-tests: conform test to TAP format outputMuhammad Usama Anjum2-175/+118
2024-02-22selftests/mm: mlock-random-test: conform test to TAP format outputMuhammad Usama Anjum1-82/+54
2024-02-22selftests/mm: map_populate: conform test to TAP format outputMuhammad Usama Anjum1-14/+23
2024-02-22selftests/mm: map_hugetlb: conform test to TAP format outputMuhammad Usama Anjum1-22/+20
2024-02-22selftests/mm: map_fixed_noreplace: conform test to TAP format outputMuhammad Usama Anjum1-65/+31
2024-02-22userfaultfd: handle zeropage moves by UFFDIO_MOVESuren Baghdasaryan2-51/+98
2024-02-22XArray: add cmpxchg order testDaniel Gomez1-0/+54
2024-02-22test_xarray: add tests for advanced multi-index useLuis Chamberlain1-0/+176
2024-02-22mm/cma: don't treat bad input arguments for cma_alloc() as its failureAnshuman Khandual1-6/+4
2024-02-22mm: ptdump: add check_wx_pages debugfs attributeChristophe Leroy1-0/+22
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy7-25/+53
2024-02-22powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WXChristophe Leroy2-9/+5
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy18-71/+16
2024-02-22arm: ptdump: rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WXChristophe Leroy5-7/+7
2024-02-22mm/mempolicy: protect task interleave functions with tsk->mems_allowed_seqGregory Price1-4/+23
2024-02-22mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleavingGregory Price4-4/+225