summaryrefslogtreecommitdiff
path: root/mm/mempolicy.c
AgeCommit message (Expand)Author
2022-04-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-04-08mm/mempolicy: fix mpol_new leak in shared_policy_replaceMiaohe Lin
2022-04-08mm: migrate: use thp_order instead of HPAGE_PMD_ORDER for new page allocation.Zi Yan
2022-04-07mm/mempolicy: Use vma_alloc_folio() in new_page()Matthew Wilcox (Oracle)
2022-04-07mm: Add vma_alloc_folio()Matthew Wilcox (Oracle)
2022-03-22mempolicy: mbind_range() set_policy() after vma_merge()Hugh Dickins
2022-03-22mm: change lookup_node() to use get_user_pages_fast()John Hubbard
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan
2022-01-15mm/mempolicy: fix all kernel-doc warningsRandy Dunlap
2022-01-15mm/mempolicy: add set_mempolicy_home_node syscallAneesh Kumar K.V
2022-01-15mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANYAneesh Kumar K.V
2022-01-15mm: drop node from alloc_pages_vmaMichal Hocko
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross
2021-12-25mm: mempolicy: fix THP allocations escaping mempolicy restrictionsAndrey Ryabinin
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm: migrate: make demotion knob depend on migrationYang Shi
2021-11-06mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...Chen Wandun
2021-11-01Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2021-10-18mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind()Eric Dumazet
2021-10-18mm/page_alloc: Add folio allocation functionsMatthew Wilcox (Oracle)
2021-09-08Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)Linus Torvalds
2021-09-08mm/mempolicy: fix a race between offset_il_node and mpol_rebind_taskyanghui
2021-09-08compat: remove some compat entry pointsArnd Bergmann
2021-09-08mm: simplify compat numa syscallsArnd Bergmann
2021-09-03mm/mempolicy.c: use in_task() in mempolicy_slab_node()Vasily Averin
2021-09-03mm/mempolicy: unify the create() func for bind/interleave/prefer-many policiesFeng Tang
2021-09-03mm/mempolicy: advertise new MPOL_PREFERRED_MANYBen Widawsky
2021-09-03mm/memplicy: add page allocation function for MPOL_PREFERRED_MANY policyFeng Tang
2021-09-03mm/mempolicy: add MPOL_PREFERRED_MANY for multiple preferred nodesDave Hansen
2021-09-03mm/mempolicy: use readable NUMA_NO_NODE macro instead of magic numberBaolin Wang
2021-09-03mm/migrate: add sysfs interface to enable reclaim migrationHuang Ying
2021-09-03mm/migrate: enable returning precise migrate_pages() success countYang Shi
2021-06-30mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policiesBen Widawsky
2021-06-30mm: mempolicy: don't have to split pmd for huge zero pageYang Shi
2021-06-30mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicyFeng Tang
2021-06-30mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policyFeng Tang
2021-06-30mm/mempolicy: cleanup nodemask intersection check for oomFeng Tang
2021-06-29mm/vmstat: convert NUMA statistics to basic NUMA countersMel Gorman
2021-06-29mm/mempolicy: use vma_lookup() in __access_remote_vm()Liam Howlett
2021-05-07mm: fix typos in commentsLu Jialin
2021-05-07mm: fix typos in commentsIngo Molnar
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai
2021-05-05mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim
2021-05-05mm: disable LRU pagevec during the migration temporarilyMinchan Kim
2021-04-30mm/mempolicy: fix mpol_misplaced kernel-docMatthew Wilcox (Oracle)
2021-04-30mm/mempolicy: rewrite alloc_pages_vma documentationMatthew Wilcox (Oracle)
2021-04-30mm/mempolicy: rewrite alloc_pages documentationMatthew Wilcox (Oracle)
2021-04-30mm/mempolicy: rename alloc_pages_current to alloc_pagesMatthew Wilcox (Oracle)
2021-04-30mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)
2021-02-24mm/mempolicy: use helper range_in_vma() in queue_pages_test_walk()Miaohe Lin