summaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26mm: add pmd_folio()Matthew Wilcox (Oracle)1-1/+1
2024-04-26mm: add is_huge_zero_folio()Matthew Wilcox (Oracle)1-1/+1
2024-04-26mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()David Hildenbrand1-8/+6
2024-04-26mm: hugetlb: make the hugetlb migration strategy consistentBaolin Wang1-1/+2
2024-04-26mm: record the migration reason for struct migration_target_controlBaolin Wang1-0/+1
2024-04-26mm: enable page allocation taggingSuren Baghdasaryan1-23/+23
2024-04-26mm/numa_balancing: allow migrate on protnone reference with MPOL_PREFERRED_MA...Donet Tom1-5/+17
2024-04-26mm/mempolicy: use numa_node_id() instead of cpu_to_node()Donet Tom1-4/+10
2024-03-07mm/mempolicy: use a folio in do_mbind()Matthew Wilcox (Oracle)1-7/+8
2024-02-22mm/mempolicy: protect task interleave functions with tsk->mems_allowed_seqGregory Price1-4/+23
2024-02-22mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleavingGregory Price1-4/+214
2024-02-22mm/mempolicy: refactor a read-once mechanism into a function for re-useGregory Price1-10/+16
2024-02-22mm/mempolicy: implement the sysfs-based weighted_interleave interfaceRakie Kim1-0/+223
2024-02-22mempolicy: clean up minor dead code in queue_pages_test_walk()Lukas Bulwahn1-4/+0
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-571/+455
2023-10-31Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+11
2023-10-26mempolicy: migration attempt to match interleave nodesHugh Dickins1-5/+50
2023-10-26mempolicy: mmap_lock is not needed while migrating foliosHugh Dickins1-40/+43
2023-10-26mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins1-224/+155
2023-10-26mm: add page_rmappable_folio() wrapperHugh Dickins1-14/+3
2023-10-26mempolicy: remove confusing MPOL_MF_LAZY dead codeHugh Dickins1-18/+0
2023-10-26mempolicy: mpol_shared_policy_init() without pseudo-vmaHugh Dickins1-15/+15
2023-10-26mempolicy trivia: use pgoff_t in shared mempolicy treeHugh Dickins1-6/+6
2023-10-26mempolicy trivia: slightly more consistent namingHugh Dickins1-40/+33
2023-10-26mempolicy trivia: delete those ancient pr_debug()sHugh Dickins1-21/+0
2023-10-26mempolicy: fix migrate_pages(2) syscall return nr_failedHugh Dickins1-179/+159
2023-10-19mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes1-23/+3
2023-10-19Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton1-1/+3
2023-10-17sched/numa, mm: make numa migrate functions to take a folioKefeng Wang1-1/+1
2023-10-17mm: mempolicy: make mpol_misplaced() to take a folioKefeng Wang1-10/+12
2023-10-07Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar1-20/+19
2023-10-07mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointerLiam R. Howlett1-1/+3
2023-09-30mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi1-20/+19
2023-09-15numa: Generalize numa_map_to_online_node()Yury Norov1-7/+11
2023-08-22mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)1-7/+8
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-8/+14
2023-07-28mm/mempolicy: Take VMA lock before replacing policyJann Horn1-1/+14
2023-06-20mm: ptep_get() conversionRyan Roberts1-2/+4
2023-06-20mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins1-3/+4
2023-06-10mm: convert migrate_pages() to work on foliosMatthew Wilcox (Oracle)1-9/+6
2023-05-03mm/mempolicy: correctly update prev when policy is equal on mbindLorenzo Stoakes1-1/+3
2023-04-16mm/mempolicy: fix use-after-free of VMA iteratorLiam R. Howlett1-55/+49
2023-02-20mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang1-1/+1
2023-02-20mm: change to return bool for folio_isolate_lru()Baolin Wang1-1/+1
2023-02-14mm/mempolicy: convert migrate_page_add() to migrate_folio_add()Vishal Moola (Oracle)1-19/+20
2023-02-14mm/mempolicy: convert queue_pages_required() to queue_folio_required()Vishal Moola (Oracle)1-6/+6
2023-02-14mm/mempolicy: convert queue_pages_hugetlb() to queue_folios_hugetlb()Vishal Moola (Oracle)1-11/+18
2023-02-14mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()Vishal Moola (Oracle)1-14/+14
2023-02-14mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()Vishal Moola (Oracle)1-12/+12
2023-02-14mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar1-2/+4