summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple2022-01-271-2/+3
* shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inodeGang Li2022-01-271-16/+21
* mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed pagesBaoquan He2022-01-271-1/+3
* mm_zone: add function to check if managed dma zone existsBaoquan He2022-01-271-0/+15
* mm: mempolicy: fix THP allocations escaping mempolicy restrictionsAndrey Ryabinin2021-12-291-2/+2
* mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()Liu Shixin2021-12-291-0/+1
* 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-181-14/+8
* mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasksVasily Averin2021-11-181-0/+3
* memcg: prohibit unconditional exceeding the limit of dying tasksVasily Averin2021-11-181-19/+8
* mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...Miaohe Lin2021-11-181-3/+4
* 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