summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/page_alloc: speed up the iteration of max_orderMuchun Song2021-09-121-4/+4
* mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner2021-08-261-8/+19
* memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport2021-07-281-1/+2
* Revert "mm/shmem: fix shmem_swapin() race with swapoff"Greg Kroah-Hartman2021-07-251-13/+1
* mm/page_alloc: fix memory map initialization for descending nodesMike Rapoport2021-07-251-39/+67
* 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 "swap: fix do_swap_page() race with swapoff"Greg Kroah-Hartman2021-07-251-9/+2
* mm,hwpoison: return -EBUSY when migration failsOscar Salvador2021-07-191-3/+3
* 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/hugetlb: remove redundant check in preparing and destroying gigantic pageYanfei Xu2021-07-141-5/+2
* mm/hugetlb: use helper huge_page_order and pages_per_huge_pageMiaohe Lin2021-07-141-2/+2
* 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_...Miaohe Lin2021-07-143-6/+12
* mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...Aneesh Kumar K.V2021-07-141-1/+5
* mm/page_alloc: fix counting of managed_pagesLiu Shixin2021-07-141-6/+6
* mm: page_alloc: refactor setup_per_zone_lowmem_reserve()Lorenzo Stoakes2021-07-141-21/+14
* 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/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()Anshuman Khandual2021-07-141-12/+51
* mm/debug_vm_pgtable/basic: iterate over entire protection_map[]Anshuman Khandual2021-07-141-12/+35
* mm/debug_vm_pgtable/basic: add validation for dirtiness after write protectAnshuman Khandual2021-07-141-0/+39
* mm/gup: fix try_grab_compound_head() race with split_huge_page()Jann Horn2021-07-141-15/+43
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-06-301-4/+1
* mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()Hugh Dickins2021-06-301-0/+4
* mm/thp: fix page_vma_mapped_walk() if THP mapped by ptesHugh Dickins2021-06-301-9/+25
* mm: page_vma_mapped_walk(): get vma_address_end() earlierHugh Dickins2021-06-301-4/+9
* mm: page_vma_mapped_walk(): use goto instead of while (1)Hugh Dickins2021-06-301-4/+3
* mm: page_vma_mapped_walk(): add a level of indentationHugh Dickins2021-06-301-50/+55
* mm: page_vma_mapped_walk(): crossing page table boundaryHugh Dickins2021-06-301-4/+4
* mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION blockHugh Dickins2021-06-301-16/+14
* mm: page_vma_mapped_walk(): use pmde for *pvmw->pmdHugh Dickins2021-06-301-5/+6
* mm: page_vma_mapped_walk(): settle PageHuge on entryHugh Dickins2021-06-301-4/+8
* mm: page_vma_mapped_walk(): use page for pvmw->pageHugh Dickins2021-06-301-5/+4
* mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for splitYang Shi2021-06-301-17/+7
* mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins2021-06-302-24/+60
* mm/thp: fix page_address_in_vma() on file THP tailsJue Wang2021-06-301-4/+4
* mm/thp: fix vma_address() if virtual address below file offsetHugh Dickins2021-06-303-32/+53
* mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins2021-06-303-2/+28
* mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins2021-06-301-1/+4
* mm/thp: fix __split_huge_pmd_locked() on shmem migration entryHugh Dickins2021-06-302-11/+20
* mm, thp: use head page in __migration_entry_wait()Xu Yu2021-06-301-0/+1
* mm/rmap: use page_not_mapped in try_to_unmap()Miaohe Lin2021-06-301-8/+3
* mm/rmap: remove unneeded semicolon in page_not_mapped()Miaohe Lin2021-06-301-1/+1
* mm/slub.c: include swab.hAndrew Morton2021-06-231-0/+1
* mm/slub: actually fix freelist pointer vs redzoningKees Cook2021-06-231-11/+3
* mm/slub: fix redzoning for small allocationsKees Cook2021-06-232-5/+6