aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-04-17slub: fix data loss and overflow in krealloc()Marco Elver1-12/+12
2026-04-16Merge tag 'efi-next-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+15
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds85-3263/+4023
2026-04-15Merge tag 'slab-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds3-130/+229
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds4-10/+64
2026-04-13Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+1
2026-04-13Merge tag 'vfs-7.1-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+32
2026-04-13Merge branch 'slab/for-7.1/misc' into slab/for-nextVlastimil Babka (SUSE)2-16/+9
2026-04-09memblock: Permit existing reserved regions to be marked RSRV_KERNArd Biesheuvel1-0/+15
2026-04-08ttm/pool: port to list_lru. (v2)Dave Airlie1-0/+1
2026-04-08mm: add gpu active/reclaim per-node stat counters (v2)Dave Airlie2-1/+7
2026-04-07Merge tag 'mm-hotfixes-stable-2026-04-06-15-27' of git://git.kernel.org/pub/s...Linus Torvalds6-4/+65
2026-04-07slub: clarify kmem_cache_refill_sheaf() commentsHao Li1-5/+8
2026-04-07slub: use N_NORMAL_MEMORY in can_free_to_pcs to handle remote freesHao Li1-2/+3
2026-04-06mm/damon/stat: deallocate damon_call() failure leaking damon_ctxSeongJae Park1-0/+7
2026-04-06mm/vma: fix memory leak in __mmap_region()Sechang Lim1-0/+7
2026-04-06mm/memory_hotplug: maintain N_NORMAL_MEMORY during hotplugHao Li1-0/+20
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
2026-04-05mm: mark early-init static variables with __meminitdataKaitao Cheng2-2/+2
2026-04-05mm/zsmalloc: copy KMSAN metadata in zs_page_migrate()Shigeru Yoshida1-0/+1
2026-04-05mm/execmem: make the populate and alloc atomicHubert Mazur1-26/+29
2026-04-05mm/damon/core: document damos_commit_dests() failure semanticsJosh Law1-0/+17
2026-04-05mm/mglru: fix cgroup OOM during MGLRU state switchingLeno Hou2-10/+30
2026-04-05zsmalloc: return -EBUSY for zspage migration lock contentionteawater1-1/+13
2026-04-05mm: introduce CONFIG_NUMA_MIGRATION and simplify CONFIG_MIGRATIONDavid Hildenbrand (Arm)4-22/+21
2026-04-05mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVEDavid Hildenbrand (Arm)1-6/+3
2026-04-05mm/sparse: move memory hotplug bits to sparse-vmemmap.cDavid Hildenbrand (Arm)3-308/+310
2026-04-05mm/sparse: move __section_mark_present() to internal.hDavid Hildenbrand (Arm)2-8/+9
2026-04-05mm/sparse: move sparse_init_one_section() to internal.hDavid Hildenbrand (Arm)2-24/+22
2026-04-05mm/sparse: drop set_section_nid() from sparse_add_section()David Hildenbrand (Arm)1-1/+0
2026-04-05mm: prepare to move subsection_map_init() to mm/sparse-vmemmap.cDavid Hildenbrand (Arm)3-6/+14
2026-04-05mm/sparse: remove CONFIG_MEMORY_HOTPLUG-specific usemap allocation handlingDavid Hildenbrand (Arm)1-99/+1
2026-04-05mm/sparse: remove sparse_decode_mem_map()David Hildenbrand (Arm)1-15/+1
2026-04-05mm/bootmem_info: avoid using sparse_decode_mem_map()David Hildenbrand (Arm)1-5/+4
2026-04-05mm/bootmem_info: remove handling for !CONFIG_SPARSEMEM_VMEMMAPDavid Hildenbrand (Arm)1-37/+0
2026-04-05mm/sparse: remove !CONFIG_SPARSEMEM_VMEMMAP leftovers for CONFIG_MEMORY_HOTPLUGDavid Hildenbrand (Arm)1-67/+2
2026-04-05mm/memory_hotplug: simplify check_pfn_span()David Hildenbrand (Arm)1-14/+6
2026-04-05mm/Kconfig: make CONFIG_MEMORY_HOTPLUG depend on CONFIG_SPARSEMEM_VMEMMAPDavid Hildenbrand (Arm)1-1/+1
2026-04-05mm/sparse: remove WARN_ONs from (online|offline)_mem_sections()David Hildenbrand (Arm)1-15/+2
2026-04-05mm/memory_hotplug: remove for_each_valid_pfn() usageDavid Hildenbrand (Arm)1-2/+2
2026-04-05mm/memory_hotplug: fix possible race in scan_movable_pages()David Hildenbrand (Arm)1-3/+8
2026-04-05mm/swapfile: remove duplicate include of swap_table.hChen Ni1-1/+0
2026-04-05mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()Nico Pache1-70/+72
2026-04-05mm/khugepaged: rename hpage_collapse_* to collapse_*Nico Pache2-32/+30
2026-04-05mm/khugepaged: define KHUGEPAGED_MAX_PTES_LIMIT as HPAGE_PMD_NR - 1Nico Pache1-4/+5
2026-04-05mm: introduce is_pmd_order helperNico Pache6-10/+9
2026-04-05mm: consolidate anonymous folio PTE mapping into helpersNico Pache1-20/+41
2026-04-05mm/userfaultfd: fix hugetlb fault mutex hash calculationJianhui Zhou1-1/+1
2026-04-05mm/damon/lru_sort: respect addr_unit on default monitoring region setupSeongJae Park1-6/+0
2026-04-05mm/damon/reclaim: respect addr_unit on default monitoring region setupSeongJae Park1-6/+0
2026-04-05mm/damon/core: fix wrong damon_set_regions() argumentSeongJae Park1-1/+1
2026-04-05mm/damon/core: receive addr_unit on damon_set_region_biggest_system_ram_defau...SeongJae Park3-3/+6
2026-04-05mm/damon/core: support addr_unit on damon_find_biggest_system_ram()SeongJae Park1-11/+23
2026-04-05mm/damon/core: fix wrong end address assignment on walk_system_ram()SeongJae Park1-1/+1
2026-04-05mm/mremap: check map count under mmap write lock and abstractLorenzo Stoakes (Oracle)1-13/+75
2026-04-05mm: abstract reading sysctl_max_map_count, and READ_ONCE()Lorenzo Stoakes (Oracle)5-7/+13
2026-04-05mm/mremap: correct invalid map count checkLorenzo Stoakes (Oracle)1-16/+12
2026-04-05mm: migrate: requeue destination folio on deferred split queueUsama Arif1-0/+17
2026-04-05mm: ratelimit min_free_kbytes adjustment messagesBreno Leitao2-4/+4
2026-04-05mm: huge_memory: refactor enabled_store() with set_global_enabled_mode()Breno Leitao1-15/+48
2026-04-05mm: huge_memory: refactor anon_enabled_store() with set_anon_enabled_mode()Breno Leitao1-32/+52
2026-04-05mm: khugepaged: export set_recommended_min_free_kbytes()Breno Leitao2-1/+6
2026-04-05mm/damon/tests/core-kunit: test goal_tuner commitSeongJae Park1-0/+3
2026-04-05mm/damon/sysfs-schemes: implement quotas->goal_tuner fileSeongJae Park1-0/+58
2026-04-05mm/damon/core: introduce DAMOS_QUOTA_GOAL_TUNER_TEMPORALSeongJae Park1-5/+24
2026-04-05mm/damon/core: allow quota goals set zero effective size quotaSeongJae Park1-5/+26
2026-04-05mm/damon/core: introduce damos_quota_goal_tunerSeongJae Park1-0/+1
2026-04-05mm/swap: strengthen locking assertions and invariants in cluster allocationHui Zhu1-1/+6
2026-04-05mm: prevent droppable mappings from being lockedAnthony Yznaga3-7/+17
2026-04-05mm: move vma_mmu_pagesize() from hugetlb to vma.cDavid Hildenbrand (Arm)2-11/+21
2026-04-05mm: move vma_kernel_pagesize() from hugetlb to mm.hDavid Hildenbrand (Arm)1-17/+0
2026-04-05mm/damon/core: clarify damon_set_attrs() usagesSeongJae Park1-2/+10
2026-04-05mm/damon/tests/core-kunit: add a test for damon_is_last_region()SeongJae Park1-0/+23
2026-04-05mm/damon/core: use mult_frac()SeongJae Park1-10/+10
2026-04-05mm/damon/core: use time_after_eq() in kdamond_fn()SeongJae Park1-5/+9
2026-04-05mm/damon/core: use time_before() for next_apply_sisSeongJae Park1-3/+3
2026-04-05mm/damon/core: remove damos_set_next_apply_sis() duplicatesSeongJae Park1-9/+2
2026-04-05mm/damon/tests/core-kunit: add a test for damon_commit_ctx()SeongJae Park1-0/+22
2026-04-05mm/damon/tests/.kunitconifg: enable DAMON_DEBUG_SANITYSeongJae Park1-0/+3
2026-04-05mm/damon/core: add damon_reset_aggregated() debug_sanity checkSeongJae Park1-0/+18
2026-04-05mm/damon/core: add damon_split_region_at() debug_sanity checkSeongJae Park1-0/+16
2026-04-05mm/damon/core: add damon_merge_regions_of() debug_sanity checkSeongJae Park1-0/+15
2026-04-05mm/damon/core: add damon_merge_two_regions() debug_sanity checkSeongJae Park1-0/+16
2026-04-05mm/damon/core: add damon_nr_regions() debug_sanity checkSeongJae Park1-0/+19
2026-04-05mm/damon/core: add damon_del_region() debug_sanity checkSeongJae Park1-0/+13
2026-04-05mm/damon/core: add damon_new_region() debug_sanity checkSeongJae Park1-0/+12
2026-04-05mm/damon: add CONFIG_DAMON_DEBUG_SANITYSeongJae Park1-0/+11
2026-04-05mm/migrate_device: document folio_get requirement before frozen PMD splitUsama Arif1-0/+4
2026-04-05mm: introduce a new page type for page pool in page typeByungchul Park1-4/+9
2026-04-05mm: reintroduce vma_desc_test() as a singular flag testLorenzo Stoakes (Oracle)1-6/+6
2026-04-05mm: reintroduce vma_flags_test() as a singular flag testLorenzo Stoakes (Oracle)2-3/+3
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)4-11/+11
2026-04-05kasan: fix bug type classification for SW_TAGS modeAndrey Ryabinin1-4/+9
2026-04-05mm/vmscan: fix unintended mtc->nmask mutation in alloc_demote_folio()Bing Jiao1-9/+5
2026-04-05mm/oom_kill.c: simpilfy rcu call with guard(rcu)Maninder Singh1-6/+3
2026-04-05mm/page_reporting: change page_reporting_order to PAGE_REPORTING_ORDER_UNSPEC...Yuvraj Sakshith1-2/+2
2026-04-05mm/page_reporting: add PAGE_REPORTING_ORDER_UNSPECIFIEDYuvraj Sakshith1-1/+2
2026-04-05mm: memcg: separate slab stat accounting from objcg charge cacheJohannes Weiner1-39/+61
2026-04-05mm: memcontrol: use __account_obj_stock() in the !locked pathJohannes Weiner1-1/+5
2026-04-05mm: memcontrol: split out __obj_cgroup_charge()Johannes Weiner1-5/+16
2026-04-05mm: memcg: simplify objcg charge size and stock remainder mathJohannes Weiner1-10/+6
2026-04-05mm: memcg: factor out trylock_stock() and unlock_stock()Johannes Weiner1-6/+19
2026-04-05mm: support batched checking of the young flag for MGLRUBaolin Wang3-31/+46
2026-04-05mm: add a batched helper to clear the young flag for large foliosBaolin Wang1-5/+11
2026-04-05mm: rmap: add a ZONE_DEVICE folio warning in folio_referenced()Baolin Wang1-0/+1
2026-04-05mm: rename ptep/pmdp_clear_young_notify() to ptep/pmdp_test_and_clear_young_n...Baolin Wang2-8/+8
2026-04-05mm: use inline helper functions instead of ugly macrosBaolin Wang1-0/+52
2026-04-05mm/memory: support VM_MIXEDMAP in zap_special_vma_range()David Hildenbrand (Arm)1-2/+2
2026-04-05mm: rename zap_vma_ptes() to zap_special_vma_range()David Hildenbrand (Arm)1-9/+7
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)2-9/+9
2026-04-05mm: rename zap_page_range_single_batched() to zap_vma_range_batched()David Hildenbrand (Arm)3-14/+16
2026-04-05mm: rename zap_vma_pages() to zap_vma()David Hildenbrand (Arm)1-1/+1
2026-04-05mm/memory: inline unmap_page_range() into __zap_vma_range()David Hildenbrand (Arm)1-20/+12
2026-04-05mm/memory: use __zap_vma_range() in zap_vma_for_reaping()David Hildenbrand (Arm)1-4/+9
2026-04-05mm/memory: convert details->even_cows into details->skip_cowsDavid Hildenbrand (Arm)2-7/+6
2026-04-05mm/memory: move adjusting of address range to unmap_vmas()David Hildenbrand (Arm)1-35/+23
2026-04-05mm/memory: rename unmap_single_vma() to __zap_vma_range()David Hildenbrand (Arm)1-3/+3
2026-04-05mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()David Hildenbrand (Arm)3-22/+34
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