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
*
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-21
1
-132
/
+430
|
\
|
*
mm: support large folios swap-in for sync io devices
Chuanhua Han
2024-09-17
1
-27
/
+234
|
*
mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support la...
Barry Song
2024-09-17
1
-1
/
+1
|
*
mm: support poison recovery from copy_present_page()
Kefeng Wang
2024-09-17
1
-3
/
+7
|
*
mm: support poison recovery from do_cow_fault()
Kefeng Wang
2024-09-17
1
-1
/
+5
|
*
mm: remove follow_pte()
Peter Xu
2024-09-17
1
-73
/
+0
|
*
mm/access_process_vm: use the new follow_pfnmap API
Peter Xu
2024-09-17
1
-14
/
+14
|
*
mm: new follow_pfnmap API
Peter Xu
2024-09-17
1
-0
/
+150
|
*
mm/pagewalk: check pfnmap for folio_walk_start()
Peter Xu
2024-09-17
1
-5
/
+4
|
*
mm: cleanup count_mthp_stat() definition
Ryan Roberts
2024-09-10
1
-2
/
+0
|
*
mm,memcg: provide per-cgroup counters for NUMA balancing operations
Kaiyang Zhao
2024-09-04
1
-0
/
+3
|
*
mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)
Zi Yan
2024-09-02
1
-30
/
+33
|
*
mm: return the folio from swapin_readahead
Matthew Wilcox (Oracle)
2024-09-02
1
-4
/
+2
|
*
mm: fix (harmless) type confusion in lock_vma_under_rcu()
Jann Horn
2024-09-02
1
-4
/
+10
|
*
mm: provide vm_normal_(page|folio)_pmd() with CONFIG_PGTABLE_HAS_HUGE_LEAVES
David Hildenbrand
2024-09-02
1
-1
/
+1
|
*
mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support...
Barry Song
2024-09-02
1
-3
/
+3
|
*
mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig options
David Hildenbrand
2024-09-02
1
-1
/
+1
|
*
memory tiering: introduce folio_use_access_time() check
Zi Yan
2024-09-02
1
-2
/
+1
*
|
Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-09-19
1
-5
/
+3
|
\
\
|
*
|
mm: change vmf_anon_prepare() to __vmf_anon_prepare()
Vishal Moola (Oracle)
2024-09-17
1
-5
/
+3
|
|
/
*
/
mm: avoid leaving partial pfn mappings around in error case
Linus Torvalds
2024-09-12
1
-5
/
+22
|
/
*
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
[next]