summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-09-01memory tiering: introduce folio_use_access_time() checkZi Yan
2024-09-01memory tiering: read last_cpupid correctly in do_huge_pmd_numa_page()Zi Yan
2024-09-01mm: extend 'usage' parameter so that cluster_swap_free_nr() can be reusedBarry Song
2024-09-01mm: kmem: remove mem_cgroup_from_obj()Muchun Song
2024-09-01mm: remove foll_flags in __get_user_pagesJosef Bacik
2024-09-01mm: cleanup flags usage in faultin_pageJosef Bacik
2024-09-01mm/damon/lru_sort: adjust local variable to dynamic allocationPeng Hao
2024-09-01mm/hugetlb_vmemmap: don't synchronize_rcu() without HVOYu Zhao
2024-09-01shmem_quota: build the object file conditionally to the config optionCarlos Maiolino
2024-09-01mm: shmem: move shmem_huge_global_enabled() into shmem_allowable_huge_orders()Baolin Wang
2024-09-01mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()Baolin Wang
2024-09-01mm: shmem: simplify the suitable huge orders validation for tmpfsBaolin Wang
2024-09-01mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich
2024-09-01mm: vmalloc: implement vrealloc()Danilo Krummrich
2024-09-01mm: add node_reclaim successes to VM event countersMatthew Cassell
2024-09-01mm: vmalloc: optimize vmap_lazy_nr arithmetic when purging each vmap_areaAdrian Huang
2024-09-01codetag: debug: mark codetags for poisoned page as emptyHao Ge
2024-09-01mm/memcontrol: respect zswap.writeback setting from parent cg tooMike Yuan
2024-09-01Revert "mm: skip CMA pages when they are not available"Usama Arif
2024-09-01mm/slub: add check for s->flags in the alloc_tagging_slab_free_hookHao Ge
2024-09-01userfaultfd: don't BUG_ON() if khugepaged yanks our page tableJann Horn
2024-09-01userfaultfd: fix checks for huge PMDsJann Horn
2024-09-01mm: vmalloc: ensure vmap_block is initialised before adding to queueWill Deacon
2024-09-01Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-08-30mm: Fix filemap_invalidate_inode() to use invalidate_inode_pages2_range()David Howells
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner
2024-08-29mm: add kmem_cache_create_rcu()Christian Brauner
2024-08-29mm: remove unused argument from create_cache()Christian Brauner
2024-08-27mm, slab: use kmem_cache_free() to free from kmem_buckets_cacheYan Zhen
2024-08-27slub: Introduce CONFIG_SLUB_RCU_DEBUGJann Horn
2024-08-27kasan: catch invalid free before SLUB reinitializes the objectJann Horn
2024-08-27mm, slab: call kvfree_rcu_barrier() from kmem_cache_destroy()Vlastimil Babka
2024-08-27mm, slab: reintroduce rcu_barrier() into kmem_cache_destroy()Vlastimil Babka
2024-08-27mm, slab: move kfence_shutdown_cache() outside slab_mutexVlastimil Babka
2024-08-27mm, slab: unlink slabinfo, sysfs and debugfs immediatelyVlastimil Babka
2024-08-27mm, slab: dissolve shutdown_cache() into its callerVlastimil Babka
2024-08-26Reenable NUMA policy support in the slab allocatorChristoph Lameter
2024-08-26mm, slub: print CPU id (and its node) on slab OOMAxel Rasmussen
2024-08-26slab: Warn on duplicate cache names when DEBUG_VM=yPedro Falcato
2024-08-24mm: Fix missing folio invalidation calls during truncationDavid Howells
2024-08-23readahead: allocate folios with mapping_min_order in readaheadPankaj Raghav
2024-08-23filemap: allocate mapping_min_order folios in the page cachePankaj Raghav
2024-08-23fs: Allow fine-grained control of folio sizesMatthew Wilcox (Oracle)
2024-08-20x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner
2024-08-17Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds
2024-08-16Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-08-15mm/migrate: fix deadlock in migrate_pages_batch() on large foliosGao Xiang
2024-08-15alloc_tag: mark pages reserved during CMA activation as not taggedSuren Baghdasaryan
2024-08-15alloc_tag: introduce clear_page_tag_ref() helper functionSuren Baghdasaryan
2024-08-15mm: fix endless reclaim on machines with unaccepted memoryKirill A. Shutemov