index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mempolicy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mm/vmstat: convert NUMA statistics to basic NUMA counters
Mel Gorman
2021-06-29
1
-1
/
+1
*
mm/mempolicy: use vma_lookup() in __access_remote_vm()
Liam Howlett
2021-06-29
1
-1
/
+1
*
mm: fix typos in comments
Lu Jialin
2021-05-07
1
-1
/
+1
*
mm: fix typos in comments
Ingo Molnar
2021-05-07
1
-2
/
+2
*
mm/mempool: minor coding style tweaks
Zhiyuan Dai
2021-05-05
1
-2
/
+2
*
mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]
Minchan Kim
2021-05-05
1
-4
/
+4
*
mm: disable LRU pagevec during the migration temporarily
Minchan Kim
2021-05-05
1
-0
/
+4
*
mm/mempolicy: fix mpol_misplaced kernel-doc
Matthew Wilcox (Oracle)
2021-04-30
1
-7
/
+4
*
mm/mempolicy: rewrite alloc_pages_vma documentation
Matthew Wilcox (Oracle)
2021-04-30
1
-21
/
+13
*
mm/mempolicy: rewrite alloc_pages documentation
Matthew Wilcox (Oracle)
2021-04-30
1
-11
/
+10
*
mm/mempolicy: rename alloc_pages_current to alloc_pages
Matthew Wilcox (Oracle)
2021-04-30
1
-3
/
+3
*
mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask
Matthew Wilcox (Oracle)
2021-04-30
1
-3
/
+3
*
mm/mempolicy: use helper range_in_vma() in queue_pages_test_walk()
Miaohe Lin
2021-02-24
1
-1
/
+1
*
numa balancing: migrate on fault among multiple bound nodes
Huang Ying
2021-02-24
1
-0
/
+16
*
mm: migrate: initialize err in do_migrate_pages
Jan Stancek
2021-01-12
1
-1
/
+1
*
mm: migrate: clean up migrate_prep{_local}
Yang Shi
2020-12-15
1
-6
/
+2
*
mm: mempolicy: fix potential pte_unmap_unlock pte error
Shijie Luo
2020-11-02
1
-3
/
+3
*
mm: remove unused alloc_page_vma_node()
Wei Yang
2020-10-13
1
-2
/
+1
[next]