summaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)Author
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
2024-07-17mm/numa_balancing: teach mpol_to_str about the balancing modeTvrtko Ursulin
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy
2024-07-03mm: mempolicy: use folio_alloc_mpol() in alloc_migration_target_by_mpol()Kefeng Wang
2024-07-03mm: mempolicy: use folio_alloc_mpol_noprof() in vma_alloc_folio_noprof()Kefeng Wang
2024-07-03mm: add folio_alloc_mpol()Kefeng Wang
2024-04-25mm: add pmd_folio()Matthew Wilcox (Oracle)
2024-04-25mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)
2024-04-25mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand
2024-04-25mm: hugetlb: make the hugetlb migration strategy consistentBaolin Wang
2024-04-25mm: record the migration reason for struct migration_target_controlBaolin Wang
2024-04-25mm: enable page allocation taggingSuren Baghdasaryan
2024-04-25mm/numa_balancing: allow migrate on protnone reference with MPOL_PREFERRED_MA...Donet Tom
2024-04-25mm/mempolicy: use numa_node_id() instead of cpu_to_node()Donet Tom
2024-03-06mm/mempolicy: use a folio in do_mbind()Matthew Wilcox (Oracle)
2024-02-22mm/mempolicy: protect task interleave functions with tsk->mems_allowed_seqGregory Price
2024-02-22mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleavingGregory Price
2024-02-22mm/mempolicy: refactor a read-once mechanism into a function for re-useGregory Price
2024-02-22mm/mempolicy: implement the sysfs-based weighted_interleave interfaceRakie Kim
2024-02-22mempolicy: clean up minor dead code in queue_pages_test_walk()Lukas Bulwahn
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-25mempolicy: migration attempt to match interleave nodesHugh Dickins
2023-10-25mempolicy: mmap_lock is not needed while migrating foliosHugh Dickins
2023-10-25mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins
2023-10-25mm: add page_rmappable_folio() wrapperHugh Dickins
2023-10-25mempolicy: remove confusing MPOL_MF_LAZY dead codeHugh Dickins
2023-10-25mempolicy: mpol_shared_policy_init() without pseudo-vmaHugh Dickins
2023-10-25mempolicy trivia: use pgoff_t in shared mempolicy treeHugh Dickins
2023-10-25mempolicy trivia: slightly more consistent namingHugh Dickins
2023-10-25mempolicy trivia: delete those ancient pr_debug()sHugh Dickins
2023-10-25mempolicy: fix migrate_pages(2) syscall return nr_failedHugh Dickins
2023-10-18mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes
2023-10-18Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-10-16sched/numa, mm: make numa migrate functions to take a folioKefeng Wang
2023-10-16mm: mempolicy: make mpol_misplaced() to take a folioKefeng Wang
2023-10-07Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar