summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-09-01vmstat: kernel stack usage histogramPasha Tatashin
2024-09-01memcg: increase the valid index range for memcg statsShakeel Butt
2024-09-01mm: shrink skip folio mapped by an exiting processZhiguo Jiang
2024-09-01mm/swap: remove boilerplateYu Zhao
2024-09-01mm/swap: remove remaining _fn suffixYu Zhao
2024-09-01mm/swap: fold lru_rotate into cpu_fbatchesYu Zhao
2024-09-01mm/swap: rename cpu_fbatches->activateYu Zhao
2024-09-01mm/swap: reduce indentation levelYu Zhao
2024-09-01memory tiering: count PGPROMOTE_SUCCESS when mem tiering is enabled.Zi Yan
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-08-24mm: Fix missing folio invalidation calls during truncationDavid Howells
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
2024-08-15mm/numa: no task_numa_fault() call if PMD is changedZi Yan
2024-08-15mm/numa: no task_numa_fault() call if PTE is changedZi Yan
2024-08-15mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...Hailong Liu
2024-08-15mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpuWaiman Long
2024-08-15mm: don't account memmap per-nodePasha Tatashin
2024-08-15mm: add system wide stats items categoryPasha Tatashin
2024-08-15mm: don't account memmap on failurePasha Tatashin
2024-08-15mseal: fix is_madv_discard()Pedro Falcato
2024-08-12memcg_write_event_control(): fix a user-triggerable oopsAl Viro
2024-08-08Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/s...Linus Torvalds
2024-08-07memcg: protect concurrent access to mem_cgroup_idrShakeel Butt
2024-08-07mm: shmem: fix incorrect aligned index when checking conflictsBaolin Wang
2024-08-07mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmemBaolin Wang
2024-08-07mm: list_lru: fix UAF for memory cgroupMuchun Song
2024-08-05Merge tag 'slab-fixes-for-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-07-30mm, slub: do not call do_slab_free for kfence objectRik van Riel
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds
2024-07-26mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian
2024-07-26alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan