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-03
mm/numa_balancing: teach mpol_to_str about the balancing mode
Tvrtko Ursulin
1
-4
/
+14
2023-11-08
mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointer
Liam R. Howlett
1
-1
/
+3
2023-10-10
mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...
Yang Shi
1
-20
/
+19
2023-10-10
mm/mempolicy: convert migrate_page_add() to migrate_folio_add()
Vishal Moola (Oracle)
1
-19
/
+20
2023-10-10
mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()
Vishal Moola (Oracle)
1
-14
/
+14
2023-10-10
mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()
Vishal Moola (Oracle)
1
-12
/
+12
2023-05-11
mm/mempolicy: correctly update prev when policy is equal on mbind
Lorenzo Stoakes
1
-1
/
+3
2023-05-01
mm/mempolicy: fix use-after-free of VMA iterator
Liam R. Howlett
1
-62
/
+53
2023-02-09
migrate: hugetlb: check for hugetlb shared PMD in node migration
Mike Kravetz
1
-1
/
+2
2023-01-04
mm/mempolicy: fix memory leak in set_mempolicy_home_node system call
Mathieu Desnoyers
1
-0
/
+1
2022-10-20
mm/mempolicy: fix mbind_range() arguments to vma_merge()
Liam Howlett
1
-6
/
+11
2022-10-03
mm/mempolicy: use PAGE_ALIGN instead of open-coding it
ze zuo
1
-2
/
+2
2022-09-26
mm/mempolicy: use vma iterator & maple state instead of vma linked list
Liam R. Howlett
1
-24
/
+32
2022-09-11
mm/hugetlb: add dedicated func to get 'allowed' nodemask for current process
Feng Tang
1
-1
/
+1
2022-09-11
mm/mempolicy: fix lock contention on mems_allowed
Abel Wu
1
-1
/
+3
2022-07-29
mm/mempolicy: remove unneeded out label
Miaohe Lin
1
-3
/
+1
2022-07-17
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
1
-1
/
+1
2022-07-03
mm/mempolicy: fix get_nodes out of bound access
Tianyu Li
1
-1
/
+1
2022-07-03
mm/migration: return errno when isolate_huge_page failed
Miaohe Lin
1
-1
/
+1
2022-05-19
mm/mempolicy: fix uninit-value in mpol_rebind_policy()
Wang Cheng
1
-1
/
+1
2022-05-13
mm: remove alloc_pages_vma()
Matthew Wilcox (Oracle)
1
-26
/
+25
2022-05-13
mm/mprotect: use mmu_gather
Nadav Amit
1
-1
/
+8
2022-04-28
mm/mempolicy: clean up the code logic in queue_pages_pte_range
Miaohe Lin
1
-9
/
+3
2022-04-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2022-04-08
mm/mempolicy: fix mpol_new leak in shared_policy_replace
Miaohe Lin
1
-0
/
+1
2022-04-08
mm: migrate: use thp_order instead of HPAGE_PMD_ORDER for new page allocation.
Zi Yan
1
-1
/
+1
2022-04-07
mm/mempolicy: Use vma_alloc_folio() in new_page()
Matthew Wilcox (Oracle)
1
-14
/
+11
2022-04-07
mm: Add vma_alloc_folio()
Matthew Wilcox (Oracle)
1
-0
/
+13
2022-03-22
mempolicy: mbind_range() set_policy() after vma_merge()
Hugh Dickins
1
-7
/
+1
2022-03-22
mm: change lookup_node() to use get_user_pages_fast()
John Hubbard
1
-12
/
+9
2022-03-05
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
1
-1
/
+1
2022-01-15
mm/mempolicy: fix all kernel-doc warnings
Randy Dunlap
1
-2
/
+3
2022-01-15
mm/mempolicy: add set_mempolicy_home_node syscall
Aneesh Kumar K.V
1
-0
/
+79
2022-01-15
mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANY
Aneesh Kumar K.V
1
-2
/
+3
2022-01-15
mm: drop node from alloc_pages_vma
Michal Hocko
1
-1
/
+2
2022-01-15
mm: add a field to store names for private anonymous memory
Colin Cross
1
-1
/
+2
2021-12-25
mm: mempolicy: fix THP allocations escaping mempolicy restrictions
Andrey Ryabinin
1
-2
/
+1
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-61
/
+82
2021-11-06
mm: migrate: make demotion knob depend on migration
Yang Shi
1
-61
/
+0
2021-11-06
mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...
Chen Wandun
1
-0
/
+82
2021-11-01
Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-0
/
+10
2021-10-18
mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind()
Eric Dumazet
1
-11
/
+5
2021-10-18
mm/page_alloc: Add folio allocation functions
Matthew Wilcox (Oracle)
1
-0
/
+10
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
[next]