index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory.c
Age
Commit message (
Expand
)
Author
2025-04-25
mm: fix apply_to_existing_page_range()
Kirill A. Shutemov
2025-04-10
x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
David Hildenbrand
2025-04-10
lockdep/mm: Fix might_fault() lockdep check of current->mm->mmap_lock
Peter Zijlstra
2025-03-13
mm: fix finish_fault() handling for large folios
Brian Geffon
2025-03-13
mm: don't skip arch_sync_kernel_mappings() in error paths
Ryan Roberts
2024-12-27
mm: use aligned address in copy_user_gigantic_page()
Kefeng Wang
2024-12-27
mm: use aligned address in clear_gigantic_page()
Kefeng Wang
2024-10-28
mm: avoid unconditional one-tick sleep when swapcache_prepare fails
Barry Song
2024-10-18
mm: fix follow_pfnmap API lockdep assert
Linus Torvalds
2024-10-17
mm: don't install PMD mappings when THPs are disabled by the hw/process/vma
David Hildenbrand
2024-10-17
mm: remove unused stub for can_swapin_thp()
Andy Shevchenko
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-19
Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-09-17
mm: support large folios swap-in for sync io devices
Chuanhua Han
2024-09-17
mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support la...
Barry Song
2024-09-17
mm: support poison recovery from copy_present_page()
Kefeng Wang
2024-09-17
mm: support poison recovery from do_cow_fault()
Kefeng Wang
2024-09-17
mm: remove follow_pte()
Peter Xu
2024-09-17
mm/access_process_vm: use the new follow_pfnmap API
Peter Xu
2024-09-17
mm: new follow_pfnmap API
Peter Xu
2024-09-17
mm/pagewalk: check pfnmap for folio_walk_start()
Peter Xu
2024-09-17
mm: change vmf_anon_prepare() to __vmf_anon_prepare()
Vishal Moola (Oracle)
2024-09-12
mm: avoid leaving partial pfn mappings around in error case
Linus Torvalds
2024-09-09
mm: cleanup count_mthp_stat() definition
Ryan Roberts
2024-09-03
mm,memcg: provide per-cgroup counters for NUMA balancing operations
Kaiyang Zhao
2024-09-01
mm/migrate: move common code to numa_migrate_check (was numa_migrate_prep)
Zi Yan
2024-09-01
mm: return the folio from swapin_readahead
Matthew Wilcox (Oracle)
2024-09-01
mm: fix (harmless) type confusion in lock_vma_under_rcu()
Jann Horn
2024-09-01
mm: provide vm_normal_(page|folio)_pmd() with CONFIG_PGTABLE_HAS_HUGE_LEAVES
David Hildenbrand
2024-09-01
mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support...
Barry Song
2024-09-01
mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig options
David Hildenbrand
2024-09-01
memory tiering: introduce folio_use_access_time() check
Zi Yan
2024-08-15
mm/numa: no task_numa_fault() call if PTE is changed
Zi Yan
2024-07-26
mm: fix old/young bit handling in the faulting path
Ram Tummala
2024-07-24
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-07-19
mm: add MAP_DROPPABLE for designating always lazily freeable mappings
Jason A. Donenfeld
2024-07-12
mm: unexport vmf_insert_mixed_mkwrite
Christoph Hellwig
2024-07-06
mm: move memory_failure_queue() into copy_mc_[user]_highpage()
Kefeng Wang
2024-07-03
mm/migrate: move NUMA hinting fault folio isolation + checks under PTL
David Hildenbrand
2024-07-03
mm/migrate: make migrate_misplaced_folio() return 0 on success
David Hildenbrand
2024-07-03
mm: memory: rename pages_per_huge_page to nr_pages
Kefeng Wang
2024-07-03
mm: memory: improve copy_user_large_folio()
Kefeng Wang
2024-07-03
mm: memory: use folio in struct copy_subpage_arg
Kefeng Wang
2024-07-03
mm: memory: convert clear_huge_page() to folio_zero_user()
Kefeng Wang
2024-07-03
mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==false
Barry Song
2024-07-03
mm: extend rmap flags arguments for folio_add_new_anon_rmap
Barry Song
2024-07-03
mm: set pte writable while pte_soft_dirty() is true in do_swap_page()
Barry Song
2024-07-03
mm: swap: remove 'synchronous' argument to swap_read_folio()
Yosry Ahmed
2024-07-03
mm: swap: reuse exclusive folio directly instead of wp page faults
Barry Song
2024-07-03
mm: memory: extend finish_fault() to support large folio
Baolin Wang
[next]