index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory.c
Age
Commit message (
Expand
)
Author
2026-03-02
mm: Fix a hmm_range_fault() livelock / starvation problem
Thomas Hellström
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-18
Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-02-12
mm: update all remaining mmap_prepare users to use vma_flags_t
Lorenzo Stoakes
2026-02-12
mm: use unmap_desc struct for freeing page tables
Liam R. Howlett
2026-02-12
mm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()
Liam R. Howlett
2026-02-12
mm: change dup_mmap() recovery
Liam R. Howlett
2026-02-12
mm/memory: add tree limit to free_pgtables()
Liam R. Howlett
2026-02-12
mm: folio_zero_user: open code range computation in folio_zero_user()
Ankur Arora
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-02-10
Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-02-06
mm/memory: handle non-split locks correctly in zap_empty_pte_table()
David Hildenbrand (Red Hat)
2026-02-06
mm: move pte table reclaim code to memory.c
David Hildenbrand (Red Hat)
2026-02-06
mm: refactor vma_map_pages to use vm_insert_pages
Justin Green
2026-01-31
mm, swap: cleanup swap entry management workflow
Kairui Song
2026-01-31
mm, swap: free the swap cache after folio is mapped
Kairui Song
2026-01-31
mm, swap: simplify the code and reduce indention
Kairui Song
2026-01-31
mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devices
Kairui Song
2026-01-31
mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO
Kairui Song
2026-01-20
mm: fix minor spelling mistakes in comments
Kevin Lourenco
2026-01-20
mm: folio_zero_user: cache neighbouring pages
Ankur Arora
2026-01-20
mm: folio_zero_user: clear page ranges
Ankur Arora
2026-01-20
mm: folio_zero_user: clear pages sequentially
Ankur Arora
2026-01-20
mm: introduce generic lazy_mmu helpers
Kevin Brodsky
2026-01-20
mm: do not copy page tables unnecessarily for VM_UFFD_WP
Lorenzo Stoakes
2026-01-20
mm: remove unnecessary and incorrect mmap lock assert
Lorenzo Stoakes
2026-01-05
compiler-context-analysis: Remove __cond_lock() function-like helper
Marco Elver
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-12-02
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2025-11-24
mm: userfaultfd: add pgtable_supports_uffd_wp()
Chunyan Zhang
2025-11-24
mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()
Lorenzo Stoakes
2025-11-24
mm: eliminate further swapops predicates
Lorenzo Stoakes
2025-11-24
mm: remove non_swap_entry() and use softleaf helpers instead
Lorenzo Stoakes
2025-11-24
mm: introduce pmd_is_huge() and use where appropriate
Lorenzo Stoakes
2025-11-24
mm: replace pmd_to_swp_entry() with softleaf_from_pmd()
Lorenzo Stoakes
2025-11-24
mm: avoid unnecessary use of is_swap_pmd()
Lorenzo Stoakes
2025-11-24
mm: introduce leaf entry type and use to simplify leaf entry logic
Lorenzo Stoakes
2025-11-24
mm/memory/fault: add THP fault handling for zone device private pages
Balbir Singh
2025-11-20
mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
Lorenzo Stoakes
2025-11-20
mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
Lorenzo Stoakes
2025-11-20
mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()
Kefeng Wang
2025-11-19
mm: add spurious fault fixing support for huge pmd
Huang Ying
2025-11-16
treewide: include linux/pgalloc.h instead of asm/pgalloc.h
Harry Yoo
2025-11-16
mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
Lorenzo Stoakes
2025-11-16
mm: replace READ_ONCE() with standard page table accessors
Anshuman Khandual
2025-11-16
mm: fix some typos in mm module
jianyun.gao
2025-11-09
mm/memory: do not populate page table entries beyond i_size
Kiryl Shutsemau
2025-09-28
mm/fault: try to map the entire file folio in finish_fault()
Kiryl Shutsemau
2025-09-21
mm: remove redundant test in validate_page_before_insert()
Matthew Wilcox (Oracle)
[next]