summaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)Linus Torvalds2021-09-081-154/+60
|\ \
| | * mm/mempolicy: fix a race between offset_il_node and mpol_rebind_taskyanghui2021-09-081-4/+13
| |/ |/|
| * compat: remove some compat entry pointsArnd Bergmann2021-09-081-37/+0
| * mm: simplify compat numa syscallsArnd Bergmann2021-09-081-121/+55
|/
* mm/mempolicy.c: use in_task() in mempolicy_slab_node()Vasily Averin2021-09-031-1/+1
* mm/mempolicy: unify the create() func for bind/interleave/prefer-many policiesFeng Tang2021-09-031-20/+4
* mm/mempolicy: advertise new MPOL_PREFERRED_MANYBen Widawsky2021-09-031-6/+1
* mm/memplicy: add page allocation function for MPOL_PREFERRED_MANY policyFeng Tang2021-09-031-0/+30
* mm/mempolicy: add MPOL_PREFERRED_MANY for multiple preferred nodesDave Hansen2021-09-031-14/+59
* mm/mempolicy: use readable NUMA_NO_NODE macro instead of magic numberBaolin Wang2021-09-031-3/+3
* mm/migrate: add sysfs interface to enable reclaim migrationHuang Ying2021-09-031-0/+61
* mm/migrate: enable returning precise migrate_pages() success countYang Shi2021-09-031-2/+2
* mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policiesBen Widawsky2021-06-301-52/+44
* mm: mempolicy: don't have to split pmd for huge zero pageYang Shi2021-06-301-4/+5
* mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicyFeng Tang2021-06-301-18/+30
* mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policyFeng Tang2021-06-301-80/+56
* mm/mempolicy: cleanup nodemask intersection check for oomFeng Tang2021-06-301-25/+9
* mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman2021-06-291-1/+1
* mm/mempolicy: use vma_lookup() in __access_remote_vm()Liam Howlett2021-06-291-1/+1
* mm: fix typos in commentsLu Jialin2021-05-071-1/+1
* mm: fix typos in commentsIngo Molnar2021-05-071-2/+2
* mm/mempool: minor coding style tweaksZhiyuan Dai2021-05-051-2/+2
* mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim2021-05-051-4/+4
* mm: disable LRU pagevec during the migration temporarilyMinchan Kim2021-05-051-0/+4
* mm/mempolicy: fix mpol_misplaced kernel-docMatthew Wilcox (Oracle)2021-04-301-7/+4
* mm/mempolicy: rewrite alloc_pages_vma documentationMatthew Wilcox (Oracle)2021-04-301-21/+13
* mm/mempolicy: rewrite alloc_pages documentationMatthew Wilcox (Oracle)2021-04-301-11/+10
* mm/mempolicy: rename alloc_pages_current to alloc_pagesMatthew Wilcox (Oracle)2021-04-301-3/+3
* mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)2021-04-301-3/+3
* mm/mempolicy: use helper range_in_vma() in queue_pages_test_walk()Miaohe Lin2021-02-241-1/+1
* numa balancing: migrate on fault among multiple bound nodesHuang Ying2021-02-241-0/+16
* mm: migrate: initialize err in do_migrate_pagesJan Stancek2021-01-121-1/+1
* mm: migrate: clean up migrate_prep{_local}Yang Shi2020-12-151-6/+2
* mm: mempolicy: fix potential pte_unmap_unlock pte errorShijie Luo2020-11-021-3/+3
* mm: remove unused alloc_page_vma_node()Wei Yang2020-10-131-2/+1
* mm/mempolicy: remove or narrow the lock on currentWei Yang2020-10-131-4/+1
* mm: replace hpage_nr_pages with thp_nr_pagesMatthew Wilcox (Oracle)2020-08-141-1/+1
* mm/mempolicy: use a standard migration target allocation callbackJoonsoo Kim2020-08-121-25/+6
* mm/hugetlb: unify migration callbacksJoonsoo Kim2020-08-121-4/+6
* mm/mempolicy.c: check parameters first in kernel_get_mempolicyWenchao Hao2020-08-121-2/+2
* mm: mempolicy: fix kerneldoc of numa_map_to_online_node()Krzysztof Kozlowski2020-08-121-1/+1
* mm/hugetlb: add mempolicy check in the reservation routineMuchun Song2020-08-121-1/+1
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-6/+6
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-11/+11
* mm, mempolicy: fix up gup usage in lookup_nodeMichal Hocko2020-06-031-4/+1
* Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-081-0/+26
|\
| * mm/numa: Skip NUMA_NO_NODE and online nodes in numa_map_to_online_node()Dan Williams2020-02-171-12/+8
| * ACPI: NUMA: Up-level "map to online node" functionalityDan Williams2020-02-171-0/+30