summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-22mm: add large_rmappable page flagMatthew Wilcox (Oracle)8-28/+11
2023-08-22mm: remove HUGETLB_PAGE_DTORMatthew Wilcox (Oracle)6-67/+43
2023-08-22mm: remove free_compound_page() and the compound_page_dtors arrayMatthew Wilcox (Oracle)2-29/+5
2023-08-22mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)5-16/+16
2023-08-22mm: convert free_transhuge_folio() to folio_undo_large_rmappable()Matthew Wilcox (Oracle)5-18/+19
2023-08-22mm: convert free_huge_page() to free_huge_folio()Matthew Wilcox (Oracle)5-36/+34
2023-08-22mm: call free_huge_page() directlyMatthew Wilcox (Oracle)2-4/+7
2023-08-22io_uring: stop calling free_compound_page()Matthew Wilcox (Oracle)2-10/+2
2023-08-22selftest/mm: ksm_functional_tests: Add PROT_NONE testDavid Hildenbrand1-7/+52
2023-08-22selftest/mm: ksm_functional_tests: test in mmap_and_merge_range() if anything...David Hildenbrand1-0/+47
2023-08-22pgtable: improve pte_protnone() commentDavid Hildenbrand1-6/+10
2023-08-22mm/gup: don't implicitly set FOLL_HONOR_NUMA_FAULTDavid Hildenbrand1-7/+0
2023-08-22kvm: explicitly set FOLL_HONOR_NUMA_FAULT in hva_to_pfn_slow()David Hildenbrand1-1/+12
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton41-106/+334
2023-08-21pagemap: remove wait_on_page_locked_killable()Kefeng Wang1-5/+0
2023-08-21Rename kmemleak_initialized to kmemleak_late_initializedXiaolei Wang1-4/+4
2023-08-21mm/kmemleak: use object_cache instead of kmemleak_initialized to check in set...Xiaolei Wang1-1/+6
2023-08-21mm/ksm: add pages scanned metricStefan Roesch2-1/+17
2023-08-21mm: allow fault_dirty_shared_page() to be called under the VMA lockMatthew Wilcox (Oracle)1-1/+1
2023-08-21mm/secretmem: use a folio in secretmem_fault()ZhangPeng1-6/+8
2023-08-21writeback: remove unused delaration of bdi_async_bio_wqXiu Jianfeng1-1/+0
2023-08-21mm,thp: fix smaps THPeligible output alignmentHugh Dickins2-3/+3
2023-08-21mm,thp: fix nodeN/meminfo output alignmentHugh Dickins1-2/+2
2023-08-21mm,thp: no space after colon in Mem-Info fieldsHugh Dickins1-3/+3
2023-08-21riscv: include asm/cacheflush.h in asm/hugetlb.hHugh Dickins1-0/+1
2023-08-21arm64: include asm/cacheflush.h in asm/hugetlb.hHugh Dickins1-0/+1
2023-08-21arm: include asm/cacheflush.h in asm/hugetlb.hHugh Dickins1-0/+1
2023-08-21selftests: improve vm.memfd_noexec sysctl testsAleksa Sarai1-85/+254
2023-08-21memfd: replace ratcheting feature from vm.memfd_noexec with hierarchyAleksa Sarai5-21/+42
2023-08-21memfd: improve userspace warnings for missing exec-related flagsAleksa Sarai1-1/+1
2023-08-21memfd: do not -EACCES old memfd_create() users with vm.memfd_noexec=2Aleksa Sarai3-36/+32
2023-08-21selftests: memfd: error out test process when child test failsAleksa Sarai1-1/+18
2023-08-21selftests/mm: fix uffd-stress help informationRong Tao1-12/+12
2023-08-21mm: remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappersVishal Moola (Oracle)3-33/+13
2023-08-21um: convert {pmd, pte}_free_tlb() to use ptdescsVishal Moola (Oracle)1-9/+9
2023-08-21sparc: convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalentsVishal Moola (Oracle)1-2/+3
2023-08-21sparc64: convert various functions to use ptdescsVishal Moola (Oracle)1-8/+9
2023-08-21sh: convert pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-4/+5
2023-08-21riscv: convert alloc_{pmd, pte}_late() to use ptdescsVishal Moola (Oracle)2-14/+10
2023-08-21openrisc: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-4/+4
2023-08-21nios2: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-4/+4
2023-08-21mips: convert various functions to use ptdescsVishal Moola (Oracle)2-17/+23
2023-08-21m68k: convert various functions to use ptdescsVishal Moola (Oracle)3-29/+30
2023-08-21loongarch: convert various functions to use ptdescsVishal Moola (Oracle)2-15/+19
2023-08-21hexagon: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-4/+4
2023-08-21csky: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-2/+2
2023-08-21arm64: convert various functions to use ptdescsVishal Moola (Oracle)2-9/+12
2023-08-21arm: convert various functions to use ptdescsVishal Moola (Oracle)2-8/+11
2023-08-21pgalloc: convert various functions to use ptdescsVishal Moola (Oracle)1-36/+52
2023-08-21mm: remove page table members from struct pageVishal Moola (Oracle)1-21/+0