summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* memblock: ensure there is no overflow in memblock_overlaps_region()Mike Rapoport2021-12-171-1/+2
* mm: bdi: initialize bdi_min_ratio when bdi is unregisteredManjong Lee2021-12-141-0/+7
* hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit2021-11-261-4/+19
* mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flagRustam Kovhaev2021-11-261-1/+1
* mm, oom: do not trigger out_of_memory from the #PFMichal Hocko2021-11-171-14/+8
* mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasksVasily Averin2021-11-171-0/+3
* mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...Miaohe Lin2021-11-171-3/+4
* mm, slub: fix potential memoryleak in kmem_cache_open()Miaohe Lin2021-10-271-1/+1
* mm, slub: fix mismatch between reconstructed freelist depth and cntMiaohe Lin2021-10-271-2/+9
* mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand2021-09-221-2/+2
* mm,vmscan: fix divide by zero in get_scan_countRik van Riel2021-09-221-1/+1
* mm/page_alloc: speed up the iteration of max_orderMuchun Song2021-09-121-4/+4
* mm, oom: make the calculation of oom badness more accurateYafang Shao2021-09-031-12/+10
* mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner2021-08-261-8/+19
* mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao2021-08-262-1/+10
* mm: slab: fix kmem_cache_create failed when sysfs node not destroyedNanyong Sun2021-07-251-8/+10
* mm/z3fold: fix potential memory leak in z3fold_destroy_pool()Miaohe Lin2021-07-141-0/+1
* mm/huge_memory.c: don't discard hugepage if other processes are mapping itMiaohe Lin2021-07-141-1/+1
* 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: fix redzoning for small allocationsKees Cook2021-06-232-5/+6
* mm/slub: clarify verification reportingKees Cook2021-06-231-7/+7
* mm/memory-failure: make sure wait for page writeback in memory_failureyangerkun2021-06-231-1/+6
* mm/filemap: fix storing to a THP shadow entryMatthew Wilcox (Oracle)2021-06-101-9/+28
* mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPYMina Almasry2021-06-101-2/+12
* mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu2021-05-191-18/+4
* userfaultfd: release page in error path to avoid BUG_ONAxel Rasmussen2021-05-191-1/+11
* ksm: fix potential missing rmap_item for stable_nodeMiaohe Lin2021-05-191-0/+1
* mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page()Miaohe Lin2021-05-191-0/+7
* mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()Miaohe Lin2021-05-191-2/+9