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
/
mremap.c
Age
Commit message (
Expand
)
Author
2025-10-21
mm/mremap: correctly account old mapping after MREMAP_DONTUNMAP remap
Lorenzo Stoakes
2025-09-08
mm/mremap: fix regression in vrm->new_addr check
Carlos Llamas
2025-08-19
mm/mremap: fix WARN with uffd that has remap events disabled
David Hildenbrand
2025-08-19
mm/mremap: catch invalid multi VMA moves earlier
Lorenzo Stoakes
2025-08-19
mm/mremap: allow multi-VMA move when filesystem uses thp_get_unmapped_area
Lorenzo Stoakes
2025-08-11
mm/mremap: avoid expensive folio lookup on mremap folio pte batch
Lorenzo Stoakes
2025-08-02
mm: add get_and_clear_ptes() and clear_ptes()
David Hildenbrand
2025-08-02
mm/mseal: small cleanups
Lorenzo Stoakes
2025-07-24
mm/mremap: permit mremap() move of multiple VMAs
Lorenzo Stoakes
2025-07-24
mm/mremap: clean up mlock populate behaviour
Lorenzo Stoakes
2025-07-24
mm/mremap: move remap_is_valid() into check_prep_vma()
Lorenzo Stoakes
2025-07-24
mm/mremap: check remap conditions earlier
Lorenzo Stoakes
2025-07-24
mm/mremap: use an explicit uffd failure path for mremap
Lorenzo Stoakes
2025-07-24
mm/mremap: cleanup post-processing stage of mremap
Lorenzo Stoakes
2025-07-24
mm/mremap: put VMA check and prep logic into helper function
Lorenzo Stoakes
2025-07-24
mm/mremap: refactor initial parameter sanity checks
Lorenzo Stoakes
2025-07-24
mm/mremap: perform some simple cleanups
Lorenzo Stoakes
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-09
mm: remove redundant pXd_devmap calls
Alistair Popple
2025-07-09
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
2025-07-09
mm: optimize mremap() by PTE batching
Dev Jain
2025-07-09
mm: call pointers to ptes as ptep
Dev Jain
2025-06-05
mm: expose abnormal new_pte during move_ptes
Pu Lehui
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-05-25
mm: fix copy_vma() error handling for hugetlb mappings
Ricardo CaƱuelo Navarro
2025-05-22
mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()
David Hildenbrand
2025-04-01
mm/mremap: do not set vrm->vma NULL immediately prior to checking it
Lorenzo Stoakes
2025-03-17
mm/mremap: thread state through move page table operation
Lorenzo Stoakes
2025-03-17
mm/mremap: refactor move_page_tables(), abstracting state
Lorenzo Stoakes
2025-03-17
mm/mremap: complete refactor of move_vma()
Lorenzo Stoakes
2025-03-17
mm/mremap: initial refactor of move_vma()
Lorenzo Stoakes
2025-03-17
mm/mremap: introduce and use vma_remap_struct threaded state
Lorenzo Stoakes
2025-03-17
mm/mremap: refactor mremap() system call implementation
Lorenzo Stoakes
2025-03-17
mm/mremap: correctly handle partial mremap() of VMA starting at 0
Lorenzo Stoakes
2025-01-12
mm: clear uffd-wp PTE/PMD state on mremap()
Ryan Roberts
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-14
mm/mremap: fix address wraparound in move_page_tables()
Jann Horn
2024-11-06
mm/mremap: remove goto from mremap_to()
Liam R. Howlett
2024-11-06
mm/mremap: cleanup vma_to_resize()
Liam R. Howlett
2024-11-05
mm: mremap: move_ptes() use pte_offset_map_rw_nolock()
Qi Zheng
2024-10-17
mm/mremap: fix move_normal_pmd/retract_page_tables race
Jann Horn
2024-09-03
mm/mremap: replace can_modify_mm with can_modify_vma
Pedro Falcato
2024-07-03
mm: remove page_mkclean()
Kefeng Wang
2024-05-23
mseal: add mseal syscall
Jeff Xu
2024-04-25
mm: remove "prot" parameter from move_pte()
David Hildenbrand
2023-10-18
mm: abstract VMA merge and extend into vma_merge_extend() helper
Lorenzo Stoakes
2023-10-04
mm/mremap: allow moves within the same VMA for stack moves
Joel Fernandes (Google)
2023-10-04
mm/mremap: optimize the start addresses in move_page_tables()
Joel Fernandes (Google)
2023-10-04
mm/mremap: fix unaccount of memory on vma_merge() failure
Anthony Yznaga
[next]