aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-01mm: remove PG_errorMatthew Wilcox (Oracle)4-8/+2
2024-09-01fs: remove calls to set and clear the folio error flagMatthew Wilcox (Oracle)4-15/+2
2024-09-01mm: kfence: print the elapsed time for allocated/freed trackqiwu.chen1-2/+6
2024-09-01percpu: remove pcpu_alloc_size()Jianhui Zhou2-32/+0
2024-09-01mm/rmap: minimize folio->_nr_pages_mapped updates when batching PTE (un)mappingDavid Hildenbrand1-14/+13
2024-09-01selftests/mm: add mseal test for no-discard madvisePedro Falcato1-1/+35
2024-09-01kfence: introduce burst modeMarco Elver3-5/+18
2024-09-01mm: fix (harmless) type confusion in lock_vma_under_rcu()Jann Horn2-6/+23
2024-09-01zswap: track swapins from disk more accuratelyNhat Pham2-7/+10
2024-09-01zswap: implement a second chance algorithm for dynamic zswap shrinkerNhat Pham2-54/+70
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 Hildenbrand5-36/+5
2024-09-01s390/mm/fault: convert do_secure_storage_access() from follow_page() to folio...David Hildenbrand1-6/+10
2024-09-01s390/uv: convert gmap_destroy_page() from follow_page() to folio_walkDavid Hildenbrand1-6/+12
2024-09-01mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walkDavid Hildenbrand3-14/+19
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 Hildenbrand2-0/+260
2024-09-01mm: provide vm_normal_(page|folio)_pmd() with CONFIG_PGTABLE_HAS_HUGE_LEAVESDavid Hildenbrand1-1/+1
2024-09-01include/linux/mmzone.h: clean up watermark accessorsAndrew Morton1-6/+26
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 Zhao3-2/+3
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: clarify folio_likely_mapped_shared() documentation for KSM foliosDavid Hildenbrand1-6/+8
2024-09-01mm/rmap: cleanup partially-mapped handling in __folio_remove_rmap()David Hildenbrand1-13/+10
2024-09-01mm/hugetlb: remove hugetlb_follow_page_mask() leftoverDavid Hildenbrand2-12/+2
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 Song5-49/+63
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 Yang5-18/+18
2024-09-01tools: add skeleton code for userland testing of VMA logicLorenzo Stoakes7-0/+1163
2024-09-01tools: separate out shared radix-tree componentsLorenzo Stoakes27-69/+144
2024-09-01MAINTAINERS: add entry for new VMA filesLorenzo Stoakes1-0/+13
2024-09-01mm: move internal core VMA manipulation functions to own fileLorenzo Stoakes8-2039/+2188
2024-09-01mm: move vma_shrink(), vma_expand() to internal headerLorenzo Stoakes4-91/+106
2024-09-01mm: move vma_modify() and helpers to internal headerLorenzo Stoakes2-60/+61
2024-09-01userfaultfd: move core VMA manipulation logic to mm/userfaultfd.cLorenzo Stoakes3-149/+198
2024-09-01mm, memcg: cg2 memory{.swap,}.peak write testsDavid Finkel3-8/+280
2024-09-01mm, memcg: cg2 memory{.swap,}.peak write handlersDavid Finkel9-27/+173
2024-09-01s390/uv: drop arch_make_page_accessible()David Hildenbrand3-14/+0
2024-09-01mm/gup: convert to arch_make_folio_accessible()David Hildenbrand1-3/+5
2024-09-01mm: simplify arch_make_folio_accessible()David Hildenbrand1-10/+1