index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mremap.c
Age
Commit message (
Expand
)
Author
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-09
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
2023-02-09
mm/mremap: convert vma_adjust() to vma_expand()
Liam R. Howlett
2023-02-09
mm: don't use __vma_adjust() in __split_vma()
Liam R. Howlett
2023-02-09
mm: change munmap splitting order and move_vma()
Liam R. Howlett
2023-02-09
mm: add vma iterator to vma_adjust() arguments
Liam R. Howlett
2023-02-09
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
2023-02-09
mm/mremap: use vmi version of vma_merge()
Liam R. Howlett
2023-02-09
mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
Liam R. Howlett
2023-02-02
mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export
Alistair Popple
2023-01-31
mm, mremap: fix mremap() expanding for vma's with vm_ops->close()
Vlastimil Babka
2022-12-21
mm, mremap: fix mremap() expanding vma with addr inside vma
Vlastimil Babka
2022-09-26
mm: add merging after mremap resize
Jakub Matěna
2022-09-26
mm/mremap: use vma_find_intersection() instead of vma linked list
Liam R. Howlett
2022-09-26
mm/mmap: reorganize munmap to use maple states
Liam R. Howlett
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-13
mm: hugetlb: considering PMD sharing when flushing cache/TLBs
Baolin Wang
2022-05-09
mm: mremap: fix sign for EFAULT error return value
Niels Dossche
2022-04-28
mm/mremap: avoid unneeded do_munmap call
Miaohe Lin
2022-04-28
mm/mremap: use helper mlock_future_check()
Miaohe Lin
2022-04-08
mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0)
Paolo Bonzini
2022-03-22
mm/mremap:: use vma_lookup() instead of find_vma()
Miaohe Lin
2021-11-06
mm, hugepages: add mremap() support for hugepage backed vma
Mina Almasry
2021-11-06
mm/mremap: don't account pages in vma_to_resize()
Dmitry Safonov
2021-09-03
mm/mremap: fix memory account on do_munmap() failure
Chen Wandun
2021-07-08
mm/mremap: allow arch runtime override
Aneesh Kumar K.V
2021-07-08
mm/mremap: hold the rmap lock in write mode when moving page table entries.
Aneesh Kumar K.V
2021-07-08
mm/mremap: use pmd/pud_poplulate to update page table entries
Aneesh Kumar K.V
2021-07-08
mm/mremap: don't enable optimized PUD move if page table levels is 2
Aneesh Kumar K.V
2021-07-08
mm/mremap: convert huge PUD move to separate helper
Aneesh Kumar K.V
2021-06-29
mm/mremap: use vma_lookup() in vma_to_resize()
Liam Howlett
2021-05-07
mm: fix typos in comments
Ingo Molnar
2021-04-30
Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"
Brian Geffon
2021-04-30
mm: extend MREMAP_DONTUNMAP to non-anonymous mappings
Brian Geffon
2021-02-24
mm: mremap: unlink anon_vmas when mremap with MREMAP_DONTUNMAP success
Li Xinhai
2021-02-21
Merge tag 'for-linux-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-02-12
mm: Remove arch_remap() and mm-arch-hooks.h
Christophe Leroy
2021-02-09
mm/mremap: fix BUILD_BUG_ON() error in get_extent
Arnd Bergmann
2020-12-29
mm/mremap.c: fix extent calculation
Kalesh Singh
2020-12-15
mremap: check if it's possible to split original vma
Dmitry Safonov
2020-12-15
mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio
Dmitry Safonov
2020-12-15
mm/mremap: for MREMAP_DONTUNMAP check security_vm_enough_memory_mm()
Dmitry Safonov
2020-12-15
mm/mremap: account memory on do_munmap() failure
Dmitry Safonov
2020-12-15
mm: speedup mremap on 1GB or larger regions
Kalesh Singh
2020-08-07
mm/mremap: start addresses are properly aligned
Wei Yang
2020-08-07
mm/mremap: calculate extent in one place
Wei Yang
2020-08-07
mm/mremap: it is sure to have enough space when extent meets requirement
Wei Yang
2020-07-13
mm: document warning in move_normal_pmd() and make it warn only once
Linus Torvalds
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
[next]