summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: fix the deadlock in finish_fault()Qi Zheng2021-07-281-1/+10
* memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport2021-07-281-1/+2
* mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interactionSergei Trofimovich2021-07-281-13/+16
* kfence: skip all GFP_ZONEMASK allocationsAlexander Potapenko2021-07-281-0/+9
* kfence: move the size check to the beginning of __kfence_alloc()Alexander Potapenko2021-07-281-3/+7
* mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu2021-07-252-25/+27
* mm/thp: simplify copying of huge zero page pmd when forkPeter Xu2021-07-251-6/+3
* Revert "mm/shmem: fix shmem_swapin() race with swapoff"Greg Kroah-Hartman2021-07-251-13/+1
* Revert "swap: fix do_swap_page() race with swapoff"Greg Kroah-Hartman2021-07-251-9/+2
* mm/hugetlb: fix refs calculation from unaligned @vaddrJoao Martins2021-07-201-2/+3
* mm/mremap: hold the rmap lock in write mode when moving page table entries.Aneesh Kumar K.V2021-07-191-2/+2
* kfence: unconditionally use unbound work queueMarco Elver2021-07-141-2/+2
* mm/zswap.c: fix two bugs in zswap_writeback_entry()Miaohe Lin2021-07-141-10/+7
* mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song2021-07-141-1/+1
* mm/z3fold: use release_z3fold_page_locked() to release locked z3fold pageMiaohe Lin2021-07-141-1/+1
* mm/z3fold: fix potential memory leak in z3fold_destroy_pool()Miaohe Lin2021-07-141-0/+1
* hugetlb: remove prep_compound_huge_page cleanupMike Kravetz2021-07-141-19/+10
* mm/huge_memory.c: don't discard hugepage if other processes are mapping itMiaohe Lin2021-07-141-1/+1
* mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()Miaohe Lin2021-07-143-6/+12
* mm/page_alloc: fix counting of managed_pagesLiu Shixin2021-07-141-6/+6
* mm: memcg/slab: properly set up gfp flags for objcg pointer arrayWaiman Long2021-07-142-1/+8
* mm/shmem: fix shmem_swapin() race with swapoffMiaohe Lin2021-07-141-1/+13
* swap: fix do_swap_page() race with swapoffMiaohe Lin2021-07-141-2/+9
* mm: mmap_lock: use local locks instead of disabling preemptionNicolas Saenz Julienne2021-07-141-11/+22
* mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()Anshuman Khandual2021-07-141-12/+51
* mm/gup: fix try_grab_compound_head() race with split_huge_page()Jann Horn2021-07-141-15/+43
* mm/page_alloc: fix memory map initialization for descending nodesMike Rapoport2021-07-141-36/+58
* mm/page_alloc: correct return value of populated elements if bulk array is populatedMel Gorman2021-07-071-1/+1
* mm/page_alloc: do bulk array bounds check after checking populated elementsMel Gorman2021-06-241-0/+4
* mm/page_alloc: __alloc_pages_bulk(): do bounds check before accessing arrayRasmus Villemoes2021-06-241-1/+1
* mm/hwpoison: do not lock page again when me_huge_page() successfully recoversNaoya Horiguchi2021-06-241-14/+30
* mm,hwpoison: return -EHWPOISON to denote that the page has already been poisonedAili Yao2021-06-241-1/+2
* mm/memory-failure: use a mutex to avoid memory_failure() racesTony Luck2021-06-241-13/+23
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-06-241-4/+1
* mm/vmalloc: unbreak kasan vmalloc supportDaniel Axtens2021-06-241-10/+14
* mm/vmalloc: add vmalloc_no_hugeClaudio Imbrenda2021-06-241-0/+17
* mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()Hugh Dickins2021-06-241-0/+4
* mm/thp: fix page_vma_mapped_walk() if THP mapped by ptesHugh Dickins2021-06-241-9/+25
* mm: page_vma_mapped_walk(): get vma_address_end() earlierHugh Dickins2021-06-241-4/+9
* mm: page_vma_mapped_walk(): use goto instead of while (1)Hugh Dickins2021-06-241-4/+3
* mm: page_vma_mapped_walk(): add a level of indentationHugh Dickins2021-06-241-50/+55
* mm: page_vma_mapped_walk(): crossing page table boundaryHugh Dickins2021-06-241-4/+4
* mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION blockHugh Dickins2021-06-241-16/+14
* mm: page_vma_mapped_walk(): use pmde for *pvmw->pmdHugh Dickins2021-06-241-5/+6
* mm: page_vma_mapped_walk(): settle PageHuge on entryHugh Dickins2021-06-241-4/+8
* mm: page_vma_mapped_walk(): use page for pvmw->pageHugh Dickins2021-06-241-5/+4
* mm/sparse: fix check_usemap_section_nr warningsMiles Chen2021-06-161-2/+11
* mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for splitYang Shi2021-06-161-17/+7
* mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins2021-06-162-24/+60
* mm/thp: fix page_address_in_vma() on file THP tailsJue Wang2021-06-161-4/+4