Age | Commit message (Expand) | Author |
2022-06-06 | zsmalloc: fix races between asynchronous zspage free and page migration | Sultan Alsawaf |
2022-05-15 | mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at... | Muchun Song |
2022-05-15 | mm: hugetlb: fix missing cache flush in copy_huge_page_from_user() | Muchun Song |
2022-05-15 | mm: fix missing cache flush for all tail pages of compound page | Muchun Song |
2022-05-15 | arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL | Mike Rapoport |
2022-05-12 | mm: fix unexpected zeroed page mapping with zram swap | Minchan Kim |
2022-05-09 | mm, hugetlb: allow for "high" userspace addresses | Christophe Leroy |
2022-04-27 | oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanup | Nico Pache |
2022-04-27 | mm: page_alloc: fix building error on -Werror=array-compare | Xiongwei Song |
2022-04-20 | mm: kmemleak: take a full lowmem check in kmemleak_*_phys() | Patrick Wang |
2022-04-20 | mm, page_alloc: fix build_zonerefs_node() | Juergen Gross |
2022-04-15 | mm: don't skip swap entry even if zap_details specified | Peter Xu |
2022-04-15 | mm/mempolicy: fix mpol_new leak in shared_policy_replace | Miaohe Lin |
2022-04-15 | mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) | Paolo Bonzini |
2022-04-15 | mm: fix race between MADV_FREE reclaim and blkdev direct IO read | Mauricio Faria de Oliveira |
2022-04-15 | mm/usercopy: return 1 from hardened_usercopy __setup() handler | Randy Dunlap |
2022-04-15 | mm/memcontrol: return 1 from cgroup.memory __setup() handler | Randy Dunlap |
2022-04-15 | mm/mmap: return 1 from stack_guard_gap __setup() handler | Randy Dunlap |
2022-04-15 | mm/kmemleak: reset tag when compare object pointer | Kuan-Ying Lee |
2022-04-15 | mm,hwpoison: unmap poisoned page before invalidation | Rik van Riel |
2022-04-15 | mempolicy: mbind_range() set_policy() after vma_merge() | Hugh Dickins |
2022-04-15 | mm: invalidate hwpoison page cache page in fault path | Rik van Riel |
2022-04-15 | mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node | Alistair Popple |
2022-03-08 | memfd: fix F_SEAL_WRITE after shmem huge page allocated | Hugh Dickins |
2022-03-02 | memblock: use kfree() to release kmalloced memblock regions | Miaohe Lin |
2022-02-08 | mm/kmemleak: avoid scanning potential huge holes | Lang Yu |
2022-01-27 | shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode | Gang Li |
2022-01-27 | mm/page_alloc.c: do not warn allocation failure on zone DMA if no managed pages | Baoquan He |
2022-01-27 | mm_zone: add function to check if managed dma zone exists | Baoquan He |
2021-12-29 | mm: mempolicy: fix THP allocations escaping mempolicy restrictions | Andrey Ryabinin |
2021-12-17 | memblock: ensure there is no overflow in memblock_overlaps_region() | Mike Rapoport |
2021-12-14 | mm: bdi: initialize bdi_min_ratio when bdi is unregistered | Manjong Lee |
2021-11-26 | hugetlbfs: flush TLBs correctly after huge_pmd_unshare | Nadav Amit |
2021-11-26 | mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag | Rustam Kovhaev |
2021-11-17 | mm, oom: do not trigger out_of_memory from the #PF | Michal Hocko |
2021-11-17 | mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks | Vasily Averin |
2021-11-17 | mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi... | Miaohe Lin |
2021-10-27 | mm, slub: fix potential memoryleak in kmem_cache_open() | Miaohe Lin |
2021-10-27 | mm, slub: fix mismatch between reconstructed freelist depth and cnt | Miaohe Lin |
2021-09-22 | mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range() | David Hildenbrand |
2021-09-22 | mm,vmscan: fix divide by zero in get_scan_count | Rik van Riel |
2021-09-12 | mm/page_alloc: speed up the iteration of max_order | Muchun Song |
2021-09-03 | mm, oom: make the calculation of oom badness more accurate | Yafang Shao |
2021-08-26 | mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim | Johannes Weiner |
2021-08-26 | mm, memcg: avoid stale protection values when cgroup is above protection | Yafang Shao |
2021-07-25 | mm: slab: fix kmem_cache_create failed when sysfs node not destroyed | Nanyong Sun |
2021-07-14 | mm/z3fold: fix potential memory leak in z3fold_destroy_pool() | Miaohe Lin |
2021-07-14 | mm/huge_memory.c: don't discard hugepage if other processes are mapping it | Miaohe Lin |
2021-06-30 | mm, futex: fix shared futex pgoff on shmem huge page | Hugh Dickins |
2021-06-30 | mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk() | Hugh Dickins |