summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2026-08-06mm: convert __get_unmapped_area() to use vma_flags_tLorenzo Stoakes2-22/+26
2026-08-06mm/vma: update do_mmap() to use vma_flags_tLorenzo Stoakes6-47/+57
2026-08-06mm/memory_hotplug: add offline_and_remove_memory_ranges()Gregory Price1-27/+67
2026-08-06mm/memory_hotplug: add __add_memory_driver_managed() with online_type argGregory Price1-8/+53
2026-08-06mm/memory_hotplug: export mhp_get_default_online_typeGregory Price1-0/+1
2026-08-06mm/memory_hotplug: pass online_type to online_memory_block() via argGregory Price1-2/+6
2026-08-06mm/damon/core: skip aging from repeated aggressive mergingSJ Park2-9/+14
2026-08-06mm/swap: clarify unreachable cond_resched() in swap_reclaim_full_clustersYoungjun Park1-0/+6
2026-08-06mm: huge_memory: fix kobject cleanup in thpsize_create errorHongling Zeng1-4/+2
2026-08-06mm/damon/tests/core-kunit: test damon_nr_accesses_mvsum()Song Hu1-0/+49
2026-08-06mm: memcg-v1: make mem_cgroup_oom_notify_cb() return voidGuopeng Zhang1-2/+1
2026-08-06mm: memcontrol: factor out memcg kmem uncharge sequenceGuopeng Zhang1-8/+10
2026-08-06mm: memcontrol: drop unused cpu argument from flush_nmi_statsGuopeng Zhang1-5/+3
2026-08-06mm: memcg-v1: fix wrong linux-mm list address in deprecation warningsGuopeng Zhang1-3/+3
2026-08-06mm: memcg-v1: account vmpressure event allocationsGuopeng Zhang1-1/+1
2026-08-05mm: fix incorrect flush address in direct page table reclaimAndy Lutomirski1-1/+1
2026-08-04mm/damon: adjust isolated pages stat for DAMOS_MIGRATE_{HOT,COLD}SJ Park3-1/+8
2026-08-04mm/damon/ops-common: putback folios on invalid migrate nidliyouhong1-1/+8
2026-08-04mm/huge_memory: initialise workingset state before folio splitMatt Fleming1-1/+3
2026-08-04mm/page_table_check: skip special zero mappingsZhiling Zou1-4/+16
2026-08-04mm/damon/lru_sort: skip damon_call() if ctx has not startedSJ Park1-5/+6
2026-08-04mm/damon/reclaim: skip damon_call() if ctx has not startedSJ Park1-5/+6
2026-08-04mm/damon/lru_sort: error out for >10000 active_mem_bpSJ Park1-0/+2
2026-08-04mm/huge_memory: separate out CONFIG_PERSISTENT_HUGE_ZERO_FOLIO logicLorenzo Stoakes (ARM)1-66/+94
2026-08-04mm/huge_memory: fix huge_zero_pfn raceLorenzo Stoakes (ARM)1-14/+29
2026-08-04mm/filemap: __filemap_add_folio() restore index before retryingHugh Dickins1-0/+6
2026-08-04arm64: remove redundant concurrent ptdump UAF mitigationLorenzo Stoakes (ARM)1-12/+3
2026-08-04mm/ptdump: always stabilise against page table freeing using init_mmLorenzo Stoakes (ARM)2-5/+16
2026-08-04mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAFLorenzo Stoakes (ARM)2-19/+52
2026-08-04mm: memcontrol: update state_local when flushing NMI statsGuopeng Zhang1-0/+5
2026-08-04mm/rmap: add anon folio unmap dispatcherDev Jain1-22/+23
2026-08-04mm/rmap: refactor anon folio unmap in try_to_unmap_oneDev Jain1-47/+68
2026-08-04mm/rmap: refactor some code around lazyfree folio unmappingDev Jain1-39/+48
2026-08-04mm/rmap: add try_to_unmap_poisoned_hugetlb_oneDev Jain1-83/+97
2026-08-04mm/rmap: convert page -> folio for hwpoison checksDev Jain1-4/+6
2026-08-04mm/huge_memory: skip device-private PMDs in madvise_free_huge_pmdUsama Arif1-2/+2
2026-08-04mm/madvise: skip device-private PMDs in cold and pageout walksUsama Arif1-2/+2
2026-08-04mm/mempolicy: skip non-present PMDs when queueing foliosUsama Arif1-3/+5
2026-08-04mm/vma: use guard clauses in can_vma_merge_[before, after]()Lorenzo Stoakes1-13/+14
2026-08-04mm/vma: correct incorrect vma.h inclusionLorenzo Stoakes7-7/+25
2026-08-04mm/vma: introduce and use vma_set_pgoff()Lorenzo Stoakes3-11/+40
2026-08-04mm/vma: slightly rework the anonymous check in __mmap_new_vma()Lorenzo Stoakes1-3/+8
2026-08-04mm/vma: update vmg_adjust_set_range() to offset pgoff insteadLorenzo Stoakes1-11/+4
2026-08-04mm/vma: update vma_shrink() to not pass start, pgoff parametersLorenzo Stoakes3-17/+19
2026-08-04mm/vma: make vma_set_range() static, drop insert_vm_struct() declLorenzo Stoakes2-9/+8
2026-08-04mm/vma: move __install_special_mapping() to vma.cLorenzo Stoakes3-38/+43
2026-08-04mm/vma: add and use vma_[add/sub]_pgoff()Lorenzo Stoakes3-5/+19
2026-08-04mm: use linear_page_[index, delta]() consistentlyLorenzo Stoakes2-2/+2
2026-08-04mm/vma: remove duplicative vma_pgoff_offset() helperLorenzo Stoakes1-8/+1
2026-08-04mm/vma: use vma_start_pgoff(), linear_page_index() in mm codeLorenzo Stoakes21-80/+83