aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-09-13slab: use memdesc_flags_tMatthew Wilcox (Oracle)2-10/+10
2025-09-13mm: introduce memdesc_nid()Matthew Wilcox (Oracle)1-3/+3
2025-09-13mm: convert page_to_section() to memdesc_section()Matthew Wilcox (Oracle)1-1/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)8-34/+34
2025-09-13mm/damon/Kconfig: make DAMON_STAT_ENABLED_DEFAULT depend on DAMON_STATEnze Li1-1/+1
2025-09-13mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISEDDavid Hildenbrand3-5/+8
2025-09-13mm/huge_memory: convert "tva_flags" to "enum tva_type"David Hildenbrand3-21/+18
2025-09-13prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGEDavid Hildenbrand1-1/+1
2025-09-13mm: readahead: improve mmap_miss heuristic for concurrent faultsRoman Gushchin1-3/+11
2025-09-13mm/page_alloc: remove redundant pcp->free_count initialization in per_cpu_pages_init()Ye Liu1-1/+0
2025-09-13mm: fix typos in VMA commentsYe Liu2-2/+2
2025-09-13mm/page_alloc: simplify lowmem_reserve max calculationYe Liu1-6/+3
2025-09-13mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocationsThadeu Lima de Souza Cascardo1-1/+1
2025-09-13memcg: optimize exit to user spaceThomas Gleixner1-5/+2
2025-09-13userfaultfd: opportunistic TLB-flush batching for present pages in MOVELokesh Gidra1-72/+148
2025-09-13mm/swapfile.c: introduce function alloc_swap_scan_list()Chris Li1-39/+47
2025-09-13mm/zswap: store <PAGE_SIZE compression failed page as-isSeongJae Park1-4/+49
2025-09-13mm: remove redundant __GFP_NOWARNQianfeng Rong5-6/+6
2025-09-13mm: convert core mm to mm_flags_*() accessorsLorenzo Stoakes8-52/+52
2025-09-13mm: add persistent huge zero folioPankaj Raghav2-10/+46
2025-09-13mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIOPankaj Raghav1-3/+3
2025-09-13mm: rename huge_zero_page to huge_zero_folioPankaj Raghav1-17/+17
2025-09-13mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()David Hildenbrand2-2/+12
2025-09-13mm: introduce and use vm_normal_page_pud()David Hildenbrand2-10/+29
2025-09-13mm/memory: factor out common code from vm_normal_page_*()David Hildenbrand1-77/+109
2025-09-13mm/memory: convert print_bad_pte() to print_bad_page_map()David Hildenbrand1-20/+84
2025-09-13mm/rmap: convert "enum rmap_level" to "enum pgtable_level"David Hildenbrand1-25/+31
2025-09-13mm/huge_memory: mark PMD mappings of the huge zero folio specialDavid Hildenbrand2-7/+16
2025-09-13mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()David Hildenbrand1-3/+5
2025-09-13mm/huge_memory: move more common code into insert_pud()David Hildenbrand1-23/+13
2025-09-13mm/huge_memory: move more common code into insert_pmd()David Hildenbrand1-48/+24
2025-09-13treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand3-24/+22
2025-09-13mm/migrate: remove MIGRATEPAGE_UNMAPDavid Hildenbrand1-23/+22
2025-09-13mm/mincore: use a helper for checking the swap cacheKairui Song1-41/+49
2025-09-13mm/mincore, swap: consolidate swap cache checking for mincoreKairui Song3-50/+27
2025-09-13mm/kasan/init.c: remove unnecessary pointer variablesXichao Zhao1-3/+1
2025-09-13mm/damon/vaddr: support stat-purpose DAMOS filtersYueyang Pan1-1/+102
2025-09-13mm/damon/paddr: move filters existence check function to ops-commonYueyang Pan3-10/+12
2025-09-13mm/damon/core: skip needless update of damon_attrs in damon_commit_ctx()Bijan Tabatabai1-3/+22
2025-09-13mm/rmap: do __folio_mod_stat() in __folio_add_rmap()Wei Yang1-36/+31
2025-09-13mm/nommu: convert kobjsize() to foliosSidhartha Kumar1-7/+7
2025-09-13mm/slub: allow to set node and align in k[v]reallocVitaly Wool1-14/+45
2025-09-13mm/vmalloc: allow to set node and align in vreallocVitaly Wool2-6/+26
2025-09-13mm, swap: prefer nonfull over free clustersKairui Song1-10/+28
2025-09-13mm, swap: remove fragment clusters counterKairui Song1-7/+0
2025-09-13mm, swap: only scan one cluster in fragment listKairui Song1-15/+8
2025-09-13mm: change vma_start_read() to drop RCU lock on failureSuren Baghdasaryan1-39/+45
2025-09-13mm: limit the scope of vma_start_read()Suren Baghdasaryan1-0/+85
2025-09-13mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversionYe Liu3-3/+3
2025-09-13mm: memory-tiering: fix PGPROMOTE_CANDIDATE countingRuan Shiyang1-0/+1