summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: move some shrinker-related function declarations to mm/internal.hQi Zheng2023-10-042-0/+28
* kmsan: introduce test_memcpy_initialized_gap()Alexander Potapenko2023-10-041-0/+53
* kmsan: merge test_memcpy_aligned_to_unaligned{,2}() togetherAlexander Potapenko2023-10-041-24/+13
* kmsan: prevent optimizations in memcpy testsAlexander Potapenko2023-10-041-25/+16
* kmsan: simplify kmsan_internal_memmove_metadata()Alexander Potapenko2023-10-041-96/+31
* memfd: drop warning for missing exec-related flagsAleksa Sarai2023-10-041-6/+0
* mm/shmem: remove dead code can not be satisfied by "(CONFIG_SHMEM)&&(!(CONFIG...Ying Sun2023-10-041-4/+0
* mm/vmscan: print err before panicAngus Chen2023-10-041-1/+2
* mm/mm_init.c: remove redundant pr_info when node is memorylessYajun Deng2023-10-041-2/+0
* mm: hugetlb_vmemmap: allow alloc vmemmap pages fallback to other nodesYuan Can2023-10-041-2/+1
* mm: remove duplicated vma->vm_flags check when expanding stackXiu Jianfeng2023-10-041-2/+0
* mm/damon/core: remove 'struct target *' parameter from damon_aggregated trace...SeongJae Park2023-10-041-1/+1
* mm/damon/core: fix a comment about damon_set_attrs() call timingsSeongJae Park2023-10-041-1/+5
* zswap: change zswap's default allocator to zsmallocNhat Pham2023-10-041-0/+1
* mm/mremap: allow moves within the same VMA for stack movesJoel Fernandes (Google)2023-10-041-14/+19
* mm/mremap: optimize the start addresses in move_page_tables()Joel Fernandes (Google)2023-10-041-0/+62
* mm: hugetlb_vmemmap: fix hugetlb page number decrease failed on movable nodesYuan Can2023-10-041-1/+1
* mm/vmstat: use this_cpu_try_cmpxchg in mod_{zone,node}_stateUros Bizjak2023-10-041-8/+10
* mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)2023-10-041-13/+16
* mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik2023-10-042-6/+1
* mm/vmscan: use folio_migratetype() instead of get_pageblock_migratetype()Vern Hao2023-10-041-1/+1
* mm: refactor si_mem_available()Lorenzo Stoakes2023-10-041-7/+4
* mm/hugetlb: fix nodes huge page allocation when there are surplus pagesXueshi Hu2023-10-041-1/+3
* hugetlb: set hugetlb page flag before optimizing vmemmapMike Kravetz2023-10-042-9/+25
* mm: fix unaccount of memory on vma_link() failureAnthony Yznaga2023-10-041-1/+2
* mm/mremap: fix unaccount of memory on vma_merge() failureAnthony Yznaga2023-10-041-1/+3
* mm/compaction: factor out code to test if we should run compaction for target...Kemeng Shi2023-10-041-27/+39
* mm/compaction: improve comment of is_via_compact_memoryKemeng Shi2023-10-041-2/+4
* mm/compaction: remove repeat compact_blockskip_flush check in reset_isolation...Kemeng Shi2023-10-041-3/+2
* mm/compaction: correctly return failure with bogus compound_order in strict modeKemeng Shi2023-10-041-3/+3
* mm/compaction: call list_is_{first}/{last} more intuitively in move_freelist_...Kemeng Shi2023-10-041-2/+2
* mm/compaction: use correct list in move_freelist_{head}/{tail}Kemeng Shi2023-10-041-4/+4
* Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-0110-50/+106
|\
| * mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi2023-09-291-20/+19
| * mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()Jinjie Ruan2023-09-291-0/+2
| * mm, memcg: reconsider kmem.limit_in_bytes deprecationMichal Hocko2023-09-291-0/+13
| * mm: zswap: fix potential memory corruption on duplicate storeDomenico Cerasuolo2023-09-291-0/+20
| * mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-295-28/+50
| * mm: report success more often from filemap_map_folio_range()Matthew Wilcox (Oracle)2023-09-291-2/+2
* | Merge tag 'slab-fixes-for-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-291-18/+18
|\ \
| * | slab: kmalloc_size_roundup() must not return 0 for non-zero sizeDavid Laight2023-09-201-12/+12
| * | mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy()Rafael Aquini2023-09-111-6/+6
* | | Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds2023-09-233-30/+57
|\ \ \ | | |/ | |/|
| * | filemap: add filemap_map_order0_folio() to handle order0 folioYin Fengwei2023-09-191-21/+48
| * | mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcementJohannes Weiner2023-09-191-3/+3
| * | mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy listJohannes Weiner2023-09-191-6/+6
* | | Merge tag 'loongarch-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-231-5/+3
|\ \ \
| * | | kasan: Cleanup the __HAVE_ARCH_SHADOW_MAP usageHuacai Chen2023-09-201-5/+3
| |/ /
* / / Revert "tmpfs: add support for multigrain timestamps"Christian Brauner2023-09-201-1/+1
|/ /
* | vm: fix move_vma() memory accounting being offLinus Torvalds2023-09-161-1/+1