index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-29
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-28
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-24
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
2021-01-29
tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()
Will Deacon
1
-1
/
+1
2021-01-29
tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()
Will Deacon
1
-2
/
+2
2020-12-18
Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+1
2020-12-15
mm: forbid splitting special mappings
Dmitry Safonov
1
-0
/
+12
2020-12-15
vm_ops: rename .split() callback to .may_split()
Dmitry Safonov
1
-2
/
+2
2020-12-15
mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio
Dmitry Safonov
1
-1
/
+5
2020-12-15
Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...
Daniel Vetter
1
-1
/
+1
2020-12-06
mm/mmap.c: fix mmap return value when vma is merged after call_mmap()
Liu Zixian
1
-14
/
+12
2020-11-19
mm: mmap: fix fput in error path v2
Christian König
1
-1
/
+1
2020-11-05
Revert "mm: mmap: fix fput in error path v2"
Christian König
1
-1
/
+1
2020-11-05
Revert "mm: introduce vma_set_file function v4"
Christian König
1
-12
/
+0
2020-11-05
mm: introduce vma_set_file function v4
Christian König
1
-0
/
+12
2020-11-05
mm: mmap: fix fput in error path v2
Christian König
1
-1
/
+1
2020-10-18
mm/mmap: add inline munmap_vma_range() for code readability
Liam R. Howlett
1
-15
/
+33
2020-10-18
mm/mmap: add inline vma_next() for readability of mmap code
Liam R. Howlett
1
-6
/
+20
2020-10-16
mm: remove the now-unnecessary mmget_still_valid() hack
Jann Horn
1
-4
/
+1
2020-10-16
mm: use helper function put_write_access()
Miaohe Lin
1
-1
/
+1
2020-10-13
mm/mmap.c: replace do_brk with do_brk_flags in comment of insert_vm_struct()
Liao Pingfang
1
-1
/
+1
2020-10-13
mm/mmap.c: use helper function allow_write_access() in __remove_shared_vm_str...
Miaohe Lin
1
-1
/
+1
2020-10-13
mm: use helper function mapping_allow_writable()
Miaohe Lin
1
-1
/
+1
2020-10-13
mm/mmap: check on file instead of the rb_root_cached of its address_space
Wei Yang
1
-3
/
+3
2020-10-13
mm/mmap: not necessary to check mapping separately
Wei Yang
1
-2
/
+1
2020-10-13
mm/mmap: leave adjust_next as virtual address instead of page frame number
Wei Yang
1
-4
/
+4
2020-10-13
mm/mmap: leverage vma_rb_erase_ignore() to implement vma_rb_erase()
Wei Yang
1
-9
/
+7
2020-10-13
mm/mmap: rename __vma_unlink_common() to __vma_unlink()
Wei Yang
1
-3
/
+3
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-10-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+9
2020-10-11
mm: mmap: Fix general protection fault in unlink_file_vma()
Miaohe Lin
1
-1
/
+5
2020-09-24
bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
Christoph Hellwig
1
-1
/
+1
[next]