Age | Commit message (Expand) | Author |
2025-07-13 | mm/hugetlb: use str_plural() in report_hugepages() | Thorsten Blum |
2025-07-13 | mm/percpu: prevent concurrency problem for pcpu_nr_populated read with spin lock | Jeongjun Park |
2025-07-13 | mm: deduplicate mm_get_unmapped_area() | Peter Xu |
2025-07-13 | mm/page_isolation: remove migratetype parameter from more functions | Zi Yan |
2025-07-13 | mm/page_isolation: remove migratetype from undo_isolate_page_range() | Zi Yan |
2025-07-13 | mm/page_isolation: remove migratetype from move_freepages_block_isolate() | Zi Yan |
2025-07-13 | mm/page_alloc: add support for initializing pageblock as isolated | Zi Yan |
2025-07-13 | mm/page_isolation: make page isolation a standalone bit | Zi Yan |
2025-07-13 | mm/page_alloc: pageblock flags functions clean up | Zi Yan |
2025-07-13 | mm,memory_hotplug: drop status_change_nid parameter from memory_notify | Oscar Salvador |
2025-07-13 | mm,page_ext: derive the node from the pfn | Oscar Salvador |
2025-07-13 | mm,mempolicy: use node-notifier instead of memory-notifier | Oscar Salvador |
2025-07-13 | mm,memory-tiers: use node-notifier instead of memory-notifier | Oscar Salvador |
2025-07-13 | mm,slub: use node-notifier instead of memory-notifier | Oscar Salvador |
2025-07-13 | mm,memory_hotplug: implement numa node notifier | Oscar Salvador |
2025-07-13 | mm,memory_hotplug: remove status_change_nid_normal and update documentation | Oscar Salvador |
2025-07-13 | mm,slub: do not special case N_NORMAL nodes for slab_nodes | Oscar Salvador |
2025-07-13 | mm, madvise: use standard madvise locking in madvise_set_anon_name() | Vlastimil Babka |
2025-07-13 | mm, madvise: move madvise_set_anon_name() down the file | Vlastimil Babka |
2025-07-13 | mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.c | Vlastimil Babka |
2025-07-13 | mm, madvise: simplify anon_name handling | Vlastimil Babka |
2025-07-13 | mm/madvise: eliminate very confusing manipulation of prev VMA | Lorenzo Stoakes |
2025-07-13 | mm/madvise: thread all madvise state through madv_behavior | Lorenzo Stoakes |
2025-07-13 | mm/madvise: thread VMA range state through madvise_behavior | Lorenzo Stoakes |
2025-07-13 | mm/madvise: thread mm_struct through madvise_behavior | Lorenzo Stoakes |
2025-07-13 | mm/madvise: remove the visitor pattern and thread anon_vma state | Lorenzo Stoakes |
2025-07-12 | Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes which | Andrew Morton |
2025-07-09 | mm: unexport globally copy_to_kernel_nofault | Sabyrzhan Tasbolatov |
2025-07-09 | mm/damon/sysfs: decouple from damon_ops_id | SeongJae Park |
2025-07-09 | mm/damon/sysfs-schemes: decouple from damos_filter_type | SeongJae Park |
2025-07-09 | mm/damon/sysfs-schemes: decouple from damos_wmark_metric | SeongJae Park |
2025-07-09 | mm/damon/sysfs-schemes: decouple from damos_action | SeongJae Park |
2025-07-09 | mm/damon/sysfs-schemes: decouple from damos_quota_goal_metric | SeongJae Park |
2025-07-09 | mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd() | Anshuman Khandual |
2025-07-09 | mm/memremap: remove unused devmap_managed_key | Alistair Popple |
2025-07-09 | mm: remove callers of pfn_t functionality | Alistair Popple |
2025-07-09 | mm: remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST | Alistair Popple |
2025-07-09 | mm: remove devmap related functions and page table bits | Alistair Popple |
2025-07-09 | fs/dax: remove FS_DAX_LIMITED config option | Alistair Popple |
2025-07-09 | mm/khugepaged: remove redundant pmd_devmap() check | Alistair Popple |
2025-07-09 | mm: remove redundant pXd_devmap calls | Alistair Popple |
2025-07-09 | mm/huge_memory: remove pXd_devmap usage from insert_pXd_pfn() | Alistair Popple |
2025-07-09 | mm/gup: remove pXX_devmap usage from get_user_pages() | Alistair Popple |
2025-07-09 | mm: convert vmf_insert_mixed() from using pte_devmap to pte_special | Alistair Popple |
2025-07-09 | mm: remove remaining uses of PFN_DEV | Alistair Popple |
2025-07-09 | mm: convert pXd_devmap checks to vma_is_dax | Alistair Popple |
2025-07-09 | mm/percpu: conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEED... | Hao Ge |
2025-07-09 | mm/memfd: reserve hugetlb folios before allocation | Vivek Kasireddy |
2025-07-09 | mm/hugetlb: make hugetlb_reserve_pages() return nr of entries updated | Vivek Kasireddy |
2025-07-09 | mm: update core kernel code to use vm_flags_t consistently | Lorenzo Stoakes |