aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-09-01mm/swap: remove remaining _fn suffixYu Zhao1-15/+15
2024-09-01mm/swap: fold lru_rotate into cpu_fbatchesYu Zhao1-20/+16
2024-09-01mm/swap: rename cpu_fbatches->activateYu Zhao1-9/+9
2024-09-01mm/swap: reduce indentation levelYu Zhao1-100/+109
2024-09-01memory tiering: count PGPROMOTE_SUCCESS when mem tiering is enabled.Zi Yan1-1/+3
2024-09-01memory tiering: introduce folio_use_access_time() checkZi Yan4-8/+23
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-08-24mm: Fix missing folio invalidation calls during truncationDavid Howells1-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
2024-08-15mm/numa: no task_numa_fault() call if PTE is changedZi Yan1-17/+16
2024-08-15mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallbac...Hailong Liu1-9/+2
2024-08-15mm/memory-failure: use raw_spinlock_t in struct memory_failure_cpuWaiman Long1-9/+11
2024-08-15mm: don't account memmap per-nodePasha Tatashin7-55/+37
2024-08-15mm: add system wide stats items categoryPasha Tatashin1-3/+3
2024-08-15mm: don't account memmap on failurePasha Tatashin1-4/+1
2024-08-15mseal: fix is_madv_discard()Pedro Falcato1-3/+11
2024-08-12memcg_write_event_control(): fix a user-triggerable oopsAl Viro1-2/+5
2024-08-08Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/s...Linus Torvalds3-17/+47
2024-08-07memcg: protect concurrent access to mem_cgroup_idrShakeel Butt1-2/+20
2024-08-07mm: shmem: fix incorrect aligned index when checking conflictsBaolin Wang1-3/+4
2024-08-07mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmemBaolin Wang1-6/+1
2024-08-07mm: list_lru: fix UAF for memory cgroupMuchun Song1-6/+22
2024-08-05Merge tag 'slab-fixes-for-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2024-07-30mm, slub: do not call do_slab_free for kfence objectRik van Riel1-0/+3
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-2/+0
2024-07-26mm/page_alloc: fix pcp->count race between drain_pages_zone() vs __rmqueue_pc...Li Zhijian1-7/+11
2024-07-26alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan1-0/+17
2024-07-26mm/huge_memory: avoid PMD-size page cache if neededGavin Shan1-2/+10
2024-07-26mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit mac...Yang Shi1-1/+1
2024-07-26mm: fix old/young bit handling in the faulting pathRam Tummala1-1/+1
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados6-23/+23