summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2021-09-03mm/memory_hotplug: fix potential permanent lru cache disableMiaohe Lin
2021-08-26hugetlb: don't pass page cache pages to restore_reserve_on_errorMike Kravetz
2021-08-26mm/hwpoison: retry with shake_page() for unhandlable pagesNaoya Horiguchi
2021-08-26mm,hwpoison: make get_hwpoison_page() call get_any_page()Naoya Horiguchi
2021-08-26mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner
2021-08-18kasan, slub: reset tag when printing addressKuan-Ying Lee
2021-08-04mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook()Wang Hai
2021-08-04mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresh...Johannes Weiner
2021-07-28mm: fix the deadlock in finish_fault()Qi Zheng
2021-07-28memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport
2021-07-28mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interactionSergei Trofimovich
2021-07-28kfence: skip all GFP_ZONEMASK allocationsAlexander Potapenko
2021-07-28kfence: move the size check to the beginning of __kfence_alloc()Alexander Potapenko
2021-07-25mm/userfaultfd: fix uffd-wp special cases for fork()Peter Xu
2021-07-25mm/thp: simplify copying of huge zero page pmd when forkPeter Xu
2021-07-25Revert "mm/shmem: fix shmem_swapin() race with swapoff"Greg Kroah-Hartman
2021-07-25Revert "swap: fix do_swap_page() race with swapoff"Greg Kroah-Hartman
2021-07-20mm/hugetlb: fix refs calculation from unaligned @vaddrJoao Martins
2021-07-19mm/mremap: hold the rmap lock in write mode when moving page table entries.Aneesh Kumar K.V
2021-07-14kfence: unconditionally use unbound work queueMarco Elver
2021-07-14mm/zswap.c: fix two bugs in zswap_writeback_entry()Miaohe Lin
2021-07-14mm: migrate: fix missing update page_private to hugetlb_page_subpoolMuchun Song
2021-07-14mm/z3fold: use release_z3fold_page_locked() to release locked z3fold pageMiaohe Lin
2021-07-14mm/z3fold: fix potential memory leak in z3fold_destroy_pool()Miaohe Lin
2021-07-14hugetlb: remove prep_compound_huge_page cleanupMike Kravetz
2021-07-14mm/huge_memory.c: don't discard hugepage if other processes are mapping itMiaohe Lin
2021-07-14mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin
2021-07-14mm/page_alloc: fix counting of managed_pagesLiu Shixin
2021-07-14mm: memcg/slab: properly set up gfp flags for objcg pointer arrayWaiman Long
2021-07-14mm/shmem: fix shmem_swapin() race with swapoffMiaohe Lin
2021-07-14swap: fix do_swap_page() race with swapoffMiaohe Lin
2021-07-14mm: mmap_lock: use local locks instead of disabling preemptionNicolas Saenz Julienne
2021-07-14mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()Anshuman Khandual
2021-07-14mm/gup: fix try_grab_compound_head() race with split_huge_page()Jann Horn
2021-07-14mm/page_alloc: fix memory map initialization for descending nodesMike Rapoport
2021-07-07mm/page_alloc: correct return value of populated elements if bulk array is po...Mel Gorman
2021-06-24mm/page_alloc: do bulk array bounds check after checking populated elementsMel Gorman
2021-06-24mm/page_alloc: __alloc_pages_bulk(): do bounds check before accessing arrayRasmus Villemoes
2021-06-24mm/hwpoison: do not lock page again when me_huge_page() successfully recoversNaoya Horiguchi
2021-06-24mm,hwpoison: return -EHWPOISON to denote that the page has already been poisonedAili Yao
2021-06-24mm/memory-failure: use a mutex to avoid memory_failure() racesTony Luck
2021-06-24mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins
2021-06-24mm/vmalloc: unbreak kasan vmalloc supportDaniel Axtens
2021-06-24mm/vmalloc: add vmalloc_no_hugeClaudio Imbrenda
2021-06-24mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()Hugh Dickins
2021-06-24mm/thp: fix page_vma_mapped_walk() if THP mapped by ptesHugh Dickins
2021-06-24mm: page_vma_mapped_walk(): get vma_address_end() earlierHugh Dickins
2021-06-24mm: page_vma_mapped_walk(): use goto instead of while (1)Hugh Dickins
2021-06-24mm: page_vma_mapped_walk(): add a level of indentationHugh Dickins
2021-06-24mm: page_vma_mapped_walk(): crossing page table boundaryHugh Dickins