index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mempolicy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-19
mm/numa_balancing: teach mpol_to_str about the balancing mode
Tvrtko Ursulin
1
-4
/
+14
2023-02-14
migrate: hugetlb: check for hugetlb shared PMD in node migration
Mike Kravetz
1
-1
/
+2
2023-02-14
mm/migration: return errno when isolate_huge_page failed
Miaohe Lin
1
-1
/
+1
2022-08-17
mm/mempolicy: fix get_nodes out of bound access
Tianyu Li
1
-1
/
+1
2022-07-29
mm/mempolicy: fix uninit-value in mpol_rebind_policy()
Wang Cheng
1
-1
/
+1
2022-04-13
mm/mempolicy: fix mpol_new leak in shared_policy_replace
Miaohe Lin
1
-0
/
+1
2022-04-08
mempolicy: mbind_range() set_policy() after vma_merge()
Hugh Dickins
1
-7
/
+1
2021-12-29
mm: mempolicy: fix THP allocations escaping mempolicy restrictions
Andrey Ryabinin
1
-2
/
+1
2021-10-18
mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind()
Eric Dumazet
1
-11
/
+5
2021-09-08
Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)
Linus Torvalds
1
-154
/
+60
2021-09-08
mm/mempolicy: fix a race between offset_il_node and mpol_rebind_task
yanghui
1
-4
/
+13
2021-09-08
compat: remove some compat entry points
Arnd Bergmann
1
-37
/
+0
2021-09-08
mm: simplify compat numa syscalls
Arnd Bergmann
1
-121
/
+55
2021-09-03
mm/mempolicy.c: use in_task() in mempolicy_slab_node()
Vasily Averin
1
-1
/
+1
2021-09-03
mm/mempolicy: unify the create() func for bind/interleave/prefer-many policies
Feng Tang
1
-20
/
+4
2021-09-03
mm/mempolicy: advertise new MPOL_PREFERRED_MANY
Ben Widawsky
1
-6
/
+1
2021-09-03
mm/memplicy: add page allocation function for MPOL_PREFERRED_MANY policy
Feng Tang
1
-0
/
+30
2021-09-03
mm/mempolicy: add MPOL_PREFERRED_MANY for multiple preferred nodes
Dave Hansen
1
-14
/
+59
2021-09-03
mm/mempolicy: use readable NUMA_NO_NODE macro instead of magic number
Baolin Wang
1
-3
/
+3
2021-09-03
mm/migrate: add sysfs interface to enable reclaim migration
Huang Ying
1
-0
/
+61
2021-09-03
mm/migrate: enable returning precise migrate_pages() success count
Yang Shi
1
-2
/
+2
2021-06-30
mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policies
Ben Widawsky
1
-52
/
+44
2021-06-30
mm: mempolicy: don't have to split pmd for huge zero page
Yang Shi
1
-4
/
+5
2021-06-30
mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicy
Feng Tang
1
-18
/
+30
2021-06-30
mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policy
Feng Tang
1
-80
/
+56
2021-06-30
mm/mempolicy: cleanup nodemask intersection check for oom
Feng Tang
1
-25
/
+9
2021-06-29
mm/vmstat: convert NUMA statistics to basic NUMA counters
Mel Gorman
1
-1
/
+1
2021-06-29
mm/mempolicy: use vma_lookup() in __access_remote_vm()
Liam Howlett
1
-1
/
+1
2021-05-07
mm: fix typos in comments
Lu Jialin
1
-1
/
+1
2021-05-07
mm: fix typos in comments
Ingo Molnar
1
-2
/
+2
2021-05-05
mm/mempool: minor coding style tweaks
Zhiyuan Dai
1
-2
/
+2
2021-05-05
mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]
Minchan Kim
1
-4
/
+4
2021-05-05
mm: disable LRU pagevec during the migration temporarily
Minchan Kim
1
-0
/
+4
2021-04-30
mm/mempolicy: fix mpol_misplaced kernel-doc
Matthew Wilcox (Oracle)
1
-7
/
+4
2021-04-30
mm/mempolicy: rewrite alloc_pages_vma documentation
Matthew Wilcox (Oracle)
1
-21
/
+13
2021-04-30
mm/mempolicy: rewrite alloc_pages documentation
Matthew Wilcox (Oracle)
1
-11
/
+10
2021-04-30
mm/mempolicy: rename alloc_pages_current to alloc_pages
Matthew Wilcox (Oracle)
1
-3
/
+3
2021-04-30
mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask
Matthew Wilcox (Oracle)
1
-3
/
+3
2021-02-24
mm/mempolicy: use helper range_in_vma() in queue_pages_test_walk()
Miaohe Lin
1
-1
/
+1
2021-02-24
numa balancing: migrate on fault among multiple bound nodes
Huang Ying
1
-0
/
+16
2021-01-12
mm: migrate: initialize err in do_migrate_pages
Jan Stancek
1
-1
/
+1
2020-12-15
mm: migrate: clean up migrate_prep{_local}
Yang Shi
1
-6
/
+2
2020-11-02
mm: mempolicy: fix potential pte_unmap_unlock pte error
Shijie Luo
1
-3
/
+3
2020-10-13
mm: remove unused alloc_page_vma_node()
Wei Yang
1
-2
/
+1
2020-10-13
mm/mempolicy: remove or narrow the lock on current
Wei Yang
1
-4
/
+1
2020-08-14
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-08-12
mm/mempolicy: use a standard migration target allocation callback
Joonsoo Kim
1
-25
/
+6
2020-08-12
mm/hugetlb: unify migration callbacks
Joonsoo Kim
1
-4
/
+6
2020-08-12
mm/mempolicy.c: check parameters first in kernel_get_mempolicy
Wenchao Hao
1
-2
/
+2
2020-08-12
mm: mempolicy: fix kerneldoc of numa_map_to_online_node()
Krzysztof Kozlowski
1
-1
/
+1
[next]