index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memory.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/numa: no task_numa_fault() call if PTE is changed
Zi Yan
2024-08-16
1
-17
/
+16
*
mm: fix old/young bit handling in the faulting path
Ram Tummala
2024-07-26
1
-1
/
+1
*
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-07-24
1
-0
/
+13
|
\
|
*
mm: add MAP_DROPPABLE for designating always lazily freeable mappings
Jason A. Donenfeld
2024-07-19
1
-0
/
+13
*
|
mm: unexport vmf_insert_mixed_mkwrite
Christoph Hellwig
2024-07-13
1
-1
/
+0
*
|
mm: move memory_failure_queue() into copy_mc_[user]_highpage()
Kefeng Wang
2024-07-06
1
-9
/
+3
*
|
mm/migrate: move NUMA hinting fault folio isolation + checks under PTL
David Hildenbrand
2024-07-04
1
-4
/
+5
*
|
mm/migrate: make migrate_misplaced_folio() return 0 on success
David Hildenbrand
2024-07-04
1
-1
/
+1
*
|
mm: memory: rename pages_per_huge_page to nr_pages
Kefeng Wang
2024-07-04
1
-12
/
+12
*
|
mm: memory: improve copy_user_large_folio()
Kefeng Wang
2024-07-04
1
-7
/
+4
*
|
mm: memory: use folio in struct copy_subpage_arg
Kefeng Wang
2024-07-04
1
-6
/
+6
*
|
mm: memory: convert clear_huge_page() to folio_zero_user()
Kefeng Wang
2024-07-04
1
-18
/
+16
*
|
mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==false
Barry Song
2024-07-04
1
-0
/
+9
*
|
mm: extend rmap flags arguments for folio_add_new_anon_rmap
Barry Song
2024-07-04
1
-5
/
+5
*
|
mm: set pte writable while pte_soft_dirty() is true in do_swap_page()
Barry Song
2024-07-04
1
-1
/
+1
*
|
mm: swap: remove 'synchronous' argument to swap_read_folio()
Yosry Ahmed
2024-07-04
1
-1
/
+1
*
|
mm: swap: reuse exclusive folio directly instead of wp page faults
Barry Song
2024-07-04
1
-7
/
+11
*
|
mm: memory: extend finish_fault() to support large folio
Baolin Wang
2024-07-04
1
-10
/
+51
*
|
mm: swap: entirely map large folios found in swapcache
Chuanhua Han
2024-07-04
1
-11
/
+48
*
|
mm: swap: make should_try_to_free_swap() support large-folio
Chuanhua Han
2024-07-04
1
-1
/
+1
*
|
mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pages
Barry Song
2024-07-04
1
-1
/
+2
*
|
mm: batch unlink_file_vma calls in free_pgd_range
Mateusz Guzik
2024-07-04
1
-2
/
+8
*
|
mm: use update_mmu_tlb_range() to simplify code
Bang Li
2024-07-04
1
-3
/
+1
*
|
mm/memory: cleanly support zeropage in vm_insert_page*(), vm_map_pages*() and...
David Hildenbrand
2024-07-04
1
-21
/
+70
*
|
mm/memory: move page_count() check into validate_page_before_insert()
David Hildenbrand
2024-07-04
1
-4
/
+2
*
|
mm/vmscan: update stale references to shrink_page_list
Illia Ostapyshyn
2024-07-04
1
-1
/
+1
|
/
*
mm/memory: don't require head page for do_set_pmd()
Andrew Bresticker
2024-06-25
1
-1
/
+2
*
mm: fix possible OOB in numa_rebuild_large_mapping()
Kefeng Wang
2024-06-15
1
-4
/
+10
*
Revert "mm: init_mlocked_on_free_v3"
David Hildenbrand
2024-06-15
1
-6
/
+0
*
mm: simplify and improve print_vma_addr() output
Linus Torvalds
2024-05-22
1
-13
/
+6
*
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-19
1
-134
/
+171
|
\
|
*
mm: optimise vmf_anon_prepare() for VMAs without an anon_vma
Matthew Wilcox (Oracle)
2024-05-06
1
-4
/
+9
|
*
mm: delay the check for a NULL anon_vma
Matthew Wilcox (Oracle)
2024-05-06
1
-11
/
+18
|
*
mm: simplify thp_vma_allowable_order
Matthew Wilcox
2024-05-06
1
-4
/
+6
|
*
mm: memory: check userfaultfd_wp() in vmf_orig_pte_uffd_wp()
Kefeng Wang
2024-05-06
1
-5
/
+5
|
*
mm/memory: add any_dirty optional pointer to folio_pte_batch()
Lance Yang
2024-05-06
1
-2
/
+2
|
*
mm: move mm counter updating out of set_pte_range()
Kefeng Wang
2024-05-06
1
-3
/
+5
|
*
mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback counters
Barry Song
2024-05-06
1
-0
/
+5
|
*
mm/memory: use folio_mapcount() in zap_present_folio_ptes()
David Hildenbrand
2024-05-06
1
-2
/
+1
|
*
mm: follow_pte() improvements
David Hildenbrand
2024-05-06
1
-5
/
+15
|
*
mm: pass VMA instead of MM to follow_pte()
David Hildenbrand
2024-05-06
1
-7
/
+8
|
*
mm: madvise: avoid split during MADV_PAGEOUT and MADV_COLD
Ryan Roberts
2024-04-26
1
-2
/
+2
|
*
mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
Ryan Roberts
2024-04-26
1
-6
/
+7
|
*
mm: support multi-size THP numa balancing
Baolin Wang
2024-04-26
1
-12
/
+50
|
*
mm: factor out the numa mapping rebuilding into a new helper
Baolin Wang
2024-04-26
1
-7
/
+15
|
*
mm: alloc_anon_folio: avoid doing vma_thp_gfp_mask in fallback cases
Barry Song
2024-04-26
1
-0
/
+3
|
*
mm: init_mlocked_on_free_v3
York Jasper Niebuhr
2024-04-26
1
-0
/
+6
|
*
mm: introduce vma_pgtable_walk_{begin|end}()
Peter Xu
2024-04-26
1
-0
/
+12
|
*
mm: move follow_phys to arch/x86/mm/pat/memtype.c
Christoph Hellwig
2024-04-26
1
-32
/
+0
|
*
mm: remove follow_pfn
Christoph Hellwig
2024-04-26
1
-34
/
+2
[next]