summaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)Author
32 hoursmm: mempolicy: fix automatic numa balancing for shmemJohannes Weiner
2026-06-08mm/nodemask: correctly describe nodemask operation return typesJoshua Hahn
2026-04-19Merge tag 'mm-hotfixes-stable-2026-04-19-00-14' of git://git.kernel.org/pub/s...Linus Torvalds
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-18mm/mempolicy: fix weighted interleave auto sysfs nameJoshua Hahn
2026-04-18mm/mempolicy: fix memory leaks in weighted_interleave_auto_store()Jackie Liu
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-05mm: introduce CONFIG_NUMA_MIGRATION and simplify CONFIG_MIGRATIONDavid Hildenbrand (Arm)
2026-04-05mm: introduce is_pmd_order helperNico Pache
2026-03-26futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()Hao-Yu Yang
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-26mm: use nodes_and() return value to simplify client codeYury Norov
2026-01-26mm/mempolicy: fix mpol_rebind_nodemask() for MPOL_F_NUMA_BALANCINGJinjiang Tu
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-11-24mm: eliminate further swapops predicatesLorenzo Stoakes
2025-11-24mm: remove is_hugetlb_entry_[migration, hwpoisoned]()Lorenzo Stoakes
2025-11-24mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes
2025-11-16mm: mprotect: convert to folio_can_map_prot_numa()Kefeng Wang
2025-10-20mm/mempolicy: Export memory policy symbolsShivank Garg
2025-07-19mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()David Hildenbrand
2025-07-19mm: convert FPB_IGNORE_* into FPB_RESPECT_*David Hildenbrand
2025-07-13mm,mempolicy: use node-notifier instead of memory-notifierOscar Salvador
2025-07-09mm/mempolicy: skip unnecessary synchronize_rcu()Joshua Hahn
2025-06-05mm/mempolicy: fix incorrect freeing of wi_kobjJoshua Hahn
2025-05-21mm/mempolicy: Weighted Interleave Auto-tuningJoshua Hahn
2025-05-11mm/mempolicy: support memory hotplug in weighted interleaveRakie Kim
2025-05-11mm/mempolicy: prepare weighted interleave sysfs for memory hotplugRakie Kim
2025-05-11mm/mempolicy: fix memory leaks in weighted interleave sysfsRakie Kim
2025-05-11mempolicy: optimize queue_folios_pte_range by PTE batchingDev Jain
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-24Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand
2025-02-16mm/numa: Introduce nearest_node_nodemask()Andrea Righi
2025-01-25mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb()David Hildenbrand
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino
2025-01-25mm: alloc_pages_bulk_noprof: drop page_list argumentLuiz Capitulino
2025-01-13mm/mempolicy: add alloc_frozen_pages()Matthew Wilcox (Oracle)
2025-01-13mm: make alloc_pages_mpol() staticMatthew Wilcox (Oracle)
2025-01-12mm/mempolicy: count MPOL_WEIGHTED_INTERLEAVE to "interleave_hit"Honggyu Kim
2024-12-05mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MMDavid Hildenbrand
2024-11-07mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)
2024-11-06mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang
2024-11-05mm/mempolicy: fix comments for better documentationTanya Agarwal
2024-09-03mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao
2024-09-01mm: improve code consistency with zonelist_* helper functionsWei Yang
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld