summaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)Author
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
2023-10-06mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointerLiam R. Howlett
2023-09-29mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi
2023-09-15numa: Generalize numa_map_to_online_node()Yury Norov
2023-08-21mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
2023-07-28mm/mempolicy: Take VMA lock before replacing policyJann Horn
2023-06-19mm: ptep_get() conversionRyan Roberts
2023-06-19mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins
2023-06-09mm: convert migrate_pages() to work on foliosMatthew Wilcox (Oracle)
2023-05-02mm/mempolicy: correctly update prev when policy is equal on mbindLorenzo Stoakes
2023-04-16mm/mempolicy: fix use-after-free of VMA iteratorLiam R. Howlett
2023-02-20mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang
2023-02-20mm: change to return bool for folio_isolate_lru()Baolin Wang
2023-02-13mm/mempolicy: convert migrate_page_add() to migrate_folio_add()Vishal Moola (Oracle)
2023-02-13mm/mempolicy: convert queue_pages_required() to queue_folio_required()Vishal Moola (Oracle)
2023-02-13mm/mempolicy: convert queue_pages_hugetlb() to queue_folios_hugetlb()Vishal Moola (Oracle)
2023-02-13mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()Vishal Moola (Oracle)
2023-02-13mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()Vishal Moola (Oracle)
2023-02-13mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar
2023-02-13mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar
2023-02-09mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett
2023-02-09mempolicy: convert to vma iteratorLiam R. Howlett
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton
2023-01-31migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz
2023-01-18mm/uffd: detect pgtable allocation failuresPeter Xu
2023-01-18mm/mprotect: use long for page accountings and retvalPeter Xu
2023-01-18mm/mprotect: drop pgprot_t parameter from change_protection()David Hildenbrand
2023-01-18mm/mempolicy: do not duplicate policy if it is not applicable for set_mempoli...Michal Hocko
2022-12-21mm/mempolicy: fix memory leak in set_mempolicy_home_node system callMathieu Desnoyers
2022-10-20mm/mempolicy: fix mbind_range() arguments to vma_merge()Liam Howlett
2022-10-03mm/mempolicy: use PAGE_ALIGN instead of open-coding itze zuo
2022-09-26mm/mempolicy: use vma iterator & maple state instead of vma linked listLiam R. Howlett
2022-09-11mm/hugetlb: add dedicated func to get 'allowed' nodemask for current processFeng Tang