summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-22memory tier: make memory_tier_subsys constRicardo B. Marliere
2024-02-22mm/vmscan: make too_many_isolated return boolHao Ge
2024-02-22mm/cma: make MAX_CMA_AREAS = CONFIG_CMA_AREASAnshuman Khandual
2024-02-22mm/cma: drop CONFIG_CMA_DEBUGAnshuman Khandual
2024-02-22kasan: rename test_kasan_module_init to kasan_test_module_initTiezhu Yang
2024-02-22kasan: docs: update descriptions about test file and moduleTiezhu Yang
2024-02-22selftests/mm: run_vmtests.sh: add hugetlb_madv_vs_mapBreno Leitao
2024-02-22mm/hugetlb: restore the reservation if neededBreno Leitao
2024-02-22kasan: add atomic testsPaul Heidekrüger
2024-02-22mm: reduce dependencies on <linux/kernel.h>Christophe JAILLET
2024-02-22mm: memcg: use larger batches for proactive reclaimT.J. Mercier
2024-02-22mm/mmap: pass vma to vma_merge()Yajun Deng
2024-02-22selftests/mm: run_vmtests.sh: add hugetlb test categoryBreno Leitao
2024-02-22mm/memory: ignore writable bit in folio_pte_batch()David Hildenbrand
2024-02-22mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()David Hildenbrand
2024-02-22mm/memory: optimize fork() with PTE-mapped THPDavid Hildenbrand
2024-02-22mm/memory: pass PTE to copy_present_pte()David Hildenbrand
2024-02-22mm/memory: factor out copying the actual PTE in copy_present_pte()David Hildenbrand
2024-02-22powerpc/mm: use pte_next_pfn() in set_ptes()David Hildenbrand
2024-02-22arm/mm: use pte_next_pfn() in set_ptes()David Hildenbrand
2024-02-22mm/pgtable: make pte_next_pfn() independent of set_ptes()David Hildenbrand
2024-02-22sparc/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand
2024-02-22s390/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand
2024-02-22riscv/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand
2024-02-22powerpc/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand
2024-02-22nios2/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand
2024-02-22arm/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand
2024-02-22arm64/mm: make set_ptes() robust when OAs cross 48-bit boundaryRyan Roberts
2024-02-22mm/vmscan: change the type of file from int to boolHao Ge
2024-02-22mm: compaction: update the cc->nr_migratepages when allocating or freeing the...Baolin Wang
2024-02-22selftests/mm: virtual_address_range: conform to TAP format outputMuhammad Usama Anjum
2024-02-22selftests/mm: transhuge-stress: conform to TAP format outputMuhammad Usama Anjum
2024-02-22selftests/mm: thuge-gen: conform to TAP format outputMuhammad Usama Anjum
2024-02-22selftests/mm: split_huge_page_test: conform test to TAP format outputMuhammad Usama Anjum
2024-02-22selftests/mm: mremap_dontunmap: conform test to TAP format outputMuhammad Usama Anjum
2024-02-22selftests/mm: mrelease_test: conform test to TAP format outputMuhammad Usama Anjum
2024-02-22selftests/mm: mlock2-tests: conform test to TAP format outputMuhammad Usama Anjum
2024-02-22selftests/mm: mlock-random-test: conform test to TAP format outputMuhammad Usama Anjum
2024-02-22selftests/mm: map_populate: conform test to TAP format outputMuhammad Usama Anjum
2024-02-22selftests/mm: map_hugetlb: conform test to TAP format outputMuhammad Usama Anjum
2024-02-22selftests/mm: map_fixed_noreplace: conform test to TAP format outputMuhammad Usama Anjum
2024-02-22userfaultfd: handle zeropage moves by UFFDIO_MOVESuren Baghdasaryan
2024-02-22XArray: add cmpxchg order testDaniel Gomez
2024-02-22test_xarray: add tests for advanced multi-index useLuis Chamberlain
2024-02-22mm/cma: don't treat bad input arguments for cma_alloc() as its failureAnshuman Khandual
2024-02-22mm: ptdump: add check_wx_pages debugfs attributeChristophe Leroy
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy
2024-02-22powerpc,s390: ptdump: define ptdump_check_wx() regardless of CONFIG_DEBUG_WXChristophe Leroy
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy
2024-02-22arm: ptdump: rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WXChristophe Leroy