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-08-16
mm/numa: no task_numa_fault() call if PTE is changed
Zi Yan
1
-17
/
+16
2024-07-27
mm: fix old/young bit handling in the faulting path
Ram Tummala
1
-1
/
+1
2024-07-24
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+13
2024-07-19
mm: add MAP_DROPPABLE for designating always lazily freeable mappings
Jason A. Donenfeld
1
-0
/
+13
2024-07-13
mm: unexport vmf_insert_mixed_mkwrite
Christoph Hellwig
1
-1
/
+0
2024-07-06
mm: move memory_failure_queue() into copy_mc_[user]_highpage()
Kefeng Wang
1
-9
/
+3
2024-07-04
mm/migrate: move NUMA hinting fault folio isolation + checks under PTL
David Hildenbrand
1
-4
/
+5
2024-07-04
mm/migrate: make migrate_misplaced_folio() return 0 on success
David Hildenbrand
1
-1
/
+1
2024-07-04
mm: memory: rename pages_per_huge_page to nr_pages
Kefeng Wang
1
-12
/
+12
2024-07-04
mm: memory: improve copy_user_large_folio()
Kefeng Wang
1
-7
/
+4
2024-07-04
mm: memory: use folio in struct copy_subpage_arg
Kefeng Wang
1
-6
/
+6
2024-07-04
mm: memory: convert clear_huge_page() to folio_zero_user()
Kefeng Wang
1
-18
/
+16
2024-07-04
mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==false
Barry Song
1
-0
/
+9
2024-07-04
mm: extend rmap flags arguments for folio_add_new_anon_rmap
Barry Song
1
-5
/
+5
2024-07-04
mm: set pte writable while pte_soft_dirty() is true in do_swap_page()
Barry Song
1
-1
/
+1
2024-07-04
mm: swap: remove 'synchronous' argument to swap_read_folio()
Yosry Ahmed
1
-1
/
+1
2024-07-04
mm: swap: reuse exclusive folio directly instead of wp page faults
Barry Song
1
-7
/
+11
2024-07-04
mm: memory: extend finish_fault() to support large folio
Baolin Wang
1
-10
/
+51
2024-07-04
mm: swap: entirely map large folios found in swapcache
Chuanhua Han
1
-11
/
+48
2024-07-04
mm: swap: make should_try_to_free_swap() support large-folio
Chuanhua Han
1
-1
/
+1
2024-07-04
mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pages
Barry Song
1
-1
/
+2
2024-07-04
mm: batch unlink_file_vma calls in free_pgd_range
Mateusz Guzik
1
-2
/
+8
2024-07-04
mm: use update_mmu_tlb_range() to simplify code
Bang Li
1
-3
/
+1
2024-07-04
mm/memory: cleanly support zeropage in vm_insert_page*(), vm_map_pages*() and...
David Hildenbrand
1
-21
/
+70
2024-07-04
mm/memory: move page_count() check into validate_page_before_insert()
David Hildenbrand
1
-4
/
+2
2024-07-04
mm/vmscan: update stale references to shrink_page_list
Illia Ostapyshyn
1
-1
/
+1
2024-06-25
mm/memory: don't require head page for do_set_pmd()
Andrew Bresticker
1
-1
/
+2
2024-06-15
mm: fix possible OOB in numa_rebuild_large_mapping()
Kefeng Wang
1
-4
/
+10
2024-06-15
Revert "mm: init_mlocked_on_free_v3"
David Hildenbrand
1
-6
/
+0
2024-05-23
mm: simplify and improve print_vma_addr() output
Linus Torvalds
1
-13
/
+6
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-134
/
+171
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
[next]