Age | Commit message (Expand) | Author |
2024-04-25 | mm/mempolicy: use numa_node_id() instead of cpu_to_node() | Donet Tom |
2023-10-25 | mempolicy: alloc_pages_mpol() for NUMA policy without vma | Hugh Dickins |
2023-10-25 | mempolicy trivia: use pgoff_t in shared mempolicy tree | Hugh Dickins |
2023-10-25 | mempolicy trivia: slightly more consistent naming | Hugh Dickins |
2023-10-18 | mm: move vma_policy() and anon_vma_name() decls to mm_types.h | Lorenzo Stoakes |
2023-10-16 | mm: mempolicy: make mpol_misplaced() to take a folio | Kefeng Wang |
2022-09-11 | mm/hugetlb: add dedicated func to get 'allowed' nodemask for current process | Feng Tang |
2022-01-15 | mm/mempolicy: add set_mempolicy_home_node syscall | Aneesh Kumar K.V |
2021-11-06 | mm: migrate: make demotion knob depend on migration | Yang Shi |
2021-11-06 | mm: don't include <linux/dax.h> in <linux/mempolicy.h> | Christoph Hellwig |
2021-09-03 | mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANY | Ben Widawsky |
2021-09-03 | mm/migrate: add sysfs interface to enable reclaim migration | Huang Ying |
2021-06-30 | mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policies | Ben Widawsky |
2021-06-30 | mm/mempolicy: cleanup nodemask intersection check for oom | Feng Tang |
2020-08-12 | include/linux/mempolicy.h: fix typo | Yanfei Xu |
2020-08-12 | mm/hugetlb: add mempolicy check in the reservation routine | Muchun Song |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-04-02 | mm/mempolicy: check hugepage migration is supported by arch in vma_migratable() | Li Xinhai |
2019-09-28 | Revert "Revert "mm, thp: restore node-local hugepage allocations"" | David Rientjes |
2019-08-13 | Revert "mm, thp: restore node-local hugepage allocations" | Andrea Arcangeli |
2018-12-05 | mm, thp: restore node-local hugepage allocations | David Rientjes |
2018-11-03 | mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask | Michal Hocko |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-07-06 | mm, mempolicy: simplify rebinding mempolicies when updating cpusets | Vlastimil Babka |
2017-07-06 | mm, page_alloc: pass preferred nid instead of zonelist to allocator | Vlastimil Babka |
2016-12-12 | mm: disable numa migration faults for dax vmas | Dan Williams |
2016-09-01 | mm, mempolicy: task->mempolicy must be NULL before dropping final reference | David Rientjes |
2016-05-19 | tmpfs: preliminary minor tidyups | Hugh Dickins |
2016-05-19 | mm/mempolicy.c: vma_migratable() can return bool | Yaowei Bai |
2016-01-14 | mm/mempolicy.c: convert the shared_policy lock to a rwlock | Nathan Zimmer |
2014-10-09 | mempolicy: unexport get_vma_policy() and remove its "task" arg | Oleg Nesterov |
2014-10-09 | mempolicy: introduce __get_vma_policy(), export get_task_policy() | Oleg Nesterov |
2014-10-09 | mempolicy: remove the "task" arg of vma_policy_mof() and simplify it | Oleg Nesterov |
2014-06-04 | hugetlb: restrict hugepage_migration_support() to x86_64 | Naoya Horiguchi |
2014-04-07 | mm, mempolicy: remove per-process flag | David Rientjes |
2014-04-07 | mm, mempolicy: rename slab_node for clarity | David Rientjes |
2014-01-21 | mm, mempolicy: remove unneeded functions for UMA configs | David Rientjes |
2013-11-13 | mm, mempolicy: make mpol_to_str robust and always succeed | David Rientjes |
2013-10-09 | mm: numa: Limit NUMA scanning to migrate-on-fault VMAs | Mel Gorman |
2013-09-11 | mm: migrate: remove VM_HUGETLB from vma flag check in vma_migratable() | Naoya Horiguchi |
2013-09-11 | mm: mempolicy: turn vma_set_policy() into vma_dup_policy() | Oleg Nesterov |
2013-01-02 | mm: mempolicy: Convert shared_policy mutex to spinlock | Mel Gorman |
2013-01-02 | mempolicy: remove arg from mpol_parse_str, mpol_to_str | Hugh Dickins |
2012-12-16 | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2012-12-11 | mm: mempolicy: Check for misplaced page | Lee Schermerhorn |
2012-12-06 | tmpfs: fix shared mempolicy leak | Mel Gorman |
2012-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells |
2012-10-09 | mempolicy: fix a race in shared_policy_replace() | Mel Gorman |
2012-10-09 | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov |
2012-06-20 | slab/mempolicy: always use local policy from interrupt context | Andi Kleen |