summaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-14mm/hugetlb: convert isolate_hugetlb to foliosSidhartha Kumar1-1/+1
2023-02-10mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett1-3/+3
2023-02-10mempolicy: convert to vma iteratorLiam R. Howlett1-17/+8
2023-02-01Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton1-1/+2
2023-02-01migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz1-1/+2
2023-01-19mm/uffd: detect pgtable allocation failuresPeter Xu1-1/+1
2023-01-19mm/mprotect: use long for page accountings and retvalPeter Xu1-1/+1
2023-01-19mm/mprotect: drop pgprot_t parameter from change_protection()David Hildenbrand1-2/+1
2023-01-19mm/mempolicy: do not duplicate policy if it is not applicable for set_mempoli...Michal Hocko1-16/+12
2022-12-22mm/mempolicy: fix memory leak in set_mempolicy_home_node system callMathieu Desnoyers1-0/+1
2022-10-21mm/mempolicy: fix mbind_range() arguments to vma_merge()Liam Howlett1-6/+11
2022-10-04mm/mempolicy: use PAGE_ALIGN instead of open-coding itze zuo1-2/+2
2022-09-27mm/mempolicy: use vma iterator & maple state instead of vma linked listLiam R. Howlett1-24/+32
2022-09-12mm/hugetlb: add dedicated func to get 'allowed' nodemask for current processFeng Tang1-1/+1
2022-09-12mm/mempolicy: fix lock contention on mems_allowedAbel Wu1-1/+3
2022-07-30mm/mempolicy: remove unneeded out labelMiaohe Lin1-3/+1
2022-07-18mm: handling Non-LRU pages returned by vm_normal_pagesAlex Sierra1-1/+1
2022-07-04mm/mempolicy: fix get_nodes out of bound accessTianyu Li1-1/+1
2022-07-04mm/migration: return errno when isolate_huge_page failedMiaohe Lin1-1/+1
2022-05-20mm/mempolicy: fix uninit-value in mpol_rebind_policy()Wang Cheng1-1/+1
2022-05-13mm: remove alloc_pages_vma()Matthew Wilcox (Oracle)1-26/+25
2022-05-13mm/mprotect: use mmu_gatherNadav Amit1-1/+8
2022-04-29mm/mempolicy: clean up the code logic in queue_pages_pte_rangeMiaohe Lin1-9/+3
2022-04-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2022-04-09mm/mempolicy: fix mpol_new leak in shared_policy_replaceMiaohe Lin1-0/+1
2022-04-09mm: migrate: use thp_order instead of HPAGE_PMD_ORDER for new page allocation.Zi Yan1-1/+1
2022-04-07mm/mempolicy: Use vma_alloc_folio() in new_page()Matthew Wilcox (Oracle)1-14/+11
2022-04-07mm: Add vma_alloc_folio()Matthew Wilcox (Oracle)1-0/+13
2022-03-23mempolicy: mbind_range() set_policy() after vma_merge()Hugh Dickins1-7/+1
2022-03-23mm: change lookup_node() to use get_user_pages_fast()John Hubbard1-12/+9
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan1-1/+1
2022-01-15mm/mempolicy: fix all kernel-doc warningsRandy Dunlap1-2/+3
2022-01-15mm/mempolicy: add set_mempolicy_home_node syscallAneesh Kumar K.V1-0/+79
2022-01-15mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANYAneesh Kumar K.V1-2/+3
2022-01-15mm: drop node from alloc_pages_vmaMichal Hocko1-1/+2
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross1-1/+2
2021-12-25mm: mempolicy: fix THP allocations escaping mempolicy restrictionsAndrey Ryabinin1-2/+1
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-61/+82
2021-11-06mm: migrate: make demotion knob depend on migrationYang Shi1-61/+0
2021-11-06mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...Chen Wandun1-0/+82
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+10
2021-10-19mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind()Eric Dumazet1-11/+5
2021-10-18mm/page_alloc: Add folio allocation functionsMatthew Wilcox (Oracle)1-0/+10
2021-09-09Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)Linus Torvalds1-154/+60
2021-09-09mm/mempolicy: fix a race between offset_il_node and mpol_rebind_taskyanghui1-4/+13
2021-09-09compat: remove some compat entry pointsArnd Bergmann1-37/+0
2021-09-09mm: simplify compat numa syscallsArnd Bergmann1-121/+55
2021-09-03mm/mempolicy.c: use in_task() in mempolicy_slab_node()Vasily Averin1-1/+1
2021-09-03mm/mempolicy: unify the create() func for bind/interleave/prefer-many policiesFeng Tang1-20/+4
2021-09-03mm/mempolicy: advertise new MPOL_PREFERRED_MANYBen Widawsky1-6/+1