aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-09-01memory tiering: read last_cpupid correctly in do_huge_pmd_numa_page()Zi Yan1-1/+2
2024-09-01mm: extend 'usage' parameter so that cluster_swap_free_nr() can be reusedBarry Song1-10/+5
2024-09-01mm: kmem: remove mem_cgroup_from_obj()Muchun Song1-31/+1
2024-09-01mm: remove foll_flags in __get_user_pagesJosef Bacik1-6/+4
2024-09-01mm: cleanup flags usage in faultin_pageJosef Bacik1-10/+10
2024-09-01mm/damon/lru_sort: adjust local variable to dynamic allocationPeng Hao1-4/+11
2024-09-01mm/hugetlb_vmemmap: don't synchronize_rcu() without HVOYu Zhao1-20/+20
2024-09-01shmem_quota: build the object file conditionally to the config optionCarlos Maiolino2-4/+2
2024-09-01mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()Baolin Wang2-26/+33
2024-09-01mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()Baolin Wang2-9/+11
2024-09-01mm: shmem: simplify the suitable huge orders validation for tmpfsBaolin Wang1-24/+15
2024-09-01mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich1-30/+70
2024-09-01mm: vmalloc: implement vrealloc()Danilo Krummrich2-0/+75
2024-09-01mm: add node_reclaim successes to VM event countersMatthew Cassell2-1/+4
2024-09-01mm: vmalloc: optimize vmap_lazy_nr arithmetic when purging each vmap_areaAdrian Huang1-1/+4
2024-09-01codetag: debug: mark codetags for poisoned page as emptyHao Ge1-0/+7
2024-09-01mm/memcontrol: respect zswap.writeback setting from parent cg tooMike Yuan1-3/+9
2024-09-01Revert "mm: skip CMA pages when they are not available"Usama Arif1-22/+2
2024-09-01mm/slub: add check for s->flags in the alloc_tagging_slab_free_hookHao Ge1-0/+4
2024-09-01userfaultfd: don't BUG_ON() if khugepaged yanks our page tableJann Horn1-3/+4
2024-09-01userfaultfd: fix checks for huge PMDsJann Horn1-10/+12
2024-09-01mm: vmalloc: ensure vmap_block is initialised before adding to queueWill Deacon1-1/+1
2024-09-01Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2024-08-30mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()David Howells1-1/+1
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner1-1/+1
2024-08-29mm: add kmem_cache_create_rcu()Christian Brauner3-46/+112
2024-08-29mm: remove unused argument from create_cache()Christian Brauner1-3/+2
2024-08-27mm, slab: use kmem_cache_free() to free from kmem_buckets_cacheYan Zhen1-1/+1
2024-08-27slub: Introduce CONFIG_SLUB_RCU_DEBUGJann Horn5-13/+171
2024-08-27kasan: catch invalid free before SLUB reinitializes the objectJann Horn2-25/+43
2024-08-27mm, slab: call kvfree_rcu_barrier() from kmem_cache_destroy()Vlastimil Babka1-0/+3
2024-08-27mm, slab: reintroduce rcu_barrier() into kmem_cache_destroy()Vlastimil Babka1-43/+4
2024-08-27mm, slab: move kfence_shutdown_cache() outside slab_mutexVlastimil Babka1-6/+2
2024-08-27mm, slab: unlink slabinfo, sysfs and debugfs immediatelyVlastimil Babka1-31/+26
2024-08-27mm, slab: dissolve shutdown_cache() into its callerVlastimil Babka1-22/+18
2024-08-26Reenable NUMA policy support in the slab allocatorChristoph Lameter1-1/+5
2024-08-26mm, slub: print CPU id (and its node) on slab OOMAxel Rasmussen1-2/+3
2024-08-26slab: Warn on duplicate cache names when DEBUG_VM=yPedro Falcato1-0/+17
2024-08-24mm: Fix missing folio invalidation calls during truncationDavid Howells1-2/+2
2024-08-23readahead: allocate folios with mapping_min_order in readaheadPankaj Raghav1-18/+61
2024-08-23filemap: allocate mapping_min_order folios in the page cachePankaj Raghav1-8/+16
2024-08-23fs: Allow fine-grained control of folio sizesMatthew Wilcox (Oracle)2-6/+4
2024-08-20x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner2-2/+2
2024-08-17Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds13-160/+129
2024-08-16Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+5
2024-08-15mm/migrate: fix deadlock in migrate_pages_batch() on large foliosGao Xiang1-5/+11
2024-08-15alloc_tag: mark pages reserved during CMA activation as not taggedSuren Baghdasaryan1-0/+2
2024-08-15alloc_tag: introduce clear_page_tag_ref() helper functionSuren Baghdasaryan2-17/+2
2024-08-15mm: fix endless reclaim on machines with unaccepted memoryKirill A. Shutemov1-22/+20
2024-08-15mm/numa: no task_numa_fault() call if PMD is changedZi Yan1-16/+13