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.12.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
*
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-11-02
1
-571
/
+455
|
\
|
*
mempolicy: migration attempt to match interleave nodes
Hugh Dickins
2023-10-25
1
-5
/
+50
|
*
mempolicy: mmap_lock is not needed while migrating folios
Hugh Dickins
2023-10-25
1
-40
/
+43
|
*
mempolicy: alloc_pages_mpol() for NUMA policy without vma
Hugh Dickins
2023-10-25
1
-224
/
+155
|
*
mm: add page_rmappable_folio() wrapper
Hugh Dickins
2023-10-25
1
-14
/
+3
|
*
mempolicy: remove confusing MPOL_MF_LAZY dead code
Hugh Dickins
2023-10-25
1
-18
/
+0
|
*
mempolicy: mpol_shared_policy_init() without pseudo-vma
Hugh Dickins
2023-10-25
1
-15
/
+15
|
*
mempolicy trivia: use pgoff_t in shared mempolicy tree
Hugh Dickins
2023-10-25
1
-6
/
+6
|
*
mempolicy trivia: slightly more consistent naming
Hugh Dickins
2023-10-25
1
-40
/
+33
|
*
mempolicy trivia: delete those ancient pr_debug()s
Hugh Dickins
2023-10-25
1
-21
/
+0
|
*
mempolicy: fix migrate_pages(2) syscall return nr_failed
Hugh Dickins
2023-10-25
1
-179
/
+159
|
*
mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.
Lorenzo Stoakes
2023-10-18
1
-23
/
+3
|
*
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
2023-10-18
1
-1
/
+3
|
|
\
|
*
|
sched/numa, mm: make numa migrate functions to take a folio
Kefeng Wang
2023-10-16
1
-1
/
+1
|
*
|
mm: mempolicy: make mpol_misplaced() to take a folio
Kefeng Wang
2023-10-16
1
-10
/
+12
*
|
|
Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-10-30
1
-7
/
+11
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...
Ingo Molnar
2023-10-07
1
-20
/
+19
|
|
\
|
|
*
|
numa: Generalize numa_map_to_online_node()
Yury Norov
2023-09-15
1
-7
/
+11
*
|
|
mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointer
Liam R. Howlett
2023-10-06
1
-1
/
+3
|
|
/
|
/
|
*
|
mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...
Yang Shi
2023-09-29
1
-20
/
+19
|
/
*
mm: convert prep_transhuge_page() to folio_prep_large_rmappable()
Matthew Wilcox (Oracle)
2023-08-21
1
-7
/
+8
*
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
2023-08-21
1
-8
/
+14
*
mm/mempolicy: Take VMA lock before replacing policy
Jann Horn
2023-07-28
1
-1
/
+14
*
mm: ptep_get() conversion
Ryan Roberts
2023-06-19
1
-2
/
+4
*
mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails
Hugh Dickins
2023-06-19
1
-3
/
+4
*
mm: convert migrate_pages() to work on folios
Matthew Wilcox (Oracle)
2023-06-09
1
-9
/
+6
*
mm/mempolicy: correctly update prev when policy is equal on mbind
Lorenzo Stoakes
2023-05-02
1
-1
/
+3
*
mm/mempolicy: fix use-after-free of VMA iterator
Liam R. Howlett
2023-04-16
1
-55
/
+49
*
mm: hugetlb: change to return bool for isolate_hugetlb()
Baolin Wang
2023-02-20
1
-1
/
+1
*
mm: change to return bool for folio_isolate_lru()
Baolin Wang
2023-02-20
1
-1
/
+1
*
mm/mempolicy: convert migrate_page_add() to migrate_folio_add()
Vishal Moola (Oracle)
2023-02-13
1
-19
/
+20
*
mm/mempolicy: convert queue_pages_required() to queue_folio_required()
Vishal Moola (Oracle)
2023-02-13
1
-6
/
+6
*
mm/mempolicy: convert queue_pages_hugetlb() to queue_folios_hugetlb()
Vishal Moola (Oracle)
2023-02-13
1
-11
/
+18
*
mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()
Vishal Moola (Oracle)
2023-02-13
1
-14
/
+14
*
mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()
Vishal Moola (Oracle)
2023-02-13
1
-12
/
+12
*
mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()
Sidhartha Kumar
2023-02-13
1
-2
/
+4
*
mm/hugetlb: convert isolate_hugetlb to folios
Sidhartha Kumar
2023-02-13
1
-1
/
+1
*
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
2023-02-09
1
-3
/
+3
*
mempolicy: convert to vma iterator
Liam R. Howlett
2023-02-09
1
-17
/
+8
*
Sync mm-stable with mm-hotfixes-stable to pick up dependent patches
Andrew Morton
2023-01-31
1
-1
/
+2
|
\
|
*
migrate: hugetlb: check for hugetlb shared PMD in node migration
Mike Kravetz
2023-01-31
1
-1
/
+2
*
|
mm/uffd: detect pgtable allocation failures
Peter Xu
2023-01-18
1
-1
/
+1
*
|
mm/mprotect: use long for page accountings and retval
Peter Xu
2023-01-18
1
-1
/
+1
*
|
mm/mprotect: drop pgprot_t parameter from change_protection()
David Hildenbrand
2023-01-18
1
-2
/
+1
*
|
mm/mempolicy: do not duplicate policy if it is not applicable for set_mempoli...
Michal Hocko
2023-01-18
1
-16
/
+12
|
/
*
mm/mempolicy: fix memory leak in set_mempolicy_home_node system call
Mathieu Desnoyers
2022-12-21
1
-0
/
+1
*
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
[next]