index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mempolicy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-26
mm: add pmd_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-04-26
mm: add is_huge_zero_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-04-26
mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()
David Hildenbrand
1
-8
/
+6
2024-04-26
mm: hugetlb: make the hugetlb migration strategy consistent
Baolin Wang
1
-1
/
+2
2024-04-26
mm: record the migration reason for struct migration_target_control
Baolin Wang
1
-0
/
+1
2024-04-26
mm: enable page allocation tagging
Suren Baghdasaryan
1
-23
/
+23
2024-04-26
mm/numa_balancing: allow migrate on protnone reference with MPOL_PREFERRED_MA...
Donet Tom
1
-5
/
+17
2024-04-26
mm/mempolicy: use numa_node_id() instead of cpu_to_node()
Donet Tom
1
-4
/
+10
2024-03-07
mm/mempolicy: use a folio in do_mbind()
Matthew Wilcox (Oracle)
1
-7
/
+8
2024-02-22
mm/mempolicy: protect task interleave functions with tsk->mems_allowed_seq
Gregory Price
1
-4
/
+23
2024-02-22
mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
Gregory Price
1
-4
/
+214
2024-02-22
mm/mempolicy: refactor a read-once mechanism into a function for re-use
Gregory Price
1
-10
/
+16
2024-02-22
mm/mempolicy: implement the sysfs-based weighted_interleave interface
Rakie Kim
1
-0
/
+223
2024-02-22
mempolicy: clean up minor dead code in queue_pages_test_walk()
Lukas Bulwahn
1
-4
/
+0
2023-11-03
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-571
/
+455
2023-10-31
Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-7
/
+11
2023-10-26
mempolicy: migration attempt to match interleave nodes
Hugh Dickins
1
-5
/
+50
2023-10-26
mempolicy: mmap_lock is not needed while migrating folios
Hugh Dickins
1
-40
/
+43
2023-10-26
mempolicy: alloc_pages_mpol() for NUMA policy without vma
Hugh Dickins
1
-224
/
+155
2023-10-26
mm: add page_rmappable_folio() wrapper
Hugh Dickins
1
-14
/
+3
2023-10-26
mempolicy: remove confusing MPOL_MF_LAZY dead code
Hugh Dickins
1
-18
/
+0
2023-10-26
mempolicy: mpol_shared_policy_init() without pseudo-vma
Hugh Dickins
1
-15
/
+15
2023-10-26
mempolicy trivia: use pgoff_t in shared mempolicy tree
Hugh Dickins
1
-6
/
+6
2023-10-26
mempolicy trivia: slightly more consistent naming
Hugh Dickins
1
-40
/
+33
2023-10-26
mempolicy trivia: delete those ancient pr_debug()s
Hugh Dickins
1
-21
/
+0
2023-10-26
mempolicy: fix migrate_pages(2) syscall return nr_failed
Hugh Dickins
1
-179
/
+159
2023-10-19
mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.
Lorenzo Stoakes
1
-23
/
+3
2023-10-19
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
1
-1
/
+3
2023-10-17
sched/numa, mm: make numa migrate functions to take a folio
Kefeng Wang
1
-1
/
+1
2023-10-17
mm: mempolicy: make mpol_misplaced() to take a folio
Kefeng Wang
1
-10
/
+12
2023-10-07
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...
Ingo Molnar
1
-20
/
+19
2023-10-07
mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointer
Liam R. Howlett
1
-1
/
+3
2023-09-30
mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...
Yang Shi
1
-20
/
+19
2023-09-15
numa: Generalize numa_map_to_online_node()
Yury Norov
1
-7
/
+11
2023-08-22
mm: convert prep_transhuge_page() to folio_prep_large_rmappable()
Matthew Wilcox (Oracle)
1
-7
/
+8
2023-08-21
mm: enable page walking API to lock vmas during the walk
Suren Baghdasaryan
1
-8
/
+14
2023-07-28
mm/mempolicy: Take VMA lock before replacing policy
Jann Horn
1
-1
/
+14
2023-06-20
mm: ptep_get() conversion
Ryan Roberts
1
-2
/
+4
2023-06-20
mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails
Hugh Dickins
1
-3
/
+4
2023-06-10
mm: convert migrate_pages() to work on folios
Matthew Wilcox (Oracle)
1
-9
/
+6
2023-05-03
mm/mempolicy: correctly update prev when policy is equal on mbind
Lorenzo Stoakes
1
-1
/
+3
2023-04-16
mm/mempolicy: fix use-after-free of VMA iterator
Liam R. Howlett
1
-55
/
+49
2023-02-20
mm: hugetlb: change to return bool for isolate_hugetlb()
Baolin Wang
1
-1
/
+1
2023-02-20
mm: change to return bool for folio_isolate_lru()
Baolin Wang
1
-1
/
+1
2023-02-14
mm/mempolicy: convert migrate_page_add() to migrate_folio_add()
Vishal Moola (Oracle)
1
-19
/
+20
2023-02-14
mm/mempolicy: convert queue_pages_required() to queue_folio_required()
Vishal Moola (Oracle)
1
-6
/
+6
2023-02-14
mm/mempolicy: convert queue_pages_hugetlb() to queue_folios_hugetlb()
Vishal Moola (Oracle)
1
-11
/
+18
2023-02-14
mm/mempolicy: convert queue_pages_pte_range() to queue_folios_pte_range()
Vishal Moola (Oracle)
1
-14
/
+14
2023-02-14
mm/mempolicy: convert queue_pages_pmd() to queue_folios_pmd()
Vishal Moola (Oracle)
1
-12
/
+12
2023-02-14
mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()
Sidhartha Kumar
1
-2
/
+4
[next]