index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-23
mseal: add mseal syscall
Jeff Xu
1
-1
/
+30
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-95
/
+138
2024-05-05
mm/mmap: make accountable_mapping return bool
Hao Ge
1
-2
/
+2
2024-05-05
mm/mmap: make vma_wants_writenotify return bool
Hao Ge
1
-6
/
+6
2024-04-25
mm: take placement mappings gap into account
Rick Edgecombe
1
-3
/
+9
2024-04-25
treewide: use initializer for struct vm_unmapped_area_info
Rick Edgecombe
1
-7
/
+2
2024-04-25
thp: add thp_get_unmapped_area_vmflags()
Rick Edgecombe
1
-5
/
+7
2024-04-25
mm: use get_unmapped_area_vmflags()
Rick Edgecombe
1
-16
/
+16
2024-04-25
mm: remove export for get_unmapped_area()
Rick Edgecombe
1
-2
/
+0
2024-04-25
mm: introduce arch_get_unmapped_area_vmflags()
Rick Edgecombe
1
-0
/
+28
2024-04-25
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
1
-3
/
+18
2024-04-25
mm/mmap: convert all mas except mas_detach to vma iterator
Yajun Deng
1
-57
/
+56
2024-04-07
fs: claw back a few FMODE_* bits
Christian Brauner
1
-1
/
+3
2024-03-22
Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-67
/
+43
2024-03-04
mm, mmap: fix vma_merge() case 7 with vma_ops->close
Vlastimil Babka
1
-1
/
+9
2024-02-22
mm/mmap: pass vma to vma_merge()
Yajun Deng
1
-14
/
+13
2024-02-22
mm/mmap: use SZ_{8K, 128K} helper macro
Yajun Deng
1
-4
/
+4
2024-02-22
mm/mmap: introduce vma_set_range()
Yajun Deng
1
-22
/
+7
2024-02-21
mm: mmap: no need to call khugepaged_enter_vma() for stack
Yang Shi
1
-2
/
+0
2024-02-21
mm/mmap: simplify vma link and unlink
Yajun Deng
1
-25
/
+19
2024-01-26
mm: thp_get_unmapped_area must honour topdown preference
Ryan Roberts
1
-2
/
+4
2024-01-24
mm: Change mmap_rnd_bits_max to __ro_after_init
Sami Tolvanen
1
-1
/
+1
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-39
/
+7
2023-12-29
mm: align larger anonymous mappings on THP boundaries
Rik van Riel
1
-0
/
+3
2023-12-10
mmap: remove the IA64-specific vma expansion implementation
Lukas Bulwahn
1
-36
/
+1
2023-12-10
fork: use __mt_dup() to duplicate maple tree in dup_mmap()
Peng Zhang
1
-3
/
+6
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-33
/
+116
2023-11-01
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+3
2023-10-30
Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-6
/
+0
2023-10-25
mm: fix multiple typos in multiple files
Muhammad Muzammil
1
-1
/
+1
2023-10-18
mm: perform the mapping_map_writable() check after call_mmap()
Lorenzo Stoakes
1
-8
/
+11
2023-10-18
mm: drop the assumption that VM_SHARED always implies writable
Lorenzo Stoakes
1
-6
/
+6
2023-10-18
mm: abstract VMA merge and extend into vma_merge_extend() helper
Lorenzo Stoakes
1
-7
/
+24
2023-10-18
mm: abstract merge for new VMAs into vma_merge_new_vma()
Lorenzo Stoakes
1
-7
/
+18
2023-10-18
mm: make vma_merge() and split_vma() internal
Lorenzo Stoakes
1
-4
/
+4
2023-10-18
mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.
Lorenzo Stoakes
1
-0
/
+48
2023-10-18
mmap: add clarifying comment to vma_merge() code
Liam R. Howlett
1
-0
/
+5
2023-10-18
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
1
-13
/
+33
2023-10-06
mmap: fix error paths with dup_anon_vma()
Liam R. Howlett
1
-8
/
+22
2023-10-06
mmap: fix vma_iterator in error path of vma_merge()
Liam R. Howlett
1
-2
/
+8
2023-10-06
mm: fix vm_brk_flags() to not bail out while holding lock
Sebastian Ott
1
-3
/
+3
2023-10-04
mm: remove duplicated vma->vm_flags check when expanding stack
Xiu Jianfeng
1
-2
/
+0
2023-10-04
mm: fix unaccount of memory on vma_link() failure
Anthony Yznaga
1
-1
/
+2
2023-10-03
mm: Remove unused vm_brk()
Kees Cook
1
-6
/
+0
2023-09-11
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
1
-3
/
+3
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-7
/
+7
2023-08-21
mm: move vma locking out of vma_prepare and dup_anon_vma
Suren Baghdasaryan
1
-11
/
+19
2023-08-21
mm: always lock new vma before inserting into vma tree
Suren Baghdasaryan
1
-2
/
+5
2023-08-21
mm/mmap.c: use helper macro K()
ZhangPeng
1
-3
/
+3
[next]