index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mempolicy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/mempolicy: fix mbind_range() arguments to vma_merge()
Liam Howlett
2022-10-20
1
-6
/
+11
*
mm/mempolicy: use PAGE_ALIGN instead of open-coding it
ze zuo
2022-10-03
1
-2
/
+2
*
mm/mempolicy: use vma iterator & maple state instead of vma linked list
Liam R. Howlett
2022-09-26
1
-24
/
+32
*
mm/hugetlb: add dedicated func to get 'allowed' nodemask for current process
Feng Tang
2022-09-11
1
-1
/
+1
*
mm/mempolicy: fix lock contention on mems_allowed
Abel Wu
2022-09-11
1
-1
/
+3
*
mm/mempolicy: remove unneeded out label
Miaohe Lin
2022-07-29
1
-3
/
+1
*
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
2022-07-17
1
-1
/
+1
*
mm/mempolicy: fix get_nodes out of bound access
Tianyu Li
2022-07-03
1
-1
/
+1
*
mm/migration: return errno when isolate_huge_page failed
Miaohe Lin
2022-07-03
1
-1
/
+1
*
mm/mempolicy: fix uninit-value in mpol_rebind_policy()
Wang Cheng
2022-05-19
1
-1
/
+1
*
mm: remove alloc_pages_vma()
Matthew Wilcox (Oracle)
2022-05-13
1
-26
/
+25
*
mm/mprotect: use mmu_gather
Nadav Amit
2022-05-13
1
-1
/
+8
*
mm/mempolicy: clean up the code logic in queue_pages_pte_range
Miaohe Lin
2022-04-28
1
-9
/
+3
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-04-08
1
-0
/
+1
|
\
|
*
mm/mempolicy: fix mpol_new leak in shared_policy_replace
Miaohe Lin
2022-04-08
1
-0
/
+1
|
*
mm: migrate: use thp_order instead of HPAGE_PMD_ORDER for new page allocation.
Zi Yan
2022-04-08
1
-1
/
+1
*
|
mm/mempolicy: Use vma_alloc_folio() in new_page()
Matthew Wilcox (Oracle)
2022-04-07
1
-14
/
+11
*
|
mm: Add vma_alloc_folio()
Matthew Wilcox (Oracle)
2022-04-07
1
-0
/
+13
|
/
*
mempolicy: mbind_range() set_policy() after vma_merge()
Hugh Dickins
2022-03-22
1
-7
/
+1
*
mm: change lookup_node() to use get_user_pages_fast()
John Hubbard
2022-03-22
1
-12
/
+9
*
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
2022-03-05
1
-1
/
+1
*
mm/mempolicy: fix all kernel-doc warnings
Randy Dunlap
2022-01-15
1
-2
/
+3
*
mm/mempolicy: add set_mempolicy_home_node syscall
Aneesh Kumar K.V
2022-01-15
1
-0
/
+79
*
mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANY
Aneesh Kumar K.V
2022-01-15
1
-2
/
+3
*
mm: drop node from alloc_pages_vma
Michal Hocko
2022-01-15
1
-1
/
+2
*
mm: add a field to store names for private anonymous memory
Colin Cross
2022-01-15
1
-1
/
+2
*
mm: mempolicy: fix THP allocations escaping mempolicy restrictions
Andrey Ryabinin
2021-12-25
1
-2
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
1
-61
/
+82
|
\
|
*
mm: migrate: make demotion knob depend on migration
Yang Shi
2021-11-06
1
-61
/
+0
|
*
mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...
Chen Wandun
2021-11-06
1
-0
/
+82
*
|
Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2021-11-01
1
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
mm/page_alloc: Add folio allocation functions
Matthew Wilcox (Oracle)
2021-10-18
1
-0
/
+10
*
|
mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind()
Eric Dumazet
2021-10-18
1
-11
/
+5
|
/
*
-
.
Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)
Linus Torvalds
2021-09-08
1
-154
/
+60
|
\
\
|
|
*
mm/mempolicy: fix a race between offset_il_node and mpol_rebind_task
yanghui
2021-09-08
1
-4
/
+13
|
|
/
|
/
|
|
*
compat: remove some compat entry points
Arnd Bergmann
2021-09-08
1
-37
/
+0
|
*
mm: simplify compat numa syscalls
Arnd Bergmann
2021-09-08
1
-121
/
+55
|
/
*
mm/mempolicy.c: use in_task() in mempolicy_slab_node()
Vasily Averin
2021-09-03
1
-1
/
+1
*
mm/mempolicy: unify the create() func for bind/interleave/prefer-many policies
Feng Tang
2021-09-03
1
-20
/
+4
*
mm/mempolicy: advertise new MPOL_PREFERRED_MANY
Ben Widawsky
2021-09-03
1
-6
/
+1
*
mm/memplicy: add page allocation function for MPOL_PREFERRED_MANY policy
Feng Tang
2021-09-03
1
-0
/
+30
*
mm/mempolicy: add MPOL_PREFERRED_MANY for multiple preferred nodes
Dave Hansen
2021-09-03
1
-14
/
+59
*
mm/mempolicy: use readable NUMA_NO_NODE macro instead of magic number
Baolin Wang
2021-09-03
1
-3
/
+3
*
mm/migrate: add sysfs interface to enable reclaim migration
Huang Ying
2021-09-03
1
-0
/
+61
*
mm/migrate: enable returning precise migrate_pages() success count
Yang Shi
2021-09-03
1
-2
/
+2
*
mm/mempolicy: use unified 'nodes' for bind/interleave/prefer policies
Ben Widawsky
2021-06-30
1
-52
/
+44
*
mm: mempolicy: don't have to split pmd for huge zero page
Yang Shi
2021-06-30
1
-4
/
+5
*
mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicy
Feng Tang
2021-06-30
1
-18
/
+30
*
mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policy
Feng Tang
2021-06-30
1
-80
/
+56
*
mm/mempolicy: cleanup nodemask intersection check for oom
Feng Tang
2021-06-30
1
-25
/
+9
[next]