summaryrefslogtreecommitdiffstats
path: root/include/linux/mempolicy.h
Commit message (Expand)AuthorAgeFilesLines
* mm/mempolicy: use numa_node_id() instead of cpu_to_node()Donet Tom2024-04-251-2/+3
* mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins2023-10-251-3/+17
* mempolicy trivia: use pgoff_t in shared mempolicy treeHugh Dickins2023-10-251-13/+7
* mempolicy trivia: slightly more consistent namingHugh Dickins2023-10-251-6/+5
* mm: move vma_policy() and anon_vma_name() decls to mm_types.hLorenzo Stoakes2023-10-181-4/+0
* mm: mempolicy: make mpol_misplaced() to take a folioKefeng Wang2023-10-161-2/+3
* mm/hugetlb: add dedicated func to get 'allowed' nodemask for current processFeng Tang2022-09-111-12/+1
* mm/mempolicy: add set_mempolicy_home_node syscallAneesh Kumar K.V2022-01-151-0/+1
* mm: migrate: make demotion knob depend on migrationYang Shi2021-11-061-4/+0
* mm: don't include <linux/dax.h> in <linux/mempolicy.h>Christoph Hellwig2021-11-061-1/+0
* mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANYBen Widawsky2021-09-031-0/+12
* mm/migrate: add sysfs interface to enable reclaim migrationHuang Ying2021-09-031-0/+4
* mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policiesBen Widawsky2021-06-301-5/+2
* mm/mempolicy: cleanup nodemask intersection check for oomFeng Tang2021-06-301-1/+1
* include/linux/mempolicy.h: fix typoYanfei Xu2020-08-121-1/+1
* mm/hugetlb: add mempolicy check in the reservation routineMuchun Song2020-08-121-1/+15
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mm/mempolicy: check hugepage migration is supported by arch in vma_migratable()Li Xinhai2020-04-021-28/+1
* Revert "Revert "mm, thp: restore node-local hugepage allocations""David Rientjes2019-09-281-2/+0
* Revert "mm, thp: restore node-local hugepage allocations"Andrea Arcangeli2019-08-131-0/+2
* mm, thp: restore node-local hugepage allocationsDavid Rientjes2018-12-051-2/+0
* mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko2018-11-031-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka2017-07-061-4/+2
* mm, page_alloc: pass preferred nid instead of zonelist to allocatorVlastimil Babka2017-07-061-3/+3
* mm: disable numa migration faults for dax vmasDan Williams2016-12-121-0/+8
* mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes2016-09-011-0/+4
* tmpfs: preliminary minor tidyupsHugh Dickins2016-05-191-0/+6
* mm/mempolicy.c: vma_migratable() can return boolYaowei Bai2016-05-191-5/+5
* mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer2016-01-141-1/+1
* mempolicy: unexport get_vma_policy() and remove its "task" argOleg Nesterov2014-10-091-2/+0
* mempolicy: introduce __get_vma_policy(), export get_task_policy()Oleg Nesterov2014-10-091-0/+3
* mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov2014-10-091-1/+1
* hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi2014-06-041-0/+6
* mm, mempolicy: remove per-process flagDavid Rientjes2014-04-071-1/+0
* mm, mempolicy: rename slab_node for clarityDavid Rientjes2014-04-071-1/+1
* mm, mempolicy: remove unneeded functions for UMA configsDavid Rientjes2014-01-211-32/+0
* mm, mempolicy: make mpol_to_str robust and always succeedDavid Rientjes2013-11-131-3/+2
* mm: numa: Limit NUMA scanning to migrate-on-fault VMAsMel Gorman2013-10-091-0/+1
* mm: migrate: remove VM_HUGETLB from vma flag check in vma_migratable()Naoya Horiguchi2013-09-111-1/+1
* mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov2013-09-111-2/+7
* mm: mempolicy: Convert shared_policy mutex to spinlockMel Gorman2013-01-021-1/+1
* mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins2013-01-021-7/+4
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-0/+8
|\
| * mm: mempolicy: Check for misplaced pageLee Schermerhorn2012-12-111-0/+8
* | tmpfs: fix shared mempolicy leakMel Gorman2012-12-061-16/+0
|/
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-60/+3
* mempolicy: fix a race in shared_policy_replace()Mel Gorman2012-10-091-1/+1
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* slab/mempolicy: always use local policy from interrupt contextAndi Kleen2012-06-201-1/+1