memblock: ensure there is no overflow in memblock_overlaps_region()
[platform/kernel/linux-rpi.git] / mm /
2021-12-17 Mike Rapoportmemblock: ensure there is no overflow in memblock_overl...
2021-12-14 Manjong Leemm: bdi: initialize bdi_min_ratio when bdi is unregistered
2021-11-26 Nadav Amithugetlbfs: flush TLBs correctly after huge_pmd_unshare
2021-11-26 Rustam Kovhaevmm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag
2021-11-18 Michal Hockomm, oom: do not trigger out_of_memory from the #PF
2021-11-18 Vasily Averinmm, oom: pagefault_out_of_memory: don't force global...
2021-11-18 Vasily Averinmemcg: prohibit unconditional exceeding the limit of...
2021-11-18 Miaohe Linmm/zsmalloc.c: close race window between zs_pool_dec_is...
2021-11-06 Yang Shimm: khugepaged: skip huge page collapse for special...
2021-11-02 Rongwei Wangmm, thp: bail out early in collapse_file for writeback...
2021-10-27 Miaohe Linmm, slub: fix incorrect memcg slab count for bulk free
2021-10-27 Miaohe Linmm, slub: fix potential memoryleak in kmem_cache_open()
2021-10-27 Miaohe Linmm, slub: fix mismatch between reconstructed freelist...
2021-10-06 Linus Torvaldsmm: don't allow oversized kvmalloc() calls
2021-09-30 Chen Junmm: fix uninitialized use in overcommit_policy_handler
2021-09-22 David Hildenbrandmm/memory_hotplug: use "unsigned long" for PFN in zone_...
2021-09-18 Rik van Rielmm,vmscan: fix divide by zero in get_scan_count
2021-09-18 Li Zhijianmm/hmm: bypass devmap pte when all pfn requested flags...
2021-09-18 Mike Kravetzhugetlb: fix hugetlb cgroup refcounting during vma...
2021-09-12 Muchun Songmm/page_alloc: speed up the iteration of max_order
2021-08-26 Johannes Weinermm: memcontrol: fix occasional OOMs due to proportional...
2021-07-28 Mike Rapoportmemblock: make for_each_mem_range() traverse MEMBLOCK_H...
2021-07-25 Greg Kroah-HartmanRevert "mm/shmem: fix shmem_swapin() race with swapoff"
2021-07-25 Mike Rapoportmm/page_alloc: fix memory map initialization for descen...
2021-07-25 Peter Xumm/userfaultfd: fix uffd-wp special cases for fork()
2021-07-25 Peter Xumm/thp: simplify copying of huge zero page pmd when...
2021-07-25 Greg Kroah-HartmanRevert "swap: fix do_swap_page() race with swapoff"
2021-07-19 Oscar Salvadormm,hwpoison: return -EBUSY when migration fails
2021-07-14 Miaohe Linmm/z3fold: use release_z3fold_page_locked() to release...
2021-07-14 Miaohe Linmm/z3fold: fix potential memory leak in z3fold_destroy_...
2021-07-14 Mike Kravetzhugetlb: remove prep_compound_huge_page cleanup
2021-07-14 Yanfei Xumm/hugetlb: remove redundant check in preparing and...
2021-07-14 Miaohe Linmm/hugetlb: use helper huge_page_order and pages_per_hu...
2021-07-14 Miaohe Linmm/huge_memory.c: don't discard hugepage if other proce...
2021-07-14 Miaohe Linmm/huge_memory.c: add missing read-only THP checking...
2021-07-14 Aneesh Kumar K.Vmm/pmem: avoid inserting hugepage PTE entry with fsdax...
2021-07-14 Liu Shixinmm/page_alloc: fix counting of managed_pages
2021-07-14 Lorenzo Stoakesmm: page_alloc: refactor setup_per_zone_lowmem_reserve()
2021-07-14 Waiman Longmm: memcg/slab: properly set up gfp flags for objcg...
2021-07-14 Miaohe Linmm/shmem: fix shmem_swapin() race with swapoff
2021-07-14 Miaohe Linswap: fix do_swap_page() race with swapoff
2021-07-14 Anshuman Khandualmm/debug_vm_pgtable: ensure THP availability via has_tr...
2021-07-14 Anshuman Khandualmm/debug_vm_pgtable/basic: iterate over entire protecti...
2021-07-14 Anshuman Khandualmm/debug_vm_pgtable/basic: add validation for dirtiness...
2021-07-14 Jann Hornmm/gup: fix try_grab_compound_head() race with split_hu...
2021-06-30 Hugh Dickinsmm, futex: fix shared futex pgoff on shmem huge page
2021-06-30 Hugh Dickinsmm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()
2021-06-30 Hugh Dickinsmm/thp: fix page_vma_mapped_walk() if THP mapped by...
2021-06-30 Hugh Dickinsmm: page_vma_mapped_walk(): get vma_address_end() earlier
2021-06-30 Hugh Dickinsmm: page_vma_mapped_walk(): use goto instead of while (1)
2021-06-30 Hugh Dickinsmm: page_vma_mapped_walk(): add a level of indentation
2021-06-30 Hugh Dickinsmm: page_vma_mapped_walk(): crossing page table boundary
2021-06-30 Hugh Dickinsmm: page_vma_mapped_walk(): prettify PVMW_MIGRATION...
2021-06-30 Hugh Dickinsmm: page_vma_mapped_walk(): use pmde for *pvmw->pmd
2021-06-30 Hugh Dickinsmm: page_vma_mapped_walk(): settle PageHuge on entry
2021-06-30 Hugh Dickinsmm: page_vma_mapped_walk(): use page for pvmw->page
2021-06-30 Yang Shimm: thp: replace DEBUG_VM BUG with VM_WARN when unmap...
2021-06-30 Hugh Dickinsmm/thp: unmap_mapping_page() to fix THP truncate_cleanu...
2021-06-30 Jue Wangmm/thp: fix page_address_in_vma() on file THP tails
2021-06-30 Hugh Dickinsmm/thp: fix vma_address() if virtual address below...
2021-06-30 Hugh Dickinsmm/thp: try_to_unmap() use TTU_SYNC for safe splitting
2021-06-30 Hugh Dickinsmm/thp: make is_huge_zero_pmd() safe and quicker
2021-06-30 Hugh Dickinsmm/thp: fix __split_huge_pmd_locked() on shmem migratio...
2021-06-30 Xu Yumm, thp: use head page in __migration_entry_wait()
2021-06-30 Miaohe Linmm/rmap: use page_not_mapped in try_to_unmap()
2021-06-30 Miaohe Linmm/rmap: remove unneeded semicolon in page_not_mapped()
2021-06-23 Andrew Mortonmm/slub.c: include swab.h
2021-06-23 Kees Cookmm/slub: actually fix freelist pointer vs redzoning
2021-06-23 Kees Cookmm/slub: fix redzoning for small allocations
2021-06-23 Kees Cookmm/slub: clarify verification reporting
2021-06-23 Peter Xumm/swap: fix pte_same_as_swp() not removing uffd-wp...
2021-06-23 yangerkunmm/memory-failure: make sure wait for page writeback...
2021-06-10 Mina Almasrymm, hugetlb: fix simple resv_huge_pages underflow on...
2021-06-10 Ding Huimm/page_alloc: fix counting of free pages after take...
2021-06-10 Gerald Schaefermm/debug_vm_pgtable: fix alignment for pmd/pud_advanced...
2021-05-19 Peter Xumm/hugetlb: fix F_SEAL_FUTURE_WRITE
2021-05-19 Axel Rasmussenuserfaultfd: release page in error path to avoid BUG_ON
2021-05-19 Pavel Tatashinmm/gup: check for isolation errors
2021-05-19 Pavel Tatashinmm/gup: return an error on migration failure
2021-05-19 Pavel Tatashinmm/gup: check every subpage of a compound page during...
2021-05-19 Miaohe Linksm: fix potential missing rmap_item for stable_node
2021-05-19 Miaohe Linmm/migrate.c: fix potential indeterminate pte entry...
2021-05-19 Miaohe Linmm/hugeltb: handle the error case in hugetlb_fix_reserv...
2021-05-19 Miaohe Linkhugepaged: fix wrong result value for trace_mm_collaps...
2021-05-14 Jane Chumm/memory-failure: unnecessary amount of unmapping
2021-05-14 Wang Wenshengmm/sparse: add the missing sparse_buffer_fini() in...
2021-05-14 Muchun Songmm: memcontrol: slab: fix obtain a reference to a freei...
2021-05-14 Nikolay Borisovmm/sl?b.c: remove ctor argument from kmem_cache_flags
2021-04-21 Christophe Leroymm: ptdump: fix build failure
2021-04-14 Roman Gushchinpercpu: make pcpu_nr_empty_pop_pages per chunk type
2021-04-07 Ilya Lipnitskiymm: fix race by making init_zero_pfn() early_initcall
2021-03-30 Hugh Dickinsmm/memcg: fix 5.10 backport of splitting page memcg
2021-03-30 Sean Christophersonmm/mmu_notifiers: ensure range_end() is paired with...
2021-03-30 Miaohe Linhugetlb_cgroup: fix imbalanced css_get and css_put...
2021-03-30 Thomas Hebbz3fold: prevent reclaim/free race for headless pages
2021-03-30 Zhou Guanghuimm/memcg: set memcg when splitting page
2021-03-30 Zhou Guanghuimm/memcg: rename mem_cgroup_split_huge_fixup to split_p...
2021-03-17 Mike Rapoportmm/page_alloc.c: refactor initialization of struct...
2021-03-17 Suren Baghdasaryanmm/madvise: replace ptrace attach requirement for proce...
2021-03-17 Nadav Amitmm/userfaultfd: fix memory corruption due to writeprotect
next