index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
2022-06-27
1
-1
/
+1
*
Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-05-28
1
-9
/
+26
|
\
|
*
mm: Add len and flags parameters to arch_get_mmap_end()
Christophe Leroy
2022-05-05
1
-2
/
+2
|
*
mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...
Christophe Leroy
2022-05-05
1
-7
/
+24
*
|
mm: mmap: register suitable readonly file vmas for khugepaged
Yang Shi
2022-05-19
1
-0
/
+7
*
|
mm: khugepaged: introduce khugepaged_enter_vma() helper
Yang Shi
2022-05-19
1
-4
/
+4
*
|
mmap locking API: fix missed mmap_sem references in comments
Florian Rommel
2022-05-13
1
-2
/
+2
*
|
mm/mmap: drop arch_vm_get_page_pgprot()
Anshuman Khandual
2022-04-28
1
-3
/
+1
*
|
mm/mmap: drop arch_filter_pgprot()
Anshuman Khandual
2022-04-28
1
-11
/
+2
*
|
mm/mmap: add new config ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-04-28
1
-0
/
+2
*
|
mm/mmap.c: use helper mlock_future_check()
Miaohe Lin
2022-04-28
1
-9
/
+2
*
|
mm/mmap: clarify protection_map[] indices
Anshuman Khandual
2022-04-28
1
-2
/
+16
*
|
mm/mmap.c: use mmap_assert_write_locked() instead of open coding it
Rolf Eike Beer
2022-04-28
1
-2
/
+2
|
/
*
mm, hugetlb: allow for "high" userspace addresses
Christophe Leroy
2022-04-21
1
-8
/
+0
*
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-30
/
+2
|
\
|
*
mm/munlock: delete munlock_vma_pages_all(), allow oomreap
Hugh Dickins
2022-02-17
1
-30
/
+2
*
|
mm/mmap: remove obsolete comment in ksys_mmap_pgoff
Miaohe Lin
2022-03-22
1
-2
/
+0
*
|
mm: _install_special_mapping() apply VM_LOCKED_CLEAR_MASK
Hugh Dickins
2022-03-22
1
-0
/
+1
*
|
mm/mmap: return 1 from stack_guard_gap __setup() handler
Randy Dunlap
2022-03-22
1
-1
/
+1
*
|
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
2022-03-05
1
-6
/
+6
*
|
mm: fix use-after-free bug when mm->mmap is reused after being freed
Suren Baghdasaryan
2022-02-26
1
-0
/
+1
|
/
*
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-17
1
-1
/
+0
|
\
|
*
exit: Remove profile_task_exit & profile_munmap
Eric W. Biederman
2022-01-08
1
-1
/
+0
*
|
mm: protect free_pgtables with mmap_lock write lock in exit_mmap
Suren Baghdasaryan
2022-01-15
1
-8
/
+8
*
|
mm: move anon_vma declarations to linux/mm_inline.h
Arnd Bergmann
2022-01-15
1
-0
/
+1
*
|
mm: add a field to store names for private anonymous memory
Colin Cross
2022-01-15
1
-16
/
+22
|
/
*
mm,hugetlb: remove mlock ulimit for SHM_HUGETLB
zhangyiru
2021-11-09
1
-2
/
+1
*
mm/mmap.c: fix a data race of mm->total_vm
Peng Liu
2021-11-06
1
-1
/
+1
*
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
2021-09-04
1
-26
/
+3
|
\
|
*
mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()
David Hildenbrand
2021-09-03
1
-2
/
+0
|
*
mm: remove VM_DENYWRITE
David Hildenbrand
2021-09-03
1
-24
/
+3
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
1
-4
/
+3
|
\
\
|
*
|
remap_file_pages: Use vma_lookup() instead of find_vma()
Liam R. Howlett
2021-09-03
1
-4
/
+1
|
*
|
mm/pagemap: add mmap_assert_locked() annotations to find_vma*()
Luigi Rizzo
2021-09-03
1
-0
/
+2
|
|
/
*
/
fs: remove mandatory file locking support
Jeff Layton
2021-08-23
1
-6
/
+0
|
/
*
mmap: make mlock_future_check() global
Mike Rapoport
2021-07-08
1
-3
/
+2
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-06-29
1
-30
/
+24
|
\
|
*
mm/mmap: use find_vma_intersection() in do_mmap() for overlap
Liam Howlett
2021-06-29
1
-3
/
+1
|
*
mm/mmap: introduce unlock_range() for code cleanup
Liam Howlett
2021-06-29
1
-19
/
+20
|
*
mm/mmap.c: logic of find_vma_intersection repeated in __do_munmap
Gonzalo Matias Juarez Tello
2021-06-29
1
-7
/
+2
|
*
mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()
David Hildenbrand
2021-06-29
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2021-06-28
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Reimplement RLIMIT_MEMLOCK on top of ucounts
Alexey Gladkov
2021-04-30
1
-2
/
+2
*
|
mm: fix typos in comments
Ingo Molnar
2021-05-07
1
-2
/
+2
*
|
mm/mmap.c: don't unlock VMAs in remap_file_pages()
Liam Howlett
2021-05-05
1
-17
/
+1
*
|
Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"
Brian Geffon
2021-04-30
1
-5
/
+1
*
|
arm64: Support execute-only permissions with Enhanced PAN
Vladimir Murzin
2021-03-26
1
-0
/
+6
|
/
*
mm/mmap.c: remove unnecessary local variable
Adrian Huang
2021-02-24
1
-3
/
+1
*
tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()
Will Deacon
2021-01-29
1
-1
/
+1
*
tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()
Will Deacon
2021-01-29
1
-1
/
+1
[next]