aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2024-09-01mm: print the promo watermark in zoneinfoKaiyang Zhao1-0/+2
2024-09-01mm: create promo_wmark_pages and clean up open-coded sitesKaiyang Zhao1-1/+1
2024-09-01mm: consider CMA pages in watermark check for NUMA balancing target nodeKaiyang Zhao1-1/+1
2024-09-01mm: zswap: fix global shrinker error handling logicTakero Funaki1-7/+33
2024-09-01mm: zswap: fix global shrinker memcg iterationTakero Funaki1-29/+47
2024-09-01mm: swap: allocate folio only first time in __read_swap_cache_async()Zhaoyu Liu1-27/+31
2024-09-01mm/rmap: cleanup partially-mapped handling in __folio_remove_rmap()David Hildenbrand1-13/+10
2024-09-01mm/memory_hotplug: get rid of __refWei Yang1-11/+11
2024-09-01mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support...Barry Song4-47/+61
2024-09-01mm/z3fold: add __percpu annotation to *unbuddied pointer in struct z3fold_poolUros Bizjak1-1/+1
2024-09-01mm/cma: change the addition of totalcma_pages in the cma_init_reserved_memHao Ge1-1/+1
2024-09-01mm: improve code consistency with zonelist_* helper functionsWei Yang3-14/+14
2024-09-01mm: move internal core VMA manipulation functions to own fileLorenzo Stoakes7-2004/+2188
2024-09-01mm: move vma_shrink(), vma_expand() to internal headerLorenzo Stoakes2-0/+99
2024-09-01mm: move vma_modify() and helpers to internal headerLorenzo Stoakes1-0/+61
2024-09-01userfaultfd: move core VMA manipulation logic to mm/userfaultfd.cLorenzo Stoakes1-0/+168
2024-09-01mm, memcg: cg2 memory{.swap,}.peak write handlersDavid Finkel2-18/+127
2024-09-01mm/gup: convert to arch_make_folio_accessible()David Hildenbrand1-3/+5
2024-09-01mm/hugetlb: enforce that PMD PT sharing has split PMD PT locksDavid Hildenbrand1-4/+4
2024-09-01mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand2-8/+12
2024-09-01mm: page_counters: put page_counter_calculate_protection() under CONFIG_MEMCGRoman Gushchin1-0/+2
2024-09-01mm: memcg: don't call propagate_protected_usage() needlesslyRoman Gushchin3-13/+24
2024-09-01mm: hugetlb: remove left over comment about follow_huge_foo()Kefeng Wang1-4/+0
2024-09-01kmemleak: enable tracking for percpu pointersPavel Tikhomirov1-59/+94
2024-09-01vmstat: kernel stack usage histogramPasha Tatashin1-0/+24
2024-09-01memcg: increase the valid index range for memcg statsShakeel Butt1-22/+28
2024-09-01mm: shrink skip folio mapped by an exiting processZhiguo Jiang2-1/+21
2024-09-01mm/swap: remove boilerplateYu Zhao1-73/+38
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