index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
rmap.c
Age
Commit message (
Expand
)
Author
2025-08-02
mm: add get_and_clear_ptes() and clear_ptes()
David Hildenbrand
2025-07-24
mm: remove arch_flush_tlb_batched_pending() arch helper
Ryan Roberts
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-13
mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
David Hildenbrand
2025-07-12
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes which
Andrew Morton
2025-07-09
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
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
[next]