summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-05mm: replace READ_ONCE() in pud_trans_unstable()Anshuman Khandual1-1/+1
2026-04-05mm/debug_vm_pgtable: replace WRITE_ONCE() with pxd_clear()Anshuman Khandual1-2/+2
2026-04-05mm/pagewalk: drop FW_MIGRATIONDavid Hildenbrand (Arm)2-39/+9
2026-04-05khugepaged: remove redundant index check for pmd-foliosDev Jain1-10/+4
2026-04-05mm/damon/core: do non-safe region walk on kdamond_apply_schemes()SeongJae Park1-11/+11
2026-04-05mm/damon/core: set quota-score histogram with core filtersSeongJae Park1-0/+2
2026-04-05mm/slab: use compound_head() in page_slab()Kiryl Shutsemau1-13/+1
2026-04-05hugetlb: update vmemmap_dedup.rstKiryl Shutsemau1-34/+26
2026-04-05mm: remove the branch from compound_head()Kiryl Shutsemau1-10/+17
2026-04-05mm/hugetlb: remove hugetlb_optimize_vmemmap_key static keyKiryl Shutsemau2-14/+2
2026-04-05hugetlb: remove VMEMMAP_SYNCHRONIZE_RCUKiryl Shutsemau1-16/+4
2026-04-05mm: drop fake head checksKiryl Shutsemau2-97/+4
2026-04-05mm/hugetlb: remove fake head pagesKiryl Shutsemau5-14/+145
2026-04-05x86/vdso: undefine CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP for vdso32Kiryl Shutsemau (Meta)1-0/+1
2026-04-05mm/hugetlb: refactor code around vmemmap_walkKiryl Shutsemau1-135/+89
2026-04-05mm/hugetlb: defer vmemmap population for bootmem hugepagesKiryl Shutsemau (Meta)3-74/+18
2026-04-05mm/sparse: check memmap alignment for compound_info_has_mask()Kiryl Shutsemau1-0/+5
2026-04-05mm: rework compound_head() for power-of-2 sizeof(struct page)Kiryl Shutsemau3-16/+97
2026-04-05LoongArch/mm: align vmemmap to maximal folio sizeKiryl Shutsemau1-1/+2
2026-04-05riscv/mm: align vmemmap to maximal folio sizeKiryl Shutsemau2-1/+13
2026-04-05mm: move set/clear_compound_head() next to compound_head()Kiryl Shutsemau1-11/+11
2026-04-05mm: rename the 'compound_head' field in the 'struct page' to 'compound_info'Kiryl Shutsemau9-28/+28
2026-04-05Merge tag 'x86-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+34
2026-04-05mm: change the interface of prep_compound_tail()Kiryl Shutsemau5-13/+15
2026-04-05mm: move MAX_FOLIO_ORDER definition to mmzone.hKiryl Shutsemau2-31/+31
2026-04-05zram: use statically allocated compression algorithm namesgao xu3-26/+13
2026-04-05folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZETal Zussman7-15/+15
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman37-39/+40
2026-04-05fs: remove unncessary pagevec.h includesTal Zussman13-13/+0
2026-04-05mm: remove stray references to struct pagevecTal Zussman4-6/+1
2026-04-05kho: fix KASAN support for restored vmalloc regionsPasha Tatashin1-1/+11
2026-04-05mm/vmalloc: export clear_vm_uninitialized_flag()Pasha Tatashin2-1/+3
2026-04-05kfence: add kfence.fault parameterMarco Elver5-12/+89
2026-04-05mm: do not map the shadow stack as THPCatalin Marinas1-1/+5
2026-04-05x86: shstk: use the new common vm_mmap_shadow_stack() helperCatalin Marinas1-10/+2
2026-04-05riscv: shstk: use the new common vm_mmap_shadow_stack() helperCatalin Marinas1-11/+1
2026-04-05arm64: gcs: use the new common vm_mmap_shadow_stack() helperCatalin Marinas1-13/+1
2026-04-05mm: introduce vm_mmap_shadow_stack() as a helper for VM_SHADOW_STACK mappingsCatalin Marinas2-0/+27
2026-04-05mm: do not allocate shrinker info with cgroup.memory=nokmemMichal Koutný1-0/+3
2026-04-05MAINTAINERS: add Youngjun Park as reviewer for SWAPYoungjun Park1-0/+1
2026-04-05mm/mmu_gather: replace IPI with synchronize_rcu() when batch allocation failsLance Yang2-1/+24
2026-04-05mm: vmscan: add PIDs to vmscan tracepointsThomas Ballasi1-8/+16
2026-04-05mm: vmscan: add cgroup IDs to vmscan tracepointsThomas Ballasi3-45/+61
2026-04-05tracing: add __event_in_*irq() helpersSteven Rostedt2-0/+27
2026-04-05mm: memcontrol: switch to native NR_VMALLOC vmstat counterJohannes Weiner3-15/+6
2026-04-05mm: vmalloc: streamline vmalloc memory accountingJohannes Weiner5-13/+14
2026-04-05kho: remove finalize state and clientsJason Miu7-131/+13
2026-04-05kho: adopt radix tree for preserved memory trackingJason Miu6-307/+547
2026-04-05kho: move alloc tag init to kho_init_{folio,pages}()Pratyush Yadav (Google)1-9/+6
2026-04-05mm: centralize+fix comments about compound_mapcount() in new sync_with_folio_...David Hildenbrand (Arm)3-16/+22