summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: khugepaged: skip huge page collapse for special filesYang Shi2021-11-061-7/+10
* mm, thp: bail out early in collapse_file for writeback pageRongwei Wang2021-11-021-1/+6
* mm, slub: fix incorrect memcg slab count for bulk freeMiaohe Lin2021-10-271-1/+3
* 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: don't allow oversized kvmalloc() callsLinus Torvalds2021-10-061-0/+4
* mm: fix uninitialized use in overcommit_policy_handlerChen Jun2021-09-301-2/+2
* 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-181-1/+1
* mm/hmm: bypass devmap pte when all pfn requested flags are fulfilledLi Zhijian2021-09-181-1/+4
* hugetlb: fix hugetlb cgroup refcounting during vma splitMike Kravetz2021-09-181-1/+3
* 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