index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mmap.c
Age
Commit message (
Expand
)
Author
2022-09-26
mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
Liam R. Howlett
2022-09-26
mm/mmap: reorganize munmap to use maple states
Liam R. Howlett
2022-09-26
mm/mmap: move mmap_region() below do_munmap()
Liam R. Howlett
2022-09-26
mm: remove vmacache
Liam R. Howlett
2022-09-26
mm/mmap: use advanced maple tree API for mmap_region()
Liam R. Howlett
2022-09-26
mm: use maple tree operations for find_vma_intersection()
Liam R. Howlett
2022-09-26
mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
Liam R. Howlett
2022-09-26
mmap: change zeroing of maple tree in __vma_adjust()
Liam R. Howlett
2022-09-26
mm: remove rb tree.
Liam R. Howlett
2022-09-26
mm/mmap: use maple tree for unmapped_area{_topdown}
Liam R. Howlett
2022-09-26
mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
Liam R. Howlett
2022-09-26
mm/mmap: use the maple tree in find_vma() instead of the rbtree.
Liam R. Howlett
2022-09-26
mmap: use the VMA iterator in count_vma_pages_range()
Matthew Wilcox (Oracle)
2022-09-26
mm: add VMA iterator
Matthew Wilcox (Oracle)
2022-09-26
mm: start tracking VMAs with maple tree
Liam R. Howlett
2022-09-11
mm: align larger anonymous mappings on THP boundaries
Rik van Riel
2022-08-20
mm/hugetlb: fix hugetlb not supporting softdirty tracking
David Hildenbrand
2022-07-29
mm/mprotect: fix soft-dirty check in can_change_pte_writable()
Peter Xu
2022-07-29
mm/mmap.c: fix missing call to vm_unacct_memory in mmap_region
Miaohe Lin
2022-07-17
mm/mmap: fix obsolete comment of find_extend_vma
Miaohe Lin
2022-07-17
mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-07-17
mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-07-17
mm/mmap: define DECLARE_VM_GET_PAGE_PROT
Anshuman Khandual
2022-07-17
mm/mmap: build protect protection_map[] with __P000
Anshuman Khandual
2022-06-27
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
2022-05-28
Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-05-19
mm: mmap: register suitable readonly file vmas for khugepaged
Yang Shi
2022-05-19
mm: khugepaged: introduce khugepaged_enter_vma() helper
Yang Shi
2022-05-13
mmap locking API: fix missed mmap_sem references in comments
Florian Rommel
2022-05-05
mm: Add len and flags parameters to arch_get_mmap_end()
Christophe Leroy
2022-05-05
mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...
Christophe Leroy
2022-04-28
mm/mmap: drop arch_vm_get_page_pgprot()
Anshuman Khandual
2022-04-28
mm/mmap: drop arch_filter_pgprot()
Anshuman Khandual
2022-04-28
mm/mmap: add new config ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-04-28
mm/mmap.c: use helper mlock_future_check()
Miaohe Lin
2022-04-28
mm/mmap: clarify protection_map[] indices
Anshuman Khandual
2022-04-28
mm/mmap.c: use mmap_assert_write_locked() instead of open coding it
Rolf Eike Beer
2022-04-21
mm, hugetlb: allow for "high" userspace addresses
Christophe Leroy
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
mm/mmap: remove obsolete comment in ksys_mmap_pgoff
Miaohe Lin
2022-03-22
mm: _install_special_mapping() apply VM_LOCKED_CLEAR_MASK
Hugh Dickins
2022-03-22
mm/mmap: return 1 from stack_guard_gap __setup() handler
Randy Dunlap
2022-03-05
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
2022-02-26
mm: fix use-after-free bug when mm->mmap is reused after being freed
Suren Baghdasaryan
2022-02-17
mm/munlock: delete munlock_vma_pages_all(), allow oomreap
Hugh Dickins
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-15
mm: protect free_pgtables with mmap_lock write lock in exit_mmap
Suren Baghdasaryan
2022-01-15
mm: move anon_vma declarations to linux/mm_inline.h
Arnd Bergmann
2022-01-15
mm: add a field to store names for private anonymous memory
Colin Cross
2022-01-08
exit: Remove profile_task_exit & profile_munmap
Eric W. Biederman
[next]