index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
rmap.c
Age
Commit message (
Expand
)
Author
2025-07-09
mm/rmap: fix potential out-of-bounds page table access during batched unmap
Lance Yang
2025-05-12
mm/rmap: fix typo in comment in page_address_in_vma
Ye Liu
2025-05-12
mm/rmap: rename page__anon_vma to anon_vma for consistency
Ye Liu
2025-05-12
mm/huge_memory: remove useless folio pointers passing
Gavin Guo
2025-05-12
mm/huge_memory: adjust try_to_migrate_one() and split_huge_pmd_locked()
Gavin Guo
2025-03-17
mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MA...
David Hildenbrand
2025-03-17
mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()
David Hildenbrand
2025-03-17
mm/rmap: use folio_large_nr_pages() in add/remove functions
David Hildenbrand
2025-03-17
mm/rmap: abstract large mapcount operations for large folios (!hugetlb)
David Hildenbrand
2025-03-17
mm/rmap: pass vma to __folio_add_rmap()
David Hildenbrand
2025-03-17
mm/rmap: add support for PUD sized mappings to rmap
Alistair Popple
2025-03-16
mm: avoid splitting pmd for lazyfree pmd-mapped THP in try_to_unmap
Barry Song
2025-03-16
mm: support batched unmap for lazyfree large folios during reclamation
Barry Song
2025-03-16
mm: support tlbbatch flush for a range of PTEs
Barry Song
2025-03-16
mm: set folio swapbacked iff folios are dirty in try_to_unmap_one
Barry Song
2025-03-16
mm: provide mapping_wrprotect_range() function
Lorenzo Stoakes
2025-03-16
mm: refactor rmap_walk_file() to separate out traversal logic
Lorenzo Stoakes
2025-03-16
mm/rmap: avoid -EBUSY from make_device_exclusive()
David Hildenbrand
2025-03-16
mm/rmap: keep mapcount untouched for device-exclusive entries
David Hildenbrand
2025-03-16
mm/rmap: handle device-exclusive entries correctly in page_vma_mkclean_one()
David Hildenbrand
2025-03-16
mm/rmap: handle device-exclusive entries correctly in try_to_migrate_one()
David Hildenbrand
2025-03-16
mm/rmap: handle device-exclusive entries correctly in try_to_unmap_one()
David Hildenbrand
2025-03-16
mm: use single SWP_DEVICE_EXCLUSIVE entry type
David Hildenbrand
2025-03-16
mm/rmap: implement make_device_exclusive() using folio_walk instead of rmap walk
David Hildenbrand
2025-03-16
mm/rmap: convert make_device_exclusive_range() to make_device_exclusive()
David Hildenbrand
2025-03-16
mm/rmap: reject hugetlb folios in folio_make_device_exclusive()
David Hildenbrand
2024-11-07
mm: mass constification of folio/page pointers
Matthew Wilcox (Oracle)
2024-11-07
mm: renovate page_address_in_vma()
Matthew Wilcox (Oracle)
2024-11-07
mm: use page_pgoff() in more places
Matthew Wilcox (Oracle)
2024-11-07
mm: convert page_to_pgoff() to page_pgoff()
Matthew Wilcox (Oracle)
2024-11-06
memcg-v1: remove memcg move locking code
Shakeel Butt
2024-11-03
mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()
Yu Zhao
2024-09-09
mm: introduce a pageflag for partially mapped folios
Usama Arif
2024-09-09
mm: count the number of anonymous THPs per size
Barry Song
2024-09-03
mm/rmap: use folio->_mapcount for small folios
David Hildenbrand
2024-09-01
mm/rmap: minimize folio->_nr_pages_mapped updates when batching PTE (un)mapping
David Hildenbrand
2024-09-01
mm/rmap: cleanup partially-mapped handling in __folio_remove_rmap()
David Hildenbrand
2024-09-01
mm: shrink skip folio mapped by an exiting process
Zhiguo Jiang
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-03
mm: remove folio_test_anon(folio)==false path in __folio_add_anon_rmap()
Barry Song
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/vmscan: avoid split lazyfree THP during shrink_folio_list()
Lance Yang
2024-07-03
mm/rmap: integrate PMD-mapped folio splitting into pagewalk loop
Lance Yang
2024-07-03
mm/rmap: remove duplicated exit code in pagewalk loop
Lance Yang
2024-07-03
mm: rmap: abstract updating per-node and per-memcg stats
Yosry Ahmed
2024-05-11
mm: do not update memcg stats for NR_{FILE/SHMEM}_PMDMAPPED
Yosry Ahmed
2024-05-05
mm/rmap: change the type of we_locked from int to bool
Hao Ge
2024-05-05
mm/rmap: do not add fully unmapped large folio to deferred split list
Zi Yan
[next]