index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mremap.c
Age
Commit message (
Expand
)
Author
14 days
mm: softdirty: add pgtable_supports_soft_dirty()
Chunyan Zhang
14 days
mm: introduce pmd_is_huge() and use where appropriate
Lorenzo Stoakes
14 days
mm: avoid unnecessary uses of is_swap_pte()
Lorenzo Stoakes
14 days
mm: introduce leaf entry type and use to simplify leaf entry logic
Lorenzo Stoakes
2025-11-16
treewide: include linux/pgalloc.h instead of asm/pgalloc.h
Harry Yoo
2025-11-09
mm/mremap: honour writable bit in mremap pte batching
Dev Jain
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
[next]