aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mempolicy.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-25mm/mempolicy: use numa_node_id() instead of cpu_to_node()Gravatar Donet Tom 1-2/+3
2023-10-25mempolicy: alloc_pages_mpol() for NUMA policy without vmaGravatar Hugh Dickins 1-3/+17
2023-10-25mempolicy trivia: use pgoff_t in shared mempolicy treeGravatar Hugh Dickins 1-13/+7
2023-10-25mempolicy trivia: slightly more consistent namingGravatar Hugh Dickins 1-6/+5
2023-10-18mm: move vma_policy() and anon_vma_name() decls to mm_types.hGravatar Lorenzo Stoakes 1-4/+0
2023-10-16mm: mempolicy: make mpol_misplaced() to take a folioGravatar Kefeng Wang 1-2/+3
2022-09-11mm/hugetlb: add dedicated func to get 'allowed' nodemask for current processGravatar Feng Tang 1-12/+1
2022-01-15mm/mempolicy: add set_mempolicy_home_node syscallGravatar Aneesh Kumar K.V 1-0/+1
2021-11-06mm: migrate: make demotion knob depend on migrationGravatar Yang Shi 1-4/+0
2021-11-06mm: don't include <linux/dax.h> in <linux/mempolicy.h>Gravatar Christoph Hellwig 1-1/+0
2021-09-03mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANYGravatar Ben Widawsky 1-0/+12
2021-09-03mm/migrate: add sysfs interface to enable reclaim migrationGravatar Huang Ying 1-0/+4
2021-06-30mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policiesGravatar Ben Widawsky 1-5/+2
2021-06-30mm/mempolicy: cleanup nodemask intersection check for oomGravatar Feng Tang 1-1/+1
2020-08-12include/linux/mempolicy.h: fix typoGravatar Yanfei Xu 1-1/+1
2020-08-12mm/hugetlb: add mempolicy check in the reservation routineGravatar Muchun Song 1-1/+15
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-1/+1
2020-04-02mm/mempolicy: check hugepage migration is supported by arch in vma_migratable()Gravatar Li Xinhai 1-28/+1
2019-09-28Revert "Revert "mm, thp: restore node-local hugepage allocations""Gravatar David Rientjes 1-2/+0
2019-08-13Revert "mm, thp: restore node-local hugepage allocations"Gravatar Andrea Arcangeli 1-0/+2
2018-12-05mm, thp: restore node-local hugepage allocationsGravatar David Rientjes 1-2/+0
2018-11-03mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskGravatar Michal Hocko 1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-06mm, mempolicy: simplify rebinding mempolicies when updating cpusetsGravatar Vlastimil Babka 1-4/+2
2017-07-06mm, page_alloc: pass preferred nid instead of zonelist to allocatorGravatar Vlastimil Babka 1-3/+3
2016-12-12mm: disable numa migration faults for dax vmasGravatar Dan Williams 1-0/+8
2016-09-01mm, mempolicy: task->mempolicy must be NULL before dropping final referenceGravatar David Rientjes 1-0/+4
2016-05-19tmpfs: preliminary minor tidyupsGravatar Hugh Dickins 1-0/+6
2016-05-19mm/mempolicy.c: vma_migratable() can return boolGravatar Yaowei Bai 1-5/+5
2016-01-14mm/mempolicy.c: convert the shared_policy lock to a rwlockGravatar Nathan Zimmer 1-1/+1
2014-10-09mempolicy: unexport get_vma_policy() and remove its "task" argGravatar Oleg Nesterov 1-2/+0
2014-10-09mempolicy: introduce __get_vma_policy(), export get_task_policy()Gravatar Oleg Nesterov 1-0/+3
2014-10-09mempolicy: remove the "task" arg of vma_policy_mof() and simplify itGravatar Oleg Nesterov 1-1/+1
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Gravatar Naoya Horiguchi 1-0/+6
2014-04-07mm, mempolicy: remove per-process flagGravatar David Rientjes 1-1/+0
2014-04-07mm, mempolicy: rename slab_node for clarityGravatar David Rientjes 1-1/+1
2014-01-21mm, mempolicy: remove unneeded functions for UMA configsGravatar David Rientjes 1-32/+0
2013-11-13mm, mempolicy: make mpol_to_str robust and always succeedGravatar David Rientjes 1-3/+2
2013-10-09mm: numa: Limit NUMA scanning to migrate-on-fault VMAsGravatar Mel Gorman 1-0/+1
2013-09-11mm: migrate: remove VM_HUGETLB from vma flag check in vma_migratable()Gravatar Naoya Horiguchi 1-1/+1
2013-09-11mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Gravatar Oleg Nesterov 1-2/+7
2013-01-02mm: mempolicy: Convert shared_policy mutex to spinlockGravatar Mel Gorman 1-1/+1
2013-01-02mempolicy: remove arg from mpol_parse_str, mpol_to_strGravatar Hugh Dickins 1-7/+4
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+8
2012-12-11mm: mempolicy: Check for misplaced pageGravatar Lee Schermerhorn 1-0/+8
2012-12-06tmpfs: fix shared mempolicy leakGravatar Mel Gorman 1-16/+0
2012-10-13UAPI: (Scripted) Disintegrate include/linuxGravatar David Howells 1-60/+3
2012-10-09mempolicy: fix a race in shared_policy_replace()Gravatar Mel Gorman 1-1/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterGravatar Konstantin Khlebnikov 1-1/+1
2012-06-20slab/mempolicy: always use local policy from interrupt contextGravatar Andi Kleen 1-1/+1