aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-04-06mm/damon/sysfs: dealloc repeat_call_control if damon_call() failsSeongJae Park1-1/+2
2026-04-06mm: reinstate unconditional writeback start in balance_dirty_pages()Joanne Koong1-0/+21
2026-04-06mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()Baolin Wang1-3/+8
2026-04-05mm: fix deferred split queue races during migrationLance Yang2-14/+19
2026-04-05mm/khugepaged: fix issue with tracking lockLorenzo Stoakes (Oracle)1-4/+8
2026-04-05mm/huge_memory: add and use has_deposited_pgtable()Lorenzo Stoakes (Oracle)1-9/+25
2026-04-05mm/huge_memory: add and use normal_or_softleaf_folio_pmd()Lorenzo Stoakes (Oracle)1-28/+19
2026-04-05mm/huge_memory: separate out the folio part of zap_huge_pmd()Lorenzo Stoakes (Oracle)1-26/+35
2026-04-05mm/huge_memory: use mm instead of tlb->mmLorenzo Stoakes (Oracle)1-3/+4
2026-04-05mm/huge_memory: remove unnecessary sanity checksLorenzo Stoakes (Oracle)1-2/+0
2026-04-05mm/huge_memory: deduplicate zap deposited table callLorenzo Stoakes (Oracle)1-12/+10
2026-04-05mm/huge_memory: remove unnecessary VM_BUG_ON_PAGE()Lorenzo Stoakes (Oracle)1-1/+0
2026-04-05mm/huge_memory: add a common exit path to zap_huge_pmd()Lorenzo Stoakes (Oracle)1-9/+6
2026-04-05mm/huge_memory: handle buggy PMD entry in zap_huge_pmd()Lorenzo Stoakes (Oracle)1-0/+4
2026-04-05mm/huge_memory: have zap_huge_pmd return a boolean, add kdocLorenzo Stoakes (Oracle)1-7/+16
2026-04-05mm/huge: avoid big else branch in zap_huge_pmd()Lorenzo Stoakes (Oracle)1-42/+45
2026-04-05mm/huge_memory: simplify vma_is_specal_huge()Lorenzo Stoakes (Oracle)1-7/+23
2026-04-05mm: on remap assert that input range within the proposed VMALorenzo Stoakes (Oracle)1-0/+3
2026-04-05mm: add mmap_action_map_kernel_pages[_full]()Lorenzo Stoakes (Oracle)2-4/+45
2026-04-05mm: allow handling of stacked mmap_prepare hooks in more driversLorenzo Stoakes (Oracle)2-31/+84
2026-04-05mm: add mmap_action_simple_ioremap()Lorenzo Stoakes (Oracle)3-25/+66
2026-04-05mm: add vm_ops->mapped hookLorenzo Stoakes (Oracle)2-28/+63
2026-04-05mm: have mmap_action_complete() handle the rmap lock and unmapLorenzo Stoakes (Oracle)3-47/+39
2026-04-05mm/vma: remove superfluous map->hold_file_rmap_lockLorenzo Stoakes (Oracle)1-8/+6
2026-04-05mm: switch the rmap lock held option off in compat layerLorenzo Stoakes (Oracle)1-1/+5
2026-04-05mm: avoid deadlock when holding rmap on mmap_prepare errorLorenzo Stoakes (Oracle)2-8/+17
2026-04-05mm: various small mmap_prepare cleanupsLorenzo Stoakes (Oracle)4-108/+114
2026-04-05mm: simplify VMA flag tests of excluded flagsLorenzo Stoakes (Oracle)3-16/+9
2026-04-05mm/vma: convert __mmap_region() to use vma_flags_tLorenzo Stoakes (Oracle)3-13/+67
2026-04-05mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_tLorenzo Stoakes (Oracle)7-51/+66
2026-04-05mm/vma: convert as much as we can in mm/vma.c to vma_flags_tLorenzo Stoakes (Oracle)1-39/+50
2026-04-05mm: update vma_supports_mlock() to use new VMA flagsLorenzo Stoakes (Oracle)1-1/+3
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)8-66/+98
2026-04-05mm: unexport vm_brk_flags() and eliminate vm_flags parameterLorenzo Stoakes (Oracle)1-6/+2
2026-04-05mm/vma: use new VMA flags for sticky flags logicLorenzo Stoakes (Oracle)1-12/+36
2026-04-05mm/vma: add further vma_flags_t unionsLorenzo Stoakes (Oracle)1-1/+5
2026-04-05mm/mseal: update VMA end correctly on mergeLorenzo Stoakes (Oracle)1-2/+1
2026-04-05mm/pagewalk: fix race between concurrent split and refaultMax Boone1-3/+22
2026-04-05mm/memory: fix PMD/PUD checks in follow_pfnmap_start()David Hildenbrand (Arm)1-3/+15
2026-04-05mm/damon/sysfs: check contexts->nr in repeat_call_fnJosh Law1-0/+3
2026-04-05mm/damon/sysfs: check contexts->nr before accessing contexts_arr[0]Josh Law1-0/+3
2026-04-05mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failureJosh Law1-1/+3
2026-04-05mm/swap: fix swap cache memcg accountingAlexandre Ghiti1-5/+4
2026-04-05mm/page_alloc: don't increase highatomic reserve after pcp allocFrank van der Linden1-7/+23
2026-04-05mm/memcontrol: fix reclaim_options leak in try_charge_memcg()Bing Jiao1-1/+2
2026-04-05mm: change to return bool for the MMU notifier's young flag checkBaolin Wang2-19/+20
2026-04-05mm: change to return bool for pmdp_clear_flush_young()Baolin Wang1-3/+4
2026-04-05mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()Baolin Wang1-3/+4
2026-04-05mm: update outdated comments for removed scan_swap_map_slots()Kexin Sun2-3/+3
2026-04-05mm: vmalloc: update outdated comment for renamed vread()Kexin Sun1-5/+5