aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-04-05mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()David Hildenbrand (Arm)1-1/+1
2026-04-05mm/memory: simplify calculation in unmap_mapping_range_tree()David Hildenbrand (Arm)2-12/+5
2026-04-05mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()David Hildenbrand (Arm)1-16/+7
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)2-8/+11
2026-04-05mm/madvise: drop range checks in madvise_free_single_vma()David Hildenbrand (Arm)1-9/+4
2026-04-05vmalloc: support __GFP_RETRY_MAYFAIL and __GFP_NORETRYMichal Hocko1-5/+12
2026-04-05mm/vmalloc: fix incorrect size reporting on allocation failureUladzislau Rezki (Sony)1-1/+1
2026-04-05mm/page_alloc: remove pcpu_spin_* wrappersVlastimil Babka1-15/+9
2026-04-05mm/page_alloc: remove IRQ saving/restoring from pcp lockingVlastimil Babka1-30/+16
2026-04-05mm/page_alloc: effectively disable pcp with CONFIG_SMP=nVlastimil Babka1-58/+34
2026-04-05mm/damon/test/core-kunit: add damon_apply_min_nr_regions() testSeongJae Park1-0/+52
2026-04-05mm/damon/vaddr: do not split regions for min_nr_regionsSeongJae Park2-144/+2
2026-04-05mm/damon/core: split regions for min_nr_regionsSeongJae Park1-6/+39
2026-04-05mm/kasan: fix double free for kasan pXdsRitesh Harjani (IBM)1-4/+4
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)1-32/+8
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-05mm/hugetlb: remove hugetlb_optimize_vmemmap_key static keyKiryl Shutsemau1-12/+2
2026-04-05hugetlb: remove VMEMMAP_SYNCHRONIZE_RCUKiryl Shutsemau1-16/+4
2026-04-05mm/hugetlb: remove fake head pagesKiryl Shutsemau3-11/+126
2026-04-05mm/hugetlb: refactor code around vmemmap_walkKiryl Shutsemau1-135/+89
2026-04-05mm/hugetlb: defer vmemmap population for bootmem hugepagesKiryl Shutsemau (Meta)2-72/+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 Shutsemau2-8/+24
2026-04-05mm: rename the 'compound_head' field in the 'struct page' to 'compound_info'Kiryl Shutsemau3-3/+3
2026-04-05mm: change the interface of prep_compound_tail()Kiryl Shutsemau4-11/+12
2026-04-05folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZETal Zussman4-7/+7
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman11-11/+11
2026-04-05mm/vmalloc: export clear_vm_uninitialized_flag()Pasha Tatashin2-1/+3
2026-04-05kfence: add kfence.fault parameterMarco Elver3-12/+76
2026-04-05mm: do not map the shadow stack as THPCatalin Marinas1-1/+5
2026-04-05mm: introduce vm_mmap_shadow_stack() as a helper for VM_SHADOW_STACK mappingsCatalin Marinas1-0/+25
2026-04-05mm: do not allocate shrinker info with cgroup.memory=nokmemMichal Koutný1-0/+3
2026-04-05mm/mmu_gather: replace IPI with synchronize_rcu() when batch allocation failsLance Yang1-1/+20
2026-04-05mm: vmscan: add cgroup IDs to vmscan tracepointsThomas Ballasi2-10/+13
2026-04-05mm: memcontrol: switch to native NR_VMALLOC vmstat counterJohannes Weiner2-14/+6
2026-04-05mm: vmalloc: streamline vmalloc memory accountingJohannes Weiner2-9/+11
2026-04-05mm: centralize+fix comments about compound_mapcount() in new sync_with_folio_pmd_zap()David Hildenbrand (Arm)3-16/+22
2026-04-05mm: khugepaged: skip lazy-free foliosVernon Yang1-0/+21
2026-04-05mm: add folio_test_lazyfree helperVernon Yang2-4/+3
2026-04-05mm-khugepaged-refine-scan-progress-number-fixVernon Yang1-43/+35
2026-04-05mm: khugepaged: refine scan progress numberVernon Yang1-10/+32
2026-04-05mm: khugepaged: add trace_mm_khugepaged_scan eventVernon Yang1-0/+2
2026-04-05mm/kmemleak: use PF_KTHREAD flag to detect kernel threadsZhongqiu Han1-3/+3
2026-04-05mm/kmemleak: remove unreachable return statement in scan_should_stop()Zhongqiu Han1-3/+1
2026-04-05mm/zswap: remove SWP_SYNCHRONOUS_IO swapcache bypass workaroundKairui Song1-13/+6
2026-04-05mm/page_idle.c: remove redundant mmu notifier in aging codeqinyu1-1/+1