summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2024-09-01mm: rework accept memory helpersKirill A. Shutemov
2024-09-01mm: introduce PageUnaccepted() page typeKirill A. Shutemov
2024-09-01mm: accept memory in __alloc_pages_bulk()Kirill A. Shutemov
2024-09-01mm: reduce deferred struct page init ifdefferyKirill A. Shutemov
2024-09-01mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)Zi Yan
2024-09-01memcg: replace memcg ID idr with xarrayShakeel Butt
2024-09-01mm: return the folio from swapin_readaheadMatthew Wilcox (Oracle)
2024-09-01fs: remove calls to set and clear the folio error flagMatthew Wilcox (Oracle)
2024-09-01mm: kfence: print the elapsed time for allocated/freed trackqiwu.chen
2024-09-01percpu: remove pcpu_alloc_size()Jianhui Zhou
2024-09-01mm/rmap: minimize folio->_nr_pages_mapped updates when batching PTE (un)mappingDavid Hildenbrand
2024-09-01kfence: introduce burst modeMarco Elver
2024-09-01mm: fix (harmless) type confusion in lock_vma_under_rcu()Jann Horn
2024-09-01zswap: track swapins from disk more accuratelyNhat Pham
2024-09-01zswap: implement a second chance algorithm for dynamic zswap shrinkerNhat Pham
2024-09-01mm: only enforce minimum stack gap size if it's sensibleDavid Gow
2024-09-01mm: remove duplicated include in vma_internal.hYang Li
2024-09-01mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walkDavid Hildenbrand
2024-09-01mm: remove follow_page()David Hildenbrand
2024-09-01mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walkDavid Hildenbrand
2024-09-01mm/ksm: convert scan_get_next_rmap_item() from follow_page() to folio_walkDavid Hildenbrand
2024-09-01mm/ksm: convert get_mergeable_page() from follow_page() to folio_walkDavid Hildenbrand
2024-09-01mm/migrate: convert add_page_for_migration() from follow_page() to folio_walkDavid Hildenbrand
2024-09-01mm/migrate: convert do_pages_stat_array() from follow_page() to folio_walkDavid Hildenbrand
2024-09-01mm/pagewalk: introduce folio_walk_start() + folio_walk_end()David Hildenbrand
2024-09-01mm: provide vm_normal_(page|folio)_pmd() with CONFIG_PGTABLE_HAS_HUGE_LEAVESDavid Hildenbrand
2024-09-01mm: print the promo watermark in zoneinfoKaiyang Zhao
2024-09-01mm: create promo_wmark_pages and clean up open-coded sitesKaiyang Zhao
2024-09-01mm: consider CMA pages in watermark check for NUMA balancing target nodeKaiyang Zhao
2024-09-01mm: zswap: fix global shrinker error handling logicTakero Funaki
2024-09-01mm: zswap: fix global shrinker memcg iterationTakero Funaki
2024-09-01mm: swap: allocate folio only first time in __read_swap_cache_async()Zhaoyu Liu
2024-09-01mm/rmap: cleanup partially-mapped handling in __folio_remove_rmap()David Hildenbrand
2024-09-01mm/memory_hotplug: get rid of __refWei Yang
2024-09-01mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support...Barry Song
2024-09-01mm/z3fold: add __percpu annotation to *unbuddied pointer in struct z3fold_poolUros Bizjak
2024-09-01mm/cma: change the addition of totalcma_pages in the cma_init_reserved_memHao Ge
2024-09-01mm: improve code consistency with zonelist_* helper functionsWei Yang
2024-09-01mm: move internal core VMA manipulation functions to own fileLorenzo Stoakes
2024-09-01mm: move vma_shrink(), vma_expand() to internal headerLorenzo Stoakes
2024-09-01mm: move vma_modify() and helpers to internal headerLorenzo Stoakes
2024-09-01userfaultfd: move core VMA manipulation logic to mm/userfaultfd.cLorenzo Stoakes
2024-09-01mm, memcg: cg2 memory{.swap,}.peak write handlersDavid Finkel
2024-09-01mm/gup: convert to arch_make_folio_accessible()David Hildenbrand
2024-09-01mm/hugetlb: enforce that PMD PT sharing has split PMD PT locksDavid Hildenbrand
2024-09-01mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand
2024-09-01mm: page_counters: put page_counter_calculate_protection() under CONFIG_MEMCGRoman Gushchin
2024-09-01mm: memcg: don't call propagate_protected_usage() needlesslyRoman Gushchin
2024-09-01mm: hugetlb: remove left over comment about follow_huge_foo()Kefeng Wang
2024-09-01kmemleak: enable tracking for percpu pointersPavel Tikhomirov