index
:
kernel/linux.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.17.y
linux-6.18.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-10
mm/memory: do not populate page table entries beyond i_size
Kiryl Shutsemau
1
-1
/
+19
2025-09-28
mm/fault: try to map the entire file folio in finish_fault()
Kiryl Shutsemau
1
-7
/
+2
2025-09-22
mm: remove redundant test in validate_page_before_insert()
Matthew Wilcox (Oracle)
1
-2
/
+1
2025-09-22
mm, swap: cleanup swap cache API and add kerneldoc
Kairui Song
1
-1
/
+1
2025-09-22
mm, swap: always lock and check the swap cache folio before use
Kairui Song
1
-2
/
+1
2025-09-22
mm, swap: check page poison flag after locking it
Kairui Song
1
-11
/
+11
2025-09-22
mm, swap: use unified helper for swap cache look up
Kairui Song
1
-2
/
+4
2025-09-14
mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISED
David Hildenbrand
1
-2
/
+4
2025-09-14
mm/huge_memory: convert "tva_flags" to "enum tva_type"
David Hildenbrand
1
-8
/
+6
2025-09-14
mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
David Hildenbrand
1
-2
/
+10
2025-09-14
mm: introduce and use vm_normal_page_pud()
David Hildenbrand
1
-0
/
+19
2025-09-14
mm/memory: factor out common code from vm_normal_page_*()
David Hildenbrand
1
-77
/
+109
2025-09-14
mm/memory: convert print_bad_pte() to print_bad_page_map()
David Hildenbrand
1
-20
/
+84
2025-09-14
mm/huge_memory: mark PMD mappings of the huge zero folio special
David Hildenbrand
1
-5
/
+10
2025-08-01
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-92
/
+61
2025-07-30
Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+18
2025-07-25
mm/memory: introduce is_huge_zero_pfn() and use it in vm_normal_page_pmd()
David Hildenbrand
1
-1
/
+1
2025-07-25
mm: remove call to hugetlb_free_pgd_range()
Anthony Yznaga
1
-24
/
+18
2025-07-23
mm: move randomize_va_space into memory.c
Joel Granados
1
-0
/
+18
2025-07-20
mm/memory.c: use folios in __access_remote_vm()
Vishal Moola (Oracle)
1
-3
/
+5
2025-07-20
mm/memory.c: use folios in __copy_remote_vm_str()
Vishal Moola (Oracle)
1
-3
/
+5
2025-07-20
mm: remove boolean output parameters from folio_pte_batch_ext()
David Hildenbrand
1
-6
/
+2
2025-07-20
mm: split folio_pte_batch() into folio_pte_batch() and folio_pte_batch_flags()
David Hildenbrand
1
-5
/
+3
2025-07-20
mm: convert FPB_IGNORE_* into FPB_RESPECT_*
David Hildenbrand
1
-6
/
+5
2025-07-20
mm: fault in complete folios instead of individual pages for tmpfs
Baolin Wang
1
-2
/
+2
2025-07-10
mm: remove callers of pfn_t functionality
Alistair Popple
1
-16
/
+15
2025-07-10
mm: remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
Alistair Popple
1
-2
/
+0
2025-07-10
mm: remove redundant pXd_devmap calls
Alistair Popple
1
-9
/
+6
2025-07-10
mm: convert vmf_insert_mixed() from using pte_devmap to pte_special
Alistair Popple
1
-18
/
+2
2025-07-10
mm: remove remaining uses of PFN_DEV
Alistair Popple
1
-1
/
+1
2025-07-10
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
1
-2
/
+2
2025-06-20
mm/shmem, swap: fix softlockup with mTHP swapin
Kairui Song
1
-20
/
+0
2025-06-01
mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas into free_pgtables()
Roman Gushchin
1
-0
/
+2
2025-06-01
mm: rename page->index to page->__folio_index
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-05-23
mm: convert do_set_pmd() to take a folio
Baolin Wang
1
-6
/
+5
2025-05-23
mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()
David Hildenbrand
1
-16
/
+66
2025-05-23
mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()
David Hildenbrand
1
-2
/
+2
2025-05-14
mm: introduce new .mmap_prepare() file callback
Lorenzo Stoakes
1
-1
/
+2
2025-05-13
mm/rmap: inline folio_test_large_maybe_mapped_shared() into callers
Lance Yang
1
-2
/
+2
2025-05-13
mm/huge_memory: remove useless folio pointers passing
Gavin Guo
1
-2
/
+2
2025-05-12
mm: move mmap/vma locking logic into specific files
Lorenzo Stoakes
1
-252
/
+0
2025-05-12
mm/madvise: batch tlb flushes for MADV_DONTNEED[_LOCKED]
SeongJae Park
1
-2
/
+2
2025-05-12
mm/memory: split non-tlb flushing part from zap_page_range_single()
SeongJae Park
1
-10
/
+39
2025-05-12
mm: add kernel-doc comment for free_pgd_range()
SoumishDas
1
-2
/
+11
2025-05-12
mm: add folio_mk_pmd()
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-05-12
mm: add folio_mk_pte()
Matthew Wilcox (Oracle)
1
-3
/
+3
2025-05-12
mm: set the pte dirty if the folio is already dirty
Matthew Wilcox (Oracle)
1
-0
/
+2
2025-05-12
mm/memory: fix mapcount / refcount sanity check for mTHP reuse
Kairui Song
1
-1
/
+1
2025-04-18
mm/memory: move sanity checks in do_wp_page() after mapcount vs. refcount sta...
David Hildenbrand
1
-2
/
+2
2025-04-12
mm: fix apply_to_existing_page_range()
Kirill A. Shutemov
1
-2
/
+2
[next]