summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-05mm: rename zap_page_range_single_batched() to zap_vma_range_batched()David Hildenbrand (Arm)-14/+16
2026-04-05mm: rename zap_vma_pages() to zap_vma()David Hildenbrand (Arm)-5/+9
2026-04-05mm/memory: inline unmap_page_range() into __zap_vma_range()David Hildenbrand (Arm)-20/+12
2026-04-05mm/memory: use __zap_vma_range() in zap_vma_for_reaping()David Hildenbrand (Arm)-4/+10
2026-04-05mm/memory: convert details->even_cows into details->skip_cowsDavid Hildenbrand (Arm)-8/+7
2026-04-05mm/memory: move adjusting of address range to unmap_vmas()David Hildenbrand (Arm)-35/+23
2026-04-05mm/memory: rename unmap_single_vma() to __zap_vma_range()David Hildenbrand (Arm)-3/+3
2026-04-05mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()David Hildenbrand (Arm)-22/+34
2026-04-05mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()David Hildenbrand (Arm)-1/+1
2026-04-05mm/memory: simplify calculation in unmap_mapping_range_tree()David Hildenbrand (Arm)-12/+10
2026-04-05mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()David Hildenbrand (Arm)-16/+7
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)-22/+20
2026-04-05mm/madvise: drop range checks in madvise_free_single_vma()David Hildenbrand (Arm)-9/+4
2026-04-05kasan: docs: SLUB is the only remaining slab implementationDavid Hildenbrand (Arm)-3/+0
2026-04-05vmalloc: support __GFP_RETRY_MAYFAIL and __GFP_NORETRYMichal Hocko-5/+12
2026-04-05mm/vmalloc: fix incorrect size reporting on allocation failureUladzislau Rezki (Sony)-1/+1
2026-04-05Documentation: fix a hugetlbfs reservation statementJane Chu-1/+1
2026-04-05mm: make ref_unless functions unless_zero onlyGladyshev Ilya-7/+7
2026-04-05mm/page_alloc: remove pcpu_spin_* wrappersVlastimil Babka-15/+9
2026-04-05mm/page_alloc: remove IRQ saving/restoring from pcp lockingVlastimil Babka-30/+16
2026-04-05mm/page_alloc: effectively disable pcp with CONFIG_SMP=nVlastimil Babka-58/+34
2026-04-05mm/damon/test/core-kunit: add damon_apply_min_nr_regions() testSeongJae Park-0/+52
2026-04-05mm/damon/vaddr: do not split regions for min_nr_regionsSeongJae Park-144/+2
2026-04-05mm/damon/core: split regions for min_nr_regionsSeongJae Park-6/+39
2026-04-05mm/kasan: fix double free for kasan pXdsRitesh Harjani (IBM)-4/+4
2026-04-05mm: replace READ_ONCE() in pud_trans_unstable()Anshuman Khandual-1/+1
2026-04-05mm/debug_vm_pgtable: replace WRITE_ONCE() with pxd_clear()Anshuman Khandual-2/+2
2026-04-05mm/pagewalk: drop FW_MIGRATIONDavid Hildenbrand (Arm)-39/+9
2026-04-05khugepaged: remove redundant index check for pmd-foliosDev Jain-10/+4
2026-04-05mm/damon/core: do non-safe region walk on kdamond_apply_schemes()SeongJae Park-11/+11
2026-04-05mm/damon/core: set quota-score histogram with core filtersSeongJae Park-0/+2
2026-04-05mm/slab: use compound_head() in page_slab()Kiryl Shutsemau-13/+1
2026-04-05hugetlb: update vmemmap_dedup.rstKiryl Shutsemau-34/+26
2026-04-05mm: remove the branch from compound_head()Kiryl Shutsemau-10/+17
2026-04-05mm/hugetlb: remove hugetlb_optimize_vmemmap_key static keyKiryl Shutsemau-14/+2
2026-04-05hugetlb: remove VMEMMAP_SYNCHRONIZE_RCUKiryl Shutsemau-16/+4
2026-04-05mm: drop fake head checksKiryl Shutsemau-97/+4
2026-04-05mm/hugetlb: remove fake head pagesKiryl Shutsemau-14/+145
2026-04-05x86/vdso: undefine CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP for vdso32Kiryl Shutsemau (Meta)-0/+1
2026-04-05mm/hugetlb: refactor code around vmemmap_walkKiryl Shutsemau-135/+89
2026-04-05mm/hugetlb: defer vmemmap population for bootmem hugepagesKiryl Shutsemau (Meta)-74/+18
2026-04-05mm/sparse: check memmap alignment for compound_info_has_mask()Kiryl Shutsemau-0/+5
2026-04-05mm: rework compound_head() for power-of-2 sizeof(struct page)Kiryl Shutsemau-16/+97
2026-04-05LoongArch/mm: align vmemmap to maximal folio sizeKiryl Shutsemau-1/+2
2026-04-05riscv/mm: align vmemmap to maximal folio sizeKiryl Shutsemau-1/+13
2026-04-05mm: move set/clear_compound_head() next to compound_head()Kiryl Shutsemau-11/+11
2026-04-05mm: rename the 'compound_head' field in the 'struct page' to 'compound_info'Kiryl Shutsemau-28/+28
2026-04-05Merge tag 'x86-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+34
2026-04-05mm: change the interface of prep_compound_tail()Kiryl Shutsemau-13/+15
2026-04-05mm: move MAX_FOLIO_ORDER definition to mmzone.hKiryl Shutsemau-31/+31