summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2026-08-06mm: convert __get_unmapped_area() to use vma_flags_tLorenzo Stoakes
2026-08-06mm/vma: update do_mmap() to use vma_flags_tLorenzo Stoakes
2026-08-06mm/memory_hotplug: add offline_and_remove_memory_ranges()Gregory Price
2026-08-06mm/memory_hotplug: add __add_memory_driver_managed() with online_type argGregory Price
2026-08-06mm/memory_hotplug: export mhp_get_default_online_typeGregory Price
2026-08-06mm/memory_hotplug: pass online_type to online_memory_block() via argGregory Price
2026-08-06mm/damon/core: skip aging from repeated aggressive mergingSJ Park
2026-08-06mm/swap: clarify unreachable cond_resched() in swap_reclaim_full_clustersYoungjun Park
2026-08-06mm: huge_memory: fix kobject cleanup in thpsize_create errorHongling Zeng
2026-08-06mm/damon/tests/core-kunit: test damon_nr_accesses_mvsum()Song Hu
2026-08-06mm: memcg-v1: make mem_cgroup_oom_notify_cb() return voidGuopeng Zhang
2026-08-06mm: memcontrol: factor out memcg kmem uncharge sequenceGuopeng Zhang
2026-08-06mm: memcontrol: drop unused cpu argument from flush_nmi_statsGuopeng Zhang
2026-08-06mm: memcg-v1: fix wrong linux-mm list address in deprecation warningsGuopeng Zhang
2026-08-06mm: memcg-v1: account vmpressure event allocationsGuopeng Zhang
2026-08-05mm: fix incorrect flush address in direct page table reclaimAndy Lutomirski
2026-08-04mm/damon: adjust isolated pages stat for DAMOS_MIGRATE_{HOT,COLD}SJ Park
2026-08-04mm/damon/ops-common: putback folios on invalid migrate nidliyouhong
2026-08-04mm/huge_memory: initialise workingset state before folio splitMatt Fleming
2026-08-04mm/page_table_check: skip special zero mappingsZhiling Zou
2026-08-04mm/damon/lru_sort: skip damon_call() if ctx has not startedSJ Park
2026-08-04mm/damon/reclaim: skip damon_call() if ctx has not startedSJ Park
2026-08-04mm/damon/lru_sort: error out for >10000 active_mem_bpSJ Park
2026-08-04mm/huge_memory: separate out CONFIG_PERSISTENT_HUGE_ZERO_FOLIO logicLorenzo Stoakes (ARM)
2026-08-04mm/huge_memory: fix huge_zero_pfn raceLorenzo Stoakes (ARM)
2026-08-04mm/filemap: __filemap_add_folio() restore index before retryingHugh Dickins
2026-08-04arm64: remove redundant concurrent ptdump UAF mitigationLorenzo Stoakes (ARM)
2026-08-04mm/ptdump: always stabilise against page table freeing using init_mmLorenzo Stoakes (ARM)
2026-08-04mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAFLorenzo Stoakes (ARM)
2026-08-04mm: memcontrol: update state_local when flushing NMI statsGuopeng Zhang
2026-08-04mm/rmap: add anon folio unmap dispatcherDev Jain
2026-08-04mm/rmap: refactor anon folio unmap in try_to_unmap_oneDev Jain
2026-08-04mm/rmap: refactor some code around lazyfree folio unmappingDev Jain
2026-08-04mm/rmap: add try_to_unmap_poisoned_hugetlb_oneDev Jain
2026-08-04mm/rmap: convert page -> folio for hwpoison checksDev Jain
2026-08-04mm/huge_memory: skip device-private PMDs in madvise_free_huge_pmdUsama Arif
2026-08-04mm/madvise: skip device-private PMDs in cold and pageout walksUsama Arif
2026-08-04mm/mempolicy: skip non-present PMDs when queueing foliosUsama Arif
2026-08-04mm/vma: use guard clauses in can_vma_merge_[before, after]()Lorenzo Stoakes
2026-08-04mm/vma: correct incorrect vma.h inclusionLorenzo Stoakes
2026-08-04mm/vma: introduce and use vma_set_pgoff()Lorenzo Stoakes
2026-08-04mm/vma: slightly rework the anonymous check in __mmap_new_vma()Lorenzo Stoakes
2026-08-04mm/vma: update vmg_adjust_set_range() to offset pgoff insteadLorenzo Stoakes
2026-08-04mm/vma: update vma_shrink() to not pass start, pgoff parametersLorenzo Stoakes
2026-08-04mm/vma: make vma_set_range() static, drop insert_vm_struct() declLorenzo Stoakes
2026-08-04mm/vma: move __install_special_mapping() to vma.cLorenzo Stoakes
2026-08-04mm/vma: add and use vma_[add/sub]_pgoff()Lorenzo Stoakes
2026-08-04mm: use linear_page_[index, delta]() consistentlyLorenzo Stoakes
2026-08-04mm/vma: remove duplicative vma_pgoff_offset() helperLorenzo Stoakes
2026-08-04mm/vma: use vma_start_pgoff(), linear_page_index() in mm codeLorenzo Stoakes