summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-06-30mm: make variable names for populate_vma_page_range() consistentDavid Hildenbrand
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang
2021-06-30mm/nommu: unexport do_munmap()Liam Howlett
2021-06-30nommu: remove __GFP_HIGHMEM in vmalloc/vzallocChen Li
2021-06-30mm/thp: fix strncpy warningMatthew Wilcox (Oracle)
2021-06-30mm: hwpoison_user_mappings() try_to_unmap() with TTU_SYNCHugh Dickins
2021-06-30mm/thp: remap_page() is only needed on anonymous THPHugh Dickins
2021-06-30mm: rmap: make try_to_unmap() void functionYang Shi
2021-06-30mm: thp: skip make PMD PROT_NONE if THP migration is not supportedYang Shi
2021-06-30mm: migrate: check mapcount for THP instead of refcountYang Shi
2021-06-30mm: migrate: don't split THP for misplaced NUMA pageYang Shi
2021-06-30mm: migrate: account THP NUMA migration counters correctlyYang Shi
2021-06-30mm: thp: refactor NUMA fault handlingYang Shi
2021-06-30mm: memory: make numa_migrate_prep() non-staticYang Shi
2021-06-30mm: memory: add orig_pmd to struct vm_faultYang Shi
2021-06-30mm, thp: relax the VM_DENYWRITE constraint on file-backed THPsCollin Fijalkovich
2021-06-30mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song
2021-06-30memblock: update initialization of reserved pagesMike Rapoport
2021-06-30mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policiesBen Widawsky
2021-06-30mm: mempolicy: don't have to split pmd for huge zero pageYang Shi
2021-06-30mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicyFeng Tang
2021-06-30mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policyFeng Tang
2021-06-30mm/mempolicy: cleanup nodemask intersection check for oomFeng Tang
2021-06-30mm/compaction: fix 'limit' in fast_isolate_freepagesWonhyuk Yang
2021-06-30mm: compaction: remove duplicate !list_empty(&sublist) checkLiu Xiang
2021-06-30mm/compaction: use DEVICE_ATTR_WO macroYueHaibing
2021-06-30mm/zbud: don't export any zbud APIMiaohe Lin
2021-06-30mm/zbud: reuse unbuddied[0] as buddied in zbud_poolMiaohe Lin
2021-06-30mm/z3fold: use release_z3fold_page_locked() to release locked z3fold pageMiaohe Lin
2021-06-30mm/z3fold: fix potential memory leak in z3fold_destroy_pool()Miaohe Lin
2021-06-30mm/z3fold: remove unused function handle_to_z3fold_header()Miaohe Lin
2021-06-30mm/z3fold: remove magic number in z3fold_create_pool()Miaohe Lin
2021-06-30mm/z3fold: avoid possible underflow in z3fold_alloc()Miaohe Lin
2021-06-30mm/z3fold: define macro NCHUNKS as TOTAL_CHUNKS - ZHDR_CHUNKSMiaohe Lin
2021-06-30mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...David Hildenbrand
2021-06-30mm/kconfig: move HOLES_IN_ZONE into mmKefeng Wang
2021-06-30mm: workingset: define macro WORKINGSET_SHIFTMiaohe Lin
2021-06-30mm/vmscan.c: fix potential deadlock in reclaim_pages()Yu Zhao
2021-06-30userfaultfd/shmem: modify shmem_mfill_atomic_pte to use install_pte()Axel Rasmussen
2021-06-30userfaultfd/shmem: support UFFDIO_CONTINUE for shmemAxel Rasmussen
2021-06-30userfaultfd/shmem: support minor fault registration for shmemAxel Rasmussen
2021-06-30userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pteAxel Rasmussen
2021-06-30mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu
2021-06-30mm/thp: simplify copying of huge zero page pmd when forkPeter Xu
2021-06-30mm/hwpoison: disable pcp for page_handle_poison()Naoya Horiguchi
2021-06-30hugetlb: address ref count racing in prep_compound_gigantic_pageMike Kravetz
2021-06-30hugetlb: remove prep_compound_huge_page cleanupMike Kravetz
2021-06-30mm: hugetlb: introduce CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONMuchun Song
2021-06-30mm: sparsemem: use huge PMD mapping for vmemmap pagesMuchun Song
2021-06-30mm: sparsemem: split the huge PMD mapping of vmemmap pagesMuchun Song