index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory.c
Age
Commit message (
Expand
)
Author
3 days
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
5 days
Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10 days
mm/memory: introduce is_huge_zero_pfn() and use it in vm_normal_page_pmd()
David Hildenbrand
10 days
mm: remove call to hugetlb_free_pgd_range()
Anthony Yznaga
12 days
mm: move randomize_va_space into memory.c
Joel Granados
2025-07-19
mm/memory.c: use folios in __access_remote_vm()
Vishal Moola (Oracle)
2025-07-19
mm/memory.c: use folios in __copy_remote_vm_str()
Vishal Moola (Oracle)
2025-07-19
mm: remove boolean output parameters from folio_pte_batch_ext()
David Hildenbrand
2025-07-19
mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()
David Hildenbrand
2025-07-19
mm: convert FPB_IGNORE_* into FPB_RESPECT_*
David Hildenbrand
2025-07-19
mm: fault in complete folios instead of individual pages for tmpfs
Baolin Wang
2025-07-09
mm: remove callers of pfn_t functionality
Alistair Popple
2025-07-09
mm: remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
Alistair Popple
2025-07-09
mm: remove redundant pXd_devmap calls
Alistair Popple
2025-07-09
mm: convert vmf_insert_mixed() from using pte_devmap to pte_special
Alistair Popple
2025-07-09
mm: remove remaining uses of PFN_DEV
Alistair Popple
2025-07-09
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
2025-06-19
mm/shmem, swap: fix softlockup with mTHP swapin
Kairui Song
2025-05-31
mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
Roman Gushchin
2025-05-31
mm: rename page->index to page->__folio_index
Matthew Wilcox (Oracle)
2025-05-22
mm: convert do_set_pmd() to take a folio
Baolin Wang
2025-05-22
mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()
David Hildenbrand
2025-05-22
mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()
David Hildenbrand
2025-05-13
mm: introduce new .mmap_prepare() file callback
Lorenzo Stoakes
2025-05-12
mm/rmap: inline folio_test_large_maybe_mapped_shared() into callers
Lance Yang
2025-05-12
mm/huge_memory: remove useless folio pointers passing
Gavin Guo
2025-05-11
mm: move mmap/vma locking logic into specific files
Lorenzo Stoakes
2025-05-11
mm/madvise: batch tlb flushes for MADV_DONTNEED[_LOCKED]
SeongJae Park
2025-05-11
mm/memory: split non-tlb flushing part from zap_page_range_single()
SeongJae Park
2025-05-11
mm: add kernel-doc comment for free_pgd_range()
SoumishDas
2025-05-11
mm: add folio_mk_pmd()
Matthew Wilcox (Oracle)
2025-05-11
mm: add folio_mk_pte()
Matthew Wilcox (Oracle)
2025-05-11
mm: set the pte dirty if the folio is already dirty
Matthew Wilcox (Oracle)
2025-05-11
mm/memory: fix mapcount / refcount sanity check for mTHP reuse
Kairui Song
2025-04-17
mm/memory: move sanity checks in do_wp_page() after mapcount vs. refcount sta...
David Hildenbrand
2025-04-11
mm: fix apply_to_existing_page_range()
Kirill A. Shutemov
2025-04-11
mm: (un)track_pfn_copy() fix + doc improvements
David Hildenbrand
2025-04-01
Merge tag 'vfio-v6.15-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-30
Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-03-28
Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-03-25
x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
David Hildenbrand
2025-03-24
Merge tag 'locking-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-03-17
arch, mm: set high_memory in free_area_init()
Mike Rapoport (Microsoft)
2025-03-17
arch, mm: set max_mapnr when allocating memory map for FLATMEM
Mike Rapoport (Microsoft)
2025-03-17
mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()
David Hildenbrand
2025-03-17
mm: Copy-on-Write (COW) reuse support for PTE-mapped THP
David Hildenbrand
2025-03-17
mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friends
David Hildenbrand
2025-03-17
fs/dax: properly refcount fs dax pages
Alistair Popple
[next]