summaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* mm: fix typos in commentsIngo Molnar2021-05-071-2/+2
* mm/mmap.c: don't unlock VMAs in remap_file_pages()Liam Howlett2021-05-051-17/+1
* Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon2021-04-301-5/+1
* arm64: Support execute-only permissions with Enhanced PANVladimir Murzin2021-03-261-0/+6
* mm/mmap.c: remove unnecessary local variableAdrian Huang2021-02-241-3/+1
* tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon2021-01-291-1/+1
* tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()Will Deacon2021-01-291-1/+1
* tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon2021-01-291-2/+2
* Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-12-181-1/+1
|\
| * Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2020-12-151-1/+1
| |\
| | * mm: mmap: fix fput in error path v2Christian König2020-11-191-1/+1
| | * Revert "mm: mmap: fix fput in error path v2"Christian König2020-11-051-1/+1
| | * Revert "mm: introduce vma_set_file function v4"Christian König2020-11-051-12/+0
| | * mm: introduce vma_set_file function v4Christian König2020-11-051-0/+12
| | * mm: mmap: fix fput in error path v2Christian König2020-11-051-1/+1
* | | mm: forbid splitting special mappingsDmitry Safonov2020-12-151-0/+12
* | | vm_ops: rename .split() callback to .may_split()Dmitry Safonov2020-12-151-2/+2
* | | mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aioDmitry Safonov2020-12-151-1/+5
|/ /
* / mm/mmap.c: fix mmap return value when vma is merged after call_mmap()Liu Zixian2020-12-061-14/+12
|/
* mm/mmap: add inline munmap_vma_range() for code readabilityLiam R. Howlett2020-10-181-15/+33
* mm/mmap: add inline vma_next() for readability of mmap codeLiam R. Howlett2020-10-181-6/+20
* mm: remove the now-unnecessary mmget_still_valid() hackJann Horn2020-10-161-4/+1
* mm: use helper function put_write_access()Miaohe Lin2020-10-161-1/+1
* mm/mmap.c: replace do_brk with do_brk_flags in comment of insert_vm_struct()Liao Pingfang2020-10-131-1/+1
* mm/mmap.c: use helper function allow_write_access() in __remove_shared_vm_str...Miaohe Lin2020-10-131-1/+1
* mm: use helper function mapping_allow_writable()Miaohe Lin2020-10-131-1/+1
* mm/mmap: check on file instead of the rb_root_cached of its address_spaceWei Yang2020-10-131-3/+3
* mm/mmap: not necessary to check mapping separatelyWei Yang2020-10-131-2/+1
* mm/mmap: leave adjust_next as virtual address instead of page frame numberWei Yang2020-10-131-4/+4
* mm/mmap: leverage vma_rb_erase_ignore() to implement vma_rb_erase()Wei Yang2020-10-131-9/+7
* mm/mmap: rename __vma_unlink_common() to __vma_unlink()Wei Yang2020-10-131-3/+3
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-1/+1
|\
| * bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flagChristoph Hellwig2020-09-241-1/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-10-121-0/+9
|\ \
| * | mm: Introduce arch_validate_flags()Catalin Marinas2020-09-041-0/+9
| |/
* / mm: mmap: Fix general protection fault in unlink_file_vma()Miaohe Lin2020-10-111-1/+5
|/
* mm: remove unnecessary wrapper function do_mmap_pgoff()Peter Collingbourne2020-08-071-8/+8
* mm: mmap: merge vma after call_mmap() if possibleMiaohe Lin2020-08-071-1/+21
* mm/mmap: optimize a branch judgment in ksys_mmap_pgoff()Zhen Lei2020-08-071-3/+4
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-07-311-0/+1
|\
| * mm/mmap.c: Add cond_resched() for exit_mmap() CPU stallsPaul E. McKenney2020-06-291-0/+1
* | mm/mmap.c: close race between munmap() and expand_upwards()/downwards()Kirill A. Shutemov2020-07-241-2/+14
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-18/+18
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse2020-06-091-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-16/+16
* mm: mmap: fix a typo in comment "compatbility"->"compatibility"Ethon Paul2020-06-041-1/+1
* mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual2020-04-101-1/+1
* mm/mmap.c: initialize align_offset explicitly for vm_unmapped_areaJaewon Kim2020-04-101-0/+2
* mm: use fallthrough;Joe Perches2020-04-071-3/+2