summaryrefslogtreecommitdiff
path: root/include/linux/mempolicy.h
AgeCommit message (Expand)Author
2021-11-06mm: migrate: make demotion knob depend on migrationYang Shi
2021-11-06mm: don't include <linux/dax.h> in <linux/mempolicy.h>Christoph Hellwig
2021-09-03mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANYBen Widawsky
2021-09-03mm/migrate: add sysfs interface to enable reclaim migrationHuang Ying
2021-06-30mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policiesBen Widawsky
2021-06-30mm/mempolicy: cleanup nodemask intersection check for oomFeng Tang
2020-08-12include/linux/mempolicy.h: fix typoYanfei Xu
2020-08-12mm/hugetlb: add mempolicy check in the reservation routineMuchun Song
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-04-02mm/mempolicy: check hugepage migration is supported by arch in vma_migratable()Li Xinhai
2019-09-28Revert "Revert "mm, thp: restore node-local hugepage allocations""David Rientjes
2019-08-13Revert "mm, thp: restore node-local hugepage allocations"Andrea Arcangeli
2018-12-05mm, thp: restore node-local hugepage allocationsDavid Rientjes
2018-11-03mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-06mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka
2017-07-06mm, page_alloc: pass preferred nid instead of zonelist to allocatorVlastimil Babka
2016-12-12mm: disable numa migration faults for dax vmasDan Williams
2016-09-01mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes
2016-05-19tmpfs: preliminary minor tidyupsHugh Dickins
2016-05-19mm/mempolicy.c: vma_migratable() can return boolYaowei Bai
2016-01-14mm/mempolicy.c: convert the shared_policy lock to a rwlockNathan Zimmer
2014-10-09mempolicy: unexport get_vma_policy() and remove its "task" argOleg Nesterov
2014-10-09mempolicy: introduce __get_vma_policy(), export get_task_policy()Oleg Nesterov
2014-10-09mempolicy: remove the "task" arg of vma_policy_mof() and simplify itOleg Nesterov
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi
2014-04-07mm, mempolicy: remove per-process flagDavid Rientjes
2014-04-07mm, mempolicy: rename slab_node for clarityDavid Rientjes
2014-01-21mm, mempolicy: remove unneeded functions for UMA configsDavid Rientjes
2013-11-13mm, mempolicy: make mpol_to_str robust and always succeedDavid Rientjes
2013-10-09mm: numa: Limit NUMA scanning to migrate-on-fault VMAsMel Gorman
2013-09-11mm: migrate: remove VM_HUGETLB from vma flag check in vma_migratable()Naoya Horiguchi
2013-09-11mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov
2013-01-02mm: mempolicy: Convert shared_policy mutex to spinlockMel Gorman
2013-01-02mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-11mm: mempolicy: Check for misplaced pageLee Schermerhorn
2012-12-06tmpfs: fix shared mempolicy leakMel Gorman
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-10-09mempolicy: fix a race in shared_policy_replace()Mel Gorman
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov
2012-06-20slab/mempolicy: always use local policy from interrupt contextAndi Kleen
2012-05-29mm: do_migrate_pages(): rename argumentsAndrew Morton
2012-01-10mm/mempolicy.c: mpol_equal(): use boolKOSAKI Motohiro
2011-05-25mm: declare mpol_to_str() when CONFIG_TMPFS=nStephen Wilson
2011-05-25mm: export get_vma_policy()Stephen Wilson
2010-08-09oom: select task from tasklist for mempolicy oomsDavid Rientjes
2010-05-25mempolicy: restructure rebinding-mempolicy functionsMiao Xie
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn
2008-07-24mm: make CONFIG_MIGRATION available w/o CONFIG_NUMAGerald Schaefer