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
/
memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
mm: optimise vmf_anon_prepare() for VMAs without an anon_vma
Matthew Wilcox (Oracle)
1
-4
/
+9
2024-05-06
mm: delay the check for a NULL anon_vma
Matthew Wilcox (Oracle)
1
-11
/
+18
2024-05-06
mm: simplify thp_vma_allowable_order
Matthew Wilcox
1
-4
/
+6
2024-05-06
mm: memory: check userfaultfd_wp() in vmf_orig_pte_uffd_wp()
Kefeng Wang
1
-5
/
+5
2024-05-06
mm/memory: add any_dirty optional pointer to folio_pte_batch()
Lance Yang
1
-2
/
+2
2024-05-06
mm: move mm counter updating out of set_pte_range()
Kefeng Wang
1
-3
/
+5
2024-05-06
mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback counters
Barry Song
1
-0
/
+5
2024-05-06
mm/memory: use folio_mapcount() in zap_present_folio_ptes()
David Hildenbrand
1
-2
/
+1
2024-05-06
mm: follow_pte() improvements
David Hildenbrand
1
-5
/
+15
2024-05-06
mm: pass VMA instead of MM to follow_pte()
David Hildenbrand
1
-7
/
+8
2024-04-26
mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLD
Ryan Roberts
1
-2
/
+2
2024-04-26
mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
Ryan Roberts
1
-6
/
+7
2024-04-26
mm: support multi-size THP numa balancing
Baolin Wang
1
-12
/
+50
2024-04-26
mm: factor out the numa mapping rebuilding into a new helper
Baolin Wang
1
-7
/
+15
2024-04-26
mm: alloc_anon_folio: avoid doing vma_thp_gfp_mask in fallback cases
Barry Song
1
-0
/
+3
2024-04-26
mm: init_mlocked_on_free_v3
York Jasper Niebuhr
1
-0
/
+6
2024-04-26
mm: introduce vma_pgtable_walk_{begin|end}()
Peter Xu
1
-0
/
+12
2024-04-26
mm: move follow_phys to arch/x86/mm/pat/memtype.c
Christoph Hellwig
1
-32
/
+0
2024-04-26
mm: remove follow_pfn
Christoph Hellwig
1
-34
/
+2
2024-04-26
mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()
David Hildenbrand
1
-1
/
+1
2024-04-26
arm64: mm: swap: support THP_SWAP on hardware with MTE
Barry Song
1
-1
/
+1
2024-04-26
mm/mempolicy: use numa_node_id() instead of cpu_to_node()
Donet Tom
1
-3
/
+5
2024-04-26
mm/treewide: replace pXd_huge() with pXd_leaf()
Peter Xu
1
-1
/
+1
2024-04-05
x86/mm/pat: fix VM_PAT handling in COW mappings
David Hildenbrand
1
-0
/
+4
2024-03-26
mm/memory: fix missing pte marker for !page on pte zaps
Peter Xu
1
-1
/
+3
2024-03-13
mm: prohibit the last subpage from reusing the entire large folio
Barry Song
1
-0
/
+10
2024-03-07
mm: memory: fix shift-out-of-bounds in fault_around_bytes_set
Kefeng Wang
1
-1
/
+2
2024-03-07
mm: make folio_pte_batch available outside of mm/memory.c
Barry Song
1
-76
/
+0
2024-03-05
mm/memory.c: do_numa_page(): remove a redundant page table read
John Hubbard
1
-6
/
+6
2024-03-05
mm: convert free_swap_cache() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-03-05
mm/memory: change vmf_anon_prepare() to be non-static
Vishal Moola (Oracle)
1
-1
/
+1
2024-02-23
mm: add pte_batch_hint() to reduce scanning in folio_pte_batch()
Ryan Roberts
1
-7
/
+12
2024-02-23
mm/memory: optimize unmap/zap with PTE-mapped THP
David Hildenbrand
1
-26
/
+66
2024-02-23
mm/memory: factor out zapping folio pte into zap_present_folio_pte()
David Hildenbrand
1
-21
/
+32
2024-02-23
mm/memory: further separate anon and pagecache folio handling in zap_present_...
David Hildenbrand
1
-5
/
+11
2024-02-23
mm/memory: handle !page case in zap_present_pte() separately
David Hildenbrand
1
-11
/
+11
2024-02-23
mm/memory: factor out zapping of present pte into zap_present_pte()
David Hildenbrand
1
-41
/
+53
2024-02-22
mm/memory: ignore writable bit in folio_pte_batch()
David Hildenbrand
1
-6
/
+24
2024-02-22
mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()
David Hildenbrand
1
-5
/
+31
2024-02-22
mm/memory: optimize fork() with PTE-mapped THP
David Hildenbrand
1
-19
/
+93
2024-02-22
mm/memory: pass PTE to copy_present_pte()
David Hildenbrand
1
-4
/
+5
2024-02-22
mm/memory: factor out copying the actual PTE in copy_present_pte()
David Hildenbrand
1
-30
/
+33
2024-02-22
mm: memory: move mem_cgroup_charge() into alloc_anon_folio()
Kefeng Wang
1
-8
/
+8
2024-02-22
mm: convert mm_counter_file() to take a folio
Kefeng Wang
1
-5
/
+5
2024-02-22
mm: convert mm_counter() to take a folio
Kefeng Wang
1
-5
/
+5
2024-02-22
mm: convert to should_zap_page() to should_zap_folio()
Kefeng Wang
1
-14
/
+17
2024-02-22
mm: use pfn_swap_entry_folio() in copy_nonpresent_pte()
Kefeng Wang
1
-2
/
+2
2024-02-22
mm: memory: use nth_page() in clear/copy_subpage()
Kefeng Wang
1
-4
/
+5
2024-02-21
mm/swap: fix race when skipping swapcache
Kairui Song
1
-0
/
+20
2024-02-13
mm/memory: Use exception ip to search exception tables
Jiaxun Yang
1
-2
/
+2
[next]