index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-31
mm/hugetlb: fix hugetlb not supporting softdirty tracking
David Hildenbrand
1
-2
/
+6
2022-08-17
mm/mmap.c: fix missing call to vm_unacct_memory in mmap_region
Miaohe Lin
1
-1
/
+0
2022-05-28
Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-9
/
+26
2022-05-20
mm: mmap: register suitable readonly file vmas for khugepaged
Yang Shi
1
-0
/
+7
2022-05-20
mm: khugepaged: introduce khugepaged_enter_vma() helper
Yang Shi
1
-4
/
+4
2022-05-13
mmap locking API: fix missed mmap_sem references in comments
Florian Rommel
1
-2
/
+2
2022-05-05
mm: Add len and flags parameters to arch_get_mmap_end()
Christophe Leroy
1
-2
/
+2
2022-05-05
mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...
Christophe Leroy
1
-7
/
+24
2022-04-29
mm/mmap: drop arch_vm_get_page_pgprot()
Anshuman Khandual
1
-3
/
+1
2022-04-29
mm/mmap: drop arch_filter_pgprot()
Anshuman Khandual
1
-11
/
+2
2022-04-29
mm/mmap: add new config ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
1
-0
/
+2
2022-04-29
mm/mmap.c: use helper mlock_future_check()
Miaohe Lin
1
-9
/
+2
2022-04-29
mm/mmap: clarify protection_map[] indices
Anshuman Khandual
1
-2
/
+16
2022-04-29
mm/mmap.c: use mmap_assert_write_locked() instead of open coding it
Rolf Eike Beer
1
-2
/
+2
2022-04-22
mm, hugetlb: allow for "high" userspace addresses
Christophe Leroy
1
-8
/
+0
2022-03-23
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-30
/
+2
2022-03-23
mm/mmap: remove obsolete comment in ksys_mmap_pgoff
Miaohe Lin
1
-2
/
+0
2022-03-23
mm: _install_special_mapping() apply VM_LOCKED_CLEAR_MASK
Hugh Dickins
1
-0
/
+1
2022-03-23
mm/mmap: return 1 from stack_guard_gap __setup() handler
Randy Dunlap
1
-1
/
+1
2022-03-05
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
1
-6
/
+6
2022-02-26
mm: fix use-after-free bug when mm->mmap is reused after being freed
Suren Baghdasaryan
1
-0
/
+1
2022-02-17
mm/munlock: delete munlock_vma_pages_all(), allow oomreap
Hugh Dickins
1
-30
/
+2
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2022-01-15
mm: protect free_pgtables with mmap_lock write lock in exit_mmap
Suren Baghdasaryan
1
-8
/
+8
2022-01-15
mm: move anon_vma declarations to linux/mm_inline.h
Arnd Bergmann
1
-0
/
+1
2022-01-15
mm: add a field to store names for private anonymous memory
Colin Cross
1
-16
/
+22
2022-01-08
exit: Remove profile_task_exit & profile_munmap
Eric W. Biederman
1
-1
/
+0
2021-11-09
mm,hugetlb: remove mlock ulimit for SHM_HUGETLB
zhangyiru
1
-2
/
+1
2021-11-06
mm/mmap.c: fix a data race of mm->total_vm
Peng Liu
1
-1
/
+1
2021-09-04
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
1
-26
/
+3
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-4
/
+3
2021-09-03
remap_file_pages: Use vma_lookup() instead of find_vma()
Liam R. Howlett
1
-4
/
+1
2021-09-03
mm/pagemap: add mmap_assert_locked() annotations to find_vma*()
Luigi Rizzo
1
-0
/
+2
2021-09-03
mm: ignore MAP_DENYWRITE in ksys_mmap_pgoff()
David Hildenbrand
1
-2
/
+0
2021-09-03
mm: remove VM_DENYWRITE
David Hildenbrand
1
-24
/
+3
2021-08-23
fs: remove mandatory file locking support
Jeff Layton
1
-6
/
+0
2021-07-08
mmap: make mlock_future_check() global
Mike Rapoport
1
-3
/
+2
2021-06-30
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-30
/
+24
2021-06-29
mm/mmap: use find_vma_intersection() in do_mmap() for overlap
Liam Howlett
1
-3
/
+1
2021-06-29
mm/mmap: introduce unlock_range() for code cleanup
Liam Howlett
1
-19
/
+20
2021-06-29
mm/mmap.c: logic of find_vma_intersection repeated in __do_munmap
Gonzalo Matias Juarez Tello
1
-7
/
+2
2021-06-29
mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()
David Hildenbrand
1
-1
/
+1
2021-06-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-2
/
+2
2021-05-07
mm: fix typos in comments
Ingo Molnar
1
-2
/
+2
2021-05-05
mm/mmap.c: don't unlock VMAs in remap_file_pages()
Liam Howlett
1
-17
/
+1
2021-04-30
Reimplement RLIMIT_MEMLOCK on top of ucounts
Alexey Gladkov
1
-2
/
+2
2021-04-30
Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"
Brian Geffon
1
-5
/
+1
2021-03-26
arm64: Support execute-only permissions with Enhanced PAN
Vladimir Murzin
1
-0
/
+6
2021-02-25
mm/mmap.c: remove unnecessary local variable
Adrian Huang
1
-3
/
+1
2021-01-29
tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()
Will Deacon
1
-1
/
+1
[next]