summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2024-09-01memcg: allocate v1 event percpu only on v1 deploymentShakeel Butt2-19/+26
2024-09-01memcg: make v1 only functions staticShakeel Butt2-8/+5
2024-09-01memcg: move v1 events and statistics code to v1 fileShakeel Butt3-29/+55
2024-09-01memcg: move mem_cgroup_charge_statistics to v1 codeShakeel Butt3-19/+20
2024-09-01memcg: move mem_cgroup_event_ratelimit to v1 codeShakeel Butt3-32/+30
2024-09-01memcg: move v1 only percpu stats in separate structShakeel Butt2-9/+28
2024-09-01mm: override mTHP "enabled" defaults at kernel cmdlineRyan Roberts1-1/+97
2024-09-01mm: kmem: add lockdep assertion to obj_cgroup_memcgMuchun Song1-6/+5
2024-09-01memcg: use ratelimited stats flush in the reclaimShakeel Butt1-3/+4
2024-09-01mm: remove legacy install_special_mapping() codeLinus Torvalds1-27/+5
2024-09-01mm: remove arch_unmap()Michael Ellerman2-9/+3
2024-09-01mm: add optional close() to struct vm_special_mappingMichael Ellerman1-0/+6
2024-09-01kfence: save freeing stack trace at calling time instead of freeing timeTianchen Ding3-13/+34
2024-09-01mm/hugetlb_vmemmap: batch HVO work when demotingYu Zhao1-64/+92
2024-09-01mm/swap: take folio refcount after testing the LRU flagyangge1-5/+3
2024-09-01filemap: add trace events for get_pages, map_pages, and faultTakaya Saeki1-0/+4
2024-09-01mm/mprotect: fix dax pud handlingsPeter Xu2-8/+83
2024-09-01mm/x86: implement arch_check_zapped_pud()Peter Xu1-1/+3
2024-09-01mm/mprotect: push mmu notifier to PUDsPeter Xu1-16/+16
2024-09-01mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=trueYuanchu Xie1-2/+2
2024-09-01mm: vmalloc: add optimization hint on page existence checkMiao Wang1-1/+1
2024-09-01mm: accept to promo watermarkKirill A. Shutemov1-2/+2
2024-09-01mm: page_isolation: handle unaccepted memory isolationKirill A. Shutemov1-0/+8
2024-09-01mm: add a helper to accept pageKirill A. Shutemov2-12/+43
2024-09-01mm: rework accept memory helpersKirill A. Shutemov3-18/+5
2024-09-01mm: introduce PageUnaccepted() page typeKirill A. Shutemov1-0/+2
2024-09-01mm: accept memory in __alloc_pages_bulk()Kirill A. Shutemov1-0/+11
2024-09-01mm: reduce deferred struct page init ifdefferyKirill A. Shutemov1-4/+5
2024-09-01mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)Zi Yan3-50/+47
2024-09-01memcg: replace memcg ID idr with xarrayShakeel Butt1-29/+10
2024-09-01mm: return the folio from swapin_readaheadMatthew Wilcox (Oracle)4-16/+9
2024-09-01fs: remove calls to set and clear the folio error flagMatthew Wilcox (Oracle)3-13/+1
2024-09-01mm: kfence: print the elapsed time for allocated/freed trackqiwu.chen1-2/+6
2024-09-01percpu: remove pcpu_alloc_size()Jianhui Zhou1-31/+0
2024-09-01mm/rmap: minimize folio->_nr_pages_mapped updates when batching PTE (un)mappingDavid Hildenbrand1-14/+13
2024-09-01kfence: introduce burst modeMarco Elver1-4/+10
2024-09-01mm: fix (harmless) type confusion in lock_vma_under_rcu()Jann Horn1-4/+10
2024-09-01zswap: track swapins from disk more accuratelyNhat Pham2-7/+10
2024-09-01zswap: implement a second chance algorithm for dynamic zswap shrinkerNhat Pham1-45/+63
2024-09-01mm: only enforce minimum stack gap size if it's sensibleDavid Gow1-1/+1
2024-09-01mm: remove duplicated include in vma_internal.hYang Li1-1/+0
2024-09-01mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walkDavid Hildenbrand1-47/+16
2024-09-01mm: remove follow_page()David Hildenbrand3-30/+2
2024-09-01mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walkDavid Hildenbrand2-12/+17
2024-09-01mm/ksm: convert scan_get_next_rmap_item() from follow_page() to folio_walkDavid Hildenbrand1-14/+24
2024-09-01mm/ksm: convert get_mergeable_page() from follow_page() to folio_walkDavid Hildenbrand1-12/+14
2024-09-01mm/migrate: convert add_page_for_migration() from follow_page() to folio_walkDavid Hildenbrand1-55/+45
2024-09-01mm/migrate: convert do_pages_stat_array() from follow_page() to folio_walkDavid Hildenbrand1-16/+15
2024-09-01mm/pagewalk: introduce folio_walk_start() + folio_walk_end()David Hildenbrand1-0/+202
2024-09-01mm: provide vm_normal_(page|folio)_pmd() with CONFIG_PGTABLE_HAS_HUGE_LEAVESDavid Hildenbrand1-1/+1