index
:
git.armlinux.org.uk/linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux 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
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)
2025-09-21
mm, swap: cleanup swap cache API and add kerneldoc
Kairui Song
2025-09-21
mm, swap: always lock and check the swap cache folio before use
Kairui Song
2025-09-21
mm, swap: check page poison flag after locking it
Kairui Song
2025-09-21
mm, swap: use unified helper for swap cache look up
Kairui Song
2025-09-13
mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISED
David Hildenbrand
2025-09-13
mm/huge_memory: convert "tva_flags" to "enum tva_type"
David Hildenbrand
2025-09-13
mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
David Hildenbrand
2025-09-13
mm: introduce and use vm_normal_page_pud()
David Hildenbrand
2025-09-13
mm/memory: factor out common code from vm_normal_page_*()
David Hildenbrand
2025-09-13
mm/memory: convert print_bad_pte() to print_bad_page_map()
David Hildenbrand
2025-09-13
mm/huge_memory: mark PMD mappings of the huge zero folio special
David Hildenbrand
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-07-29
Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-07-24
mm/memory: introduce is_huge_zero_pfn() and use it in vm_normal_page_pmd()
David Hildenbrand
2025-07-24
mm: remove call to hugetlb_free_pgd_range()
Anthony Yznaga
2025-07-23
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)
[next]