summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-07-25mm: page_ref: remove folio_try_get_rcu()Yang Shi2-6/+6
2024-07-18mm/damon/core: merge regions aggressively when max_nr_regions is unmetSeongJae Park1-3/+20
2024-07-18mm/shmem: disable PMD-sized page cache if neededGavin Shan1-2/+13
2024-07-18mm/readahead: limit page cache size in page_cache_ra_order()Gavin Shan1-4/+4
2024-07-18mm/filemap: skip to create PMD-sized page cache if neededGavin Shan1-1/+1
2024-07-18filemap: replace pte_offset_map() with pte_offset_map_nolock()ZhangPeng1-1/+2
2024-07-18mm: fix crashes from deferred split racing folio migrationHugh Dickins2-11/+13
2024-07-18mm: vmalloc: check if a hash-index is in cpu_possible_maskUladzislau Rezki (Sony)1-1/+9
2024-07-18cachestat: do not flush stats in recency checkNhat Pham2-4/+15
2024-07-11Revert "mm/writeback: fix possible divide-by-zero in wb_dirty_limits(), again"Jan Kara1-1/+1
2024-07-11mm: avoid overflows in dirty throttling logicJan Kara1-4/+26
2024-07-05mm/page_alloc: Separate THP PCP into movable and non-movable categoriesyangge1-2/+7
2024-07-05mm/memory: don't require head page for do_set_pmd()Andrew Bresticker1-1/+2
2024-07-05mm: fix incorrect vbq reference in purge_fragmented_blockZhaoyang Huang1-6/+15
2024-07-05kasan: fix bad call to unpoison_slab_objectAndrey Konovalov1-1/+1
2024-06-27mm/page_table_check: fix crash on ZONE_DEVICEPeter Xu1-1/+10
2024-06-27mm: shmem: fix getting incorrect lruvec when replacing a shmem folioBaolin Wang2-3/+2
2024-06-27mm: huge_memory: fix misused mapping_large_folio_support() for anon foliosRan Xiaokai1-11/+17
2024-06-21mm/huge_memory: don't unpoison huge_zero_folioMiaohe Lin1-0/+7
2024-06-21memblock: make memblock_set_node() also warn about use of MAX_NUMNODESJan Beulich1-0/+4
2024-06-16mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAILHailong.Liu1-3/+2
2024-06-16mm/memory-failure: fix handling of dissolved but not taken off from buddy pagesMiaohe Lin1-2/+2
2024-06-16mm/hugetlb: pass correct order_per_bit to cma_declare_contiguous_nidFrank van der Linden1-3/+3
2024-06-16mm/cma: drop incorrect alignment check in cma_init_reserved_memFrank van der Linden1-4/+0
2024-06-16mm/hugetlb: do not call vma_add_reservation upon ENOMEMOscar Salvador1-2/+14
2024-06-16kmsan: do not wipe out origin when doing partial unpoisoningAlexander Potapenko1-4/+11
2024-06-16mm/ksm: fix ksm_zero_pages accountingChengming Zhou1-6/+5
2024-06-16mm/ksm: fix ksm_pages_scanned accountingChengming Zhou1-4/+2
2024-06-16mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts2-23/+28
2024-05-30mm/userfaultfd: Do not place zeropages when zeropages are disallowedDavid Hildenbrand1-0/+35
2024-05-30libfs: Add simple_offset_rename() APIChuck Lever1-2/+1
2024-05-11Merge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds3-3/+7
2024-05-06mm,page_owner: don't remove __GFP_NOLOCKDEP in add_stack_record_to_listChristoph Hellwig1-1/+1
2024-05-06mm/vmalloc: fix return value of vb_alloc if size is 0Hailong.Liu1-1/+1
2024-05-06mm: use memalloc_nofs_save() in page_cache_ra_order()Kefeng Wang1-0/+4
2024-05-06mm: page_owner: fix wrong information in dump_page_ownerManinder Singh1-1/+1
2024-05-01mm/slub: avoid zeroing outside-object freepointer for single freeNicolas Bouchinet1-23/+29
2024-04-25mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()Miaohe Lin1-1/+1
2024-04-25hugetlb: check for anon_vma prior to folio allocationVishal Moola (Oracle)1-4/+7
2024-04-25mm: zswap: fix shrinker NULL crash with cgroup_disable=memoryJohannes Weiner1-9/+16
2024-04-25mm: turn folio_test_hugetlb into a PageTypeMatthew Wilcox (Oracle)1-19/+3
2024-04-25mm/hugetlb: fix missing hugetlb_lock for resv unchargePeter Xu1-1/+4
2024-04-17mm/shmem: inline shmem_is_huge() for disabled transparent hugepagesSumanth Korikkar1-6/+0
2024-04-17mm,page_owner: defer enablement of static branchOscar Salvador1-1/+1
2024-04-17mm/memory-failure: fix deadlock when hugetlb_optimize_vmemmap is enabledMiaohe Lin1-3/+15
2024-04-17mm/userfaultfd: allow hugetlb change protection upon poison entryPeter Xu1-3/+7
2024-04-17mm,page_owner: fix printing of stack recordsOscar Salvador1-3/+1
2024-04-17mm,page_owner: fix accounting of pages when migratingOscar Salvador1-0/+15
2024-04-17mm,page_owner: fix refcount imbalanceOscar Salvador1-14/+20
2024-04-17mm,page_owner: update metadata for tail pagesOscar Salvador1-63/+74