summaryrefslogtreecommitdiffstats
path: root/mm/mremap.c
Commit message (Expand)AuthorAgeFilesLines
* mm: abstract VMA merge and extend into vma_merge_extend() helperLorenzo Stoakes2023-10-181-17/+13
* mm/mremap: allow moves within the same VMA for stack movesJoel Fernandes (Google)2023-10-041-14/+19
* mm/mremap: optimize the start addresses in move_page_tables()Joel Fernandes (Google)2023-10-041-0/+62
* mm/mremap: fix unaccount of memory on vma_merge() failureAnthony Yznaga2023-10-041-1/+3
* vm: fix move_vma() memory accounting being offLinus Torvalds2023-09-161-1/+1
* mm/huge pud: use transparent huge pud helpers only with CONFIG_TRANSPARENT_HU...Aneesh Kumar K.V2023-08-181-1/+1
* mm: Update do_vmi_align_munmap() return semanticsLiam R. Howlett2023-07-011-16/+12
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-10/+22
|\
| * mm: ptep_get() conversionRyan Roberts2023-06-191-1/+1
| * mm/mremap: retry if either pte_offset_map_*lock() failsHugh Dickins2023-06-191-8/+20
| * mm/mlock: rename mlock_future_check() to mlock_future_ok()Andrew Morton2023-06-091-1/+1
| * mm/mmap: refactor mlock_future_check()Lorenzo Stoakes2023-06-091-1/+1
* | mm: Fix a dangling Documentation/arm64 referenceJonathan Corbet2023-06-211-1/+2
|/
* mm/mremap: write-lock VMA while remapping it to a new address rangeSuren Baghdasaryan2023-04-051-0/+1
* mm/mremap: simplify vma expansion againVlastimil Babka2023-04-051-16/+4
* x86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng2023-03-281-1/+1
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-3/+3
* mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan2023-02-091-1/+1
* mm/mremap: convert vma_adjust() to vma_expand()Liam R. Howlett2023-02-091-2/+2
* mm: don't use __vma_adjust() in __split_vma()Liam R. Howlett2023-02-091-1/+1
* mm: change munmap splitting order and move_vma()Liam R. Howlett2023-02-091-11/+17
* mm: add vma iterator to vma_adjust() argumentsLiam R. Howlett2023-02-091-2/+2
* mm: switch vma_merge(), split_vma(), and __split_vma to vma iteratorLiam R. Howlett2023-02-091-6/+4
* mm/mremap: use vmi version of vma_merge()Liam R. Howlett2023-02-091-4/+7
* mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iteratorLiam R. Howlett2023-02-091-3/+3
* mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple2023-02-021-1/+1
* mm, mremap: fix mremap() expanding for vma's with vm_ops->close()Vlastimil Babka2023-01-311-6/+19
* mm, mremap: fix mremap() expanding vma with addr inside vmaVlastimil Babka2022-12-211-1/+2
* mm: add merging after mremap resizeJakub Matěna2022-09-261-2/+17
* mm/mremap: use vma_find_intersection() instead of vma linked listLiam R. Howlett2022-09-261-2/+3
* mm/mmap: reorganize munmap to use maple statesLiam R. Howlett2022-09-261-7/+10
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-11/+5
|\
| * mm: hugetlb: considering PMD sharing when flushing cache/TLBsBaolin Wang2022-05-131-1/+1
| * mm/mremap: avoid unneeded do_munmap callMiaohe Lin2022-04-281-2/+2
| * mm/mremap: use helper mlock_future_check()Miaohe Lin2022-04-281-8/+2
* | mm: mremap: fix sign for EFAULT error return valueNiels Dossche2022-05-091-1/+1
|/
* mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)Paolo Bonzini2022-04-081-0/+3
* mm/mremap:: use vma_lookup() instead of find_vma()Miaohe Lin2022-03-221-2/+2
* mm, hugepages: add mremap() support for hugepage backed vmaMina Almasry2021-11-061-3/+33
* mm/mremap: don't account pages in vma_to_resize()Dmitry Safonov2021-11-061-28/+22
* mm/mremap: fix memory account on do_munmap() failureChen Wandun2021-09-031-1/+1
* mm/mremap: allow arch runtime overrideAneesh Kumar K.V2021-07-081-1/+14
* mm/mremap: hold the rmap lock in write mode when moving page table entries.Aneesh Kumar K.V2021-07-081-2/+2
* mm/mremap: use pmd/pud_poplulate to update page table entriesAneesh Kumar K.V2021-07-081-4/+3
* mm/mremap: don't enable optimized PUD move if page table levels is 2Aneesh Kumar K.V2021-07-081-1/+1
* mm/mremap: convert huge PUD move to separate helperAneesh Kumar K.V2021-07-081-7/+73
* mm/mremap: use vma_lookup() in vma_to_resize()Liam Howlett2021-06-291-2/+3
* mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
* Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon2021-04-301-1/+1
* mm: extend MREMAP_DONTUNMAP to non-anonymous mappingsBrian Geffon2021-04-301-2/+2