summaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
Commit message (Expand)AuthorAgeFilesLines
* mm/mempolicy: use a folio in do_mbind()Matthew Wilcox (Oracle)2024-03-061-7/+8
* mm/mempolicy: protect task interleave functions with tsk->mems_allowed_seqGregory Price2024-02-221-4/+23
* mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleavingGregory Price2024-02-221-4/+214
* mm/mempolicy: refactor a read-once mechanism into a function for re-useGregory Price2024-02-221-10/+16
* mm/mempolicy: implement the sysfs-based weighted_interleave interfaceRakie Kim2024-02-221-0/+223
* mempolicy: clean up minor dead code in queue_pages_test_walk()Lukas Bulwahn2024-02-221-4/+0
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-571/+455
|\
| * mempolicy: migration attempt to match interleave nodesHugh Dickins2023-10-251-5/+50
| * mempolicy: mmap_lock is not needed while migrating foliosHugh Dickins2023-10-251-40/+43
| * mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins2023-10-251-224/+155
| * mm: add page_rmappable_folio() wrapperHugh Dickins2023-10-251-14/+3
| * mempolicy: remove confusing MPOL_MF_LAZY dead codeHugh Dickins2023-10-251-18/+0
| * mempolicy: mpol_shared_policy_init() without pseudo-vmaHugh Dickins2023-10-251-15/+15
| * mempolicy trivia: use pgoff_t in shared mempolicy treeHugh Dickins2023-10-251-6/+6
| * mempolicy trivia: slightly more consistent namingHugh Dickins2023-10-251-40/+33
| * mempolicy trivia: delete those ancient pr_debug()sHugh Dickins2023-10-251-21/+0
| * mempolicy: fix migrate_pages(2) syscall return nr_failedHugh Dickins2023-10-251-179/+159
| * mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes2023-10-181-23/+3
| * Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-10-181-1/+3
| |\
| * | sched/numa, mm: make numa migrate functions to take a folioKefeng Wang2023-10-161-1/+1
| * | mm: mempolicy: make mpol_misplaced() to take a folioKefeng Wang2023-10-161-10/+12
* | | Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-301-7/+11
|\ \ \ | |_|/ |/| |
| * | Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar2023-10-071-20/+19
| |\|
| * | numa: Generalize numa_map_to_online_node()Yury Norov2023-09-151-7/+11
* | | mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointerLiam R. Howlett2023-10-061-1/+3
| |/ |/|
* | mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi2023-09-291-20/+19
|/
* mm: convert prep_transhuge_page() to folio_prep_large_rmappable()Matthew Wilcox (Oracle)2023-08-211-7/+8
* mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan2023-08-211-8/+14
* mm/mempolicy: Take VMA lock before replacing policyJann Horn2023-07-281-1/+14
* mm: ptep_get() conversionRyan Roberts2023-06-191-2/+4
* mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() failsHugh Dickins2023-06-191-3/+4
* mm: convert migrate_pages() to work on foliosMatthew Wilcox (Oracle)2023-06-091-9/+6
* mm/mempolicy: correctly update prev when policy is equal on mbindLorenzo Stoakes2023-05-021-1/+3
* mm/mempolicy: fix use-after-free of VMA iteratorLiam R. Howlett2023-04-161-55/+49
* mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang2023-02-201-1/+1
* mm: change to return bool for folio_isolate_lru()Baolin Wang2023-02-201-1/+1
* mm/mempolicy: convert migrate_page_add() to migrate_folio_add()Vishal Moola (Oracle)2023-02-131-19/+20
* mm/mempolicy: convert queue_pages_required() to queue_folio_required()Vishal Moola (Oracle)2023-02-131-6/+6
* mm/mempolicy: convert queue_pages_hugetlb() to queue_folios_hugetlb()Vishal Moola (Oracle)2023-02-131-11/+18
* mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()Vishal Moola (Oracle)2023-02-131-14/+14
* mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()Vishal Moola (Oracle)2023-02-131-12/+12
* mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()Sidhartha Kumar2023-02-131-2/+4
* mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar2023-02-131-1/+1
* mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett2023-02-091-3/+3
* mempolicy: convert to vma iteratorLiam R. Howlett2023-02-091-17/+8
* Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton2023-01-311-1/+2
|\
| * migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz2023-01-311-1/+2
* | mm/uffd: detect pgtable allocation failuresPeter Xu2023-01-181-1/+1
* | mm/mprotect: use long for page accountings and retvalPeter Xu2023-01-181-1/+1
* | mm/mprotect: drop pgprot_t parameter from change_protection()David Hildenbrand2023-01-181-2/+1